/*
    Created on : 23.06.2022, 00:56:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

/* MAIN NAVBAR
-------------------------------------------------- */
.fixed-top-none {
    opacity: 0;
}
.fixed-top {
    opacity: 1;
    transition: all .2s ease-in-out;
}
.navbar-brand {
    font-size: 1.4rem;
}
@media (min-width: 768px) {
    .navbar-brand {
        font-size: 1.7rem;
    }
}
@media (min-width: 1200px) {
    .navbar-brand {
        font-size: 1.9rem;
    }
}
.navbar-brand:hover {
    text-decoration: none !important;
    color: #e64c16 !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #003b77;
}

/* CUSTOMIZE THE MAIN CAROUSEL
-------------------------------------------------- */
#mainCarousel .carousel {
    margin-bottom: 4rem;
}
#mainCarousel .carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
#mainCarousel .carousel-item {
    height: 32rem;
}
#mainCarousel .carousel-bg-filter {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

/* CAROUSEL FOR ADDITIONAL PRODUCT IMAGES
-------------------------------------------------- */
.additional-carousel-indicator {
    opacity: .5;
    transition: all 0.3s ease;
}
.additional-carousel-indicator:hover {
    opacity: 1;
    transition: all 0.3s ease;
}
.additional-carousel-indicator.active {
    opacity: 1;
    transition: all 0.3s ease;
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron-bg-filter {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: #05265a;
    background: rgba(5, 38, 90, 0.5);
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
    --bs-pagination-color: #333;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #003b77;
    --bs-pagination-active-border-color: #003b77;
}

/* CARD
-------------------------------------------------- */
.blog-card-body a {
    color: #003b77;
}
.blog-card-body:hover {
    background-color: #003b77;
    color: lightgrey!important;
    transition: all .6s;
}
.blog-card-body a:hover {
    color: #fff!important;
}

/* MAIN CONTENT
-------------------------------------------------- */
a {
    color: #e64c16;
}
.text-darkblue {
    color: #003b77;
}
.text-orange {
    color: #e64c16;
}
.bg-darkblue {
    background-color: #003b77;
}
.bg-orange {
    background-color: #e64c16;
}
.text-lightgrey {
    color: #eaf0fb;
}
.error404 {
    font-size: 5rem;
}
@media (min-width: 390px) {
    .error404 {
        font-size: 7rem;
    }
}
@media (min-width: 576px) {
    .error404 {
        font-size: 10rem;
    }
}
@media (min-width: 768px) {
    .error404 {
        font-size: 14rem;
    }
}
@media (min-width: 1200px) {
    .error404 {
        font-size: 14rem;
    }
}
.home-bg {
    background-image: url('../images/all/home-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}
.cover-transparent-dark {
    content: "";
    position: absolute;
    background-color: #0f213a;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: .6;
}
.home-btn:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-trans-video {
    width: 42px;
    height: 42px;
    line-height: 40px;
    display: inline-block;
    background: #e64c16;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    margin-left: 20px;
    vertical-align: middle;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, .5);
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c1420b;
    --bs-btn-border-color: #c1420b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e25c2b;
    --bs-btn-hover-border-color: #e25c2b;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ac3b0a;
    --bs-btn-active-border-color: #ac3b0a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e25c2b;
    --bs-btn-disabled-border-color: #e25c2b;
}
.btn-outline-danger {
    --bs-btn-color: #999999;
    --bs-btn-bg: #edf1f7;
    --bs-btn-border-color: #e64c16;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e64c16;
    --bs-btn-hover-border-color: #e64c16;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e64c16;
    --bs-btn-active-border-color: #e64c16;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e64c16;
    --bs-btn-disabled-bg: #edf1f7;
    --bs-gradient: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #003b77;
    --bs-btn-border-color: #003b77;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #003b77;
    --bs-btn-active-border-color: #003b77;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.active>.page-link, .page-link.active {
    background-color: #003b77;
    border-color: #003b77;
}
#portfolioFilter .btn-outline-danger:hover {
    background-color: #e64c16 !important;
    color: #fff !important;
}
.portfolio-card-body a {
    color: #003b77;
}
.portfolio-card-body:hover {
    background-color: #e64c16;
    color: lightgrey!important;
    transition: all .6s;
}
.portfolio-card-body a:hover {
    color: #fff!important;
}
.animate-top {
    margin-top: 1rem;
    transition: .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.animate-top:hover {
    margin-top: 0;
    margin-bottom: 1rem;
    transition: .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.animate-top:hover h3 {
    color: #e64c16;
}
.animate-top:hover h5 {
    color: #e64c16;
}
.features-box {
    color: #003b77;
}
.features-box:hover {
    background-color: #003b77;
    color: #fff !important;
    transition: all .5s ease-in-out;
}
.bg-features-box {
    background-image: url('../images/icons/features-bg.svg');
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-x: 0;
    background-position-y: 20px;
}
.home-counter {
    background-color: #003b77;
    background-image: url('../images/all/counter-bg.png');
    background-position-x: initial;
    background-position-y: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}
.marketing-block1 {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    margin-top: -80px;
}
.banner-bg-1 {
    background-image: url("../images/all/climb_to_success.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
}
.banner-bg-2 {
    background-image: url("../images/all/technology.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
}
.shadow-around {
    -webkit-box-shadow: 0 0 7px 7px rgba(34, 60, 80, 0.05);
    -moz-box-shadow: 0 0 7px 7px rgba(34, 60, 80, 0.05);
    box-shadow: 0 0 7px 7px rgba(34, 60, 80, 0.05);
}
.text-whitesmoke {
    color: #ffdbdb;
}
.marketing-block2 {
    background-color: #003b77;
    background-image: url('../images/all/home-lines-bg.png');
    background-position-x: initial;
    background-position-y: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}
.marketing-block3 {
    background-image: url('../images/all/web-development.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.aspect-ratio-1x1 {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
}
.aspect-ratio-4x3 {
    aspect-ratio: 4 / 3;
    width: 100%;
    position: relative;
}
.aspect-ratio-16x9 {
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
}
footer a:hover {
    color: #003b77;
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: sticky;
        top: 48px;
    }
    .navbar-search {
        display: block;
    }
}
.sidebar .nav-link {
    font-size: .875rem;
}
.sidebar .nav-link.active {
    font-weight: 500;
    color: #e64c16 !important;
}
.sidebar-heading {
    font-size: .75rem;
}

/* 3th LEVEL SUBMENU (BOOTSTRAP 5.x)
-------------------------------------------------- */
.dropdown-submenu, .dropdown-item {
    position: relative;
}
.dropdown-submenu > a.dropdown-toggle::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    align-self: center;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.dropdown-submenu > .dropdown-menu-end {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0.1rem;
}
.dropdown-submenu > a.dropdown-toggle.dropdown-toggle-start::after {
    transform: rotate(90deg);
    right: unset;
    left: 0;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-effect {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    opacity: 1;
}
.fade-effect:hover {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    opacity: 0.7;
}

/* MEDIA (BOOTSTRAP BREAKPOINTS)
-------------------------------------------------- */
/*
@media (min-width: 390px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}
*/

.arrow-01 li {
    list-style-type: none;
    padding-left: 0.5rem;
    font-size: 1.1rem;
    background-color: bisque;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.arrow-01 li::before {
    font-size: 1.2rem;
    padding-right: 0.5rem;
    content: "➤";
    color: #e64c16;
}
.tech-support li {
    list-style-type: none;
    background-image: url(../images/all/marker-03.webp);
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-bottom: 10px;
}
.seo-promotion li {
    list-style-type: none;
    background-image: url(../images/all/marker-05.webp);
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 1rem;
}
.developer .card {
    /*  border: 2px solid #e7edf800!important; */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.developer .card:hover {
    box-shadow: 15px 15px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    /* border: 0px solid #e7edf800!important; */
}
.list-position-inside li {
    list-style-position: inside;
}
