* {
    transition: all 200ms !important;
}

.nav-img {
    width: 50px !important;
}

.search-btn {
    width: 50px;
}

nav {
    margin-left: 30px;
    margin-right: 30px;
    background-color: white;
}

.carousel {
    width: fit-content
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.company-pic {
    width: 100px;
}

header {
    background-color: whitesmoke;
    margin: 0 !important;
}

.navbar-brand {
    margin-left: 30px;
}

.navbar-item:last-child {
    margin-right: 30px;
}

.h1 {
    margin-top: 20px !important;
}

.w-3 {
    width: 3% !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-35 {
    width: 35% !important;
}

.w-45 {
    width: 45% !important;
}

.w-95 {
    width: 95% !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.mtop-5 {
    margin-top: 5% !important;
}

.mbot-5 {
    margin-bottom: 5% !important;
}

.text-light-white {
    color: rgba(255, 255, 255, 0.849) !important;
}

.arrow::after {
    content: "→";
    display: inline-block;
    transition: 200ms;
}

.arrow:hover::after {
    transform: translateX(10px);
}

.screen-shot {
    position: relative;
    z-index: 1;
}

.screen-shot::before,
.screen-shot::after {
    content: " ";
    background-image: url("../images/white_dot_pattern.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -60px;
    right: 0px;
    left: 840px;
    bottom: 90px;
    z-index: -1;
    margin-top: 40px;
}

.screen-shot::after {
    bottom: -60px;
    top: 90px;
    left: 290px;
}

.bg-light-aqua {
    background-color: rgba(216, 216, 255, 0.289);
}

.bg-secondary-light {
    background-color: #FAFAFA !important;
}

.right-side-image {
    display: flex;
}

@media screen and (min-width: 992px) {
    .right-side-image {
        justify-content: right !important;
    }
}

@media screen and (max-width: 991px) {
    .right-side-image {
        justify-content: center !important;
    }

    .contact-bg {
        height: 70vh !important;
    }

    .contact {
        top: 10vh !important;
    }

    .contact-ways {
        top: 25vh !important;
    }

    .contact-form {
        position: absolute !important;
        top: 55vh !important;
    }
}

.justify-self-center {
    display: flex !important;
    justify-content: center !important;
}


.align-self-center {
    display: flex !important;
    align-self: center !important;
}

.h-85vh {
    height: 650px !important;
}

.h-55vh {
    height: 55vh;
}

.trusted-logo {
    width: 30vh !important;
    height: 10vh !important;
}

.justify-self-center {
    display: flex !important;
    justify-self: center !important;
}

.contact {
    padding-left: 6% !important;
    position: absolute !important;
    top: 27vh;
}

.contact-ways {
    position: absolute !important;
    top: 40vh;
}

.border-light-gray {
    border-color: rgb(235, 239, 252);
}

footer {
    margin-top: 80vh;
    background-image: url("../images/footer-image.jpg");
}

.icon-asghar {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    overflow: visible;
}

.icon-asghar::after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 255, 0.267);
    border-radius: inherit;
    z-index: -1;
    transition: rotate 200ms;

    animation: circle 700ms linear 0s infinite forwards;
    animation-play-state: paused;
    animation-play-state: running;
}

.icon-asghar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}


@keyframes circle {
    0% {
        rotate: 0deg;
    }

    50% {
        rotate: 180deg;
    }

    100% {
        rotate: 360deg;
    }
}

.detailes {
    border: 5px 5px rgb(255, 0, 0) !important;
}


.dropdown {
    transition: 200ms !important;
}

.eye img:hover {
    cursor: pointer;
}
