@import "https://fonts.googleapis.com/css2?family=Karla:wght@500&display=swap";

.carousel-indicators {
    visibility: none !important
}

.pricing__list {
    display: block !important
}

.hosting-promo {
    min-height: 218px
}

@media(max-width:600px) {
    .row-title {
        margin-top: 240px !important
    }
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0 0 0 0#eee;
        box-shadow: 0 0 0 0#eee
    }

    35% {
        -webkit-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -webkit-box-shadow: 0 0 10px 5px #0162a2;
        box-shadow: 0 0 10px 5px #0162a2
    }

    to {
        -webkit-box-shadow: 0 0 0 0#0162a2;
        box-shadow: 0 0 0 0#0162a2
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0 0 0 0#eee;
        box-shadow: 0 0 0 0#eee
    }

    35% {
        -moz-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -moz-box-shadow: 0 0 10px 5px #0162a2;
        box-shadow: 0 0 10px 5px #0162a2
    }

    to {
        -moz-box-shadow: 0 0 0 0#0162a2;
        box-shadow: 0 0 0 0#0162a2
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0 0 0 0#eee
    }

    35% {
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        box-shadow: 0 0 10px 5px #0162a2
    }

    to {
        box-shadow: 0 0 0 0#0162a2
    }
}

@-webkit-keyframes testim-show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes testim-show {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes testim-show {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes testim-content-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes testim-content-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes testim-content-in {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes testim-hide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-moz-keyframes testim-hide {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes testim-hide {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0)
    }
}

@-webkit-keyframes testim-content-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-moz-keyframes testim-content-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes testim-content-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-100%)
    }
}

@-webkit-keyframes kohost {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }
}

@keyframes kohost {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }
}

.pricing__list {
    display: block !important
}

.hosting-promo {
    min-height: 218px
}


.scroll-to-target {
    display: none
}

.our-blog-section {
    max-width: 85%
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }

    .our-blog-section {
        max-width: 90%
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }

    .our-blog-section {
        max-width: 95%
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }

    .our-blog-section {
        max-width: 115%
    }
}

@media(min-width:768px) {

    .col-md-5,
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media all {
    .fa {
        display: inline-block;
        font: 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .fa-fw {
        width: 1.28571429em;
        text-align: center
    }

    .fa-map-marker:before {
        content: "ï"
    }

    .fa-phone:before {
        content: "ï‚•"
    }

    .fa-life-ring:before {
        content: "ï‡"
    }
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-life-ring:before {
    content: "ï‡"
}

.fa-map-marker:before {
    content: "ï"
}

.fa-phone:before {
    content: "ï‚•"
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.col-md-7 {
    width: 100%
}

@media(min-width:768px) {

    .col-md-5,
    .col-md-7 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    .container {
        min-width: 992px !important
    }
}

.top-bar {
    position: relative;
    background: #141e29;
    color: #fff
}

.top-bar ul,
nav {
    margin: 0;
    padding: 0
}

.top-bar ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    list-style: none
}

.top-bar ul li {
    position: relative;
    flex: 0 0 auto
}

.top-bar ul li a,
.top-bar ul.toplink1 {
    color: #fff;
    font-size: 13px;
    font-weight: 600
}

.top-bar ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 12px
}

.top-bar ul li a:hover {
    text-decoration: none;
    background-color: rgb(0 0 0 / .12) !important
}

.top-bar ul li a>img {
    position: absolute;
    left: 14px;
    top: 10px;
    display: inline-block;
    height: 18px;
    margin-right: 4px
}

.top-bar ul li.login-lnk a {
    padding-left: 35px;
    background-color: #1b2736 !important;
    border-radius: 10px
}

.top-bar ul.toplink1 {
    justify-content: flex-start
}

.top-bar ul.toplink1 li a {
    font-weight: 300;
    position: relative;
    padding-left: 26px
}

.top-bar ul.toplink1 li a i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 20px
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:992px) {

    .col-md-5,
    .col-md-7 {
        float: left
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/webfonts/fa-regular-400.eot);
    src: url(/assets/webfonts/fa-regular-400d41d.eot?#iefix)format("embedded-opentype"), url(/assets/webfonts/fa-regular-400.woff2)format("woff2"), url(/assets/webfonts/fa-regular-400.woff)format("woff"), url(/assets/webfonts/fa-regular-400.ttf)format("truetype"), url(/assets/webfonts/fa-regular-400.svg#fontawesome)format("svg")
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/assets/webfonts/fa-solid-900.eot);
    src: url(/assets/webfonts/fa-solid-900d41d.eot?#iefix)format("embedded-opentype"), url(/assets/webfonts/fa-solid-900.woff2)format("woff2"), url(/assets/webfonts/fa-solid-900.woff)format("woff"), url(/assets/webfonts/fa-solid-900.ttf)format("truetype"), url(/assets/webfonts/fa-solid-900.svg#fontawesome)format("svg")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/assets/fonts/fa-light-300.woff2)format("woff2"), url(/assets/fonts/fa-light-300.woff)format("woff"), url(/assets/fonts/fa-light-300.html)format("truetype")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/fa-regular-400.woff2)format("woff2"), url(/assets/fonts/fa-regular-400.woff)format("woff"), url(/assets/fonts/fa-regular-400.ttf)format("truetype")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/assets/fonts/fa-solid-900.woff2)format("woff2"), url(/assets/fonts/fa-solid-900.woff)format("woff"), url(/assets/fonts/fa-solid-900.ttf)format("truetype")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/assets/fonts/fa-thin-100.woff2)format("woff2"), url(/assets/fonts/fa-thin-100.woff)format("woff"), url(/assets/fonts/fa-thin-100.html)format("truetype")
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/webfonts/fa-regular-400.eot);
    src: url(/webfonts/fa-regular-400d41d.eot?#iefix)format("embedded-opentype"), url(/webfonts/fa-regular-400.woff2)format("woff2"), url(/webfonts/fa-regular-400.woff)format("woff"), url(/webfonts/fa-regular-400.ttf)format("truetype"), url(/webfonts/fa-regular-400.svg#fontawesome)format("svg")
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 900;
    font-display: block
}

ul ul {
    margin-bottom: 0
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media(prefers-reduced-motion:reduce), (print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media(min-width:768px) {
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
}

@media(max-width:990px) {
    .megamenu-panel {
        width: 100%;
        right: 0
    }

    .alanadiBtn1 {
        border-radius: 8px;
        padding: 0;
        border: 0;
        background-color: #342497;
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 100%;
        height: 50px
    }

    .domain-alani {
        width: 100% !important;
        height: 50px !important;
        float: left !important;
        font-size: 30px !important
    }
}

@media(min-width:991px) and (max-width:1440px) {
    .megamenu-panel {
        width: 80%;
        right: 10%
    }

    .alanadiBtn1 {
        border-radius: 8px;
        padding: 0;
        border: 0;
        background-image: linear-gradient(to bottom right, #0162a2, #1c537b);
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 15%;
        height: 50px
    }

    .domain-alani {
        width: 82% !important;
        height: 50px !important;
        float: left !important;
        font-size: 15px !important
    }
}

@media(min-width:1441px) {
    .megamenu-panel {
        width: 70%;
        right: 15%
    }

    .alanadiBtn1 {
        border-radius: 8px;
        padding: 0;
        border: 0;
        background-image: linear-gradient(to bottom right, #0162a2, #1c537b);
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 29%;
        height: 50px
    }

    .domain-alani {
        width: 70% !important;
        height: 50px !important;
        float: left !important;
        font-size: 20px !important
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media(min-width:768px) {
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    .container {
        min-width: 992px !important
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media(prefers-reduced-motion:reduce), (print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

nav {
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.navigation-portrait {
    height: 48px
}

.nav-header {
    float: left
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    display: none;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0#343a40, 0 1em 0 0#343a40
}

.navigation-portrait .nav-toggle,
nav {
    display: block
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: #fff0 #967adc #967adc #fff0
}

@media(max-width:600px) {
    .logoawm {
        width: 100px !important
    }
}

div.awmMegaMenu li>a:hover {
    box-shadow: 0 0 8px #000
}

div.awmMegaMenu ul>li>a>.imgCnt,
div.awmMegaMenu ul>li>a>.imgCnt:after {
    position: absolute;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

div.awmMegaMenu ul>li>a>.imgCnt {
    left: 12px;
    top: 12px;
    padding: 8px;
    width: 56px;
    height: 56px;
    line-height: 14px;
    text-align: center !important;
    background: #fff;
    font-size: 12px;
    color: #667093;
    box-shadow: 0 10px 64px rgb(0 0 0/4%);
    border-radius: 8px;
    overflow: hidden
}

.testim .cont>div.inactive,
div.awmMegaMenu ul>li>a:hover .imgCnt:after {
    opacity: 1
}

div.awmMegaMenu ul>li>a>.imgCnt:after {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.awmMegaMenuInf strong {
    font-weight: 500 !important;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 8px;
    color: #00104b
}

.nav-menu>li>a {
    border: 0 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    vertical-align: middle !important;
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: karla, sans-serif !important;
    color: #2f2f2f
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media(min-width:992px) {
    .col-md-4 {
        float: left;
        width: 33.33333333%
    }
}

.navbar-brand {
    padding: 15px !important
}

button:focus:not(:focus-visible) {
    outline: 0
}

[type=submit]:not(:disabled) {
    cursor: pointer
}

.form-control {
    padding: .375rem .75rem;
    font-display: swap;
    font-size: 1rem;
    font-weight: 400;
    background-clip: padding-box;
    border-radius: .25rem
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25);
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control {
    height: calc(2.4em + .75rem + 4px)
}

.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.col-10,
.col-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.app-list li,
.col-lg-1,
.col-lg-3 {
    width: 100%
}

.col-10,
.col-2 {
    -webkit-box-flex: 0
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

@media(min-width:768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-6,
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media(min-width:992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-3,
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-6,
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media(min-width:320px) and (max-width:992px) {
    .ptb-100 {
        padding: 55px 0
    }

    .pb-100 {
        padding-bottom: 55px
    }

    .ptb-120 {
        padding: 80px 0 35px
    }
}

.fa-chevron-left:before {
    content: "ï“"
}

.fa-chevron-right:before {
    content: "ï”"
}

.fa-comment:before {
    content: "ïµ"
}

.fa-user:before {
    content: "ï€‡"
}

.sr-only {
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100%no-repeat
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNUw0LjI1IDRsMi41LTIuNUw1LjI1IDB6Jy8+PC9zdmc+)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjVMMy43NSA0bC0yLjUgMi41TDIuNzUgOGw0LTQtNC00eicvPjwvc3ZnPg==)
}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media(min-width:320px) and (max-width:992px) {
    .ptb-100 {
        padding: 55px 0
    }

    .pb-100 {
        padding-bottom: 55px
    }
}

@media(min-width:320px) and (max-width:768px) {
    .hero-equal-height {
        min-height: auto
    }
}

.zindex-2 {
    z-index: 2
}

.domain-search-wrap {
    padding: 30px;
    border-radius: 20px;
    margin-top: -100px
}

.domain-search-form {
    width: calc(100% - 10%);
    margin: 0 auto;
    position: relative;
    height: calc(2.15em + .7rem);
    z-index: 9
}

.domain-search-form input:not([type=submit]) {
    border: 0;
    padding-top: 10px;
    border-bottom: 2px solid #0948b3
}

@media(min-width:320px) and (max-width:768px) {
    .domain-search-wrap {
        padding: 10px;
        border-radius: 10px
    }
}

@media(min-width:320px) and (max-width:575px) {
    .domain-search-form {
        width: 100%;
        height: auto
    }

    .domain-search-form input:not([type=submit]) {
        height: calc(2.15em + .7rem)
    }
}

.app-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    justify-items: center
}

.app-list li img {
    height: 65px;
    line-height: 65px;
    margin: auto
}

.app-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    white-space: nowrap;
    padding: 30px;
    border-radius: 15px;
    font-family: karla, sans-serif !important;
    font-size: 15px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.app-list li a span {
    margin-top: 12px
}

.app-list li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.single-blog-article .article-footer .article-comments,
.single-blog-article .article-footer .article-user,
.single-blog-article .article-heading span {
    font-size: 12px;
    color: #8392a5
}

.single-blog-article .border-shape {
    width: 100px;
    height: 2px;
    position: relative;
    z-index: 1;
    display: block
}

.single-blog-article .border-shape:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50%;
    border-bottom: 2px solid #0948b3
}

.single-blog-article p {
    color: #5b5858
}

.single-blog-article .article-footer .article-user span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #1062fe;
    color: #fff;
    border-radius: 4px
}

[type=submit] {
    -webkit-appearance: button
}

input::placeholder {
    position: relative;
    top: -1.6px
}

.border {
    border: 1px solid rgb(93 118 174 / .15) !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15) !important;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15) !important
}

.w-75 {
    width: 75% !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.my-3 {
    margin-bottom: 1rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

@media(min-width:768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }
}

@media(min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

@media all {
    .fa {
        display: inline-block;
        font: 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .fa-user:before {
        content: "ï€‡"
    }

    .fa-chevron-left:before {
        content: "ï“"
    }

    .fa-chevron-right:before {
        content: "ï”"
    }

    .fa-check-circle:before {
        content: "ï˜"
    }

    .fa-comment:before {
        content: "ïµ"
    }

    .fa-sitemap:before {
        content: "ïƒ¨"
    }

    .fa-building:before {
        content: "ï†­"
    }

    .fa-server:before {
        content: "ïˆ³"
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.fa {
    font-display: swap;
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
    display: var(--fa-display, inline-block);
    color: inherit;
    color: var(--fa-color, inherit)
}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media all {
    .fa {
        display: inline-block;
        font: 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

.fa {
    line-height: 1
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media print {

    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    .container {
        min-width: 992px !important
    }

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    a[href^="#"]:after {
        content: ""
    }
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    .container {
        min-width: 992px !important
    }
}

ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media(min-width:992px) {
    .col-md-4 {
        float: left;
        width: 33.33333333%
    }
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.testim .arrow:before,
[role=button] {
    cursor: pointer
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }

    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.col-lg-1,
.col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:992px) {

    .col-md-4,
    .col-md-6,
    .col-md-8 {
        float: left
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-4 {
        width: 33.33333333%
    }
}

@media(min-width:1200px) {

    .col-lg-1,
    .col-lg-3,
    .col-lg-4,
    .col-lg-6,
    .col-lg-8 {
        float: left
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 8px rgb(102 175 233 / .6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 8px rgb(102 175 233 / .6)
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner>.active {
    display: block;
    left: 0
}

.hidden {
    display: none !important
}

.ilkd {
    background-color: #fff
}

.drd a:hover,
.ikid a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fff
}

.ilkd a:hover {
    background-color: #0f7a55
}

.ilkd a:hover,
.ucd a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fff
}

.drd a:hover span,
.ikid a:hover span,
.ilkd a:hover span,
.ucd a:hover span {
    color: #fff
}

.ikid span,
.ilkd span {
    font-size: 25px
}

.ilkd span {
    color: #0f7a55
}

.ikid span {
    color: #6405fc
}

.ikid a:hover {
    background-color: #6405fc
}

.drd span,
.ucd span {
    font-size: 25px
}

.ucd span {
    color: #0564fc
}

.ucd a:hover {
    background-color: #0564fc
}

.drd span {
    color: #b3123a
}

.drd a:hover {
    background-color: #b3123a
}

.fiyat {
    color: #000
}

.support-wrapper {
    height: 200px
}

@media(max-width:1175px) {
    .support-wrapper {
        height: auto
    }
}

.support-wrapper .container,
.support-wrapper .container .text .contacts,
.support-wrapper .container .text .contacts .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1175px) {
    .support-wrapper .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0
    }
}

.support-wrapper .container .text,
.support-wrapper .container .text .contacts .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.support-wrapper .container .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1175px) {
    .support-wrapper .container .text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.support-wrapper .container .text h3 {
    font-size: 40px
}

.support-wrapper .container .text p {
    color: #888
}

.support-wrapper .container .text .contacts {
    margin-top: 30px
}

@media(max-width:1175px) {
    .support-wrapper .container .text .contacts {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.support-wrapper .container .text .contacts .item {
    margin-right: 45px;
    -webkit-transition: .2s all;
    transition: .2s all
}

@media(max-width:1175px) {
    .support-wrapper .container .text .contacts .item {
        margin-right: 0;
        width: 50%
    }

    .support-wrapper .container .text .contacts .item a {
        width: 100%;
        word-break: break-all
    }

    .support-wrapper .container .text .contacts .item img {
        max-width: 70px
    }
}

.support-wrapper .container .text .contacts .item:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.support-wrapper .container .text .contacts .item:first-child a {
    color: #52518e
}

.support-wrapper .container .text .contacts .item:nth-child(2) a {
    color: #f1601f
}

.support-wrapper .container .text .contacts .item:last-child {
    margin-right: 0
}

@media(max-width:1175px) {
    .support-wrapper .container .text .contacts .item:last-child {
        width: 100%;
        margin-top: 20px
    }
}

.support-wrapper .container .text .contacts .item:last-child a {
    color: #65ae1d
}

.support-wrapper .container .text .contacts .item a {
    font-size: 18px
}

.support-wrapper .container .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media(max-width:1175px) {
    .support-wrapper .container .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.testim {
    padding-top: 100px !important;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#04063c), to(#1c537b));
    background-image: linear-gradient(to bottom right, #0162a2, #1c537b);
    width: 100%;
    position: absolute;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%)
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222
}

.testim .arrow:hover {
    color: #0162a2
}

.testim .arrow.left {
    left: 10px
}

.testim .arrow.right {
    right: 10px
}

#pricing .bg-color,
.testim .dots {
    position: absolute;
    width: 100%;
    left: 0
}

.testim .dots {
    text-align: center;
    bottom: 60px;
    display: block;
    z-index: 3333;
    height: 12px
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #0162a2;
    border-color: #0162a2
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards
}

.testim .cont {
    position: relative;
    overflow: hidden
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px;
    opacity: 0
}

.testim .cont>div.active {
    position: relative;
    opacity: 1
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%
}

.testim .cont div h2 {
    color: #fff;
    font-size: 1em;
    margin: 15px 0
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards
}

@media all and (max-width:500px) {
    .testim .arrow {
        font-size: 1.5em
    }

    .testim .cont div p {
        line-height: 25px
    }
}

@media(max-width:600px) {
    .assa {
        margin-top: 180px
    }
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2)format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2)format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2)format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2)format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2)format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2)format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2)format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2)format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2)format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2)format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2)format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2)format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: karla, sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/webfonts/fa-regular-400.eot);
    src: url(/assets/webfonts/fa-regular-400d41d.eot?#iefix)format("embedded-opentype"), url(/assets/webfonts/fa-regular-400.woff2)format("woff2"), url(/assets/webfonts/fa-regular-400.woff)format("woff"), url(/assets/webfonts/fa-regular-400.ttf)format("truetype"), url(/assets/webfonts/fa-regular-400.svg#fontawesome)format("svg")
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/assets/webfonts/fa-solid-900.eot);
    src: url(/assets/webfonts/fa-solid-900d41d.eot?#iefix)format("embedded-opentype"), url(/assets/webfonts/fa-solid-900.woff2)format("woff2"), url(/assets/webfonts/fa-solid-900.woff)format("woff"), url(/assets/webfonts/fa-solid-900.ttf)format("truetype"), url(/assets/webfonts/fa-solid-900.svg#fontawesome)format("svg")
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/webfonts/fa-regular-400.eot);
    src: url(/assets/webfonts/fa-regular-400d41d.eot?#iefix)format("embedded-opentype"), url(/assets/webfonts/fa-regular-400.woff2)format("woff2"), url(/assets/webfonts/fa-regular-400.woff)format("woff"), url(/assets/webfonts/fa-regular-400.ttf)format("truetype"), url(/assets/webfonts/fa-regular-400.svg#fontawesome)format("svg")
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/assets/webfonts/fa-solid-900.eot);
    src: url(/assets/webfonts/fa-solid-900d41d.eot?#iefix)format("embedded-opentype"), url(/assets/webfonts/fa-solid-900.woff2)format("woff2"), url(/assets/webfonts/fa-solid-900.woff)format("woff"), url(/assets/webfonts/fa-solid-900.ttf)format("truetype"), url(/assets/webfonts/fa-solid-900.svg#fontawesome)format("svg")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/assets/fonts/fa-light-300.woff2)format("woff2"), url(/assets/fonts/fa-light-300.woff)format("woff"), url(/assets/fonts/fa-light-300.html)format("truetype")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/fa-regular-400.woff2)format("woff2"), url(/assets/fonts/fa-regular-400.woff)format("woff"), url(/assets/fonts/fa-regular-400.ttf)format("truetype")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/assets/fonts/fa-solid-900.woff2)format("woff2"), url(/assets/fonts/fa-solid-900.woff)format("woff"), url(/assets/fonts/fa-solid-900.ttf)format("truetype")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/assets/fonts/fa-thin-100.woff2)format("woff2"), url(/assets/fonts/fa-thin-100.woff)format("woff"), url(/assets/fonts/fa-thin-100.html)format("truetype")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/assets/fonts/fa-light-300.woff2)format("woff2"), url(/assets/fonts/fa-light-300.woff)format("woff"), url(/assets/fonts/fa-light-300.html)format("truetype")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/fa-regular-400.woff2)format("woff2"), url(/assets/fonts/fa-regular-400.woff)format("woff"), url(/assets/fonts/fa-regular-400.ttf)format("truetype")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/assets/fonts/fa-solid-900.woff2)format("woff2"), url(/assets/fonts/fa-solid-900.woff)format("woff"), url(/assets/fonts/fa-solid-900.ttf)format("truetype")
}

@font-face {
    font-family: "font awesome 6 pro";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/assets/fonts/fa-thin-100.woff2)format("woff2"), url(/assets/fonts/fa-thin-100.woff)format("woff"), url(/assets/fonts/fa-thin-100.html)format("truetype")
}

@font-face {
    font-family: "font awesome 6 duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/assets/fonts/fa-duotone-900.woff2)format("woff2"), url(/assets/fonts/fa-duotone-900.woff)format("woff"), url(/assets/fonts/fa-duotone-900.html)format("truetype")
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/webfonts/fa-regular-400.eot);
    src: url(/webfonts/fa-regular-400d41d.eot?#iefix)format("embedded-opentype"), url(/webfonts/fa-regular-400.woff2)format("woff2"), url(/webfonts/fa-regular-400.woff)format("woff"), url(/webfonts/fa-regular-400.ttf)format("truetype"), url(/webfonts/fa-regular-400.svg#fontawesome)format("svg")
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 900;
    font-display: block
}

.footer-cta {
    border-bottom: 1px solid #262c38
}

.single-cta i {
    color: #0162a2;
    font-size: 30px;
    float: left;
    margin-top: 8px
}

.cta-text {
    padding-left: 15px;
    display: inline-block
}

.cta-text h4,
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px
}

.footer-widget-heading h3 {
    margin-bottom: 40px;
    position: relative
}

.cta-text span {
    color: #757575;
    font-size: 15px
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: karla, sans-serif !important;
    margin-bottom: 20px
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%
}

.facebook-bg {
    background: #3b5998
}

.twitter-bg {
    background: #55acee
}

.google-bg {
    background: #dd4b39
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #0162a2
}

.footer-widget ul li a:hover {
    color: #ff5e14
}

.footer-widget ul li a {
    color: #fff;
    text-transform: capitalize
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg)
}

#pricing {
    text-align: center
}

#anasayfabeyazyer,
#pricing {
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative
}

#anasayfabeyazyer .bg-color,
#pricing .bg-color {
    background-color: #eaeff9;
    height: 100%;
    -webkit-transform: skewY(-10deg) scaleY(.7);
    -moz-transform: skewY(-10deg) scaleY(.7);
    -ms-transform: skewY(-10deg) scaleY(.7);
    transform: skewY(-10deg) scaleY(.7);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: -1
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media(min-width:992px) {

    .col-md-1,
    .col-md-2 {
        float: left;
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.os div {
    display: block;
    text-align: center
}

.service-section .icon-box:hover .service-title a {
    color: #41a1fd
}

.service-section .icon-box .service-title a {
    color: #556270;
    transition: .3s;
    text-decoration: none
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.custom-faq1 .faq h4[aria-expanded=false]:after {
    position: absolute;
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "+";
    right: 15px;
    top: 6px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    background: #0162a2
}

.custom-faq1 .faq .collapse__detail>div {
    padding: 30px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background: #0162a2
}

@media(min-width:1200px) {
    #footerWrapper #callToAction {
        height: 380px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.content-section {
    padding-top: 150px
}

.compare-plans-section {
    padding-top: 100px
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.form-group:after,
.form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
dd:after,
dd:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
dd:after {
    clear: both
}

.row-subtitle,
.row-title {
    position: relative;
    text-align: center
}

.row-title {
    font-size: 24px;
    font-weight: 700;
    color: #2f3c52;
    margin-top: 0;
    margin-bottom: 5px
}

.row-subtitle {
    font-size: 19px;
    color: #7d8ea8;
    font-weight: 400;
    margin-bottom: 50px
}

.row-subtitle:after {
    position: absolute;
    content: "";
    width: 156px;
    height: 2px;
    background-color: #d9e3f2;
    left: 50%;
    margin-left: -78px;
    bottom: -15px
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.content-section .content-block {
    padding-bottom: 140px
}

.compare-plans-section .plans-table-holder {
    padding-bottom: 0
}

.content-section .content-block.content--white {
    background-color: #fff;
    border: 1px solid rgb(54 57 60 / .1);
    box-shadow: 0 4px 8px rgb(81 85 88 / .1);
    border-radius: 4px
}

.col-md-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:992px) {
    .col-md-1 {
        float: left;
        width: 8.33333333%
    }
}

.col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:992px) {
    .col-md-2 {
        float: left;
        width: 16.66666667%
    }
}

.btnsp {
    padding: 6px 8px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 100px;
    border-width: 2px;
    border-radius: 4px;
    background-color: #0162a2;
    color: #fff
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-cart-plus:before {
    content: "ïˆ—"
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.gray-light-bg {
    background: #f5f5f5
}

.os {
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    display: inline-block;
    padding: 0 30px
}

.service-section .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background-color: #f8f9fa
}

.service-section .icon-box .service-icon {
    float: left;
    color: #41a1fd;
    font-size: 40px
}

.service-section .icon-box .service-title {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2
}

.service-section .icon-box .service-para {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px
}

.service-section .service-main-heading {
    color: #556270;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 60px;
    font-weight: 600
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:1200px) {
    #footerWrapper #callToAction {
        height: 380px
    }
}

html {
    overflow-x: hidden
}

.page-content {
    position: relative;
    padding: 60px 0
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.heading>.heading-title {
    font-family: karla, sans-serif !important
}

@media(min-width:1200px) {
    #footerWrapper #callToAction {
        height: 380px
    }
}

.h5,
h1,
h4,
h6 {
    font-display: swap
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-12,
    .col-md-8,
    .col-md-9 {
        -webkit-box-flex: 0
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-12,
    .col-lg-6,
    .col-lg-8 {
        -webkit-box-flex: 0
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:320px) and (max-width:992px) {
    .pb-100 {
        padding-bottom: 55px
    }

    .ptb-120 {
        padding: 80px 0 35px
    }
}

.color-accent {
    color: #2a78b0 !important
}

.fad {
    font-display: swap;
    display: var(--fa-display, inline-block);
    color: inherit;
    color: var(--fa-color, inherit);
    position: relative;
    font-family: "font awesome 6 duotone";
    font-weight: 900
}

.fad:before {
    position: absolute;
    color: inherit;
    color: var(--fa-primary-color, inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.fad:after {
    color: inherit;
    color: var(--fa-secondary-color, inherit);
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.fad.fa-check-circle:after {
    content: "ô˜"
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgb(248 249 250 / .5);
    box-shadow: 0 0 0 .2rem rgb(248 249 250 / .5)
}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

.content-feature-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr))
}

.content-feature-list li {
    font-size: 14px;
    width: 100%
}

@media(min-width:320px) and (max-width:992px) {
    .pb-100 {
        padding-bottom: 55px
    }
}

.btn {
    position: relative;
    font-family: karla, sans-serif !important;
    -webkit-transition: all 300ms ease-in-out
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover {
    background-color: #ced4da;
    border-color: #ced4da
}

@media(min-width:320px) and (max-width:768px) {
    .hero-equal-height {
        min-height: auto
    }
}

.hero-content-wrap {
    position: relative;
    display: block
}

.hero-overlay-dark:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.mt-n-90 {
    margin-top: -90px
}

.single-promo-card {
    border-radius: 1rem
}

@media(min-width:576px) {
    .d-sm-block {
        display: block !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

@media(min-width:768px) {
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }
}

@media(min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }
}

.pricing-amount .monthly_price {
    display: block
}

.single-pricing-table {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    background: #fff;
    border: 1px solid #083c96;
    border-radius: 5px;
    padding: 20px 0 30px;
    position: relative;
    overflow: hidden;
    margin: 30px 0
}

.single-pricing-table img {
    height: 79px;
    width: 79px
}

.single-pricing-table:hover {
    border-color: #083c96;
    box-shadow: 0 15px 30px 0 rgb(0 35 137 / .15)
}

.single-pricing-table h2 {
    font-size: 24px;
    color: #3a4368;
    margin-top: 20px;
    margin-bottom: 35px;
    text-transform: capitalize
}

.single-pricing-table .popular2 {
    position: absolute;
    background: linear-gradient(90deg, #19376c 30%, #19376c 100%);
    color: #fff;
    padding: 8px 35px 8px 37px;
    font-size: 14px;
    font-weight: 400;
    left: -40px;
    top: 20px;
    transform: rotate(-45deg)
}

.pricing-amount {
    position: relative;
    padding: 20px 0 0 30px
}

.pricing-amount .price {
    font-size: 42px;
    font-weight: 700;
    color: #083c96
}

.pricing-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block
}

.pricing-content ul li span.d-trn {
    color: #19376c
}

.fad,
.orange-btn {
    display: inline-block
}

.orange-btn,
.orange-btn:hover {
    text-decoration: none;
    color: #fff
}

.orange-btn {
    padding: 15px 40px;
    background: linear-gradient(to bottom right, #19376c, #19376c);
    margin-top: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize
}

.orange-btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 10px 35px 0 rgb(1 68 137 / .1)
}

a.pricing-btn {
    font-size: 14px;
    margin-bottom: 10px
}

.fad {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-check-circle:before {
    content: "ï˜"
}

.fa-shopping-basket:before {
    content: "ïŠ‘"
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.col-12 {
    -webkit-box-flex: 0
}

@media(min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12,
    .col-md-8,
    .col-md-9 {
        -webkit-box-flex: 0
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-12,
    .col-lg-6,
    .col-lg-8 {
        -webkit-box-flex: 0
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25)
}

.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgb(248 249 250 / .5)
}

@media(min-width:576px) {
    .d-sm-block {
        display: block !important
    }
}

.justify-content-between {
    -webkit-box-pack: justify !important
}

.align-items-center {
    -webkit-box-align: center !important
}

@media(min-width:576px) {
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }
}

@media(min-width:768px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }
}

@media(min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

h1,
h6,
u {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

u {
    margin: 0
}

.btn,
.h5,
h1,
h6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

h1 {
    margin: 0 0 1rem;
    margin: .67em 0
}

@media(min-width:320px) and (max-width:992px) {
    .pb-100 {
        padding-bottom: 55px
    }
}

.hero-equal-height {
    position: relative;
    min-height: 660px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.custom-shadow {
    -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / .12);
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / .12);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-radius: 1.5rem !important
}

.custom-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / .125) !important;
    box-shadow: 0 1rem 3rem rgb(31 45 61 / .125) !important
}

.single-promo-card {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.card.single-promo-card {
    border: 2px dashed #ebebeb;
    border-radius: 1rem;
    z-index: 1
}

.single-promo-card .card-body {
    padding: 1.5rem
}

.pb-100 {
    padding-bottom: 100px
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

h6 {
    font-size: 1.3rem !important
}

@media(max-width:600px) {
    .btn-outline-light {
        margin-top: -30px
    }

    .sas {
        margin-top: 350px
    }
}

.hero-overlay-dark:before {
    background: rgb(1 85 140 / .9) !important
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.h5,
h1,
h6 {
    font-family: karla, sans-serif !important;
    color: inherit
}

.h5,
h1 {
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h6 {
    margin: 10px 0;
    font-size: 12px
}

.h5,
footer p {
    font-size: 14px
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }

    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.col-lg-12,
.col-md-8,
.col-xs-12 {
    min-height: 1px
}

.col-xs-12 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%
}

@media(min-width:992px) {

    .col-md-12,
    .col-md-4,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }
}

@media(min-width:1200px) {

    .col-lg-12,
    .col-lg-4,
    .col-lg-6,
    .col-lg-8 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-4 {
        width: 33.33333333%
    }
}

.btn {
    margin-bottom: 0;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / .125);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / .125)
}

.disabled {
    display: none !important
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

@media(min-width:576px) {
    .d-sm-block {
        display: block !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

@media(min-width:768px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }
}

@media(min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

h1,
h6 {
    margin-top: 0
}

[type=button] {
    -webkit-appearance: button
}

[type=button]:not(:disabled) {
    cursor: pointer
}

h1,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.col-12,
.col-lg-12,
.col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff0;
    border: 1px solid #fff0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25)
}

.btn:disabled {
    opacity: .65
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgb(248 249 250 / .5)
}

.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: #fff0
}

@media(min-width:576px) {
    .d-sm-block {
        display: block !important
    }
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

@media(min-width:576px) {
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

@media(min-width:768px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.float-left {
    float: left !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.p-2 {
    padding: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.p-5 {
    padding: 3rem !important
}

@media(min-width:768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }
}

@media(min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }
}

.font-weight-bolder {
    font-weight: bolder !important
}

.text-warning {
    color: #ffc107 !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media(min-width:992px) {
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.ptb-120 {
    padding: 120px 0
}

@media(min-width:320px) and (max-width:992px) {
    .ptb-120 {
        padding: 80px 0 35px
    }
}

.gradient-bg {
    background: linear-gradient(75deg, #073482, #014cda) !important
}

@media print {
    h2 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media(min-width:992px) {
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    h2 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

.gradient-bg {
    background: #0162a2 !important
}

.page-header-section {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.page-header-section:after {
    content: "";
    position: absolute;
    background-image: url(/img/index.html);
    right: 0;
    background-position: right bottom;
    z-index: 2;
    bottom: 0;
    width: 45%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media(min-width:992px) {
    .col-md-9 {
        float: left;
        width: 75%
    }
}

@media(min-width:1200px) {
    .col-lg-8 {
        float: left;
        width: 66.66666667%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

.text-white {
    color: #fff !important
}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }
}

.social-list-default li:not(.bg-brand-01):not(.bg-brand-02):not(.bg-brand-03) a {
    color: #5b5858
}

.social-hover-2 li:hover a {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    color: #fff !important;
    border-radius: 100%
}

@media all {
    .fa-twitter:before {
        content: "ï‚™"
    }

    .fa-facebook:before {
        content: "ï‚š"
    }

    .fa-github:before {
        content: "ï‚›"
    }

    .fa-youtube:before {
        content: "ï…§"
    }

    .fa-instagram:before {
        content: "ï…­"
    }
}

@media print {

    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media(min-width:992px) {
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media(min-width:992px) {
    .d-lg-block {
        display: block !important
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.col-lg-7,
.col-md-5 {
    width: 100%
}

@media(min-width:768px) {
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
}

@media(min-width:992px) {
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .d-lg-block {
        display: block !important
    }
}

.font-weight-bold {
    font-weight: 700 !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

h4 {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 1rem;
    font-family: karla, sans-serif !important
}

[data-aos^=fade][data-aos^=fade],
[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.col-lg-7,
.col-md-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:992px) {
    .col-md-5 {
        float: left;
        width: 41.66666667%
    }
}

@media(min-width:1200px) {
    .col-lg-7 {
        float: left;
        width: 58.33333333%
    }
}

.container {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem)
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

ul:last-child {
    margin: 0
}

@media(min-width:992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media print {

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

@media(min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

.customer-title h2 {
    font-size: 40px;
    margin-bottom: 25px
}

.customer-title p {
    margin-bottom: 25px
}

.support-list li {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0162a2;
    position: relative;
    padding-left: 25px
}

.support-list li::after,
.support-list li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #0162a2
}

.support-list li::before {
    top: 8px;
    left: 0
}

.support-list li::after {
    top: 11px;
    left: 3px;
    z-index: -1;
    opacity: .5
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

@media(min-width:1200px) {
    .col-lg-6 {
        float: left;
        width: 50%
    }
}

@media(min-width:992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media print {

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

@media all {
    .fa-building:before {
        content: "ï†­"
    }
}

.fa-door-closed:before {
    content: "ï”ª"
}

.fa-user-shield:before {
    content: "ï”…"
}

@media(min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

.server-content-wrap ul li:last-child {
    margin-bottom: 0
}

.server-content-wrap h2 {
    font-size: 40px;
    margin-top: -9px;
    margin-bottom: 25px
}

.server-content-wrap ul li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px
}

.server-content-wrap ul li span {
    font-size: 24px;
    font-weight: 700;
    font-family: karla, sans-serif !important;
    color: #0162a2;
    margin-bottom: 5px;
    display: block
}

.server-content-wrap ul li i {
    font-size: 50px;
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 1;
    background: #0162a2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.server-content-wrap ul li::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -7px;
    width: 40px;
    height: 40px;
    background-color: #0162a2;
    border-radius: 50%;
    opacity: .1
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

@media(max-width:600px) {
    .yaziasagi {
        margin-top: 50px
    }
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

@media(min-width:1200px) {
    .col-lg-6 {
        float: left;
        width: 50%
    }
}

@media(min-width:992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media print {

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }
}

@media all {
    .fa-sitemap:before {
        content: "ïƒ¨"
    }

    .fa-server:before {
        content: "ïˆ³"
    }
}

.fa-sitemap:before {
    content: "ïƒ¨"
}

@media(min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }
}

.frequently-content-wrap ul li {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / .05);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / .05);
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 20px 20px 20px 105px
}

.frequently-content-wrap ul li i {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 28px;
    left: 20px;
    line-height: 70px;
    background-color: #0162a2;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    width: 70px;
    height: 70px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.frequently-content-wrap ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.frequently-content-wrap ul li:hover i {
    border-radius: 50%
}

.frequently-content-wrap ul li:last-child {
    margin-bottom: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }
}

@media(min-width:1200px) {
    .col-lg-6 {
        float: left;
        width: 50%
    }
}

@media print {
    h2 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid
    }

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

@media(max-width:600px) {
    .assa {
        margin-top: 180px
    }
}

@media print {
    h2 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid
    }

    *,
    ::after,
    ::before,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    *,
    :after,
    :before {
        color: #000 !important;
        background: 0 0 !important
    }
}

.assa {
    margin-top: 110px
}

@media(max-width:600px) {
    .assa {
        margin-top: 180px
    }
}

@media print {
    h2 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid
    }

    *,
    ::after,
    ::before,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    *,
    :after,
    :before {
        color: #000 !important;
        background: 0 0 !important
    }
}

@media print {
    h2 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid
    }

    *,
    ::after,
    ::before,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    *,
    :after,
    :before {
        color: #000 !important;
        background: 0 0 !important
    }
}

.section-title {
    text-align: center
}

button,
h3,
input {
    font-display: swap
}

button {
    border-radius: 0;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: #fff0
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width:992px) {

    .col-lg-4,
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width:1200px) {

    .col-xl-4,
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.fab {
    font-display: swap;
    display: var(--fa-display, inline-block);
    color: inherit;
    color: var(--fa-color, inherit)
}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

.social-list-default li:not(:hover),
footer ul li:not(:hover) {
    opacity: .8
}

footer ul:not(.list-inline):not(.slides)>li {
    line-height: 30px !important
}

footer ul:not([class*=menu]) li>a:hover {
    text-decoration: none;
    opacity: 1;
    color: inherit
}

footer ul:not([class*=menu]) li>a {
    font-weight: 400;
    font-size: 13px;
    display: block
}

.social-list-default li a {
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    overflow: hidden;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 1rem
}

.social-list-default .list-inline-item:not(:last-child) {
    margin-right: .3rem
}

.social-hover-2 li:hover a.facebook {
    background: #4064ac;
    color: #fff !important
}

.social-hover-2 li:hover a.twitter {
    background: #00a7e6;
    color: #fff !important
}

.social-hover-2 li:hover a.linkedin {
    background: #0077b5;
    color: #fff !important
}

.social-hover-2 li:hover a.instagram {
    background: #c13584;
    color: #fff !important
}

.social-hover-2 li:hover a.youtube {
    background: red;
    color: #fff !important
}

.social-hover-2 li:hover a.github {
    background: #4078c0;
    color: #fff !important
}

.background-color.social-hover-2 li a.facebook {
    background: #4064ac;
    color: #fff !important
}

.background-color.social-hover-2 li a.twitter {
    background: #00a7e6;
    color: #fff !important
}

.background-color.social-hover-2 li a.linkedin {
    background: #0077b5;
    color: #fff !important
}

.background-color.social-hover-2 li a.instagram {
    background: #c13584;
    color: #fff !important
}

.background-color.social-hover-2 li a.youtube {
    background: red;
    color: #fff !important
}

@media(min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .text-lg-left {
        text-align: left !important
    }
}

@media all {
    .fa-twitter:before {
        content: "ï‚™"
    }

    .fa-facebook:before {
        content: "ï‚š"
    }

    .fa-github:before {
        content: "ï‚›"
    }

    .fa-youtube:before {
        content: "ï…§"
    }

    .fa-instagram:before {
        content: "ï…­"
    }
}

.fab {
    font-family: "font awesome 5 brands";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-discord:before {
    content: "ï’"
}

.fa-facebook:before {
    content: "ï‚š"
}

.fa-github:before {
    content: "ï‚›"
}

.fa-instagram:before {
    content: "ï…­"
}

.fa-linkedin-in:before {
    content: "ïƒ¡"
}

.fa-telegram-plane:before {
    content: "ï¾"
}

.fa-twitter:before {
    content: "ï‚™"
}

.fa-youtube:before {
    content: "ï…§"
}

h3 {
    font-size: 1.75rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input {
    overflow: visible
}

button:not(:disabled) {
    cursor: pointer
}

.list-inline-item {
    display: inline-block;
    border-radius: 10px
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.col-lg-6,
.col-md-6 {
    width: 100%
}

.col-xl-4,
.col-xl-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width:992px) {

    .col-lg-4,
    .col-lg-6 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width:1200px) {

    .col-xl-4,
    .col-xl-6 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap
}

.d-none {
    display: none !important
}

@media(min-width:992px) {
    .d-lg-block {
        display: block !important
    }
}

.pt-5 {
    padding-top: 3rem !important
}

.text-right {
    text-align: right !important
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

footer,
form,
h3 {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    font: inherit
}

.navbar-brand>img,
footer {
    display: block
}

h3 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 1rem
}

.copyright-text a:hover {
    opacity: 1;
    text-decoration: none
}

.copyright-text {
    font-size: 13px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: karla, sans-serif !important;
    font-size: inherit;
    line-height: inherit
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }
}

h3,
input {
    font-family: karla, sans-serif !important
}

h3 {
    margin-bottom: 10px
}

input {
    font-size: inherit;
    line-height: inherit
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.col-lg-6,
.col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:992px) {
    .col-md-6 {
        float: left;
        width: 50%
    }
}

@media(min-width:1200px) {

    .col-lg-4,
    .col-lg-6 {
        float: left
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-4 {
        width: 33.33333333%
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px
}

.footer-section {
    background: #323a45;
    position: relative
}

.footer-content {
    position: relative;
    z-index: 2
}

.footer-logo {
    margin-bottom: 30px
}

.footer-logo img {
    max-width: 200px
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px
}

.subscribe-form {
    position: relative;
    overflow: hidden
}

.subscribe-form button {
    position: absolute;
    right: 0;
    padding: 13px 20px;
    top: 0
}

.copyright-area {
    background: #262c38;
    padding: 25px 0
}

.copyright-text p {
    margin: 0
}

.copyright-text p a {
    color: #0162a2
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px
}

.footer-menu li:hover a {
    color: #ff5e14
}

.copyright-text p,
.footer-menu li a {
    font-size: 14px;
    color: #878787
}

.github {
    background: #333;
    color: #fff !important
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff
}

#preloader .preloader-wrap {
    display: block;
    position: relative;
    text-align: center;
    top: 40%
}

#preloader .preloader-wrap .preloader {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    height: 60px;
    width: 70px;
    overflow: hidden
}

#preloader .preloader-wrap .preloader i {
    display: block;
    width: 20px;
    height: 20px;
    background: #1a202c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0-8px;
    opacity: 1;
    -webkit-transform: translate3d(60px, 0, 0);
    overflow: hidden;
    text-indent: -9999px;
    border: 2px solid #fff
}

#preloader .preloader-wrap .preloader i:nth-child(1) {
    background: #0948b3;
    -webkit-animation: kohost 1.75s ease-in-out infinite;
    animation: kohost 1.75s ease-in-out infinite
}

#preloader .preloader-wrap .preloader i:nth-child(2) {
    background: #1062fe;
    -webkit-animation: kohost 1.75s ease-in-out infinite .3s;
    animation: kohost 1.75s ease-in-out infinite .3s
}

#preloader .preloader-wrap .preloader i:nth-child(3) {
    background: #f67a3c;
    -webkit-animation: kohost 1.75s ease-in-out infinite .6s;
    animation: kohost 1.75s ease-in-out infinite .6s
}

.awm-dedicateds {
    padding: 1px 0 40px
}

.awm-dedicateds .container-fluid {
    max-width: 1220px !important
}

.awm-dedicated {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    background-color: #fff;
    padding: 10px 50px;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075) !important;
    transition: .3s
}

@media(max-width:768px) {
    .awm-dedicated {
        display: block
    }

    .awm-dedicated .detail {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .awm-dedicated .detail:last-child {
        border-bottom: 0 !important;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .awm-dedicated .detail.button .btn-primary {
        margin-top: 0 !important;
        display: block;
        width: 100%;
        left: 0 !important
    }

    .awm-dedicated .detail.price .feature {
        left: 10px !important
    }
}

.awm-dedicated:hover {
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15) !important;
    transform: scale(1.03)
}

.awm-dedicated .detail {
    text-align: center
}

.awm-dedicated .detail.name .sunucu {
    color: #28a745;
    font-size: 20px;
    margin: 0 0 5px
}

.awm-dedicated .detail.name .islemci {
    font-size: 16px;
    margin: 12px 0 5px;
    font-weight: 700;
    color: #333
}

.awm-dedicated .detail.name .core {
    font-weight: 700;
    color: #333;
    font-size: 13px;
    margin: 0 0 5px
}

.awm-dedicated .detail.name img {
    width: 160px;
    height: auto
}

.awm-dedicated .detail.name span {
    font-size: 10px;
    font-weight: 600
}

.awm-dedicated .detail span {
    font-size: 18px;
    display: block
}

.awm-dedicated .detail span.title {
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 10px
}

.awm-dedicated .detail span.feature {
    font-weight: 700;
    color: #333;
    font-size: 19px
}

.awm-dedicated .detail small {
    color: #6c757d
}

.awm-dedicated .detail.price .feature {
    color: #28a745;
    font-size: 26px;
    position: relative;
    left: 15px;
    margin-top: 25%
}

.awm-dedicated .detail.price .feature small {
    font-size: 17px
}

.awm-dedicated .detail.button .btn-primary {
    padding: 12px 25px !important;
    font-weight: 400 !important;
    border-radius: 3px !important;
    margin-top: 50px;
    position: relative;
    left: 15px
}

.awm-dedicated .detail.ram .title {
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0
}

.awm-dedicated .detail.ram .feature {
    font-weight: 700;
    color: #333;
    font-size: 19px;
    margin-top: 30%
}

.awm-dedicated .detail.disk .title {
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0
}

.awm-dedicated .detail.disk .feature {
    font-weight: 700;
    color: #333;
    font-size: 19px;
    margin-top: 10px
}

.awm-dedicated .detail.raid .text {
    font-size: 14px;
    color: #6c757d
}

.awm-dedicated .detail.raid .fa-check {
    color: #2ecc71
}

.awm-dedicated .detail.raid .raid-img {
    display: block;
    width: 71px;
    height: 51px;
    margin: auto
}

.awm-dedicated-optional {
    padding: 50px 0;
    background: #fff;
    background-size: cover;
    background-position: center
}

.awm-do-title {
    font-size: 25px;
    color: #ff655d;
    text-align: center;
    margin-bottom: 10px
}

.optional {
    margin: 5px 0
}

.optional .box {
    box-shadow: 0 0 25px #000;
    border-left-width: 1px !important;
    border-bottom-width: 1px !important;
    border-top-width: 1px !important;
    border-left-color: rgb(103 115 221 / .3) !important;
    border-left-style: solid !important;
    border-bottom-color: rgb(103 115 221 / .3) !important;
    border-bottom-style: solid !important;
    border-top-color: rgb(103 115 221 / .3) !important;
    border-top-style: solid !important;
    padding: 40px 50px;
    background-color: #fff
}

.optional .box h3 {
    font-size: 20px;
    color: #ff655d;
    margin-bottom: 0
}

#style-Zg7R4.style-Zg7R4,
.optional .box,
.optional .texts {
    text-align: center
}

.optional .texts span {
    display: block;
    font-size: 17px;
    color: var(--purple)
}

.optional .texts span.feature {
    font-weight: 700
}

.optional .texts span.price {
    font-weight: 300
}

.awm-support {
    padding: 50px 0;
    background-color: #f0f3f7
}

.awm-support .content h4 {
    font-size: 25px;
    color: #6773dd;
    margin-bottom: 30px
}

.awm-support .content p {
    color: var(--purple);
    font-size: 17px;
    margin-bottom: 30px
}

.awm-support .content .btn {
    padding-left: 50px !important;
    padding-right: 50px !important
}

@media(max-width:992px) {
    .awm-support img {
        display: none !important
    }
}

.awm-brands {
    padding: 80px 0
}

.awm-footer {
    background-color: var(--purple);
    padding: 50px 0
}

.awm-footer .site-content hr {
    border: 0 !important;
    border-top: 1px solid #eee !important;
    margin: 25px 0
}

.awm-footer .site-content p {
    color: #fff;
    font-weight: 300 !important;
    font-size: 17px !important;
    margin-bottom: 0
}

.awm-footer .link-box {
    color: #fff;
    margin-bottom: 30px
}

.awm-footer .link-box h1 {
    font-size: 25px;
    margin-bottom: 20px
}

.awm-footer .link-box ul li {
    margin-bottom: 7px
}

.awm-footer .link-box ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 300 !important;
    text-decoration: none;
    transition: .3s
}

.awm-footer .link-box ul li a:hover {
    color: rgb(255 255 255 / .7)
}

svg {
    vertical-align: middle;
    overflow: hidden
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media(min-width:992px) {
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media(min-width:320px) and (max-width:992px) {
    .ptb-100 {
        padding: 55px 0
    }
}

.fas {
    font-display: swap;
    display: var(--fa-display, inline-block);
    color: inherit;
    color: var(--fa-color, inherit)
}

@media print {
    a:not(.btn) {
        text-decoration: underline
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media(min-width:320px) and (max-width:992px) {
    .ptb-100 {
        padding: 55px 0
    }
}

.details__pricing-tables {
    margin: 0-15px
}

.section--flex {
    max-width: 10050px;
    margin: 0 auto
}

.pricing__table--blue .pricing__label {
    background: #4590f3
}

.pricing__table--blue .pricing__list-icon svg {
    fill: #4590f3
}

.pricing__table--blue .pricing__button {
    border-color: #4590f3;
    color: #4590f3
}

.pricing__table--blue .pricing__button:hover {
    color: #fff;
    background-color: #4590f3
}

.pricing__title {
    font-size: 18px;
    margin: 15px 0 20px;
    line-height: 1
}

.pricing__price {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 3px;
    line-height: 1
}

.pricing__button {
    display: inline-block;
    border: 2px solid #888;
    color: #888;
    padding: 12px 16px;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    margin: 0;
    transition: 150ms ease background-color, 150ms ease color
}

.pricing__button:hover {
    background: #888;
    color: #fff
}

.pricing__table--blue .pricing__list-icon {
    color: #4590f3
}

.pricing__table-wrapper {
    padding: 15px;
    flex-basis: 33.33%
}

.pricing__table--orange .pricing__label {
    background: #f80
}

.pricing__table--orange .pricing__list-icon {
    color: #f80
}

.pricing__table--orange .pricing__list-icon svg {
    fill: #f80
}

.pricing__table--orange .pricing__button {
    border-color: #f80;
    color: #f80
}

.pricing__table--orange .pricing__button:hover {
    color: #fff;
    background-color: #f80
}

.pricing__table--red .pricing__label {
    background: #dc3826
}

.pricing__table--red .pricing__list-icon {
    color: #dc3826
}

.pricing__table--red .pricing__list-icon svg {
    fill: #dc3826
}

.pricing__table--red .pricing__button {
    border-color: #dc3826;
    color: #dc3826
}

.pricing__table--red .pricing__button:hover {
    color: #fff;
    background-color: #dc3826
}

.pricing__label,
.pricing__table {
    box-shadow: 0 9px 18px 0 rgb(0 0 0 / .08);
    border-radius: 5px
}

.pricing__label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #888;
    text-transform: uppercase;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff
}

.section--flex>article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.pricing__table {
    position: relative;
    background: #fff;
    border: 1px solid rgb(232 224 224 / .33);
    padding: 25px;
    text-align: center;
    width: 350px;
    color: #555
}

.pricing__list {
    list-style: none;
    padding: 0;
    margin: 25px 0 20px;
    text-align: left;
    color: #000;
    font-size: 12px
}

.pricing__list li {
    padding: 10px
}

.pricing__list li:not(:last-child) {
    border-bottom: 1px solid #eaeaea
}

.pricing__list-icon {
    text-align: center;
    line-height: 1;
    width: 17px;
    display: inline-block;
    margin-right: 10px
}

.pricing__list-icon i {
    font-size: 17px;
    vertical-align: middle
}

.pricing__list-icon i svg {
    width: 17px
}

.pricing__list-text {
    vertical-align: middle
}

.fas {
    font-family: "font awesome 5 free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-building:before {
    content: "ï†­"
}

.fa-headset:before {
    content: "ï–"
}

.fa-microchip:before {
    content: "ï‹›"
}

.fa-network-wired:before {
    content: "ï›¿"
}

.fa-server:before {
    content: "ïˆ³"
}

.fa-tachometer-alt:before {
    content: "ï½"
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.col-lg-8,
.col-md-9 {
    width: 100%
}

@media(min-width:768px) {
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media(min-width:992px) {
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

article,
i,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
section {
    display: block
}

.ptb-100 {
    padding: 50px 0
}

@media(min-width:320px) and (max-width:992px) {
    .ptb-100 {
        padding: 55px 0
    }
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

svg:not(:root) {
    overflow: hidden
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

b,
h2 {
    font-family: karla, sans-serif !important
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.col-lg-8,
.col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:992px) {
    .col-md-9 {
        float: left;
        width: 75%
    }
}

@media(min-width:1200px) {
    .col-lg-8 {
        float: left;
        width: 66.66666667%
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

.pricing-content ul li {
    padding-top: 15px;
    color: #3e445b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 500
}

.pricing-content ul li:hover {
    padding-left: 5px
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

b {
    font-weight: 600 !important
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media(min-width:768px) {
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

.d-block {
    display: block !important
}

.position-static {
    position: static !important
}

@media(min-width:768px) {
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    .container {
        min-width: 992px !important
    }
}

b,
center,
li,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
    list-style: none
}

strong {
    font-weight: 600 !important;
    font-family: karla, sans-serif !important
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: #fff0
}

.align-to-right {
    float: right
}

.navigation-portrait .nav-menus-wrapper {
    width: 90% !important;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .2s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0
}

.navigation-portrait .nav-menu {
    width: 100%
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 3px #f0f0f0
}

.nav-menu>li>a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    transition: color .3s, background .3s
}

.nav-menu>li:hover>a {
    color: #0162a2
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all .2s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #fff0 #70798b #70798b #fff0;
    transform: rotate(45deg);
    transition: border .2s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.megamenu-panel {
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / .075);
    border-radius: 0 0 20px 20px
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block
}

.megamenu-panel [class*=container] {
    width: 100%
}

.megamenu-panel [class*=container] [class*=col-] {
    padding: 0
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px
}

.awmMegaMenu li a,
.tests1 {
    position: relative !important
}

.tests1 {
    color: #373d41 !important;
    font-weight: 700 !important;
    font-size: 16px !important
}

div.awmMegaMenu li {
    padding-top: 12px !important;
    margin: 10px
}

div.awmMegaMenu li>a:hover {
    background: #fff !important;
    box-shadow: 0 0 8px rgb(0 0 0/23%)
}

.awmMegaMenu li a {
    display: block !important;
    background: #f7f9fd !important;
    border-radius: 15px !important;
    padding: 12px 12px 12px 80px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    min-height: 80px !important
}

.awmMegaMenuInf {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap
}

.awmMegaMenuInf span {
    font-size: 12px !important;
    color: #3d3d3d !important
}

.menu_tag {
    color: #fff !important;
    text-align: center !important;
    margin-top: 40px !important;
    position: absolute !important;
    top: 5px !important;
    font-size: 10px !important;
    padding: 0 5px !important;
    border-radius: 3px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }
}

a {
    color: var(--bs-link-color)
}

img {
    user-select: none
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media(min-width:992px) {
    .col-md-4 {
        float: left;
        width: 33.33333333%
    }
}

.sinirdivi {
    max-width: 1300px
}

* {
    font-family: roboto, sans-serif
}

@media all and (max-width:500px) {
    .btn-1 {
        white-space: nowrap
    }
}

.fal-btn-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.fal-btn-area ul li {
    list-style-type: none;
    display: flex;
    font-size: 16px
}

.fal-btn-area ul li img {
    margin-right: 7px
}

.fal-btn-area ul:first-child {
    margin-right: 100px
}

.fal-btn-area ul li:last-child {
    margin-bottom: 0
}

@media all and (max-width:500px) {
    .fal-btn-area {
        flex-direction: column
    }

    .fal-btn-area ul {
        width: 100%;
        margin-bottom: 20px
    }

    .fal-btn-area ul:first-child {
        margin-right: 0
    }
}

.far-container {
    box-shadow: -19px -16px 0#dfe6f1;
    background-color: #f2f9ff;
    border-radius: 15px;
    width: 100%;
    display: flex
}

.far-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0 0 15px
}

.far-left,
.just-img img {
    width: 100%
}

@media all and (max-width:1080px) {
    .far-left img {
        width: 100% !important;
        border-radius: 15px
    }

    .far-left {
        width: 100%
    }

    .far-container {
        box-shadow: -10px -10px 0 0#dfe7f4
    }
}

.section__product {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: -76px;
    clear: both
}

.hosting-package {
    clear: both
}

.hosting-package:after,
.hosting-package:before {
    display: table;
    content: " ";
    clear: both
}

.package {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 0;
    margin: 0 5px;
    box-shadow: 0 0 50px rgb(34 34 34/20%);
    float: left;
    width: calc(33% - 10px)
}

.fw,
.packageListBoxBot ul {
    width: 100%;
    display: inline-block;
    float: left
}

.packageListBox {
    background: #fff;
    border-radius: 5px
}

.packageListBoxBot ul li,
.purchaseButton {
    width: 100%;
    display: inline-block;
    float: left
}

.purchaseButton {
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 30px;
    border-radius: 0 0 5px 5px;
    color: #fff !important;
    background: linear-gradient(315deg, #6a93cb 0, #a4bfef 74%);
    background-image: linear-gradient(315deg, #6a93cb 0, #a4bfef 74%)
}

a:hover {
    color: var(--bs-link-hover-color)
}

.packageListBoxTop {
    padding: 28px 20px;
    position: relative;
    border-bottom: 2px solid #f1f3f8
}

.packageListBoxTop:after {
    content: "";
    width: 54px;
    height: 2px;
    background: #404257;
    position: absolute;
    left: 20px;
    bottom: -2px
}

.package .p-price {
    position: relative;
    text-align: center;
    padding: 10px 0 15px;
    background-color: #fafafa
}

.packageListBoxTop ul {
    position: relative;
    padding-left: 55px
}

.packageListBoxTop ul li.title {
    color: #4f526b;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 7.5px
}

.packageListBoxTop ul li.desc {
    color: #6e8198;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px
}

.packageListBoxBot ul li {
    background: #fff
}

.package .p-price .old {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #242736;
    line-height: 1
}

.package .p-price .price-tag {
    color: #fff;
    padding-left: 15px;
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center
}

.packageListBoxTop ul li.barX {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    padding-top: 5px
}

.packageListBoxTop ul li.barX span {
    width: 4px;
    height: 34px;
    border-radius: 4px;
    background: #c2c9d6;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 0
}

.packageListBoxTop ul li.barX span:nth-of-type(1) {
    height: 10px
}

.packageListBoxTop ul li.barX span:nth-of-type(2) {
    height: 18px
}

.packageListBoxTop ul li.barX span:nth-of-type(3) {
    height: 26px
}

.packageListBoxBot ul li .title {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    color: #60768e;
    border-top: 1px solid #e6e5e5;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 15px 15px 20px
}

.package .p-price .price-tag span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    color: #252836;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center
}

.packageListBox.pro .packageListBoxTop ul li.barX span.active {
    background: #404257
}

@media only screen and (max-width:992px) {
    .package {
        width: 100% !important;
        margin: 10px 0 !important
    }
}

@media only screen and (max-width:767px) {
    .package {
        width: 100%;
        margin: 10px 0
    }

    .section__product {
        margin-top: 15px
    }
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em
}

.package .p-price .price-tag sup {
    color: #252836;
    font-size: 28px;
    top: -10px;
    left: -20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

small {
    font-weight: 400;
    font-size: .875em
}

.package .p-price .price-tag sup>small {
    font-weight: 300;
    margin-left: 3px
}

.h2,
.h4 {
    margin-top: 0;
    line-height: 1.2
}

.h2,
.h4,
h4 {
    margin-bottom: .5rem
}

.h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width:1200px) {
    .h2 {
        font-size: 2rem
    }
}

@media(min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem
}

@media(min-width:576px) {
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }
}

@media(min-width:768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

@media(min-width:1400px) {
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
}

.overflow-hidden {
    overflow: hidden !important
}

.position-relative {
    position: relative !important
}

.w-100 {
    width: 100% !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "font awesome 6 free";
    font-weight: 900
}

.fa-gears::before {
    content: "Ã¯â€šâ€¦"
}

.fa-globe::before {
    content: "Ã¯â€šÂ¬"
}

.fa-infinity::before {
    content: "Ã¯â€Â´"
}

.fa-rocket::before {
    content: "Ã¯â€Âµ"
}

.mt-40 {
    margin-top: 40px
}

* {
    margin: 0;
    padding: 0
}

.h2 {
    font-size: 2.625rem
}

@media(max-width:1199.98px) {
    .h2 {
        font-size: calc(1.5rem + 1.3vw)
    }
}

h3 {
    font-size: 1.875em
}

@media(max-width:1199.98px) {
    h3 {
        font-size: calc(1.3rem + .6vw)
    }
}

.h2,
.h4 {
    font-weight: 700
}

a:focus,
a:hover {
    outline: 0
}

.template-btn {
    display: inline-block;
    font-family: urbanist, sans-serif;
    font-weight: 600;
    border-radius: 5px;
    padding: 16px 32px;
    color: #fff;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media(max-width:575.98px) {
    .template-btn {
        padding: 14px 30px;
        font-size: 15px
    }
}

.secondary-btn,
.secondary-btn:hover {
    background-color: #0460a1
}

.secondary-btn:hover {
    color: #fff
}

.btn-small {
    padding: 12px 24px;
    font-size: 15px
}

.deep-shadow {
    -webkit-box-shadow: 0 12px 50px rgb(125 125 125 / .1);
    box-shadow: 0 12px 50px rgb(125 125 125 / .1)
}

.rounded-10 {
    border-radius: 10px
}

.pricing-column {
    padding: 50px 30px
}

.pricing-column h4 span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 6px
}

.pricing-column .yearly-price {
    display: none
}

.pricing-column .feature-list {
    height: 150px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-size: 14px
}

.pricing-column .feature-list li+li {
    margin-top: 12px
}

.pricing-column .feature-list li i {
    color: #0460a1
}

.sh-pricing-column {
    padding: 30px 25px
}

.sh-pricing-column .saving-badge {
    background: rgb(255 7 102 / .05);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 30px;
    color: #0460a1;
    margin-bottom: 20px;
    display: inline-block
}

.sh-pricing-column .feature-list {
    height: auto
}

.pt-100 {
    padding-top: 100px
}

.cyber-features {
    padding-bottom: 160px
}

.bg-light {
    background-color: #f8f9fa !important
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

@media(min-width:768px) {
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }
}

@media(min-width:992px) {

    .col-lg-4,
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }
}

.section-heading {
    margin-bottom: 50px
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-30 {
    margin-bottom: 30px
}

.cyber-single-service {
    padding: 30px
}

.rounded-custom {
    border-radius: 1rem !important
}

@media(min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h2 {
    font-family: var(--bs-font-monospace);
    color: var(--bs-dark-light)
}

@media(min-width:1200px) {
    h2 {
        font-size: 2.5rem
    }
}

.bg-primary-soft {
    background-color: var(--bs-primary-soft)
}

.feature-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.text-primary {
    color: #0d6efd !important
}

.rounded {
    border-radius: .25rem !important
}

.text-primary {
    color: var(--bs-primary) !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.feature-icon img {
    padding: 15px
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

.h5,
h3 {
    margin-top: 0;
    line-height: 1.2;
    font-family: var(--bs-font-monospace);
    color: var(--bs-dark-light)
}

.h5 {
    font-size: 1.25rem;
    margin-bottom: .375rem;
    font-weight: 600
}

h3 {
    margin-bottom: .5rem;
    font-weight: 500
}

.bg-white h3,
h3 {
    color: initial
}

>.page-content {
    position: relative;
    padding: 60px 0
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.heading {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden
}

.heading>.heading-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden
}

.heading>.heading-desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 500
}

.custom-faq1 .faq {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #e5e8ed;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgb(141 153 176 / .1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
}

.custom-faq1 .faq:last-child {
    margin-bottom: 0
}

.heading>.heading-title>span {
    position: relative
}

.heading>.heading-title>span:after,
.heading>.heading-title>span:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 5px;
    background: #2980b9;
    border-radius: 40px;
    top: 50%;
    transform: translate(0, -50%)
}

.heading>.heading-title>span:before {
    left: -80px
}

.heading>.heading-title>span:after {
    right: -80px
}

h4 {
    line-height: 1.2;
    font-size: 1.5rem;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    color: #333333b5;
    font-weight: 500
}

.custom-faq1 .faq h4 {
    position: relative;
    font-weight: 600;
    color: #333333e6;
    text-transform: none;
    cursor: pointer;
    padding: 15px 60px 15px 20px;
    box-shadow: 1px 1px 10px #eaf8ff;
    border-radius: 5px
}

.collapse:not(.show) {
    display: none
}

>.bg-light {
    background-color: #fff !important
}

.bgyeniler {
    background-color: #eaeff9
}

#footerWrapper #callToAction {
    width: 100%;
    height: 380px;
    margin: 0;
    padding: 0;
    z-index: 10;
    float: left;
    background: #fff
}

@media(min-width:1200px) {
    #footerWrapper #callToAction {
        height: 380px
    }
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px)0 0
}

>div {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.h3,
h2 {
    font-display: swap
}

::placeholder {
    color: #8392a5 !important;
    font-size: 14px
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:768px) {

    .col-md-12,
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {

    .col-lg-4,
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.card-body {
    min-height: 1px
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

@media(min-width:992px) {
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

::after,
::before {
    -webkit-box-sizing: border-box
}

p {
    margin-bottom: 1rem
}

.h3 {
    margin-bottom: .5rem;
    font-size: 1.75rem
}

h2 {
    font-size: 2rem
}

.lead {
    font-size: 1.25rem
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.col-lg-4,
.col-lg-9,
.col-md-12,
.col-md-4,
.col-sm-12 {
    width: 100%
}

@media(min-width:576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:768px) {

    .col-md-12,
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {

    .col-lg-4,
    .col-lg-9 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.card {
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1
}

@media(min-width:992px) {
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075) !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .container {
        min-width: 992px !important
    }
}

a,
div,
h2 {
    margin: 0
}

a,
div,
h2,
img,
p {
    padding: 0;
    font: inherit
}

a,
div,
h2,
p {
    border: 0;
    vertical-align: baseline
}

img {
    margin: 0
}

.h3,
a,
h2,
p {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

p:not(:last-child) {
    margin-bottom: 1.25em
}

h2 {
    margin: 0 0 1rem
}

a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s
}

p {
    font-size: 15px
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

a:link {
    text-decoration: none !important;
    cursor: pointer
}

.row:after,
.row:before {
    display: inline-block
}

::after,
::before {
    box-sizing: border-box
}

a:active,
a:hover {
    outline: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href)")"
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

a {
    color: #262936;
    text-decoration: none;
    background-color: #fff0
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    pointer-events: none;
    vertical-align: middle;
    border-style: none
}

.h3,
h2 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px
}

.h3 {
    font-family: inherit;
    font-size: 24px
}

h2 {
    font-size: 30px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-4,
.col-lg-9,
.col-md-12,
.col-md-4,
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:768px) {
    .col-sm-12 {
        float: left;
        width: 100%
    }
}

@media(min-width:992px) {

    .col-md-12,
    .col-md-4 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-4 {
        width: 33.33333333%
    }
}

@media(min-width:1200px) {

    .col-lg-4,
    .col-lg-9 {
        float: left
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-4 {
        width: 33.33333333%
    }
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

:-webkit-scrollbar {
    width: 10px
}

:-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #9bb7e8 17%, #6d93ca 83%)
}

:-webkit-scrollbar-track {
    background: #f1f1f1
}

a:hover {
    color: #0056b3;
    text-decoration: none
}

.container {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem)
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2)
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y)
}

@media(min-width:992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }
}

.bg-white p {
    color: var(--body-color)
}

*,
:after,
:before {
    box-sizing: border-box
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container:after,
.container:before {
    display: table;
    content: " ";
    clear: both
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.text-center {
    text-align: center !important
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / .125);
    border-radius: .25rem
}

.bg-white {
    background-color: #fff !important
}

.rounded-0 {
    border-radius: 0 !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075) !important
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / .03);
    border-bottom: 1px solid rgb(0 0 0 / .125)
}

.border-0 {
    border: 0 !important
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.pt-2 {
    padding-top: .5rem !important
}

.fal-btn-area ul {
    display: block !important
}

div,
h2,
p,
a,
img,
strong,
i,
ul,
li,
article {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article {
    display: block
}

ul {
    list-style: none
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .977rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: #fff0
}

a:hover {
    color: #0056b3;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

h2 {
    margin-bottom: .977rem;
    font-display: swap;
    font-family: roboto, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #1a202c
}

h2 {
    font-size: 2.29595rem
}

*::placeholder {
    color: #8392a5 !important;
    font-size: 14px
}

a {
    color: #0948b3;
    text-decoration: none
}

a:hover {
    color: #1062fe
}

ul:last-child {
    margin: 0
}

.fas {
    font-family: 'font awesome 5 free';
    font-weight: 900
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-display: swap;
    text-rendering: auto;
    line-height: 1
}

.fa-eye:before {
    content: "\f06e"
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: inherit;
    color: var(--fa-color, inherit)
}

.fa-eye:before {
    content: '\f06e'
}

.fas {
    font-weight: 900
}

.fas {
    font-family: 'font awesome 6 pro'
}

.img-fluid {
    max-width: 100%;
    height: auto
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    p,
    h2 {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

.post {
    border-bottom: 1px solid rgb(93 118 174 / .15);
    padding: 0 0 35px;
    margin: 0 0 45px
}

.post-preview {
    padding-bottom: 5px;
    border-radius: .1875rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.post-preview img {
    border-radius: .1875rem;
    width: 100%;
    display: block
}

.post-header {
    margin: 15px 0 20px
}

.post-header .post-title {
    font-size: 1.5625rem;
    margin-bottom: 0;
    color: #5b5858
}

.post-meta {
    list-style: none;
    font-size: .8125rem;
    padding: 0;
    margin: 0
}

.post-meta a,
.post-meta li {
    color: #495057;
    opacity: .8
}

.post-meta li i {
    color: #1062fe
}

.post-meta a:hover {
    color: #1062fe;
    opacity: 1
}

.post-meta>li {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    margin: 0 14px 0 0
}

.post-meta>li:not(:last-child):after {
    position: absolute;
    content: '/';
    right: -5px;
    top: 0
}

.post-content p {
    margin-bottom: 5px
}

.post-footer {
    margin-top: 15px
}

/*!CSS Used from: https://www.awmbilisim.com/awm.css*/
a:link {
    text-decoration: none
}

.fas {
    font-family: 'font awesome 5 free';
    font-weight: 900
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-eye:before {
    content: "\f06e"
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: #fff0
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

div,
h2,
p,
a,
img,
strong,
i,
ul,
li,
article {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article {
    display: block
}

ul {
    list-style: none
}

h2,
p,
a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

p:not(:last-child) {
    margin-bottom: 1.25em
}

h2 {
    margin: 0 0 1rem;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial
}

h2 {
    font-size: 2.441em
}

strong {
    font-weight: 600 !important;
    font-family: montserrat, sans-serif
}

a {
    color: #258bf8
}

a:hover {
    color: #258bf8;
    text-decoration: none
}

.post {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 35px;
    margin: 0 0 45px
}

article {
    display: block
}

.post-preview {
    padding-bottom: 5px;
    border-radius: .1875rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.post-preview img {
    border-radius: .1875rem;
    width: 100%;
    display: block
}

.post-header {
    margin: 15px 0 20px
}

.post-header .post-title {
    font-size: 1.5625rem;
    margin-bottom: 0;
    color: #333
}

.post-meta {
    list-style: none;
    font-size: .8125rem;
    padding: 0;
    margin: 0
}

.post-meta a,
.post-meta li {
    color: #495057;
    opacity: .8
}

.post-meta a:hover {
    color: #258bf8;
    opacity: 1
}

.post-meta>li {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    margin: 0 14px 0 0
}

.post-meta>li:not(:last-child):after {
    position: absolute;
    content: '/';
    right: -5px;
    top: 0
}

.post-content p {
    margin-bottom: 5px
}

.post-footer {
    margin-top: 15px
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

/*!CSS Used from: https://www.awmbilisim.com/awm3.css*/
a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #0162a2
}

a:focus {
    text-decoration: none
}

p {
    font-size: 15px;
    margin-bottom: 15px
}

p:last-child {
    margin-bottom: 0
}

article {
    display: block
}

a {
    background-color: #fff0
}

a:active,
a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

img {
    border: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    img {
        page-break-inside: avoid
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px
}

h2 {
    font-size: 30px
}

p {
    margin: 0 0 10px
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

/*!CSS Used from: Embedded*/
.post-content img {
    width: auto !important;
    height: auto !important
}

/*!CSS Used from: https://www.awmbilisim.com/assets/css/main.css*/
div,
span,
h6,
a,
img,
ul,
li,
form,
aside {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

aside {
    display: block
}

ul {
    list-style: none
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

aside {
    display: block
}

h6 {
    margin-top: 0;
    margin-bottom: .977rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: #fff0
}

a:hover {
    color: #0056b3;
    text-decoration: none
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-display: swap
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button,
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

h6 {
    margin-bottom: .977rem;
    font-display: swap;
    font-family: roboto, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #1a202c
}

h6 {
    font-size: .977rem
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-display: swap;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e9f2;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25);
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control {
    height: calc(2.4em + 0.75rem + 4px);
    font-size: 14px
}

.form-control:focus,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

*::placeholder {
    color: #8392a5 !important;
    font-size: 14px
}

a {
    color: #0948b3;
    text-decoration: none
}

a:hover {
    color: #1062fe
}

ul:last-child {
    margin: 0
}

[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-search:before {
    content: "\e610"
}

.widget-search {
    padding: 0;
    border: 0
}

.widget {
    margin-bottom: 50px
}

.widget-search form {
    position: relative
}

.widget-search .search-button {
    background-color: #fff0;
    border: none;
    position: absolute;
    top: 50%;
    height: 100%;
    right: .875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ddd
}

.widget-search .search-button span {
    font-size: 16px;
    line-height: 24px
}

button,
[type=submit] {
    -webkit-appearance: button
}

.widget .widget-title {
    margin-bottom: 24px
}

.widget .widget-title>h6 {
    text-transform: uppercase;
    font-family: roboto, sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    color: #5b5858
}

.widget ul {
    margin-bottom: 0
}

.widget-categories ul li:first-child,
.widget-recent-entries-custom ul li:first-child {
    padding-top: 0
}

.widget-categories ul li,
.widget-recent-entries-custom ul li {
    border-bottom: 1px solid rgb(93 118 174 / .15);
    padding: 10px 0;
    margin: 0
}

.widget a {
    color: #5b5858;
    display: block;
    font-family: roboto, sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.widget a:hover {
    color: #1062fe
}

.widget-recent-entries-custom .wi {
    float: left;
    width: 100px
}

.widget-recent-entries-custom .wb {
    padding-left: 16px;
    width: 100%
}

.widget-recent-entries-custom .wi,
.widget-recent-entries-custom .wb {
    vertical-align: middle;
    display: table-cell
}

.post-date {
    font-size: 12px;
    color: #8392a5;
    display: block;
    margin: 0
}

input::placeholder {
    position: relative;
    top: -1.6px
}

.rounded {
    border-radius: .25rem !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.float-right {
    float: right !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

aside {
    display: block
}

h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: #fff0
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],
button {
    -webkit-appearance: button
}

[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h6 {
    font-size: 1rem
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25);
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.rounded {
    border-radius: .25rem !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.float-right {
    float: right !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-search:before {
    content: "\e610"
}

div,
span,
h6,
a,
img,
ul,
li,
form,
aside {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

aside {
    display: block
}

ul {
    list-style: none
}

h6,
a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

a {
    color: #258bf8
}

a:hover {
    color: #258bf8;
    text-decoration: none
}

.form-control {
    border-color: #ebebeb;
    padding: .75rem .85rem;
    height: calc(2.56em + .75rem + 2px)
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

aside {
    display: block
}

.widget-search {
    padding: 0;
    border: 0
}

.widget {
    margin-bottom: 30px
}

.widget-search form {
    position: relative
}

.widget-search .search-button {
    background-color: #fff0;
    border: none;
    position: absolute;
    top: 50%;
    height: 100%;
    right: .875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ddd
}

.widget-search .search-button span {
    font-size: 20px;
    line-height: 32px
}

button,
[type=submit] {
    -webkit-appearance: button
}

.widget .widget-title {
    margin-bottom: 24px
}

.widget .widget-title>h6 {
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    color: #788487
}

.widget ul {
    margin-bottom: 0
}

.widget-categories ul li:first-child,
.widget-recent-entries-custom ul li:first-child {
    padding-top: 0
}

.widget-categories ul li,
.widget-recent-entries-custom ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    margin: 0
}

.widget a {
    color: #788487;
    display: block;
    font-size: 14px
}

.widget a:hover {
    color: #258bf8
}

.widget-recent-entries-custom .wi {
    float: left;
    width: 80px
}

.widget-recent-entries-custom .wb {
    padding-left: 16px;
    width: 100%
}

.widget-recent-entries-custom .wi,
.widget-recent-entries-custom .wb {
    vertical-align: middle;
    display: table-cell
}

.post-date {
    font-size: 13px;
    color: #a3a6a8;
    display: block;
    margin: 0
}

@media(min-width:320px) and (max-width:767px) {
    .sidebar-right {
        padding-left: 0 !important
    }
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

/*!CSS Used from: https://www.awmbilisim.com/awm3.css*/
a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #0162a2
}

a:focus {
    text-decoration: none
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #fff0
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.form-control {
    height: 50px;
    color: #0162a2;
    border: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%
}

.form-control::placeholder {
    color: #495057;
    font-size: 13px
}

.form-control:focus {
    color: #000;
    background-color: #fff0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #0162a2
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

/*!CSS Used from: https://www.awmbilisim.com/icerik/awm.css*/
h6 {
    font-size: 1.3rem !important
}

*,
::after,
::before {
    box-sizing: border-box
}

/*!CSS Used from: https://www.awmbilisim.com/icerik/awm1.css*/
h6 {
    font-size: 1.3rem !important
}

*,
::after,
::before {
    box-sizing: border-box
}

/*!CSS Used from: https://www.awmbilisim.com/icerik/awm3.css*/
h6 {
    font-size: 1.3rem !important
}

*,
::after,
::before {
    box-sizing: border-box
}

/*!CSS Used from: Embedded*/
a:link {
    text-decoration: none !important;
    cursor: pointer
}

h6 {
    font-size: 1.3rem !important
}

*,
::after,
::before {
    box-sizing: border-box
}

/*!CSS Used from: https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css*/
aside {
    display: block
}

a {
    background-color: #fff0
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h6 {
    font-size: 12px
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 8px rgb(102 175 233 / .6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075), 0 0 8px rgb(102 175 233 / .6)
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.blogcustom {
    display: block
}