/*================
Template Name: Hostlar Ł‚Ų§Ł„ŲØ Ł‡Ų§Ų³ŲŖŪŁ†ŚÆ Ł ŲÆŲ§Ł…Ł†Ł‡
Description: All type of web hosting provider or company with WHMCS template.
Version: 10.0.1
Author: https://rtl-theme.com/author/chaveamin
=======================*/
:root {
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-primary: "iransans", tahoma;
    --font-family-secondary: "iransans", tahoma;
}

html {
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    background-color: #F5F5F5;
    font-family: var(--font-family-primary);
    color: #707070;
    font-weight: 400;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

p:not(:last-child) {
    margin-bottom: 1.25em;
}

ul,
ol {
    margin-bottom: 0;
    padding: 0;
}

li {
    list-style: none;
    font-family: var(--font-family-secondary);
}

strong,
b {
    font-weight: 600 !important;
    font-family: var(--font-family-primary);
}
.rounded-custom {
    border-radius: 1rem;
}

.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-165 {
    padding-top: 165px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt--165 {
    margin-top: -165px !important;
}

.gray-light-bg {
    background: #f8f9fa;
}

.primary-bg {
    /* background: #005181; */
    background: #005181;
}

.secondary-bg {
    background: #031974;
}

.color-primary {
    color: #005181;
}

.color-secondary {
    color: #031974;
}

.gradient-bg {
    /*background: linear-gradient(to bottom, #108b6d 40%, #005181);*/
    background-color: rgb(5 150 105);
}

.white-bg {
    background: #ffffff;
}

a {
    color: #108b6d;
}

a:hover {
    color: #004bc3;
    text-decoration: none;
}

.color-1 {
    color: #ff164e;
}

.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}

.color-2 {
    color: #031974;
}

.color-2-bg {
    background: rgba(145, 35, 255, 0.15);
}

.color-3 {
    color: #005181;
}

.color-3-bg {
    background: rgba(0, 115, 236, 0.15);
}

.color-4,
.ratting-color {
    color: #ff7c3f;
}

.color-4-bg {
    background: rgba(255, 124, 63, 0.15);
}

.color-5,
.success-color {
    color: #2ebf6d;
}

.color-5-bg {
    background: rgba(46, 191, 109, 0.15);
}

.color-6 {
    color: #f25c7f;
}

.color-6-bg {
    background: rgba(242, 92, 127, 0.15);
}

.animated-btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.outline-btn,
.secondary-solid-btn,
.primary-solid-btn,
.solid-white-btn,
.outline-white-btn,
.secondary-outline-btn {
    padding: 12px 28px;
    font-family: var(--font-family-primary);
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.z-index {
    z-index: 9;
}

.gradient-overlay {
    position: relative;
    width: 100%;
}

.gradient-overlay:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(-90deg, #0051819c, #108b6db3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.height-lg-100vh {
    min-height: 100vh;
}

@media (max-width: 576px) {
    .height-lg-100vh {
        height: auto;
    }
}

.custom-badge {
    top: 5%;
    right: 8%;
}

.bg-transparent ul li a:hover,
.white-bg.affix ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#031974),
        to(#108b6d)
    ) !important;
    background: linear-gradient(90deg, #031974, #108b6d) !important;
}

#header-top-bar {
    padding: 0.55rem 0;
    background: #f1f1f1;
}


.gradient-bg .topbar-text ul li,
.gradient-bg .topbar-text ul li a {
    color: #ffffff;
}

.gradient-bg .topbar-text ul li a:hover {
    opacity: 1;
}

.topbar-text ul li span {
    font-size: 84%;
}

.header-main {
    position: relative;
    display: block;
}

.main-header-menu-wrap {
    display: block !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInU;
    animation-name: slideInU;
    /*background: linear-gradient(to left, #108b6d 30%, #005181);*/
    background-color: rgb(5 150 105);
}

.main-header-menu-wrap .navbar-toggler.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #005181;
}

.main-header-menu-wrap.affix {
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.header-nav {
    padding: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
    .header-nav {
        padding: 0.5rem 0;
    }
}

.sub-menu-nav-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-family-primary);
    color: #575757;
}

.main-link-toggle::after {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    margin-left: 0.25rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    font-size: 11px;
    font-weight: 600;
}


.hero-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#promo-shape {
    top: 3.5%;
    width: 100%;
    right: 0;
    transform: scaleX(-1);
}

.main-with-padding {
    padding-top: 105px;
}

.hero-equal-height {
    position: relative;
    min-height: 490px;
    -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%;
}

.fit-cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.z--1 {
    z-index: -1;
}

.animation-image-wrap {
    position: relative;
}

.animation-icon-img {
    position: absolute;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
    animation: bounce 1s ease-in-out 0s infinite alternate;
}

.animation-icon-img.animation-icon-1 {
    left: 15%;
    top: 30%;
}

.animation-icon-img.animation-icon-2 {
    left: inherit;
    right: 45%;
    top: 0;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animation-icon-img.animation-icon-3 {
    top: 30%;
    left: 75%;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animation-icon-img.animation-icon-4 {
    left: inherit;
    right: 45%;
    top: 60%;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.animation-icon-img.animation-icon-5 {
    left: 14%;
    top: 55%;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

.two-col-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.two-col-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 12px 8px 0;
    font-size: 14px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .two-col-list li {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

.shape-bottom img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
}

.offer-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.left-arrow,
.right-arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.left-arrow {
    border-left: 20px solid #fff;
    margin-right: 25px;
}

.right-arrow {
    border-right: 20px solid #fff;
    margin-left: 25px;
}

.background-video-overly {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(3, 25, 116, 0.45)),
        to(rgba(25, 52, 167, 0.4))
    );
    background-image: linear-gradient(
        90deg,
        rgba(3, 25, 116, 0.45),
        rgba(25, 52, 167, 0.4)
    );
}

.hero-slider-section {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.gradient-overly-right,
.gradient-overly-left,
.gradient-overly-bottom,
.gradient-overly-top {
    /*z-index: 1;*/
    /*width: 100%;*/
    /*min-width: 100%;*/
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.gradient-overly-right:before,
.gradient-overly-left:before,
.gradient-overly-bottom:before,
.gradient-overly-top:before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.gradient-overly-right:before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#031974),
        to(rgba(25, 52, 167, 0.5))
    );
    background: linear-gradient(90deg, #031974, rgba(25, 52, 167, 0.5));
}

.gradient-overly-left:before {
    background: linear-gradient(-90deg, #0965f677, #ffffff);
}

.gradient-overly-bottom:before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(3, 25, 116, 0.5)),
        to(rgba(25, 52, 167, 0.85))
    );
    background: linear-gradient(
        to bottom,
        rgba(3, 25, 116, 0.5),
        rgba(25, 52, 167, 0.85)
    );
}

.gradient-overly-top:before {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(3, 25, 116, 0.85)),
        to(rgba(25, 52, 167, 0.5))
    );
    background: linear-gradient(
        to top,
        rgba(3, 25, 116, 0.85),
        rgba(25, 52, 167, 0.5)
    );
}

.header-content {
    position: relative;
    padding: 0 50px 50px 0;
    overflow: hidden;
}

.header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    border: 2px dashed #ebebeb;
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 35% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 100% 0%, 35% 100%, 100% 100%);
}

.hero-slider-one .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.hero-slider-one .owl-item.active .cros-animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.hero-slider-one .owl-item.active .action-btns {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.hero-slider-one .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.hero-slider-one
.owl-carousel.effects
.cros-animation[data-delay-transtion="1"] {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.hero-slider-one .owl-carousel .cros-animation {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    filter: alpha(opacity=0);
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.hero-slider-one.owl-carousel .owl-item .domain-search-list li a img,
.hero-content-slider.owl-carousel .owl-item .domain-search-list li a img {
    width: 65px !important;
    margin-bottom: 5px;
}

.custom-dot.owl-theme .owl-dots {
    position: absolute;
}

.custom-dot.dot-right-center.owl-theme .owl-dots {
    margin: 0 !important;
    top: 40%;
    right: 10%;
}

.custom-dot.dot-bottom-center.owl-theme .owl-dots {
    width: 100%;
    margin: 10px auto;
}

.custom-dot.dot-bottom-center.owl-theme .owl-dots button {
    margin: 0 4px;
    border: 1px solid #005181;
}

.custom-dot.dot-right-center.owl-theme .owl-dots button {
    display: block;
    border: 1px solid #ebebeb;
    margin: 6px 0;
}

.custom-dot.custom-dot-2.owl-theme .owl-dots button {
    margin: 0 4px;
    border: 1px solid #ebebeb;
}

.custom-dot.custom-dot-2.owl-theme .owl-dots {
    left: 15px;
    top: auto;
    bottom: -10%;
}

.custom-dot.owl-theme .owl-dots button {
    border-radius: 100%;
}

.custom-dot.owl-theme .owl-dots button:focus {
    outline: none;
}

.custom-dot.owl-theme .owl-dots button.owl-dot.active,
.custom-dot.owl-theme .owl-dots button.owl-dot span {
    background: #ffffff;
}

.custom-dot.owl-theme .owl-dots button.owl-dot span:hover {
    background: #005181;
}

.custom-dot.owl-theme .owl-dots button.owl-dot.active span {
    background: #005181;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.custom-dot.owl-theme .owl-dots .owl-dot span {
    margin: 2px;
}

.gradient-bg-overly {
    background: linear-gradient(
        75deg,
        rgba(0, 115, 236, 0.14) 10%,
        rgba(113, 0, 185, 0.24)
    ) !important;
}


.features-box-content {
    padding-left: 0;
    padding-right: 20px;
}

/* .action-btns a.btn:first-of-type {
  margin: 0 !important;
} */
.menu-titile-icon {
    margin-right: 0;
    margin-left: 1rem;
}

.main-link-toggle::after {
    margin-right: 0.4rem;
    margin-left: 0;
}

.ratting-author small {
    float: left;
}

.list-inline-item:not(:first-child) {
    margin-right: 0;
}

.scroll-top {
    left: 30px !important;
    right: auto;
}

.page-header-section:after {
    left: 0;
    right: auto;
}

.sub-link-toggle::after {
    content: "\e64a";
    margin-right: auto;
    margin-left: 0.04rem;
}

.tech-feature-list li span {
    float: right;
    line-height: inherit;
    vertical-align: middle;
}

.tech-feature-list li span {
    content: "\e662" !important;
}

.accordion-faq .card-header:before {
    float: left;
}

.owl-carousel {
    direction: initial !important;
}

.feature-tab li {
    border-left: 0 !important;
}

.feature-tab li:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.feature-new-tab li:last-child {
    /*border-left: 1px solid #0073ec !important;*/
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.right-arrow {
    margin-right: 25px;
}

.left-arrow {
    margin-left: 25px;
}

.domain-search-form {
    margin-left: auto;
    direction: rtl;
}

.custom-dot.dot-right-center.owl-theme .owl-dots {
    left: 10%;
}

.item .hero-equal-height .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.hero-content-slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
