html,
body {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    position: relative;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

a {
    transition: .3s all;
    color: var(--logo-background);
}

a:hover {
    text-decoration: none;
    color: var(--slider-bottom);
}

* {
    outline: 0 !important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.relative {
    position: relative;
}

a.detail-button {
    background: var(--slider-bottom);
    color: #fff;
    display: inline-block;
    line-height: 45px;
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
}

a.detail-button span.icon {
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
}

a.detail-button span.text {
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

a.detail-button:hover {
    transform: translateY(-5px);
}

header.header .header-top {
    background: var(--header-top-background);
    color: #fff;
    font-size: 10pt;
    font-weight: 400;
    line-height: 2.8em;
    padding: 0 40px;
}

header.header .header-top i {
    margin-right: 5px;
}

header.header .header-top a {
    color: #fff;
    display: inline-block;
}

header.header .header-top .float-right a {
    margin-left: 15px;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    /* background-color: #f7f7f7 !important; */
    /* background-image: url(../images/navbar-background.png); */
    background-size: cover;
    background-repeat: repeat;
    padding: 0;
    font-size: 11pt;
    line-height: 68px;
    position: relative;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light a {
    color: #26275c;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light a.navbar-brand {
    line-height: 3em;
    /* display: block; */
    /* margin: 0px !important; */
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0px; */
    /* text-align: center; */
    /* left: 0; */
    /* width: 255px; */
    z-index: 99;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light a.navbar-brand svg {
    left: 0;
    height: 84px;
    fill: var(--logo-background);
    position: absolute;
    top: 0;
    filter: drop-shadow(1px 1px 3px var(--navbar-background));
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light a.navbar-brand img {
    position: relative;
    z-index: 99;
    margin: 0;
    height: 60px;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul {
    position: relative;
    float: left;
    padding-right: 75px;
    margin: 0 !important;
    margin-left: 80px !important;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega {
    position: static;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega .dropdown-menu {
    width: 100%;
    left: 0;
    padding: 0;
    line-height: 20px;
    background: #b4bfcb;
    margin-left: -80px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega .dropdown-menu .left {
    float: left;
    width: calc(100% - 220px);
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega .dropdown-menu .left .item {
    width: 195px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega .dropdown-menu .left .item h4 {
    font-size: 18px;
    font-weight: 700;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega .dropdown-menu .right {
    width: 200px;
    float: right;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega .dropdown-menu .right img {
    max-width: 100%;
    text-align: center;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li a {
    line-height: 68px;
    padding: 0 10px;
    /* text-transform: uppercase; */
    font-weight: 700;
    display: block;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li a .nav-desc {
    float: left;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 5px 0 5px 0;
    font-size: 10px;
    font-weight: 400;
    transform: translateY(23px) translateX(10px);
    margin-top: -20px;
    animation: blink 2.8s infinite;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li a:hover {
    transform: translateY(-5px);
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li .dropdown-menu {
    margin-top: 0px;
    border-radius: 0;
    border: 0;
    min-width: 300px;
}

header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li .dropdown-menu a {
    color: var(--logo-background);
    line-height: 35px;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}

header.header a.shopping-cart {
    background: #4b7eb2;
    color: #ffffff !important;
    line-height: 40px;
    height: 40px;
    /* width: 75px; */
    text-align: center;
    /* font-size: 20pt; */
    /* display: inline-block; */
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 5px;
    padding: 0 30px;
    border-radius: 60px;
}

header.header a.shopping-cart:hover {
    background: #25275c;
    bottom: 5px;
    padding: 0 30px;
    border-radius: 6px;
}

header.header a.shopping-cart i {
    transition: .3s all;
}

header.header a.shopping-cart:hover i {
    animation-name: shopping-cart;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
}

header.header a.shopping-cart:hover small {
    opacity: 0;
}

header.header a.shopping-cart small {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #fff;
    color: #000;
    top: 2px;
    font-size: 6pt;
    font-weight: 600;
    left: calc(85% - 7px);
    transition: .3s all;
}

section.page-head.detail {
    background-size: cover;
    padding: 40px 0;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}

section.page-head.detail .breadcrumbs {
    font-size: 14px;
    margin-top: 20px;
}

section.page-head.detail a {
    color: #fff;
}

section.page-head.detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--logo-background);
    opacity: .85;
}

section.page-head.detail .container {
    position: relative;
    z-index: 1;
}

section.page-head.detail .container .float-left {
    margin-top: 30px;
}

section.page-head.detail .container .float-left h1.title {
    margin-top: 15px;
    font-size: 34px;
    font-weight: 600;
}

section.page-head.detail .container .float-left span.desc {
    font-size: 14px;
}

section.page-head.detail .container img {
    max-width: 100%;
    max-height: 200px;
}

section.page-head.index .page-slider .owl-item.active .item h4,
section.page-head.index .page-slider .owl-item.active .item h2,
section.page-head.index .page-slider .owl-item.cloned.active .item h4,
section.page-head.index .page-slider .owl-item.cloned.active .item h2 {
    animation-name: bounceInLeft;
    animation-duration: 1s;
}

section.page-head.index .page-slider .owl-item.active .item a.detail-button,
section.page-head.index .page-slider .owl-item.cloned.active .item a.detail-button {
    animation-name: bounceInUp;
    animation-duration: 1s;
}

section.page-head.index .page-slider .owl-item.active .item .item-image,
section.page-head.index .page-slider .owl-item.cloned.active .item .item-image {
    animation-name: bounceInRight;
    animation-duration: 2s;
}

section.page-head.index .page-slider .item {
    height: 80vh;
    overflow: hidden;
}

section.page-head.index .page-slider .item img.background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.page-head.index .page-slider .item .slider-container::before {
    content: '';
    position: absolute;
    width: 60vw;
    height: 150vh;
    background-image: url(https://uzmansoft.net/images/hbulut2.png?ver=1);
    opacity: .5;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

section.page-head.index .page-slider .item .slider-container .slider-content {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.page-head.index .page-slider .item .slider-container .slider-content .container {
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

section.page-head.index .page-slider .item .slider-container .slider-content .container h4 {
    font-weight: 700;
    font-size: 26px;
}

section.page-head.index .page-slider .item .slider-container .slider-content .container h2 {
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 15px;
}

section.page-head.index .page-slider .item .slider-container .slider-content .container .item-image {
    display: flex;
    align-items: center;
}

section.page-head.index .page-slider .item .slider-container .slider-content .container .item-image img {
    height: 240px;
    width: auto;
}

section.page-head.index .slider-bottom {
    background: var(--slider-bottom);
    color: #fff;
    padding: 0 15px;
}

section.page-head.index .slider-bottom .title {
    padding: 35px 0px;
    background: url(../images/slider-bottom-background.png) no-repeat;
    background-size: cover;
}

section.page-head.index .slider-bottom .title h4 {
    font-size: 18px;
    /* font-weight: 800; */
    /* opacity: .9; */
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}

section.page-head.index .slider-bottom .title h3 {
    font-size: 26px;
    font-weight: 800;
    opacity: .9;
    text-transform: uppercase;
    margin: 0;
}

section.page-head.index .slider-bottom .item {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

section.page-head.index .slider-bottom .item .item-content {
    padding: 25px 0;
    height: 127px;
    display: block;
    color: #fff;
}

section.page-head.index .slider-bottom .item .item-content .icon {
    display: block;
    font-size: 30px;
    float: left;
}

section.page-head.index .slider-bottom .item .item-content .text {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 800;
    padding: 12.5px 0;
    margin-left: 15px;
    width: calc(100% - 65px);
    max-width: 150px;
}

section.domain-form {
    
    padding: 50px 0;
    position: relative;
}

section.domain-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: -180px;
    background: url(../images/domain-left.png) no-repeat;
    background-size: 40%;
    background-position: top left;
    width: 50%;
}

section.domain-form::after {
    content: '';
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    background: url(../images/domain-right.png) no-repeat;
    background-size: 40%;
    background-position: bottom right;
    width: 50%;
}

section.domain-form .container {
    position: relative;
    z-index: 9;
}

section.domain-form h3.title {
    color: var(--logo-background);
    font-weight: 700;
    font-size: 24px;
}

section.domain-form span.desc {
    color: var(--slider-bottom);
    font-size: 15px;
    font-weight: 500;
}

section.domain-form a.domain-right {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 30px 0 0 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgb(0, 60, 143);
    background: linear-gradient(94deg, rgb(115 182 68) 0%, rgb(94 151 192) 100%);
    padding: 5px 10px;
    border-radius: 6px;
}

section.domain-form a.domain-right:hover {
    background: rgb(0, 60, 143);
    background: linear-gradient(-94deg, rgb(45 101 180) 0%, rgb(102 148 213) 100%);
    padding: 5px 10px;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}

a.domain-right {}

section.domain-form form {
    margin-top: 40px;
    position: relative;
}

section.domain-form form input[type=text] {
    width: 100%;
    background: #ededee;
    border: 0;
    border-radius: 60px;
    padding: 0 20px;
    line-height: 60px;
}

section.domain-form form button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: var(--slider-bottom);
    color: #fff;
    line-height: 58px;
    border-radius: 60px;
    padding: 0 60px;
    font-weight: 700;
    transition: .3s all;
}

section.domain-form form button:hover {
    background: var(--logo-background);
}

section.domain-form .domain-list {
    /* max-width: 800px; */
    margin: 40px auto 0;
    text-align: center;
    padding-bottom: 40px;
}

section.domain-form .domain-list .item {
    background: #fff;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px;
    color: var(--navbar-background);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    transition: .3s all;
    margin: 10px;
    min-width: 130px;
    text-align: center;
}

section.domain-form .domain-list .item img {
    height: 24px;
    margin-right: 5px;
}

section.domain-form .domain-list .item:hover {
    border-color: var(--navbar-background);
}

section.domain-form span.bottom-desc {
    display: block;
    text-align: center;
    margin: 40px 0 0;
    color: #979797;
    font-weight: 700;
}

section.packages {
    /* padding: 60px 0; */
}

section.packages h2.title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--logo-background);
}

section.packages span.desc {
    color: var(--logo-background);
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 14px;
    opacity: .7;
}

section.services {
    padding: 60px 0;
    background: url(../images/services-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

section.services .services-slider {
    color: var(--logo-background);
}

section.services .services-slider .owl-dots {
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.services .services-slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: var(--logo-background);
    display: block;
    border-radius: 10px;
    margin: 3px 0px;
    opacity: .3;
    transition: .3s all;
}

section.services .services-slider .owl-dots button.owl-dot.active {
    opacity: 1;
}

section.services .services-slider .item img {
    max-width: 100%;
}

section.services .services-slider .item h3.services-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
}

section.services .services-slider .item .line {
    max-width: 150px;
    height: 2px;
    background: var(--slider-bottom);
    margin: 10px 0;
    float: none;
}

section.services .services-slider .item p.desc {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}

section.services .services-slider .item .services-box {
    background: var(--logo-background);
    color: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
}

section.services .services-slider .item .services-box .icon {
    position: absolute;
    color: #fff;
    right: -15px;
    bottom: -15px;
    opacity: .1;
    font-size: 70px;
}

section.services .services-slider .item .services-box h4 {
    font-size: 15px;
    font-weight: 700;
}

section.services .services-slider .item .services-box p {
    margin-bottom: 10px;
}

section.services .services-slider .item .services-box a.detail {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

section.services .services-slider .item .services-box a.detail i {
    margin-left: 15px;
    transition: .3s all;
}

section.services .services-slider .item .services-box a.detail:hover i {
    transform: translateX(5px);
}

section.why-choose-us {
    background-image: url(https://uzmansoft.net/images/hbulut3.png?ver=1);
    background-size: contain;
    background-color: #d8d8eb;
    background-repeat: no-repeat;
    color: #190f66;
    padding: 60px 0;
    /* margin: 30px 0; */
}

section.why-choose-us h2.title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

section.why-choose-us .line {
    background: #190f66;
    height: 2px;
    width: 350px;
    margin: 40px auto;
    float: none;
    text-align: center;
}

section.why-choose-us .item {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: .5s all;
    margin-bottom: 30px;
}

section.why-choose-us .item .icon {
    font-size: 70px;
    color: #5e5f7e;
    float: left;
    margin-left: -40px;
}

section.why-choose-us .item .icon i {
    float: left;
}

section.why-choose-us .item .text {
    float: right;
    width: calc(100% - 60px);
    font-size: 13px;
    font-weight: 600;
}

section.why-choose-us .item .text h4 {
    font-size: 16px;
    font-weight: 700;
}

section.why-choose-us .item:hover {
    border-color: var(--slider-bottom);
    transform: translateY(-10px);
}

section.top-sellers {
    padding: 30px 0;
}

section.top-sellers h3.title {
    font-size: 26px;
    font-weight: 800;
    color: var(--logo-background);
}

section.top-sellers .line {
    height: 2px;
    width: 140px;
    background: var(--slider-bottom);
    margin: 10px 0;
    float: none;
}

section.top-sellers span.desc {
    font-size: 13px;
    color: var(--logo-background);
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}

section.top-sellers .item {
    color: var(--logo-background);
    margin-bottom: 30px;
}

section.top-sellers .item .icon {
    font-size: 60px;
    float: left;
}

section.top-sellers .item .icon i {
    float: left;
}

section.top-sellers .item .text {
    float: right;
    width: calc(100% - 80px);
}

section.top-sellers .item .text span.sell-count {
    font-size: 30px;
    font-weight: 800;
    display: block;
    line-height: 36px;
}

section.top-sellers .item .text span.sell-cat {
    font-size: 14px;
    font-weight: 600;
}

section.happy-customers {
    margin: 30px 0;
    padding: 30px 0;
}

section.happy-customers h3.title {
    font-size: 26px;
    font-weight: 800;
    color: var(--logo-background);
}

section.happy-customers span.desc {
    color: var(--logo-background);
    font-weight: 600;
    font-size: 14px;
}

section.happy-customers .comments {
    margin-top: 40px;
}

section.happy-customers .comments .item {
    padding-top: 100%;
    background: var(--logo-background);
    border-radius: 100%;
    color: #fff;
    opacity: .5;
    transition: .3s all;
    text-align: center;
    position: relative;
}

section.happy-customers .comments .item.active {
    opacity: 1;
}

section.happy-customers .comments .item .content {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
}

section.happy-customers .comments .item .content h4.name {
    font-size: 16px;
    font-weight: 800;
}

section.happy-customers .comments .item .content span.company {
    color: var(--slider-bottom);
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

section.happy-customers .comments .item .content span.comment {
    font-size: 11px;
    line-height: 14px;
    max-height: calc(14px * 5);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

section.happy-customers .comments .item .content span.comment::after {
    content: '...';
}

section.happy-customers .comments .owl-dots {
    position: absolute;
    top: -70px;
    right: 0;
}

section.happy-customers .comments .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: var(--logo-background);
    margin-left: 10px;
    border-radius: 10px;
    opacity: .4;
    transition: .3s all;
}

section.happy-customers .comments .owl-dots button.owl-dot.active {
    opacity: 1;
}

section.blog-posts {
    margin: 30px 0;
    padding: 30px 0;
}

section.blog-posts h2 {
    font-size: 24px;
    color: var(--logo-background);
}

section.blog-posts .line {
    background: var(--slider-bottom);
    height: 2px;
    width: 120px;
    margin: 10px 0 40px 40px;
    float: none;
}

section.blog-posts .item {
    color: var(--logo-background);
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
}

section.blog-posts .item h3.title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    height: calc(40px);
    overflow: hidden;
    position: relative;
}

section.blog-posts .item h3.title a {
    color: var(--logo-background);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

section.blog-posts .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 10px;
}

section.blog-posts .owl-dots {
    text-align: center;
    margin-bottom: 30px;
}

section.blog-posts button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: var(--logo-background);
    opacity: .3;
    margin: 0 3px;
    transition: .3s all;
}

section.blog-posts button.owl-dot.active {
    opacity: 1;
}

section.why-choose-us-2 {
    margin: 30px 0;
    padding: 30px 0;
    font-weight: 400;
}

section.why-choose-us-2 h2.title {
    color: var(--logo-background);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

section.why-choose-us-2 i {
    color: var(--logo-background);
    font-size: 48px;
}

section.why-choose-us-2 img {
    max-height: 120px;
    margin: 10px 0;
}

section.why-choose-us-2 h3.service-title {
    color: var(--logo-background);
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0px 10px;
}

section.why-choose-us-2 span.desc {
    font-size: 14px;
}

section.domain-2 {
    margin: 30px 0;
    padding: 30px 0;
}

section.domain-2 .container {
    max-width: 900px;
}

section.domain-2 span.top-desc {
    font-size: 16px;
    font-weight: 700;
    color: #a4a4a4;
    display: block;
    text-align: center;
}

section.domain-2 .box {
    margin-top: 30px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}

section.domain-2 .box .box-header {
    background: var(--logo-background);
    padding: 30px 60px;
    color: #fff;
    text-align: center;
}

section.domain-2 .box .box-header .item {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;
    margin-left: 30px;
}

section.domain-2 .box .box-header .item span.domain-name {
    font-weight: 600;
    display: inline-block;
    line-height: 25px;
    margin-right: 13px;
}

section.domain-2 .box .box-header .item span.domain-name span.orange {
    color: #fa7700;
}

section.domain-2 .box .box-header .item span.domain-name span.blue {
    color: #0080cf;
}

section.domain-2 .box .box-header .item span.domain-name span.green {
    color: #0aa20f;
}

section.domain-2 .box .box-header .item span.domain-name span.turquoise {
    color: #02ebf0;
}

section.domain-2 .box .box-header .item span.domain-name span.yellow {
    color: #ffc675;
}

section.domain-2 .box .box-header .item span.price {
    font-size: 13px;
    display: inline-block;
    line-height: 25px;
}

section.domain-2 .box .box-header .item:first-child {
    margin-left: 0;
}

section.domain-2 .box .box-header .item:last-child {
    border-right: 0;
    padding-right: 0;
}

section.domain-2 .box .box-container {
    padding: 40px 80px;
}

section.domain-2 .box .box-container span.domain-top {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #404040;
    margin-bottom: 20px;
}

section.domain-2 .box .box-container form {
    position: relative;
}

section.domain-2 .box .box-container form input[type=text] {
    border: 2px solid #f5f5f5;
    width: 100%;
    padding: 0 30px;
    line-height: 60px;
    border-radius: 60px;
    transition: .3s all;
}

section.domain-2 .box .box-container form input[type=text]:focus {
    border-color: var(--slider-bottom);
}

section.domain-2 .box .box-container form a {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    background: var(--slider-bottom) !important;
    color: #fff;
    line-height: 54px;
    border-radius: 60px;
    padding: 0 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    transition: .3s all;
}

section.domain-2 .box .box-container form a:hover {
    background: var(--logo-background);
}

section.domain-2 .box .box-container .infos {
    margin-top: 30px;
}

section.domain-2 .box .box-container .infos span.info {
    color: var(--slider-bottom);
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
}

section.packages-2 {
    margin: 30px 0;
    padding: 30px 0;
}

section.packages-2 h2.title {
    color: var(--logo-background);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
}

section.packages-2 span.desc {
    font-size: 18px;
    font-weight: 600;
}

section.packages-2 .container.p {
    max-width: 1300px;
}

section.packages-2 .package-items {
    margin-left: -5px;
    margin-right: -5px;
}

section.packages-2 .package-items .package {
    display: inline-block;
    width: calc(20% - 10px);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f3f3fd;
    margin: 10px 3px 0 3px;
    color: #404040;
    transition: .3s all;
}

section.packages-2 .package-items .popular {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgb(0, 60, 143);
    background: linear-gradient(94deg, rgb(49 72 139) 0%, rgb(94 151 192) 100%);
    color: #fff !important;
}

section.packages-2 .package-items .package:hover {
    transform: scale(1.03);
}

section.packages-2 .package-items .package .package-head {
    background: #f3f3fd;
    padding: 25px;
    position: relative;
}

section.packages-2 .package-items .package .package-head .icon {
    position: absolute;
    right: -20px;
    top: 0;
    /* font-size: 80px; */
    opacity: .1;
    overflow: hidden;
    height: 155px;
}

section.packages-2 .package-items .package .package-head .icon i {
    float: left;
}

section.packages-2 .package-items .package .package-head span.name {
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

section.packages-2 .package-items .package .package-head span.price {
    font-size: 40px;
    display: inline-block;
    font-weight: 800;
}

section.packages-2 .package-items .package .package-head span.price small {
    float: left;
    font-size: 18px;
    font-weight: 800;
    margin-top: 10px;
    margin-right: 5px;
}

section.packages-2 .package-items .package .package-head span.period {
    font-size: 13px;
    font-weight: 700;
}

section.packages-2 .package-items .package .package-container {
    padding: 25px;
    /* color: #808080; */
    font-size: 14px;
    line-height: 30px;
}

section.packages-2 .package-items .package .package-container a.buy {
    display: inline-block;
    border: 1px solid var(--logo-background);
    color: var(--logo-background);
    line-height: 40px;
    padding: 0 20px;
    border-radius: 40px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

section.packages-2 .package-items .package .package-container a.buy:hover {
    background: var(--logo-background);
    color: #fff;
}

section.packages-2 .package-items .package.popular .package-head {
    background: var(--theme-gradient);
    color: #fff;
}

section.packages-2 .package-items .package.popular .package-container a.buy {
    background: var(--theme-gradient);
    color: #fff;
}

section.packages-2 .package-items .package.popular .package-container a.buy:hover {
    transform: translateY(-5px);
}

section.packages-3 {
    margin: 30px 0;
    padding: 30px 0;
}

section.packages-3 span.section-desc {
    color: var(--logo-background);
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 14px;
    opacity: .7;
}

section.packages-3 h2.title {
    color: var(--logo-background);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
}

section.packages-3 .package-items {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

section.packages-3 .package-items .package {
    width: 25%;
    background: #fff;
    padding: 50px 25px 30px;
}

section.packages-3 .package-items .package .icon img {
    max-width: calc(100% - 40px);
    margin-bottom: 30px;
}

section.packages-3 .package-items .package h3.package-name {
    font-size: 24px;
    font-weight: 600;
    color: #1d1d39;
    margin-bottom: 15px;
}

section.packages-3 .package-items .package span.desc {
    display: inline-block;
    line-height: 25px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 12px;
    background: var(--logo-background);
    color: #fff;
    margin-bottom: 15px;
}

section.packages-3 .package-items .package span.price {
    font-size: 40px;
    font-weight: 800;
    color: var(--slider-bottom);
    display: inline-block;
}

section.packages-3 .package-items .package span.price small {
    float: left;
    font-size: 22px;
    font-weight: 700;
    margin-top: 12px;
    margin-right: 5px;
}

section.packages-3 .package-items .package span.content {
    display: block;
    line-height: 30px;
    font-size: 14px;
}

section.packages-3 .package-items .package .p-line {
    height: 1px;
    background: #f1f1f1;
    margin: 15px 0;
}

section.packages-3 .package-items .package a.buy {
    color: var(--logo-background);
    font-weight: 700;
}

section.packages-3 .package-items .package.popular {
    background: var(--theme-gradient);
    color: #fff;
}

section.packages-3 .package-items .package.popular .icon {
    color: #fff;
}

section.packages-3 .package-items .package.popular h3.package-name {
    color: #fff;
    font-weight: 500;
}

section.packages-3 .package-items .package.popular .desc {
    background: var(--slider-bottom);
}

section.packages-3 .package-items .package.popular .p-line {
    background: #fff;
    opacity: .05;
}

section.packages-3 .package-items .package.popular a.buy {
    color: #fff;
}

.table-packages h2.title {
    color: var(--logo-background);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
}

.table-packages span.desc {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--logo-background);
}

.table-packages .table thead {
    /* box-shadow: 0 0 50px -15px var(--logo-background); */
    border-radius: 10px;
    background: linear-gradient(94deg, rgb(30 48 96) 0%, rgb(35 79 9) 100%);
}

.table-packages .table thead th {
    /* background: var(--logo-background); */
    color: #fff;
    line-height: 50px;
    border: 0;
    text-align: center;
    font-weight: 600;
}

.table-packages .table thead th img {
    opacity: .5;
    margin-right: 8px;
    margin-top: -5px;
}

.table-packages .table thead th:first-child {
    border-radius: 10px 0 0 10px;
}

.table-packages .table thead th:last-child {
    border-radius: 0 10px 10px 0;
}

.table-packages .table tbody tr:hover {
    box-shadow: 0 0 50px -15px var(--slider-bottom);
    border-radius: 20px;
}

.table-packages .table tbody tr:hover td {
    background: var(--slider-bottom);
    color: #fff;
}

.table-packages .table tbody tr:hover td a.buy {
    background: linear-gradient(94deg, rgb(94 152 189) 0%, rgb(114 181 74) 100%);
}

.table-packages .table tbody tr:hover td a.buy:hover {
    background: linear-gradient(94deg, rgb(94 152 189) 0%, rgb(114 181 74) 100%);
    transform: translateY(-5px);
}

.table-packages .table tbody tr td {
    border: 0;
    line-height: 40px;
    font-weight: 600;
    color: var(--logo-background);
    text-align: center;
    transition: .3s all;
    font-size: 15px;
}

.table-packages .table tbody tr td:first-child {
    border-radius: 20px 0 0 20px;
}

.table-packages .table tbody tr td:last-child {
    border-radius: 0 20px 20px 0;
}

.table-packages .table tbody tr td a.buy {
    display: inline-block;
    background: linear-gradient(94deg, rgb(49 72 139) 0%, rgb(94 151 192) 100%);
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
    min-width: 120px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 40px;
}

.table-packages .table tbody tr td a.buy.no-stock {
    background: red !important;
}

.table-packages .table tbody tr td a.buy:hover {
    background: linear-gradient(94deg, rgb(94 152 189) 0%, rgb(114 181 74) 100%);
}

.table-packages .table tbody tr td small {
    font-weight: 700;
    font-size: 12px;
}

section.packages-4 {
    margin: 30px 0;
    padding: 30px 0;
}

section.packages-4 h2.title {
    color: var(--logo-background);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
}

section.packages-4 span.desc {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--logo-background);
    margin-bottom: 50px;
    display: block;
}

section.packages-4 .item {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 20px;
    color: var(--logo-background);
    margin-bottom: 30px;
}

section.packages-4 .item .item-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

section.packages-4 .item span.item-desc {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

section.packages-4 .item .item-line {
    height: 1px;
    background: #d8d8d8;
    margin: 15px 0;
}

section.packages-4 .item span.price {
    font-size: 36px;
    font-weight: 800;
    display: block;
    text-align: center;
}

section.packages-4 .item .content {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

section.packages-4 .item .content i {
    margin-right: 5px;
}

section.packages-4 .item a.buy {
    display: block;
    text-align: center;
    color: var(--logo-background);
    font-weight: 700;
    font-size: 14px;
}

section.packages-4 .item.popular {
    background: var(--theme-gradient);
    color: #fff;
}

section.packages-4 .item.popular .item-line {
    background: #fff;
    opacity: .05;
}

section.packages-4 .item.popular a.buy {
    color: #fff;
}

section.software-packages {
    margin: 30px 0;
    padding: 30px 0;
}

section.software-packages h2.title {
    color: var(--logo-background);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
}

section.software-packages span.desc {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--logo-background);
    margin-bottom: 50px;
    display: block;
}

section.software-packages .software-items .item {
    background: var(--theme-gradient);
    border-radius: 15px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 35px;
}

section.software-packages .software-items .item .content {
    /* padding: 30px; */
}

section.software-packages .software-items .item .content .image {
    float: left;
    width: 100%;
}

section.software-packages .software-items .item .content .image img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

section.software-packages .software-items .item .content .text {
    float: right;
    width: 100%;
    padding: 10px;
}

section.software-packages .software-items .item .content .text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: -50px;
    color: #180e66;
}

section.software-packages .software-items .item .content .text span.features {
    display: block;
    line-height: 30px;
    font-size: 14px;
}

section.software-packages .software-items .item .item-bottom {
    background: linear-gradient(94deg, rgb(94 152 189) 0%, rgb(114 181 74) 100%);
    line-height: 50px;
}

section.software-packages .software-items .item .item-bottom span.price {
    text-align: center;
    display: block;
    width: 30%;
    float: left;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
}

section.software-packages .software-items .item .item-bottom a {
    color: #171567;
    text-align: center;
    display: block;
    width: 35%;
    float: left;
}

section.software-packages .software-items .item .item-bottom a i {
    margin-right: 5px;
}

section.software-packages .software-items .owl-dots {
    text-align: center;
    margin-top: 30px;
}

section.software-packages .software-items .owl-dots button.owl-dot {
    width: 30px;
    height: 2px;
    background: var(--logo-background);
    margin: 0px 5px;
    opacity: 0.3;
    transition: .3s all;
}

section.software-packages .software-items .owl-dots button.owl-dot.active {
    opacity: 1;
}

section.software-packages .software-items-2 .item {
    background: var(--theme-gradient);
    border-radius: 15px;
    color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}

section.software-packages .software-items-2 .item .content {
    /* padding: 30px; */
}

section.software-packages .software-items-2 .item .content .image {
    float: left;
    width: 100%;
}

section.software-packages .software-items-2 .item .content .image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

section.software-packages .software-items-2 .item .content .text {
    float: right;
    width: 100%;
    padding: 10px;
}

section.software-packages .software-items-2 .item .content .text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.software-packages .software-items-2 .item .content .text span.features {
    display: block;
    line-height: 30px;
    font-size: 14px;
}

section.software-packages .software-items-2 .item .item-bottom {
    background: linear-gradient(94deg, rgb(94 152 189) 0%, rgb(114 181 74) 100%);
    line-height: 50px;
}

section.software-packages .software-items-2 .item .item-bottom span.price {
    text-align: center;
    display: block;
    width: 30%;
    float: left;
    font-weight: 700;
    font-size: 20px;
}

section.software-packages .software-items-2 .item .item-bottom a {
    color: #171567;
    text-align: center;
    display: block;
    width: 33.3333%;
    float: left;
}

section.software-packages .software-items-2 .item .item-bottom a i {
    margin-right: 5px;
}

section.software-packages .software-items-2 .owl-dots {
    text-align: center;
    margin-top: 30px;
}

section.software-packages .software-items-2 .owl-dots button.owl-dot {
    width: 30px;
    height: 2px;
    background: var(--logo-background);
    margin: 0px 5px;
    opacity: 0.3;
    transition: .3s all;
}

section.software-packages .software-items-2 .owl-dots button.owl-dot.active {
    opacity: 1;
}

section.about-us {
    margin: 30px 0;
    padding: 30px 0;
}

section.about-us h2.title {
    font-size: 26px;
    font-weight: 700;
    color: var(--logo-background);
}

section.about-us .line {
    background: var(--slider-bottom);
    height: 2px;
    width: 120px;
    margin: 10px 0 40px;
    float: none;
}

span.packages-slogan {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}

.mini-title {
    display: inline-block;
}

.mini-title .mini-line {
    height: 2px;
    background: #dbdbdb;
    width: 30px;
    margin: 14px 15px;
    float: left;
}

.mini-title h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 600;
    line-height: 30px;
    float: left;
}

.package-group .package {
    padding: 20px 0 20px 20px;
    background: #f8f8f8;
    color: var(--logo-background);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.package-group .package .icon {
    font-size: 150px;
    color: var(--slider-bottom);
    opacity: .1;
    position: absolute;
    right: -16px;
    top: calc(50% - 75px);
}

.package-group .package .popular {
    position: absolute;
    top: 12px;
    right: 0;
    background: #334c8d;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
}

.package-group .package h3.package-title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.package-group .package .line {
    height: 1px;
    background: var(--logo-background);
    margin: 15px 0;
    opacity: .5;
    float: none;
}

.package-group .package span.price {
    font-size: 26px;
    font-weight: 700;
}

.package-group .package span.price small {
    font-size: 12px;
    font-weight: 700;
}

.package-group .package span.discount {
    background: #334c8d;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    margin-top: 10px;
}

.package-group .package .packet-features {
    margin: 15px 0;
    padding-right: 20px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    z-index: 9;
}

.package-group .package a.buy {
    background: var(--logo-background);
    color: #fff;
    border-radius: 5px;
    padding: 8px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.package-group .package a.buy:hover {
    background: var(--slider-bottom);
}

.package-group .package.active {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgb(0, 60, 143);
    background: linear-gradient(94deg, rgb(49 72 139) 0%, rgb(94 151 192) 100%);
    color: #fff;
}

.package-group .package.active .icon {
    color: #fff;
}

.package-group .package.active .line {
    background: #fff;
    float: none;
}

.package-group .package.active a.buy {
    background: var(--slider-bottom);
    background: rgb(0, 60, 143);
    background: linear-gradient(94deg, rgb(114 187 63) 0%, rgb(158 205 132) 100%);
}

.package-group .package.active a.buy:hover {
    transform: translateY(-5px);
}

.link-tabs {
    text-align: center;
    margin: 40px auto;
}

.link-tabs a {
    background: linear-gradient(94deg, rgb(94 152 189) 0%, rgb(114 181 74) 100%);
    line-height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    transition: .3s all;
    display: inline-block;
    margin: 10px 5px;
}

.link-tabs a.active,
.link-tabs a:hover {
    background: linear-gradient(94deg, rgb(49 72 139) 0%, rgb(94 151 192) 100%);
    color: #fff;
}

.tab-group .tabs {
    text-align: center;
    display: inline-block;
    background: transparent;
    margin: 40px auto;
    border-radius: 50px;
    margin-top: 80px;
}

.tab-group .tabs .tab-button {
    border: 0;
    background: linear-gradient(94deg, rgb(94 152 189) 0%, rgb(114 181 74) 100%);
    line-height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    transition: .3s all;
    margin: 5px;
}

.tab-group .tabs .tab-button.tab-active {
    background: linear-gradient(94deg, rgb(49 72 139) 0%, rgb(94 151 192) 100%);
    color: #fff;
}

.tab-group .tab-content {
    display: none;
}

.tab-group .tab-content.tab-active {
    display: block;
    animation-name: tabanimation;
    animation-duration: .5s;
}

.any-title {
    margin: 20px 0;
}

.any-title h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--logo-background);
    text-align: left;
}

.any-title .line {
    background: var(--slider-bottom);
    height: 2px;
    width: 120px;
    margin: 10px 0 0;
    float: none;
}

.software-categories {
    /* top: 411px; */
    text-align: center;
    /* position: absolute; */
    left: 0;
    background: #fff;
    /* max-width: 100%; */
    /* overflow: scroll; */
    float: left;
}

.software-categories a {
    display: inline-block;
    background: #ededee;
    /* line-height: 50px; */
    padding: 10px 20px;
    border-radius: 50px;
    /* min-width: 150px; */
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    color: #181566;
    font-size: 14px;
    transition: .3s all;
    margin: 5px 5px;
    width: 100%;
}

.software-categories a:hover {
    background: linear-gradient(94deg, rgb(49 72 139) 0%, rgb(94 151 192) 100%);
    color: #fff;
}

.software-categories a.active {
    background: linear-gradient(94deg, rgb(94 152 189) 0%, rgb(114 181 74) 100%);
    color: #fff;
}

footer.page-footer {
    background: #25275c;
    color: #fff;
    background-image: url(https://uzmansoft.net/images/bg-footer.png?v=3);
    background-size: cover;
    background-repeat: no-repeat;
}

footer.page-footer a {
    color: #fff;
    display: inline-block;
}

footer.page-footer a:hover {
    transform: translateY(-3px);
}

footer.page-footer .footer-top {
    padding: 60px 0;
    font-size: 14px;
}

footer.page-footer .footer-top img {
    max-width: 100%;
    margin-bottom: 20px;
}

footer.page-footer .footer-top .social-media a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 12px;
    transition: .3s all;
    margin-right: 10px;
}

footer.page-footer .footer-top .social-media a:hover {
    background: var(--slider-bottom);
    border-color: var(--slider-bottom);
}

footer.page-footer .footer-top h4.title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

footer.page-footer .footer-top .line {
    width: 60px;
    height: 1px;
    background: #fff;
    opacity: .2;
    float: none;
}

footer.page-footer .footer-top ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    line-height: 30px;
}

footer.page-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 60px;
    font-size: 13px;
}

footer.page-footer .footer-bottom a {
    margin-left: 15px;
}

.currposright,
.currposleft {
    /* display: none; */
}

@keyframes tabanimation {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes shopping-cart {
    0% {
        transform: translateY(0px) translateX(0) rotate(-360deg);
    }
    100% {
        transform: translateY(0px) translateX(0) rotate(0deg);
    }
}


/* RESPONSIVE */

@media only screen and (min-width: 992px) {
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.dropdown:hover .dropdown-menu {
        display: block;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega .dropdown-menu{
    width: 100%;
    left: 0;
    padding: 0;
    line-height: 20px;
    background: #b4bfcb;
    margin-left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    }
}

@media only screen and (max-width: 992px) {

    #megamenuservice {
    width: 100% !important;
    margin: 0px 8px;    margin-top: 10px;
    display: inline-block;
    text-align: center;vertical-align: top;
    /* box-shadow: 0px 0px 10px #cccccc70, inset 0px 0px 20px 10px #eee; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    /* border: 1px solid #ccc; */
    background: rgba(255, 255, 255, 0.7);
}
    
    section.domain-2 .box .box-container form a {
        font-size: 12px;
        padding: 0 14px;
    }
    section.domain-2 .box .box-container .infos {
        margin-top: 70px;
    }
    .table-packages {
        overflow-x: auto;
    }
    section.page-head.detail {
        padding: 25px 0 40px;
    }
    .table-packages table {
        width: 400%;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega .dropdown-menu .left {
        float: none;
        width: 100%;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega .dropdown-menu .left .item {
        width: 100%;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.mega .dropdown-menu .right {
        float: none;
        width: 100%;
        padding-bottom: 30px;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        min-height: 58px;
        background-size: 400%;
        background-repeat: repeat;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light a.navbar-brand {
        line-height: 58px;
        width: 231px;
        padding: 0;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light a.navbar-brand img {
        height: 36px;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light a.navbar-brand svg {
        height: 73px;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light button.navbar-toggler {
        position: absolute;
        right: 15px;
        border: 1px solid #25275c;
        height: 40px;
        width: 50px;
        padding: 0 10px;
        top: 8px;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light button.navbar-toggler::before,
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light button.navbar-toggler::after {
        content: '';
        height: 2px;
        background: #25275c;
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light button.navbar-toggler span.navbar-toggler-icon {
        background: none;
        height: 2px;
        background: #25275c;
        display: block;
        width: 100%;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-collapse.collapse {
        background: #ffffff;
        position: absolute;
        top: -33px;
        left: 0;
        right: 0;
        z-index: 99999;
        transition: .3s all;
        display: none;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-collapse.collapse button#close-dropdown {
        border: 0;
        position: absolute;
        top: -7px;
        right: -6px;
        line-height: 30px;
        background: transparent;
        color: #25275c;
        font-size: 25px;
        z-index: 999999;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-collapse.collapse a.login {
        float: left;
        /* line-height: 25px; */
        /* margin-left: 5px; */
        /* margin-top: 20px; */
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-collapse.collapse ul {
        padding: 0;
        text-align: left;
        width: 100%;
        margin-top: 30px !important;
    }
    .navbar-nav {
        display: flex !important
    }
    .login {
        width: 50%;
        /* border:1px solid; */
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-collapse.collapse ul li a {
        font-weight: 600;
    }
    .shopping-cart {
        margin-top: 45px !important;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-radius: 0 !important;
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-collapse.collapse ul li a .nav-desc {
        display: inline-block;
        float: none;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 20px);
    }
    header.header nav.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-collapse.collapse.show {
        display: block;
        animation-name: bounceIn;
        animation-duration: 1s;
    }
    section.page-head.index .page-slider .item .slider-container .slider-content .container h3 {
        font-size: 24px;
    }
    section.page-head.index .page-slider .item .slider-container .slider-content .container h2 {
        font-size: 30px;
    }
    section.page-head.index .page-slider .item .slider-container .slider-content .container {
        display: block;
    }
    section.page-head.index .page-slider .item .slider-container .slider-content .container .item-image {
        display: none;
    }
    section.page-head.index .page-slider .item {
        height: vh;
    }
    section.page-head.index .page-slider .item .slider-container::before {
        width: 100%;
        height: 100%;
        transform: none;
        top: 0;
        left: 0;
    }
    section.services .services-slider .owl-dots {
        left: 0;
        right: 0;
        display: block;
        bottom: -50px;
        top: auto;
        text-align: center;
    }
    section.services .services-slider .owl-dots button.owl-dot {
        display: inline-block;
        margin: 0 4px;
    }
    header.header .header-top {
        font-size: 12px;
        padding: 0 15px;
    }
    header.header .header-top .float-right a {
        display: none;
    }
    section.domain-form form button {
        padding: 0 30px;
        font-size: 14px;
        text-transform: uppercase;
    }
    section.domain-form form button {
        padding: 0 30px;
        font-size: 14px;
        text-transform: uppercase;
    }
    .tab-group .tabs {
        background: transparent;
        text-align: center;
    }
    .tab-group .tabs .tab-button {
        float: none;
        margin: 5px 3px;
    }
    section.why-choose-us .item .icon {
        margin-left: 0;
    }
    section.why-choose-us .item .text {
        width: calc(100% - 100px);
    }
    section.happy-customers .comments .owl-dots {
        bottom: -50px;
        top: auto;
        left: 0;
        right: 0;
        text-align: center;
    }
    footer.page-footer .footer-top .col-md-3 {
        margin-bottom: 30px;
    }
    footer.page-footer .footer-top {
        padding: 30px 0 0;
    }
    footer.page-footer .footer-bottom {
        text-align: center;
    }
    footer.page-footer .footer-bottom .float-left,
    footer.page-footer .footer-bottom .float-right {
        float: none !important;
    }
    footer.page-footer .footer-bottom .float-left a,
    footer.page-footer .footer-bottom .float-right a {
        margin: 0 5px !important;
    }
    .table-packages .table-div {
        overflow-x: auto;
    }
    section.page-head.detail .float-right {
        display: none;
    }
    section.page-head.detail .float-right {
        display: none;
    }
    section.why-choose-us-2 .col-md-4 {
        margin-bottom: 30px;
    }
    section.domain-2 .box .box-header {
        padding: 20px;
    }
    section.domain-2 .box .box-header .item {
        padding-right: 15px;
        margin-left: 15px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    section.domain-2 .box .box-container {
        padding: 20px;
    }
    section.packages-2 .package-items .package {
        width: 100%;
    }
    section.packages-2 .package-items .package {
        width: 100%;
    }
    section.packages-3 .package-items {
        display: block;
    }
    section.packages-3 .package-items .package {
        width: 100%;
        margin-bottom: 20px;
    }
    section.software-packages .software-items .item .content .image {
        float: none;
        margin: 0 auto 30px;
    }
    section.software-packages .software-items .item .content .text {
        float: none;
        width: 100%;
        text-align: center;
    }
    section.software-packages .software-items .item .item-bottom span.price {
        width: auto;
        float: none;
        display: inline-block;
        margin: 5px 15px;
    }
    section.software-packages .software-items .item .item-bottom {
        text-align: center;
        padding: 0 30px;
    }
    section.software-packages .software-items .item .item-bottom a {
        float: none;
        width: auto;
        display: inline-block;
        margin: 5px 15px;
    }
    section.software-packages .software-items-2 .item .content .image {
        float: none;
        margin: 0 auto 30px;
    }
    section.software-packages .software-items-2 .item .content .text {
        float: none;
        width: 100%;
        text-align: center;
    }
    section.software-packages .software-items-2 .item .item-bottom span.price {
        width: auto;
        float: none;
        display: inline-block;
        margin: 5px 15px;
    }
    section.software-packages .software-items-2 .item .item-bottom {
        text-align: center;
        padding: 0 30px;
    }
    section.software-packages .software-items-2 .item .item-bottom a {
        float: none;
        width: auto;
        display: inline-block;
        margin: 5px 15px;
    }
}

a.cd-top {
    position: fixed;
    bottom: 100px;
    right: 15px;
    color: transparent;
    padding: 20px 25px;
    border-radius: 10px;
    opacity: .5;
    background: var(--slider-bottom);
    font-size: 0;
}

a.cd-top::before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    content: "\f106";
    color: #fff;
    font-size: 20px;
}

a.cd-top:hover {
    opacity: 1;
}

.iziModal .iziModal-header.iziModal-noSubtitle {
    background: var(--slider-bottom) !important;
}

.iziModal {
    border-color: var(--slider-bottom) !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--logo-background) !important;
    color: #fff !important;
}

.lookcolum {
    padding: 10px 0 45px;
}

div#selectLangCurrency {
    display: none;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    border: 1.5px solid var(--slider-bottom);
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: var(--slider-bottom);
    color: #fff;
    line-height: 13px;
    font-size: 13px;
}

.transfercode input {
    box-shadow: 0 0 0 #000;
    border: 2px solid #f5f5f5;
    width: 100%;
    padding: 0 30px;
    line-height: 60px;
    border-radius: 60px;
    transition: .3s all;
    font-size: 16px;
}

#transfercode .lbtn {
    position: absolute;
    top: 30px;
    right: 5px;
    border: 0;
    background: var(--slider-bottom) !important;
    color: #fff;
    line-height: 54px;
    border-radius: 60px;
    padding: 0 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    transition: .3s all;
    width: auto;
}

.select-lang {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 28px;
    margin-top: 5px;
    text-align: center;
}

.select-lang i {
    margin-right: 0px !important;
}

.form-yukari {
    margin-top: -100px;
    background: #fff;
    border-radius: 10px;
    padding-top: 20px;
}

.products_features li {
    list-style: none;
    border-radius: 6px;
    text-align: left;
    font-size: 14px;
    padding-left: 20px;
}
.tablepaket li {
    list-style: none;
    border-radius: 6px;
    text-align: left;
    font-size: 14px;
    padding-left: 30px !important;
}
.tablepaket li:before {
    content: "";
    position: absolute;
    margin-top: 5px;
    left: 5px !important;
    width: 20px;
    height: 20px;
    background-image: url(https://www.uzmansoft.net/images/checkbox-circle-fill2.png);
}
.products_features li:before {
    content: "";
    position: absolute;
    margin-top: 5px;
    left: -5px;
    width: 20px;
    height: 20px;
    background-image: url(https://www.uzmansoft.net/images/checkbox-circle-fill2.png);
}

.active .products_features li:before {
    content: "";
    position: absolute;
    margin-top: 5px;
    left: -5px;
    width: 20px;
    height: 20px;
    background-image: url(https://www.uzmansoft.net/images/checkbox-circle-fill.png) !important;
}

.package-container li {
    list-style: none;
    border-radius: 6px;
    text-align: center;
}

.uyeolgiris {
    position: fixed;
    overflow: auto;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background-image: url(https://uzmansoft.net/images/signinsignupbg2020.jpg?ver=1);
    background-color: rgba(50, 90, 108, 0.55);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    z-index: 999;
}

.girissag {
    z-index: 999;
    background: #fff;
    height: 100%;
    float: right;
    min-height: 800px;
    top: 0;
    right: 0;
    position: fixed;
    overflow: scroll;
}

.girissagi {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-top: 10px;
}

.uyeolgiriss {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
}

.gcontainer {
    padding: 50px 0;
}

.gmain {
    background-image: url(https://uzmansoft.net/images/signinsignupbg2020.jpg?ver=1);
    background-color: rgba(50, 90, 108, 0.55);
    background-repeat: no-repeat;
    /* background-size: 100%; */
    padding: 50px;
}

.socialconnect a {
    width: 90%;
}