* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

body {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    background-image: url('../../image/static/4.png');
}


a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    margin: 0 0 15px;
    color: #444;
    font-weight: 500;
}

.top-header {
    height: 70px;
    z-index: 999;
    background: rgba(2, 41, 191, 0.83);
}

.top-header .navbar-brand {
    display: inline-block;
    height: 55px;
}

.top-header img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 11px #000;
    background: #fff;
}

.coustom-nav .nav-item .nav-link {
    color: #fff;
    font-size: 17px;
    margin-left: 8px;
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: 0 0 5px #fefefe38;
    transition: 0.2s ease;
    border-right: 1px solid;
    border-left: 1px solid;
}

.coustom-nav .nav-item .nav-link.active {
    background-color: #fe4800;
}

.coustom-nav .nav-item .nav-link:hover {
    background-color: #fe4800;
}

.top-header .navbar-toggler {
    box-shadow: none;
    border: 1px solid #fff;
}

.wrapper {
    margin-top: 70px;
  min-height: 100vh;
  display: block;
}

.skitter {
    height: 100vh !important;
    overflow: hidden !important;
    margin-top: -70px;
}

.container_skitter {
    width: 100%;
    height: 100vh !important;
    box-shadow: 0 0 6px 2px #eee;
}

.container_skitter img {
    width: 100%;
    height: 100vh !important;
}

.box_skitter {
    width: 100%;
    height: 100vh !important;
}

.box_skitter img {
    width: 100%;
    height: 100vh !important;
}

.wow {
    z-index: 111;
}

.label_skitter h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.label_skitter h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.custom-btn-danger {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #fe4800;
    padding: 10px 30px;
    text-decoration: none;
}

.custom-btn-outline {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
}

.sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.section-headline h2::after {
    border: 1px solid #3050ff;
    bottom: -8px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
}

.single-services {
    text-align: center;
    color: #fff;
}

.single-services i {
    font-size: xx-large;
}

.single-services h4 {
    color: #fff;
    margin-top: 10px;
}

.custom-input {
    display: block;
    width: 100%;
    background: transparent;
    border-radius: 10px;
    padding: 10px;
    color: white;

}

.custom-input option {
    background: #000;
}

.ql-toolbar {
    background: #ffffff;
}

#serviceDescription {
    min-height: 150px;
    font-size: 20px;
    color: #fff;
}

#serviceDescription *{
    color: #fff !important;
}

.ql-editor.ql-blank::before {
    color: rgba(221, 217, 217, 0.6) !important;
}