/* simples all */
.bt {
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    padding: 16px 40px;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.bt:hover {
    cursor: pointer;
}

.btn-get-started {
    background-color: #ff497c;
    border: 4px solid #ff497c;
    color: #fff;
}

.btn-get-started:hover {
    background: transparent;
}

.btn-get-started1 {
    background: transparent;
    border: 4px solid #ff497c;
    color: #fff;
}

.btn-get-started1:hover {
    background-color: #ff497c;
}


.btn-get-started2 {
    background: transparent;
    border: 4px solid #ff497c;
    color: #1f2732;
}

.btn-get-started2:hover {
    background-color: #ff497c;
    color: #fff;
}

.btn-get-started3 {
    background: #fff;
    border: 4px solid #fff;
    color: #1f2732;
}

.btn-get-started3:hover {
    background-color: #ff497c;
    color: #fff;
    border: 4px solid #ff497c;
}

a {
    text-decoration: none;

}

a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #343a40;
    font-size: 14px;
    height: 44px;
    padding: 0;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 996;
}

#topbar.topbar-scrolled {
    top: -44px;
}

#topbar .contact-info i {
    font-style: normal;
    color: #ff497c;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    text-decoration: none;
}

#topbar .contact-info i a:hover {
    color: #ff497c;
}


/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
    height: 70px;
    z-index: 997;
    transition: all 0.5s;
    background: #343a40;
    top: 44px;
}

#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    top: 0;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #ff497c;
}


@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(31, 38, 39, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #343a40;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ff497c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 70vh;
    background-color: rgba(31, 38, 39, 0.8);
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: 114px;
}

#hero .carousel-item {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#hero .carousel-item::before {
    content: "";
    background-color: rgba(31, 39, 50, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .carousel-content {
    text-align: center;
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
}

#hero .topp {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1em;
    text-transform: uppercase;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}



#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    transition: ease-in;
    opacity: 0.7;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background-color: #ff497c;
}

@media (max-width: 768px) {
    #hero {
        height: 90vh;
    }

    #hero .carousel-item {
        height: 90vh;
    }

    #hero h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 150vh;
    }

    #hero .carousel-item {
        height: 150vh;
    }
}

/* dot creative */

.colormain2 {
    color: #a0ce4e !important;
    text-transform: uppercase;
    font-size: 16px;
}

.colormain3 {
    color: #00bea3 !important;
    text-transform: uppercase;
    font-size: 16px;
}

.colormain4 {
    color: #f1894c !important;
    text-transform: uppercase;
    font-size: 16px;
}

.s-pt-30>[class*='container'] {
    padding-top: 30px;
}

.s-pt-lg-50>[class*='container'] {
    padding-top: 50px;
}

.s-pt-xl-25>[class*='container'] {
    padding-top: 25px;
}

.s-pt-30>[class*='container'] {
    padding-top: 30px;
}

.s-pb-30>[class*='container'] {
    padding-bottom: 30px;
}

.s-pt-100>[class*='container'] {
    padding-top: 100px;
}

.s-pb-lg-10>[class*='container'] {
    padding-bottom: 10px;
}

.s-pb-xl-50>[class*='container'] {
    padding-bottom: 50px;
}

.c-mb-20 [class*="col-"],
.row.c-mb-20>[class*="col-"] {
    margin-bottom: 20px;
}

.s-pb-0>[class*='container'] {
    padding-bottom: 0;
}

.s-pt-130>[class*='container'] {
    padding-top: 130px;
}

.s-pt-md-50>[class*='container'] {
    padding-top: 50px;
}

.c-mb-lg-60 [class*="col-"],
.row.c-mb-lg-60>[class*="col-"] {
    margin-bottom: 60px;
}

.s-pt-50>[class*='container'] {
    padding-top: 50px;
}

.s-pt-lg-30>[class*='container'] {
    padding-top: 30px;
}

.s-py-50>[class*='container'] {
    padding-bottom: 50px;
    padding-top: 50px;
}

.s-pb-lg-75>[class*='container'] {
    padding-bottom: 75px;
}

.s-pb-100>[class*='container'] {
    padding-bottom: 100px;
}

.s-pt-md-75>[class*='container'] {
    padding-top: 75px;
}

.s-pb-lg-130>[class*='container'] {
    padding-bottom: 130px;
}

.c-mb-30 [class*="col-"],
.row.c-mb-30>[class*="col-"] {
    margin-bottom: 30px;
}

.s-pt-75>[class*='container'] {
    padding-top: 75px;
}

.s-pb-100>[class*='container'] {
    padding-bottom: 100px;
}


.s-pb-lg-130>[class*='container'] {
    padding-bottom: 130px;
}


.divider-30 {
    margin-top: 30px;
}

.divider-40 {
    margin-top: 40px;
}

.divider-20 {
    margin-top: 20px;
}

.divider-10 {
    margin-top: 10px;
}

.divider-5 {
    margin-top: 5px;
}

.ls {
    background-color: #fff;
    color: #7f7f7f;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
    color: #1f2732;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
    color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
    color: #ff497c;
}


@media (max-width: 991px) {
    .service-item2 h6 {
        font-size: 25px;
        margin-bottom: 5px;
    }
}


.service-item2 .vertical-item .item-content {
    padding-top: 23px;
}

@media (max-width: 767px) {
    .service-item2 .vertical-item .item-content {
        padding-top: 10px;
    }
}

.c-mb-50 [class*="col-"],
.row.c-mb-50>[class*="col-"] {
    margin-bottom: 50px;
}

.c-mb-md-60 [class*="col-"],
.row.c-mb-md-60>[class*="col-"] {
    margin-bottom: 60px;
}

.service-item2 i {
    max-width: 120px;
    background: #343a40;
    color: #fff;
    padding: 50px;
    border-radius: 100%;
    border: 2px solid #7f7f7f;
    font-weight: 700;
}

.item-media i {
    width: 100%;
    z-index: 3;
}

@media (max-width: 768px) {
    .item-content h6 {
        font-size: 20px;
    }

    .process-part {
        text-align: center;
    }
}

.ds {
    background-color: #1f2732;
    color: #9a9a9a;
}

.ds .color-main {
    color: #ff497c;
}

.ds .color-main2 {
    color: #a0ce4e;
}


.color-main3 {
    color: #00bea3;
}

.color-main4 {
    color: #f1894c;
}

.process-part .step-title {
    font-size: 50px;
    margin-right: -7px;
    margin-top: 24px;
}



.page_title.corner-title:before {
    background: #343a40;
    bottom: 30px;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    width: 50%;
    z-index: 0;
}

.page_title.corner-title:after {
    background: #343a40;
    bottom: 30px;
    content: "";
    height: 250px;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    width: 50%;
    z-index: -1;
}

.ls.invise {
    background-color: transparent;
}

.overflow-visible {
    overflow: visible;
    position: relative;
    z-index: 2;
}




.about-icon.teaser-contact-icon h6 {
    margin: 20px 0 16px;
}

@media (max-width: 767px) {
    .about-icon.teaser-contact-icon h6 {
        margin: 10px 0 0;
    }
}

.about-icon .icon-content {
    padding: 0 15px 0;
}

.about-icon.teaser-contact-icon h6 {
    margin: 20px 0 16px;
}

@media (max-width: 767px) {
    .about-icon.teaser-contact-icon h6 {
        margin: 10px 0 0;
    }
}

.teaser-contact-icon .border-icon {
    border: 4px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 65px;
    height: 2.5em;
    padding: 4px;
    width: 2.5em;
}

.teaser-contact-icon .border-icon:hover {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}

.teaser-contact-icon .border-icon i {
    font-size: 90px;
    line-height: 1.6em;
}

.teaser-contact-icon .border-icon .call-icon {
    border: 4px solid #000;
}

.teaser-contact-icon .teaser-icon {
    background-color: #fff;
    border-radius: 50%;
    color: #1f2732;
    font-weight: 500;
    height: 100%;
    width: 100%;
}

.teaser-contact-icon h6 {
    margin: 23px 0 13px;
}

@media (max-width: 767px) {
    .teaser-contact-icon h6 {
        font-size: 25px;
        margin: 13px 0 3px;
    }
}

.teaser-contact-icon strong {
    color: #1f2732;
    font-weight: 500;
}

.call-icon .border-icon {
    border: 4px solid #a0ce4e;
}

.call-icon .border-icon i {
    color: #fff;
}

.call-icon .teaser-icon {
    background-color: #a0ce4e;
}

.write-icon .border-icon {
    border: 4px solid #00bea3;
}

.write-icon .border-icon i {
    color: #fff;
}

.write-icon .teaser-icon {
    background-color: #00bea3;
}

.visit-icon .border-icon {
    border: 4px solid #f1894c;
}

.visit-icon .border-icon i {
    color: #fff;
}

.visit-icon .teaser-icon {
    background-color: #f1894c;
}



.service-item1 h6 {
    font-weight: 500;
}

.service-item1 p {
    margin-bottom: 8px;
}

.service-item1 .icon-box {
    padding: 57px 55px 55px;
}

@media (max-width: 427px) {
    .service-item1 .icon-box {
        padding: 57px 30px 55px;
    }
}

.service-item1 .service-icon {
    margin-bottom: 21px;
}

.service-item1 .service-icon.last {
    margin-bottom: 31px;
}

.hero-bg {
    background-color: #f5f5f5;
}



.team h6 {
    margin-bottom: 10px;
    color: #fff;
}

.team p {
    color: #fff;
}

.team1 .item-title {
    margin-bottom: 8px;
}

.team1 .item-content {
    padding: 65px 55px;
}

@media (max-width: 1199px) {
    .team1 .item-content {
        padding: 30px 20px;
    }
}

.team1 .item-content .desc {
    margin: 1px 0 20px;
}

.content-padding .item-content {
    padding: 40px;
}

@media (max-width: 992px) {
    .full-padding {
        padding: 30px;
    }

    .content-padding .item-content {
        padding: 30px;
    }
}





h2 {
    font-size: 3.5rem;
    font-weight: 700;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
}

.form-control {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

.btn,
.form-control {
    height: 55px;
}

form.border-right {
    padding-right: 6rem !important;
}

@media (max-width: 991.98px) {
    form.border-right {
        padding-right: 0 !important;
        border-right: none !important;
    }
}

label.error {
    font-size: 12px;
    color: red;
}

#message {
    resize: vertical;
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: #B90B0B;
}

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}




















.page_footer .widget {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .page_footer .widget {
        margin-bottom: 35px;
    }
}

.page_footer .widget>h3,
.page_footer .widget .widget-title {
    margin-bottom: 2.2em;
}

@media (max-width: 991px) {

    .page_footer .widget>h3,
    .page_footer .widget .widget-title {
        margin-bottom: 20px;
    }
}

.ds .page-bottom {
    margin-top: 77px;
}

@media (max-width: 991px) {
    .ds .page-bottom {
        margin-bottom: 50px;
        margin-top: 40px;
    }
}

.ds .page-bottom a.btn-maincolor:hover {
    background-color: transparent;
    color: #fff;
}

.ds .page-bottom a.btn-outline-maincolor {
    color: #fff;
}

.ds .page-bottom a.btn-outline-maincolor:hover {
    background-color: #ff497c;
}


.page_copyright {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.light-copy p {
    color: #fff;
    font-weight: 700;
}

.overflow-visible {
    overflow: visible;
    position: relative;
    z-index: 2;
}

.z-index-2 {
    z-index: 2;
}