﻿/* ===================== VARIABLES ===================== */
:root {
    --color-main: #0f489b;
    --color-primary: rgb(127, 215, 255);
    --color-white: rgb(255,255,255);
    --color-focused: #1e73be;
    --color-background-focused: #ffffdd;
    --color-border-focused: #ffffdd;
    --color-yellow: rgb(255, 203, 5);
    --color-green: rgb(232, 255, 233);
    --color-red: #ff4757;
}

img {
    width: 100%;
    height: auto;
}

/* ===================== GLOBAL STYLES ===================== */
.color-main {
    color: var(--color-main);
}

.color-yellow {
    color: var(--color-yellow);
}

.color-white {
    color: var(--color-white);
}

.color-focused {
    color: var(--color-focused);
}

.color-black {
    color: #000 !important;
}

.color-primary {
    color: var(--color-primary);
}

.color-green {
    color: var(--color-green);
}

.color-red {
    color: var(--color-red);
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

a {
    color: #495057;
}

    a:hover {
        -webkit-text-decoration: none;
        text-decoration: none;
        color: var(--color-focused);
    }

.form-control {
    width: 100% !important;
    padding: 14px 20px !important;
    border: 1px solid rgb(225, 225, 225) !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    transition: 0.3s !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    height: 44.5px !important;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

    .form-control:focus {
        border-color: var(--color-focused) !important;
        border: 1px solid rgba(30, 115, 190, 0.25) !important;
    }


.background-gradient {
    background: linear-gradient(0deg, #39fffd 0, var(--color-main) 100%);
}

.is-border-radius {
    border-radius: 20px;
}
/* =================vcHeader================*/
.header-nav .nav-dropdown li {
    margin: 10px auto !important;
}

@media screen and (max-width: 549px) {
    .banner-bg img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.back-to-top svg {
    font-size: 12px;
}
/* =================vcSlideTop================*/
.banner h4 {
    line-height: 1;
    font-weight: bold;
}

/* =================vcWhyChooseUs================*/
.about__section .gap-element {
    padding-top: 45px;
}

@media (min-width:850px) {
    about__section .gap-element {
        padding-top: 60px;
    }
}

.about__section .title__large__x2 h2 {
    font-size: 1.6em;
    line-height: 1.3;
    text-align: center;
    color: rgb(30, 115, 190);
}

/* =================Blog Detail================*/
.landing__header {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #1e73be;
}

/* =================vcProductPricingForm================*/
.pricing__header {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    overflow: hidden;
}

.pricing__price .col-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pricing__col .icon-box {
    margin-bottom: .625rem;
}

/* =================Contact================*/
.contact-form .icon-box-img svg {
    width: 20px !important;
}

.contact-form .icon-box-left .icon-box-img, .icon-box-right .icon-box-img {
    width: 55px;
    height: 55px;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    background-color: rgba(64, 64, 64, 0.33);
    align-items: center;
}

.contact-form .maps iframe {
    width: 100%;
    border-radius: 5px;
    height: 450px;
}

/* =================vcGallery================*/
feedback__section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(243, 250, 255);
    padding: 30px;
}

/* =================vcFooter================*/
@media (max-width: 849px) {
    .medium-flex-wrap {
        display: -webkit-box!important;
    }
}