/********************* start include font ********************************/
@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/jozoor/JF-Flat-regular.eot');
    src: url('../fonts/jozoor/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/jozoor/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/jozoor/JF-Flat-regular.woff') format('woff'),
    url('../fonts/jozoor/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Geeza-Pro";
    src: url('../fonts/Geeza-Pro-Regular.ttf');
}
/********************* end include font ********************************/
body {
    font-family: 'Geeza-Pro', sans-serif;
}
.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
a {
    webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: url(../img/mac_hand_cursor.png) 8 1,url(../img/mac_hand_cursor.cur),auto;
}
a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
    outline: none;
}
.divider {
    height: 3px;
    max-width: 100px;
    width: 100%;
}
.divider-default {
    background: linear-gradient(to left, #f8ac17 50%, #C6902E 120%)
}
.text-spacing-sm {
    letter-spacing: 0.02em;
}
.text-color {
    color: #ed1c94;
    font-weight: bold;
    letter-spacing: 0.12em;
}

input[type="email"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder { 
    color: white; 
}

.col_title {
    color: #ffffff;
    background: #ed1c94;
}

/********************* start navbar section ********************************/
#header_section .fa-angle-down {
    position: absolute;
    right: 50%;
    bottom: 40px;
    color: #fff;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}
#home-slider {
    overflow: hidden;
}
#home-slider .carousel-caption {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
#home-slider .carousel-caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}
#home-slider .carousel-caption h1 span {
    color: #0895d1;
}
.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-fade .carousel-inner .carousel-item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000000;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    font-size: 16px;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #898989;
}
.dropdown-menu {
    background-color: #333;
    border-top: 3px solid #ffffff;
    min-width: 200px;
}
.dropdown-item {
    color: #fff;
    padding: 6px 20px;
    -webkit-transition:padding 0.5s ease;
    -moz-transition:padding 0.5s ease;
    -o-transition:padding 0.5s ease;
    transition:padding 0.5s ease;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #000000;
    padding-right:25px;
}
.dropdown-divider {
    border-top: 1px solid #000000;
}
.navbar-dark .navbar-nav .nav-item {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding-left: 10px;
    /*padding-right: 10px;*/
    /*border-left: 1px solid #fff;*/
    /*font-weight: 700;*/
}
.navbar-dark .navbar-nav .nav-item:last-child {
    border-left: 0;
    padding-left: 0;
}
.default{
    transition-duration: 1s;
    background-color: #222;
}
.transbg {
    transition-duration: 1s;
    background-color: #222!important;
}
/************** footer ******************/
.footer_section{
    background: url("../img/1.png") repeat;
    padding-top: 50px;
}
.footer_section .footer_nav{
    border-bottom: 1px solid #f8ac17;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: left;
}
.footer_section .footer_nav ul li{
    margin-left: 15px;
    margin-bottom: 15px;
}
.footer_section .footer_nav ul li a{
    text-decoration: none;
    line-height: 180%;
    font-size: 18px;
    color: #ddd;
    font-weight:500;
}
.footer_section .footer_mobile_img{
    margin: 15px auto;
    height: 70px;
    width: 65%;
}
.footer_section .footer_search_form,
.footer_section .footer_subscribe_form{
    margin-bottom: 15px;
}
.footer_section .footer_search_form input,
.footer_section .footer_subscribe_form input{
    width: 70%;
}
.footer_section .footer_search_form button,
.footer_section .footer_subscribe_form button{
    padding: 10px 35px;
    background-color: #f8ac17;
    border-color: #f8ac17;
    min-width: 40%;
}
.footer_section .footer_social_media{
    margin-top: 15px;
}
.footer_section .footer_social_media ul li a img{
    width: 40px;
    height: 40px;
    opacity: 0.5;
    transition: 0.5s;
}
.footer_section .footer_social_media ul li a img:hover{
    opacity: 1;
}
.footer_section .footer-copyright-container{
    padding: 15px 10px;
    margin-top: 10px;
    border-top: 1px solid #f8ac17;
}
.footer_section .footer-copyright-container p{
    font-size: 16px;
    color: #dddddd;
    cursor: default;
    text-align: center;
}
.footer_section .footer-copyright-container .scroll_top {
    font-size: 16px;
    color: #dddddd;
    cursor: pointer;
}

.footer_section .footer-copyright-container-alraed{
    padding: 6px;
    border-top: 1px solid #f8ac17;
}
.footer_section .footer-copyright-container-alraed p{
    font-size: 11px;
    color: #dddddd;
    cursor: default;
}
.my_heading{
    text-decoration: none;
    color: #dddddd;
    font-size: 20px;
    padding: 10px 0;
    line-height: 180%;
    text-align: center;
}
.paint-area {
    overflow: hidden;
    position: relative;
    -webkit-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.footer_social_media ul li a svg.fa-facebook-f {
    background-color:#3b5998;
    width:40px;
    height:40px;
    padding: 10px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    color:#fff;
    vertical-align: middle;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.footer_social_media ul li a svg.fa-whatsapp {
    background-color:#09a876;
    width:40px;
    height:40px;
    padding: 10px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    color:#fff;
    vertical-align: middle;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.footer_social_media ul li a svg.fa-twitter {
    background-color:#55acee;
    width:40px;
    height:40px;
    padding: 10px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    color:#fff;
    vertical-align: middle;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.footer_social_media ul li a svg.fa-youtube {
    background-color:#d14836;
    width:40px;
    height:40px;
    padding: 10px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    color:#fff;
    vertical-align: middle;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.footer_social_media ul li a svg.fa-telegram-plane {
    background-color:#1f95d4;
    width:40px;
    height:40px;
    padding: 10px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    color:#fff;
    vertical-align: middle;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.footer_social_media ul li a svg.fa-instagram {
    background-color:#da2f7e;
    width:40px;
    height:40px;
    padding: 10px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    color:#fff;
    vertical-align: middle;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.footer_social_media ul li a svg.fa-rss {
    background-color:#e68523;
    width:40px;
    height:40px;
    padding: 10px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    color:#fff;
    vertical-align: middle;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
/***************************************************/
.scrollTop {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    color: #101010;
    padding: 10px;
    right: 30px;
    background-color: #eee;
    border-radius: 5px;
    text-align: center;
    display: none;
    cursor: pointer;
}
/********************** pricing ***************************/
.servers_section {
    background-color: #f2f3f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.servers_section h3 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.06em;
}
.servers-box {
    box-shadow: 0 7px 24px 0 rgba(110, 123, 157, 0.42); 
}
.servers-box:hover {
    box-shadow: none;
}
.servers-box {
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    transition: .3s ease-out all;
    margin-bottom: 20px;
}
.servers-box .servers-box-header {
    padding: 15px 0;
    color: #ffffff;
    background-color: #981df0;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    transition: .3s ease-out all;
}
.servers-box:hover .servers-box-header {
    background-color: #ed1c94;
}
.servers-box-header h4 {
    font-size: 26px;
    line-height: 1.42857;
    letter-spacing: 0.06em;
}
.servers-box .servers-box-price {
    color: #29293a;
    font-weight: 700;
    margin-top: 30px;
}
.servers-box .servers-box-price .heading-2 {
    font-size: 36px;
    line-height: 1.26923;
}
.servers-box .servers-box-price sup {
    /*font-size: .6em;*/
}
.servers-box .servers-box-body {
    padding: 30px 15px;
}
.servers-box-list {
    letter-spacing: 0.02em;
    color: #29293a;
}
.unit-spacing-sm > * {
    margin-bottom: 10px;
    margin-right: 20px;
}
.servers-box-list .unit-body {
    text-align: right;
}
.unit .unit-left .fa-user-friends,
.unit .unit-left .fa-hdd,
.unit .unit-left .fa-exchange-alt,
.unit .unit-left .fa-database,
.unit .unit-left .fa-envelope-open,
.unit .unit-left .fa-box,
.unit .unit-left .fa-mail-bulk,
.unit .unit-left .fa-headset,
.unit .unit-left .fa-memory{
    color: #981df0;
    font-size: 18px;
}
.unit {
    display: flex;
    flex: 0 1 100%;
}
.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}
/********************************************/
#contact-us {
    background-image: url(../img/contact-bg.jpg);
    padding-bottom: 90px;
    color: #fff;
}
#contact-us .heading {
    padding-top: 90px;
    padding-bottom: 90px;
}
.contact-form .form-control {
    background-color: transparent;
    box-shadow: none;
}
.contact-info {
    line-height: 1.8;
    text-align: justify;
}
.contact-info ul li a {
    color: #fff;
}
.contact-info ul li a:hover {
    color: #ed1c94;
}
.contact_social_media ul li a {
    font-size: 18px;
}
.parallax input[type="text"]:focus,
.parallax input[type="email"]:focus,
.parallax textarea:focus {
    font-weight: 300;
    color: #fff;
    border-color: #fff;
}
/**************************************************/
#special_section {
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
}
.blick-wrap {
    position: relative;
}
.blick-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 32.16%;
    background-size: cover;
    background: url(../img/blick-01.png) no-repeat;
}
.blick-content {
    position: absolute;
    overflow: hidden;
    top: 4.3%;
    bottom: 39.5%;
    left: 4.1%;
    right: 4.1%;
}

.parallax-text-wrap {
    position: relative;
}
.parallax-text-wrap h3 {
    position: relative;
    z-index: 1;
    font-size: 34px;
    color: #792c7a;
    line-height: 1.375;
    letter-spacing: 0.06em;
}
.parallax-text {
    font-size: 92px;
    display: block;
    position: absolute;
    bottom: -110%;
    left: 0;
    right: 0;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #f2f3f9;
    text-align: center;
}
.short1_details h5 {
    line-height: 1.41667;
    color: #29293a;
}
.short1_details .download:hover {
    color: #ffffff;
    background-color: #792c7a;
    border-color: #792c7a;
}
.short1_details .download {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 10px 30px;
    min-width: 210px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 35px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: .25s all ease;
    white-space: pre-wrap;
}
.short1_details .download_color {
    color: #29293a;
    background-color: #ffffff;
    border-color: #ededed;
}
/**********************************************/
.contact_section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f2f3f9;
}

.short1 .title-cats {
    margin-bottom: 20px;
    border-bottom: 1px solid #6d0eb1;
    padding: 5px 0;
    letter-spacing: 2px;
}
.short1 .title-cats a {
    color: #6d0eb1;
}
.ribbon-wrapper {
    width: 110px;
    height: 110px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    font-family: Montserrat-Bold, serif;
}
.ribbon-1 {
    line-height: 18px;
    color: #e9ea7b;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: 38px;
    top: 26px;
    width: 150px;
    background-color: #6d0eb1;
    letter-spacing: 1px;
    box-shadow: -3px 5px 6px -5px rgba(0, 0, 0, 0.5);
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.2);
}
.card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
    font-weight: 400;
}
.card.card-cascade.wider {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}
.card.card-cascade .view {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}
.card.card-cascade.wider .view {
    background-color: #FFFFFF;
}
.card.card-cascade .view .image {
    height: 196px;
    width: auto;
    overflow:hidden;
}
.view .mask {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.overlay .mask:hover {
    opacity: 1;
}
.rgba-white-slight {
    background-color: rgba(255,255,255,.1);
}
.card.card-cascade.wider .card-body {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin-left: 4%;
    margin-right: 4%;
    background: #fff;
    z-index: 1;
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
}
.card.card-cascade.wider .card-body h4 {
    height: 58px;
    overflow: hidden;
    font-size: 16px;
    color: #6d0eb1;
    line-height: 26px;
}
.card .card-body .card-text {
    color: #747373;
    font-size: .9rem;
    font-weight: 400;
    overflow: hidden;
    height: 110px;
}
.fb-ic {
    color: #3b5998!important;
}
.tw-ic {
    color: #55acee!important;
}
.gp-ic {
    color: #d14836!important;
}
.tg-ic {
    color: #1e94d3!important;
}
.te-ic {
    color: #1f95d4!important;
}
.wh-ic {
    color: #58c042!important;
}
.owl-carousel.owl-theme.cats3 .owl-nav,
.owl-carousel.owl-theme.cats2 .owl-nav,
.owl-carousel.owl-theme.cats1 .owl-nav {
    position: absolute;
    top: -62px;
    left: 0;
}
.owl-carousel.owl-theme.cats3 .owl-nav>button,
.owl-carousel.owl-theme.cats2 .owl-nav>button,
.owl-carousel.owl-theme.cats1 .owl-nav>button {
    margin: 0 3px;
    background: none;
    border: 1px solid #dedede;
    color: #999;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.owl-carousel.owl-theme.cats3 .owl-nav>button,
.owl-carousel.owl-theme.cats2 .owl-nav>button,
.owl-carousel.owl-theme.cats1 .owl-nav>button {
    border: 1px solid #6d0eb1;
    color: #6d0eb1;
}
.owl-carousel.owl-theme.cats3 .owl-nav>button:hover,
.owl-carousel.owl-theme.cats2 .owl-nav>button:hover,
.owl-carousel.owl-theme.cats1 .owl-nav>button:hover {
    background: #6d0eb1;
    border: 1px solid transparent;
    color: #fff;
}
/********************************************************/
.hardware_section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f2f3f9;
}
#hardware {
    background-image: url(../img/cate-bg.jpg);
    color: #fff;
    padding: 50px 0;
}
.hardware-sec{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.short3 {
    position: relative;
}
.short3 p {
    height: 40px;
    overflow: hidden;
    background: #353535;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    padding: 10px;
}

/* .short3 p:hover {
    text-decoration: underline;
} */
.short3 p:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #000;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
}
.short3 p:hover:before {
    width: 100%;
}
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
    height: 250px;
}
.short3 .overlay-container img {
    background-size: 100% 100%;
    overflow: hidden;
    background-color: unset;
    border: unset;
}
/********************************************/
.service_section {
    background-color: #fff;
    padding: 50px 0;
}
.thumbnail-classic-secondary .thumbnail-classic-text {
    letter-spacing: .02em;
    color: #838386;
    opacity: 1;
    margin-top: 18px;
    text-align: justify;
}
.thumbnail-classic-secondary .thumbnail-classic-title{
    font-size: 20px;
    color: #29293a;
    letter-spacing: 0.12em;
    font-weight: 700;
}
.unit-body {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
.thumbnail-classic-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    transition: 450ms ease-in-out;
    color: #ed1c94;
    font-weight: 400;
}
.thumbnail-classic .thumbnail-classic-icon {
    margin-left: auto;
    margin-right: auto;
}
.thumbnail-classic-icon:before, .thumbnail-classic-icon:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 50%;
    transition: 450ms ease-in-out;
}
.thumbnail-classic-icon:before {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    opacity: 0;
    background: linear-gradient(-45deg, #ed1c94 15%, #ffec17);
}
.thumbnail-classic-secondary .thumbnail-classic-icon::after {
    border-color: #ed1c94;
}
.thumbnail-classic-icon:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #d8dae2;
}
.thumbnail-classic:hover .thumbnail-classic-icon {
    color: #ffffff;
}
.thumbnail-classic:hover .thumbnail-classic-icon:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    box-shadow: 0 8px 29px rgba(63, 9, 102, 0.25);
}
.thumbnail-classic-secondary .thumbnail-classic-icon::after {
    border-color: #ed1c94;
}
.thumbnail-classic:hover .thumbnail-classic-icon:after {
    opacity: 0;
}
.thumbnail-classic-icon .fa-mobile-alt,
.thumbnail-classic-icon .fa-tv,
.thumbnail-classic-icon .fa-headset,
.thumbnail-classic-icon .fa-globe {
    position: relative;
}
/**************************************************/
.content_section {
    background-color: #29293a;
    padding: 50px 0;
}
.box-minimal-border {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #c2c2c3;
    transition: 450ms ease-in-out;
    min-height: 365px;
    margin-bottom: 20px;
}
.box-minimal-border:hover {
    background: #6d0eb1;
    border-color: #6d0eb1;
}
.box-minimal-text {
    color: #ffffff;
    opacity: .6;
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
}
.box-minimal-border * + hr  {
    border-color: #ffffff;
    opacity: .5;
    margin-top: 30px;
}
.box-minimal-title {
    color: #ffffff;
    font-weight: 400;
    margin-top: 15px;
    font-size: 18px;
}
.box-minimal-icon {
    color: #ffffff;
}
/********************************************/
.software_section {
    background-color: #f2f3f9;
    padding: 50px 0;
}
.software_section h3 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.06em;
}
.short6_item {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.short6_item figure {
    margin-bottom: 0;
    transition: .55s all ease-in-out;
}
.short6_item:hover figure {
    transform: scale3d(1.05, 1.05, 1.05);
}
.short6_item img {
    position: relative;
    width: 100%;
    height: 350px;
}
.short6_item .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: .33s all ease-in-out;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
}
.short6_item .caption {
    transition: .4s all ease;
    opacity: 0;
}
.short6_item:hover .caption {
    opacity: 1;
}
.short6_item .caption:before {
    transform: rotate(90deg);
    transition: 350ms 250ms transform;
}
.short6_item:hover .caption:before {
    transform: rotate(45deg);
}
.short6_item .caption-title {
    position: relative;
    font-size: 24px;
    letter-spacing: 0.12em;
    font-weight: 400;
    color: #ffffff;
}
.short6_item .caption-text {
    max-width: 100%;
    margin-top: 20px;
    padding: 0 15px;
    color: #ffffff;
    opacity: .6;
}
.short6_item .caption-title,
.short6_item .caption-text {
    transition: 300ms 50ms ease-in-out;
    transform: scale3d(0.7, 0.7, 0);
}
.short6_item:hover .caption-title,
.short6_item:hover .caption-text {
    transform: scale3d(1, 1, 1);
}
.short6_item .caption:before {
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: 0 100%;
    transform: rotate(45deg);
    content: "";
    display: inline-block;
    width: 100px;
    height: 160px;
    background-color: #ed1c94;
}
.short6_item .caption:after {
    transition: 350ms 450ms transform, 350ms 450ms opacity;
    transform: translateX(100%);
    opacity: 0;
}
.short6_item:hover .caption:after {
    transform: translateX(0);
    opacity: 1;
}

.short6_item .caption:after {
    position: absolute;
    bottom: 0;
    right: 10px;
    content: '\f504';
    font-family: "Material Design Icons", serif;
    font-size: 36px;
    color: #ffffff;
}
/**********************************************/
#alraed_slider .carousel-item img {
    overflow: hidden;
    height: 275px;
    width: 100%;
}
/************************************************/
.clients_section {
    background-color: #f7f7f7;
    padding: 50px 0;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #ed1c94;
}
/************************************************/
.branches_section {
    padding: 100px 0;
    background-image: linear-gradient(to left, #6d0eb1 20%, #ed1c94);
}
.box-cta-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-cta {
    font-size: 20px;
    color: #fff;
}
.box-cta > * {
    padding-left: 20px;
    padding-right: 20px;
}
.box-cta-title {
    color: #ffec17;
    font-size: 34px;
    line-height: 1.375;
}
.box-cta-inline > * + * {
    margin-top: 30px;
}
.box-cta-inner .button-nina {
    font-size: 18px;
    padding: 15px 40px;
    min-width: 230px;
    border-radius: 50px;
}
.btn-secondary {
    color: #ffffff;
    background-color: transparent;
    border-color: #ededed;
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: #6a0dac;
    border-color: #6a0dac;
}
/************************************************/
.copy_section {
    padding: 50px 0;
    background: linear-gradient(-45deg, #ac32e4, #7918f2, #4801ff);
}
.l1-txt1 {
    font-size: 50px;
    color: #fff;
    padding-bottom: 10px;
}
.l1-txt2 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
}
.incremental-counter {
    direction: ltr;
}
.incremental-counter .num {
    background-color: #fff;
    border-radius: 20px;
    margin: 10px;
    width: 90px;
    height: 90px;
    font-size: 36px;
    color: #555555;
    font-family: Montserrat-Bold, serif;
    padding-bottom: 10px;
    line-height: 2.5;
    display: inline-block;
}
/************************************************/
.cats_section {
    position: relative;
    background-color: #9d6a0d;
}
.short11_section {
    padding: 120px 0 50px;
    text-align: center;
}
.breadcrumbs-custom-subtitle {
    font-size: 65px;
    margin-top: 0;
    color: #ffffff;
}

.breadcrumbs-custom-subtitle2 {
    font-size: 40px;
    margin-top: 25px;
    color: #ffffff;
}
.breadcrumbs-custom-title {
    margin-top: 25px;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 0.05em;
}

.breadcrumbs-custom-title::before, 
.breadcrumbs-custom-title::after {
    content: '';
    position: absolute;
    top: 61%;
    transform: translateY(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    background: #ffffff;
}
.breadcrumbs-custom-title::before {
    left: 33%;
}
.breadcrumbs-custom-title::after {
    right: 33%;
}

@media (max-width: 480px) {
    .breadcrumbs-custom-subtitle {
        font-size: 22px;
        margin-top: 30px;
        color: #ffffff;
    }
    
    .breadcrumbs-custom-title {
        margin-top: 25px;
        font-size: 16px !important;
        color: #ffffff;
        letter-spacing: 0.05em;
    }
    
    .breadcrumbs-custom-title::before, 
    .breadcrumbs-custom-title::after {
        content: '';
        position: absolute;
        top: 61% !important;
        transform: translateY(-50%) rotate(45deg);
        width: 15px;
        height: 15px;
        background: #ffffff;
    }
}
.section-wave {
    position: absolute;
    top: 0;
    transform: translateY(-97%);
    width: 100%;
    line-height: 0;
    fill: #f2f3f9;
}
.section-wave > svg {
    width: 100%;
    height: auto;
}
.breadcrumbs-custom-path {
    margin-top: 50px;
}
.breadcrumbs-custom-path li {
    font-size: 14px;
    letter-spacing: 0.06em;
}
.breadcrumbs-custom-path a {
    color: #ffffff;
}
.breadcrumbs-custom-path a:hover {
    color: #ffec17;
}
/*********************************************/
.branches_in_section {
    background-color: #f2f3f9;
    padding: 50px 0;
    position: relative;
}
.branches_in_section h3 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.06em;
}
.product {
    position: relative;
    padding: 30px 15px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 12px 0 #dcdeec;
    background-color: #ffffff;
}
.product-image {
    display: inline-block;
    box-shadow: 0 12px 29px 0 rgba(76, 82, 99, 0.5);
}
.product-image img {
    height: 190px;
    width: 100%;
    overflow: hidden;
}
.product-title h5 {
    margin-top: 20px;
    font-size: 18px;
}
.product-title a {
    color: #ed1c94;
}
.product-title a:hover {
    color: #6a0dac;
}
.product .product-price {
    color: #29293a;
    margin-top: 15px;
    letter-spacing: 0.12em;
    font-size: 20px;
    font-family: Montserrat-Bold, serif;
}
/*********************************************/
.post-classic {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    text-align: right;
}
.post-classic img {
    width: auto;
    height: auto;
    overflow: hidden;
    transition: .33s;
}
.post-classic img:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}
.post-classic-body {
    padding: 25px 20px;
}
.post-classic-title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2381;
}
.post-classic-title a {
    color: #C6902E;
}
.post-classic-text {
    margin-top: 20px;
    text-align: justify;
}
.post-classic-body .download_color {
    background-color: #ed1c94;
}
.post-classic-body .download_color:hover {
    background-color: #981df0;
}
.post-classic-body .download {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 35px;
}
.post-classic-date {
    color: #838386;
    padding: 10px;
    text-align: left;
    font-size: 13px;
}

.post-classic-date-cat {
    color: #838386;
    padding: 10px;
    text-align: right;
    font-size: 13px;
    direction: ltr;
}
.blog-aside {
    margin: 20px 0;
}
.blog-aside h6 {
    font-size: 20px;
    letter-spacing: 0.12em;
    padding: 10px;
    background: #fff;
    text-align: center;
}
.blog-aside p {
    margin-top: 15px;
    text-align: justify;
    padding: 20px;
    background: #fff;
}
/*********************************************/
.more_image {
    margin: 10px;
    padding: 10px;
    font-size: 20px;
    color: #C6902E;
    text-align: center;
    font-weight: bold;
}
.more_image_gallery {
    position: relative;
}
.more_image_gallery img {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    transition: .33s;
}
.more_image_gallery img:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}
.more_image_gallery .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    pointer-events: none;
    background: rgba(237, 28, 148, 0.6);
    transition: .4s all ease;
    opacity: 0;
}
.more_image_gallery:hover .caption {
    transform: scale3d(1.05, 1.05, 1.05);
    opacity: 1;
}
.more_image_gallery .caption .fa-plus {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    color: #ffffff;
    z-index: 2;
    font-size: 40px;
    transform: translate3d(-50%, -50%, -100px);
    transition: 550ms ease-in-out;
}
/*******************************************/
#map {
    height: 400px;
    width: 100%;
}
/*******************************************/
.catHard {
    position: relative;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 12px 0 #dcdeec;
    background-color: #ffffff;
}
.catHard-image img {
    height: 200px;
    width: auto;
    overflow: hidden;
}
.catHard-title h5 {
    margin-top: 20px;
    font-size: 18px;
}
.catHard-title a {
    color: #000;
}
.catHard-title a:hover {
    color: #6a0dac;
}
.catHard-available {
    margin-top: 15px;
    letter-spacing: 0.12em;
}
.available {
    color: #C6902E;
}
.notAvailable {
    color: red ;
}
.catHard-price {
    color: #C6902E;
    margin-top: 15px;
    letter-spacing: 0.12em;
    font-size: 20px;
    font-family: Montserrat-Bold, serif;
}
/*******************************************/

.mar-auto{
    margin-right: auto!important;
}