

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400&family=Poppins:wght@400;500;600&display=swap");
body {
    font-family: "Nunito Sans", sans-serif;
    overflow-x: hidden !important;
    color: #1d2636;
}

body.modal-open {
    padding-right: 0px !important;
}

body.modal-open .navbar {
    padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.3;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    font-size: 16px;
    line-height: 25px;
}

html {
    scroll-padding-top: 70px;
    /* height of sticky header */
    scroll-behavior: smooth;
}

.row>* {
    position: relative;
}

.gallery-box{
    display: none;
}
.gallery-box figure img {
    max-width: 100%;
}
.gallery-box figure {
    margin-bottom: 0;
}
.gallery-box{
    margin-bottom: 24px;
}
.load-btn{
   text-align: center;
}
@media (max-width: 768px) {
    .vertical-content {
        display: inherit;
    }
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #1d2636 !important;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
        color: #ffffff !important;
    }
    .navbar-toggler i {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #ffffff;
    }
    .bg-home {
        height: auto;
    }
    .nav-sticky.navbar-custom .navbar-nav li a {
        color: #ffffff !important;
    }
    .nav-sticky .logo {
        color: #ffffff !important;
    }
    .navbar-custom>.container {
        width: 90%;
    }
    .clients-img {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .clients-img {
        top: 76px;
    }
}

@media (max-height: 767px) {
    .clients-img {
        top: 7px;
    }
}

.text-primary {
    color: #ee3158 !important;
}

.bg-primary {
    background-color: #ee3158 !important;
}

.text-success {
    color: #0fbd1b !important;
}

.bg-success {
    background-color: #0fbd1b !important;
}

.text-info {
    color: #229bee !important;
}

.bg-info {
    background-color: #229bee !important;
}

.text-warning {
    color: #e7bc2f !important;
}

.bg-warning {
    background-color: #e7bc2f !important;
}

.text-danger {
    color: #f72b2b !important;
}

.bg-danger {
    background-color: #f72b2b !important;
}

.text-light {
    color: #f8f9fa !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.text-dark {
    color: #1d2636 !important;
}

.bg-dark {
    background-color: #1d2636 !important;
}

.text-white {
    color: #ffffff !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}


/*** ani-bg ***/

@keyframes ani-bg {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(200px);
    }
}

.box-shadow {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}

hr {
    border-top: 1px solid #687179;
    margin: 0;
}

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-19 {
    font-size: 19px;
}

.f-20 {
    font-size: 20px;
}

.f-21 {
    font-size: 21px;
}

.f-22 {
    font-size: 22px;
}

.f-23 {
    font-size: 23px;
}

.f-24 {
    font-size: 23px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.form-control {
    font-size: 14px;
    color: #1d2636;
}

.form-control:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.bg-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 15, 21, 0.75);
}

.title-border {
    width: 90px;
    height: 1px;
    background: linear-gradient(to right, transparent, #ee3158, transparent);
    margin: 0 auto;
}

.hero-sub {
    animation-name: moveInleft;
    animation-duration: 3s;
}

.hero-heading {
    animation-name: moveInRight;
    animation-duration: 3s;
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    border-color: rgba(0, 0, 0, 0.125);
    padding: 0px 5px;
    color: #adb5bd;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

.bg-overlay {
    background-color: rgba(29, 38, 54, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.vertical-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.btn-rounded {
    border-radius: 5px;
}

.btn {
    padding: 11px 28px;
    font-size: 13px;
    letter-spacing: 0.9px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-sm {
    padding: 10px 22px;
}

.title-heading {
    font-weight: 700;
}

.title h1 {
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    left: 0px;
    right: 0px;
    top: -45px;
}

.btn {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    border: 1px solid #1d2636;
    overflow: hidden;
    position: relative;
}

.btn-sm {
    padding: 8px 25px;
    font-size: 14px;
}

.btn-primary {
    background: #ee3158;
    border-color: #ee3158 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open>.dropdown-toggle.btn-primary {
    background-color: #ee3158 !important;
}

.btn-outline-primary {
    color: #ee3158;
    border-color: #ee3158;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open>.dropdown-toggle.btn-primary {
    background-color: #ffffff !important;
}

.btn-success {
    background: #0fbd1b;
    border-color: #0fbd1b !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open>.dropdown-toggle.btn-primary {
    background-color: #ee3158 !important;
}

.btn-outline-success {
    color: #0fbd1b;
    border-color: #0fbd1b;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open>.dropdown-toggle.btn-primary {
    background-color: #ffffff !important;
}

.btn-info {
    background: #229bee;
    border-color: #229bee !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open>.dropdown-toggle.btn-primary {
    background-color: #ee3158 !important;
}

.btn-outline-info {
    color: #229bee;
    border-color: #229bee;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open>.dropdown-toggle.btn-primary {
    background-color: #ffffff !important;
}

.btn-warning {
    background: #e7bc2f;
    border-color: #e7bc2f !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open>.dropdown-toggle.btn-primary {
    background-color: #ee3158 !important;
}

.btn-outline-warning {
    color: #e7bc2f;
    border-color: #e7bc2f;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open>.dropdown-toggle.btn-primary {
    background-color: #ffffff !important;
}

.btn-danger {
    background: #f72b2b;
    border-color: #f72b2b !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open>.dropdown-toggle.btn-primary {
    background-color: #ee3158 !important;
}

.btn-outline-danger {
    color: #f72b2b;
    border-color: #f72b2b;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open>.dropdown-toggle.btn-primary {
    background-color: #ffffff !important;
}

.btn-light {
    background: #f8f9fa;
    border-color: #f8f9fa !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open>.dropdown-toggle.btn-primary {
    background-color: #ee3158 !important;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open>.dropdown-toggle.btn-primary {
    background-color: #ffffff !important;
}

.btn-dark {
    background: #1d2636;
    border-color: #1d2636 !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open>.dropdown-toggle.btn-primary {
    background-color: #ee3158 !important;
}

.btn-outline-dark {
    color: #1d2636;
    border-color: #1d2636;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open>.dropdown-toggle.btn-primary {
    background-color: #ffffff !important;
}

.btn-white {
    background: #ffffff;
    border-color: #ffffff !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open>.dropdown-toggle.btn-primary {
    background-color: #ee3158 !important;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open>.dropdown-toggle.btn-primary {
    background-color: #ffffff !important;
}

.btn-white:hover {
    background: #ffffff !important;
}

.navbar {
    transition: all 0.5s ease;
    padding: 15px 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #1d2636;
    font-size: 0.9rem;
    background-color: transparent;
    margin: 0 10px;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:active,
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #ee3158 !important;
}

.navbar .navbar-toggler {
    padding: 0px;
    border: none;
    font-size: 24px;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-brand.logo {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #1d2636 !important;
}

.nav-sticky.navbar {
    background: #ffffff;
    margin-top: 0px;
    box-shadow: 1px 2px 23px -15px rgba(29, 38, 54, 0.7);
}

.nav-sticky .navbar-brand.logo {
    color: #1d2636 !important;
}

.nav-sticky .navbar-nav .nav-item .nav-link {
    color: #1d2636 !important;
}

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        color: #ffffff;
    }
}

@media (max-width: 992px) {
    .navbar {
        background-color: #000000;
    }
    .navbar .mdi {
        color: #ffffff !important;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        color: #ffffff !important;
    }
    .nav-sticky.navbar {
        background: #000000;
        margin-top: 0px;
        box-shadow: 1px 2px 23px -15px rgba(29, 38, 54, 0.7);
    }
    .nav-sticky .navbar-brand.logo {
        color: #ffffff !important;
    }
}

.bg-home-half {
    background-size: cover;
    background-position: center center;
    padding: 350px 0px 350px;
    position: relative;
    height: 100vh;
}

.bg-home-half .home-center {
    display: table;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.inner-page .bg-home-half .home-center{
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.bg-home-half .home-center .home-title {
    font-size: 42px;
}

.bg-home-half .home-center .home-desc {
    max-width: 700px;
}


/********* DEMO 2 ********/

.home-registration-form {
    border-radius: 3px;
}

.home-registration-form .registration-form label {
    font-size: 13px;
}

.home-registration-form .registration-input-box {
    border-bottom: 1px solid rgba(104, 113, 121, 0.3);
    box-shadow: none !important;
}

.home-registration-form .registration-input-box:focus {
    border-color: #ee3158;
}


/*******DEMO 3*******/

.bg-hero3 {
    padding: 250px 0;
}

.bg-hero3 input {
    padding: 14px 20px;
    width: 100%;
    font-size: 17px;
    color: #687179 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
}

.bg-hero3 .subcribe-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 12px 30px;
}

.bg-hero3 .subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}


/********DEMO 4**********/

.bg-hero4 {
    padding-top: 200px;
    padding-top: 165 px;
    background: linear-gradient(#485563, #29323c);
    position: relative;
}

.bg-hero4 .mac-image {
    position: relative;
    bottom: -100px;
}


/********DEMO 5**********/

.bg-hero5 {
    padding: 300px 0 100px 0;
}

.client-logo {
    padding-top: 140px;
}

.home-slider {
    position: relative;
}

.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel .carousel-item {
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.home-slider .carousel .carousel-control-next {
    width: 6%;
}

.home-slider .carousel .carousel-control-prev {
    width: 6%;
}

@media (max-width: 992px) {
    .bg-home-half {
        padding: 200px 0px 100px;
    }
    .bg-hero5 {
        padding: 150px 0 50px 0;
    }
    .client-logo {
        padding-top: 50px;
    }
}

.features h5 {
    font-size: 22px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    border: 1px solid #ee3158;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    border-right: 4px solid #ee3158;
}

.features h4 {
    font-size: 18px;
    font-weight: 600;
}

.services-blog {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 1px 2px 23px -15px rgba(29, 38, 54, 0.7);
}

.services-blog .service-head {
    overflow: hidden;
}

.services-blog img {
    max-width: 45px;
    float: left;
    margin-right: 20px;
}

.services-blog h4 {
    font-size: 18px;
    font-weight: 600;
}

.portfolio {
    border: none;
    border-radius: 0;
}

.portfolio .portfolio-content {
    position: absolute;
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 0;
    bottom: 150px;
}

.portfolio .portfolio-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    opacity: 0;
    margin: 10px;
}

.portfolio .portfolio-icon {
    opacity: 0;
}

.portfolio .portfolio-icon a {
    font-size: 30px;
}

.portfolio:hover .portfolio-content {
    bottom: 0;
    opacity: 1;
}

.portfolio:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio:hover .portfolio-icon {
    opacity: 1;
}

.filter-options li {
    border: 1px solid rgba(104, 113, 121, 0.2);
    color: #1d2636;
}

.filter-options .active {
    color: #ffffff;
    background-color: #ee3158;
}

@media (max-width: 768px) {
    .filters-group-wrap .filters-group .filter-options .nav-link {
        margin-top: 10px;
    }
}

.bg-client .tns-controls button[data-controls="prev"],
.bg-client .tns-controls button[data-controls="next"] {
    background: transparent;
    color: rgba(104, 113, 121, 0.7);
    border: none;
    position: absolute;
    top: 50%;
    font-size: 30px;
    z-index: 1;
}

.bg-client .tns-controls button[data-controls="prev"] {
    left: 22px;
    transform: translateY(-50%) !important;
}

.bg-client .tns-controls button[data-controls="next"] {
    right: 0;
    transform: translate(-50%, -50%);
}

.bg-client .client-content {
    margin: 0 auto;
    border-radius: 35px;
}

.bg-client .client-content i {
    color: rgba(104, 113, 121, 0.5);
    font-size: 28px;
    line-height: 0;
}

.bg-client .client-logo {
    opacity: 0.5;
    transition: all 0.5s ease;
}

.bg-client .client-logo:hover {
    opacity: 1;
}

.tns-controls {
    display: none;
}

.tns-nav {
    text-align: center;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    height: 5px;
    width: 10px;
    margin: 0 6px;
    background-color: #ee3158;
    border: 0;
    border-radius: 5px;
    opacity: 0.4;
}

.tns-nav-active {
    opacity: 1 !important;
}

.price {
    box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.price .type h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.price .value {
    position: relative;
}

.price .value h3 {
    display: inline-block;
    padding-right: 10px;
    font-size: 46px;
    font-weight: 600;
    position: relative;
}

.price .value h3 span {
    font-size: 14px;
    position: absolute;
    top: 5px;
}

.price .value .per {
    font-size: 13px;
}

.price .feature {
    padding: 15px 0;
}

.price .feature li {
    margin: 15px;
    font-size: 15px;
}

.blog-menu img {
    border-radius: 5px;
}

.blog-menu h5 {
    font-size: 15px;
}

.blog-menu .blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #1d2636;
}

.blog-menu .blog-title:hover {
    color: #ee3158;
    transition: all 0.5s;
}

.blog-menu p {
    font-size: 14px;
    line-height: 1.8;
}

.blog-menu .read-btn {
    font-size: 15px;
    color: #ee3158;
    text-decoration: underline !important;
}

.blog-menu .read-btn:hover {
    color: #ee3158;
}

.form-control {
    height: 46px;
    border: 1px solid rgba(104, 113, 121, 0.2);
    font-size: 14px;
}

.form-control:focus {
    border-color: #ee3158;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    min-height: calc(1.5rem + 3.75rem + 2px) !important;
}

.footer {
    padding-top: 80px;
    padding-bottom: 40px;
    color: #949ca3 !important;
    background-color: #343a40;
}

.footer h5 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-support {
    font-weight: 600;
}

.footer .footer_mdi {
    font-size: 16px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 20px 2px;
}

section.footer a {
    color: #ee3158 !important;
}

.footer .facebook {
    background-color: rgba(39, 98, 218, 0.5);
    color: #ffffff;
}

.footer .twitter {
    background-color: #229bee;
    color: #ffffff;
}

.footer .google {
    background-color: #f72b2b;
    color: #ffffff;
}

.footer .apple {
    background-color: #1d2636;
    color: #ffffff;
}

.footer .dribbble {
    background-color: #ffffff;
    color: #000000;
}

.footer .footer-menu li a {
    font-size: 14px;
    display: inline-block;
    transition: all 0.5s;
    line-height: 32px;
    color: #949ca3 !important;
}


/*# sourceMappingURL=style.css.map */

#client img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 30px;
}

#client h5 {
    margin-top: 20px;
    font-size: 16px;
}

.number {
    float: left;
    font-size: 20px;
    color: #ee3158;
    font-weight: 600;
    margin-right: 15px;
}

.clients-slider {
    margin: 50px 0 0;
}

.clients-slider img {
    width: auto !important;
    margin: 0 auto;
}

button.owl-prev {
    position: absolute;
    left: -50px;
    width: 20px;
    height: 20px;
    background: url(../images/banner-arrow.svg) no-repeat !important;
    background-size: contain !important;
    bottom: 45px;
    transform: scaleX(-1);
}

button.owl-prev span {
    display: none;
}

button.owl-next {
    position: absolute;
    right: -50px;
    width: 20px;
    height: 20px;
    background: url(../images/banner-arrow.svg) no-repeat !important;
    background-size: contain !important;
    bottom: 45px;
}

button.owl-next span {
    display: none;
}

.navbar .navbar-nav .nav-item.active .nav-link {
    color: #ee3158 !important;
}

.bg-home-half.about {
    padding: 150px 0px 50px;
    height: 30vh;
}

.bg-home-half.about ul {
    margin: 0;
    padding: 0;
}

.bg-home-half.about ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.bg-home-half.about ul li:after {
    position: absolute;
    content: '';
    right: -4px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50px;
}

.bg-home-half.about ul li:last-child:after {
    display: none;
}

p {
    line-height: 30px !important;
}

.text-center.ab-inner {
    border: 1px solid #eee;
    padding: 20px;
}

.title-heading {
    margin-bottom: 20px;
}

.clients-inner ul {
    margin: 0;
    padding: 0;
}

.clients-inner ul li {
    width: 25%;
    border: 1px solid #fbf8f8;
    padding: 20px;
    float: left;
    display: block;
}

.contact-inner .contact-info {
    border: 1px solid #eee;
    padding: 50px 30px;
}

.contact-inner .custom-form {
    padding-left: 50px;
}

.map {
    margin-top: 50px;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.owner h5 {
    margin-bottom: 20px;
}

.owner-img {
    background-size: cover !important;
}

.owner-img img {
    width: 100%;
}

.owner-det {
    text-align: left;
    padding-left: 30px;
}

.owner-det ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.owner-det ul li {
    color: #6c757d!important;
    line-height: 30px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.owner-det ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 3px dashed #ee3158;
}

a {
    color: #ee3158;
}

h5.home-small-title.text-uppercase.text-white-50.mb-4 {
    color: #ffffffb8 !important;
}

.bg-home-half .home-center .home-desc {
    color: #ffffffb8 !important;
}

.footer-menu p {
    width: 90%;
}

.navbar .navbar-brand.logo.black {
    Display: none;
}

.navbar.nav-sticky .navbar-brand.logo.black {
    Display: block;
}

.navbar.nav-sticky .navbar-brand.logo.white {
    Display: none;
}

.navbar.navbar-expand-lg.fixed-top.sticky.nav-sticky .navbar-brand.logo img {
    filter: initial;
}
.navbar.navbar-expand-lg .navbar-brand.logo img, .footer-menu img{
    height: 60px;
}
.clients-inner ul li p{
    font-size: 15px;
    padding: 15px 15px 0;
    margin: 0;
}
.clients-slider p{
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    min-height: 110px;
    justify-content: space-evenly;
}
.clients-slider .owl-dots{
    display: none;
}
form label.error{
    display: none !important;
}
form .form-control.error{
    border-color: #de0427;
}
form .form-success{
    background: #0eaeca;
    padding: 15px;
    margin: 30px 0;
    color: #ffffff;
    border-radius: 10px;
}
@media(max-width:1800px) {
.fancybox-close {
    top: -15px;
    right: -20px;
}
.fancybox-next span {
    right: -20px;

}
.fancybox-nav span{
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 8px;
    background-size: 21px;
    background-position: center;
}
.fancybox-prev span {
    left: -20px;
        width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 8px;
    background-size: 21px;
    background-position: center;
}
.fancybox-close {
    top: -15px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 8px;
    background-size: 18px;
    background-position: center;
}
}
@media(max-width:1366px) {
    
    .bg-home-half.about {
        height: 50vh
    }
}

@media(max-width:1250px) {
    .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 60px;
        bottom: -80px;
    }
    s button.owl-prev {
        left: 0;
    }
    button.owl-next {
        right: 0;
    }
    .bg-home-half.about {
        height: 40vh;
    }
    .bg-home-half.about {
        height: 50vh
    }
}

@media(max-width:991px) {
    .contact-inner .custom-form {
        padding-left: 0;
        padding-top: 30px;
    }
    .clients-inner ul li {
        width: 33.3%;
    }
    #contact .contact-info {
        text-align: center;
    }
    #contact .contact-info .ms-5 {
        margin: 0 !important;
    }
    #contact .contact-info .float-start {
        float: none !important;
    }
    .footer {
        text-align: center;
    }


}

@media(max-width:767px) {
    .clients-inner ul li {
        width: 50%;
    }
}

@media(max-width:500px) {
    .clients-inner ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 315px){
    .navbar .navbar-brand.logo.black{
        display: none;
    }
    .navbar.nav-sticky .navbar-brand.logo.white{
        display: block;
    }
    .navbar.nav-sticky .navbar-brand.logo.black{
        display: none;
    }
}