@import url(https://fonts.googleapis.com/css?family=Montserrat|Nunito&display=swap);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Nunito, sans-serif
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif
}

a:focus,
a:hover,
a:visited,
button,
button:focus {
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

ul {
    list-style: none
}

.heading_1 {
    font-size: 54px;
    color: #fff !important;
    line-height: 1.5;
    font-weight: 700
}

.heading_2 {
    padding-bottom: 10px
}

h4.heading_4 {
    font-weight: 700;
    font-size: 21px
}

.heading_1 span {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700
}

p.description {
    line-height: 1.8;
    max-width: 500px;
    margin: 0 auto
}

.custom-btn {
    border-radius: 30px;
    padding: 10px 30px;
    border: 2px solid #fff !important
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: none
}

section {
    padding: 90px 0
}

footer {
    padding: 60px 0
}

.custom-nav {
    padding: 20px 0;
    background: 0 0;
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: 1
}

.custom-nav img {
    height: 30px
}

.custom_ul li a {
    font-size: 17px;
    padding: 0 16px !important;
    transition: all .5s ease-in-out
}

.navbar .logo-dark {
    display: none
}

.stickyadd .logo-dark {
    display: inline-block
}

.stickyadd .logo-light {
    display: none
}

.custom-nav.stickyadd {
    background: #fff !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    padding: 15px 0;
    z-index: 1 !important
}

.custom-nav .custom_ul li a {
    color: #fff !important
}

.custom-nav.stickyadd .custom_ul li a {
    color: #000 !important
}

.custom-nav #navbar-collapse a.active,
.custom-nav .custom_ul li a:hover,
.custom-nav.stickyadd #navbar-collapse a.active {
    color: #e43212 !important
}

.navbar-dark .navbar-toggler {
    border: none
}

.fa-bars {
    color: #fff !important;
    font-size: 30px
}

.stickyadd .fa-bars {
    color: #000 !important
}

#header {
    background: url(img/header-bg.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

#header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7)
}

.header_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1100px
}

.scroll_down {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5vh
}

.scroll_down i {
    width: 35px;
    height: 50px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative
}

.scroll_down i:after {
    position: absolute;
    width: 3px;
    height: 15px;
    content: "";
    top: 22px;
    left: 14px;
    border-radius: 12px;
    background: #fff
}

.text_custom {
    color: #e65f78 !important
}

.custom_social a {
    color: #000;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 2px solid #d4d4d4;
    border-radius: 50%;
    text-align: center;
    line-height: 2.4;
    transition: all .3s ease-in-out
}

.custom_social a:hover,
.custom_social a:hover .custom_social a i {
    color: #e65f78;
    border: 2px solid #e65f78
}

.service_box {
    border: 1px solid #e8e8e8
}

.service_box i {
    font-size: 40px;
    color: #e65f78
}

.service_box .service-title-border {
    width: 60px;
    height: 2px;
    background: #e65f78;
    margin: 15px auto;
    transition: all .3s ease
}

.service_box:hover .service-title-border {
    width: 80px
}

.btn_custom {
    background: #e65f78;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 20px
}

.client-box-icon i {
    font-size: 40px;
    color: #e65f78
}

.client-boxes {
    max-width: 750px
}

.owl-carousel .owl-item img {
    width: 16% !important;
    margin: 0 auto
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 7px
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #e65f78;
    width: 25px
}

.work_button li a {
    color: #000;
    padding: 10px 20px;
    display: block;
    border-radius: 30px;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.work_button li a.active,
.work_button li a:hover {
    background: #e65f78;
    color: #fff
}

.work_boxes {
    position: relative;
    overflow: hidden
}

.work_img {
    position: relative;
    height: auto
}

.work_img:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: 0;
    transition: all .27s cubic-bezier(.3, .1, .58, 1)
}

.work_boxes:hover .work_img:after {
    opacity: 1
}

.work-detail {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    transition: all .27s cubic-bezier(.3, .1, .58, 1);
    visibility: hidden
}

.work_boxes .work-detail h3 {
    font-size: 20px;
    line-height: 0
}

.work_boxes .work-detail p {
    color: rgba(255, 255, 255, .8)
}

.work_boxes:hover .work-detail {
    top: 50%;
    transform: translate(0, -50%);
    visibility: visible
}

.work_boxes:hover .work_img img {
    transform: scale(1.05)
}

.blog_content .blog_tiem {
    font-size: 16px
}

.blog_content p span {
    color: #e65f78
}

.blog_content .description {
    line-height: 1.6
}

.blog_wrap {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.blog_img img {
    transform: scale(1);
    transition: all .3s cubic-bezier(.3, .1, .58, 1)
}

.blog_wrap:hover .blog_img img {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    transform: scale(1.02)
}

.contact_icon i {
    font-size: 50px;
    color: #e65f78
}

.form-control {
    border: 2px solid #e0e0e0
}

.form-control:focus {
    border: 2px solid #e43212;
    box-shadow: none
}

.footer_social_media li a {
    width: 40px;
    height: 40px;
    background-color: rgba(241, 241, 241, .08);
    display: block;
    border-radius: 50%
}

.footer_social_media li a i {
    line-height: 2.4;
    color: #6c757d;
    transition: all .5s ease-in-out
}

.footer_social_media li a:hover>i {
    color: #fff;
    transform: rotate(360deg) scale(1.1)
}

#switcher {
    position: fixed;
    top: 17%;
    left: 0;
    display: flex
}

#switcher .colro_wrap {
    width: 200px;
    min-height: 145px;
    background: #fff;
    text-align: center;
    padding: 15px;
    transition: all 1s ease-in-out;
    margin-left: -200px
}

.iconslider_show {
    margin-left: 0 !important
}

#switcher .colro_wrap p {
    font-size: 18px;
    line-height: 1
}

#switcher .settings {
    width: 50px;
    background: rgba(0, 0, 0, .8);
    height: 50px;
    cursor: pointer
}

#switcher .settings i {
    color: #fff;
    font-size: 25px;
    text-align: center;
    display: block;
    line-height: 50px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    animation: spin 1.5s linear infinite;
    box-sizing: border-box;
    border-radius: 50%
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.colro_wrap ul {
    display: flex;
    flex-wrap: wrap
}

.colro_wrap ul li {
    width: 40px;
    height: 40px;
    margin: 3%
}

.colro_wrap ul li a {
    display: block;
    background: #e43212;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 30px
}

.colro_wrap ul li a.b {
    background: #00f
}

.colro_wrap ul li a.c {
    background: #ff0
}

.colro_wrap ul li a.d {
    background: #333
}

.colro_wrap ul li a.e {
    background: #87ceeb
}

.colro_wrap ul li a.f {
    background: violet
}