@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,700&display=swap');

* {
    transition: all 0.5s linear;
    font-family: 'Open Sans',
    sans-serif;
}

html, body {
    background: #fff;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1000px !important;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 100% !important;
    }
}

/* Nav Top */
.nav-top {
    padding: 1rem 0 0.5rem;
    border-bottom: 1px solid #eee;
}

.nav-top .leftSide a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    margin-right: 1rem;
}

.nav-top .leftSide a i {
    margin-right: 0.5rem;
}

.nav-top .rightSide a {
    color: #bbb;
    font-size: 17px;
    margin: 0 0.2rem;
}

.nav-top .rightSide a:hover {
    text-decoration: none;
    color: #000;
}

/* Navbar */
.navbar {
    padding: 0.5rem 1rem 1rem;
}

.logo {
    width: 140px;
}

.nav-link {
    color: #555;
    font-size: 13px;
}

.active .nav-link {
    color: #1175e9 !important;
}

.navbar-toggler {
    box-shadow: none !important;
    outline: 0 !important;
}

.menu-bar {
    font-size: 25px;
    color: #555;
}

/* Slider */
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #ffffff;
}

@media (min-width: 768px) {
    .carousel-control-prev i,
    .carousel-control-next i {
        font-size: 30px;
    }
}

.carousel-caption {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    width: 960px;
}

@media (max-width: 1199.98px) {
    .carousel-caption {
        width: 960px;
    }
}

@media (max-width: 991.98px) {
    .carousel-caption {
        width: 100%;
        text-align: center;
    }
}

.carousel-item img.w-100 {
    height: 550px;
    object-fit: cover;
}

.carousel-caption h5 {
    font-weight: 600;
    font-size: 36px;
}

/* Order Button */
.order-button-wrapper {
    padding: 4rem 0;
}

.order-button-wrapper h2 {
    color: #222;
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
}

.order-button-wrapper p {
    color: #777;
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 575.98px) {
    .order-button-wrapper {
        padding: 2rem 0;
    }
    
    .order-button-wrapper h2 {
        font-size: 26px;
        line-height: 40px;
    }
}

/* Contact Form */
.contact-form-wrapper .container {
    box-shadow: 0px 0px 0px 1px rgb(30 49 62 / 11%),
    0px 0px 25px rgb(0 49 62 / 11%);
    position: relative;
    margin-bottom: 10px;
}

.contact-form-wrapper .container::after {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    left: -5%;
    right: 0;
    bottom: -5px;
    height: 9rem;
    background: transparent linear-gradient(to top, #fff 2em, rgba(255, 255, 255, 0)) repeat scroll 0% 0%;
}

.contact-form-wrapper .leftSide .heading {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    margin-bottom: 3rem;
}

.contact-form-wrapper .leftSide .heading::after {
    content: "";
    width: 80px;
    background-color: #6bc3f0;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    transform: translateX(-50%);
}

.contact-form-wrapper .leftSide p {
    color: #343e47;
    font-size: 15px;
    line-height: 27px;
}

.contact-form-wrapper .leftSide div {
    font-size: 13px;
}

.contact-form-wrapper .rightSide {
   background-color: #f5f5f5;
   padding-bottom: 9rem !important;
}

.contact-form-wrapper .rightSide label {
    color: #343e47;
    font-size: 15px;
}

.contact-form-wrapper .rightSide input,
.contact-form-wrapper .rightSide select {
    display: block;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    padding: 10px 12px;
    border: 1px solid #e2e2e2;
    font-size: 15px;
}

.contact-form-wrapper .rightSide select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(//themedemo.commercegurus.com/broker/wp-content/themes/broker/css/../images/icons/dropdown.png) right .5em center no-repeat;
    background-size: 12px 8px;
}

.columns-section .icon {
    color: #555555;
    font-size: 21px;
    border-radius: 50%;
    background: #eeeeee;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.columns-section .title {
    display: block;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
    font-size: 16px;
    margin-bottom: 10px;
}

.columns-section .text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px;
    color: #616161;
}

.columns-section a {
    color: #2c87f0;
    font-weight: 600;
    border: 1px solid #ddd;
    background-image: linear-gradient(to top, #f6f6f6 0%, #fff 100%);
    background-image: -o-linear-gradient(to top, #f6f6f6 0%, #fff 100%);
    background-image: -moz-linear-gradient(to top, #f6f6f6 0%, #fff 100%);
    background-image: -webkit-linear-gradient(to top, #f6f6f6 0%, #fff 100%);
    background-image: -ms-linear-gradient(to top, #f6f6f6 0%, #fff 100%);
    box-shadow: 0 1px 1px rgb(180 180 180 / 13%);
    display: inline-block;
    padding: .538em 1.077em;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.65;
    border-radius: 3px;
}

.columns-section a:hover {
    color: #000;
    text-decoration: none;
}

/* Footer */
footer {
    background: #262626;
    padding: 1rem 0 0;
}

footer .text-1 {
    font-size: 13px;
    color: #757575;
}

footer .heading {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

.recent-news a {
    display: block;
    padding: 0.5rem 0;
    color: #999;
    font-size: 13px;
    line-height: 21px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.recent-news a:nth-of-type(1) {
    border-top: 1px solid rgba(255, 255, 255, .06);
    margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
    .recent-news a:nth-of-type(1) {
        margin-top: 0.5rem;
    }
}

.recent-news a:hover {
    text-decoration: none;
    color: #fff;
}

.contact-details {
    color: #bdbdbd;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
}

.contact-details a {
    font-weight: 400;
    color: #757575;
}

.contact-details a:hover {
    text-decoration: none;
    color: #fff;
}

.copyright-text {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 20px;
}

.other-text {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 20px;
}

.other-text a {
    color: #757575;
}

.other-text a:hover {
    color: #fff;
    text-decoration: none;
}

footer img {
    width: 120px;
}

.followus-links a {
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.followus-links a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
}

.followus-links .fa-facebook-f {
    background: #3b5998;
}

.followus-links .fa-twitter {
    background: #1da1f2;
}

.followus-links .fa-pinterest {
    background: #cb2027;
}

.followus-links .fa-youtube {
    background: #c4302b;
}

.followus-links .fa-rss {
    background: #ff7900;
}

.quick-links a {
    color: #bbb;
    font-size: 12px;
    line-height: 20px;
    margin-left: 1rem;
}

.quick-links a:hover {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 767.98px) {
    .quick-links a {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

.product-spotlight a {
    display: flex;
    align-items: center;
    padding: .75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.product-spotlight a:nth-of-type(1) {
    border-top: 1px solid rgba(255, 255, 255, .06);
    margin-top: 1.5rem;
}

.product-spotlight a:hover {
    text-decoration: none;
}

.product-spotlight a img {
    width: 65px;
    margin-right: 15px;
}

.product-spotlight a .title {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    display: block;
}

.product-spotlight a .date {
    font-size: 12px;color: #757575;
    line-height: 20px;
}