.form-control {
    background: #444;
    color: #eee;
}


section:not(.page-home):not(.sitemap) .title {
    position: relative;
    padding: 3em 0 3em;
    background: url(https://apihoard.webit.com/api/v1/Image/7B34E1DD8E5377ED5EF7BF5E6128D68E/7B34E1DD8E5377ED5EF7BF5E6128D68E.jpg?size=1920x1440) no-repeat center center;
    background-size: cover;
    text-align: center
}

section:not(.page-home):not(.sitemap) .title-heading {
    position: relative;
    margin: 0;
    z-index: 2;
    color: #fff;
    text-shadow: 2px 2px 0 #285275;
    text-transform: uppercase
}


@media(min-width: 768px) {
    section:not(.page-home):not(.sitemap) .title-heading {
        font-size:2.5rem
    }
}



  /*-- Header --*/

  header {
    box-shadow: 0px 2px 8px #1A2541;
    position: relative;
}

.header .navbar:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #05668d;
    /*-- Optional gradient border --*/
    background: -moz-linear-gradient(left, rgba(102, 184, 222, 1) 0%, rgba(102, 184, 222, 1) 33%, rgba(102, 184, 222, 1) 33%, rgba(94, 142, 218, 1) 33%, rgba(94, 142, 218, 1) 33%, rgba(94, 142, 218, 1) 66%, rgba(77, 84, 170, 1) 66%, rgba(77, 84, 170, 1) 66%, rgba(77, 84, 170, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(102, 184, 222, 1) 0%, rgba(102, 184, 222, 1) 33%, rgba(102, 184, 222, 1) 33%, rgba(94, 142, 218, 1) 33%, rgba(94, 142, 218, 1) 33%, rgba(94, 142, 218, 1) 66%, rgba(77, 84, 170, 1) 66%, rgba(77, 84, 170, 1) 66%, rrgba(77, 84, 170, 1) 100%);
    background: linear-gradient(to right, rgba(102, 184, 222, 1) 0%, rgba(102, 184, 222, 1) 33%, rgba(102, 184, 222, 1) 33%, rgba(94, 142, 218, 1) 33%, rgba(94, 142, 218, 1) 33%, rgba(94, 142, 218, 1) 66%, rgba(77, 84, 170, 1) 66%, rgba(77, 84, 170, 1) 66%, rgba(77, 84, 170, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70BFEC', endColorstr='#5A5DCB', GradientType=1)
}

.header .navbar-nav .nav-link {
    text-transform: uppercase;
    line-height: 34px;
    font-size: .825rem
}

.header .header-info-logo-img img {
    width: 195px
}

.cw-header-contact {
    padding: .5rem 0
}

.cw-phone:before {
    font-family: FontAwesome;
    content: "\f2a0";
    background: var(--color-theme-primary);
    border-radius: 50%;
    margin-right: .5rem;
    padding: 10px 12px;
    color: #fff
}

@media(min-width: 992px) {
    div#header-navbar-collapse {
        position: relative;
        left: 25%;
    }

    .cw-header-contact {
        max-width: 1140px;
        height: 115px;
        padding-top: 2.5rem;
        padding-right: 1rem
    }

    .header .header-info-logo-img {
        position: absolute;
        top: -51px;
        z-index: 100000;
        left: 0em;
        padding: 7px 38px;
    }

    .cw-header-contact {
        font-size: 1.1rem
    }

    .cw-phone:before {
        padding: 12px 14px
    }
}

@media(min-width: 1440px) {

    .header .container,
    .cw-header-contact {
        max-width: 1400px
    }
}


.cw-about {
    background-color: #000000;
  }

  .cw-about ul {
    list-style: none;
  }

  .cw-about li {
    font-size: 1.2rem;
  }

  .cw-about li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    color: #50a0d6;
  }



  .cw-roundedList li {
    position: relative;
    padding: .4em 1em .4em 2.5em;
    margin: 1em;
    background: #444;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: .3em;
    border: 1px solid #fff;
    outline: 2px solid #fff;
    outline-offset: 5px;
    transition: all .3s ease-out
}

.cw-roundedList li i:hover {
    transform: rotate(360deg)
}

.cw-roundedList li i {
    color: #fff;
    position: absolute;
    left: -1.3em;
    top: -18%;
    background: var(--color-theme-secondary);
    height: 3em;
    width: 3em;
    line-height: 2.5em;
    border: .3em solid #000;
    outline: 2px solid #ccc;
    text-align: center;
    font-weight: 700;
    border-radius: 2em;
    transition: all .3s ease-out
}

.cw-cities {
    background: #202020;
}


/* Hero ==== */
.webit__parallax {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.webit__parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
}

.webit__parallax .btn-outline-primary {
    border-color: #fff;
    color: #fff;
    border-radius: 8px;
}

.webit__parallax .btn-outline-primary:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
    transform: scale(1.1);
}

.webit__parallax .webit__svg {
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: -1px;
}

@media (max-width: 767px) {
    .webit__parallax .webit__svg {
        display: none;
    }
}

/* SVG Animation ===  */

.wb__wave>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.wb__wave>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.wb__wave>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.wb__wave>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.wb__wave>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


.cw-bkg {
    background-image: url(https://apihoard.webit.com/api/v1/Image/1C0D18EBB20ED29C8B7F1E43CB4B48E0/1C0D18EBB20ED29C8B7F1E43CB4B48E0.jpg?size=1920x1440);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
    .card {
    box-shadow: 0 4px 8px 0 #444444;
      background: #202020;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: var(--color-theme-highlight)!important;
    border: none;
    padding: 5px 20px!important;
    font: inherit;
    font-size: 50px!important
}

.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--color-theme-secondary)!important;
    background-color: transparent!important
}

.owl-carousel .card {
    margin: 5px
}

.owl-dots {
    display: none
}

button:focus {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline-width: 0
}

.item {
    display: none
}

.next {
    display: block!important;
    position: relative;
    transform: scale(.8);
    transition-duration: .3s;
    opacity: .6
}

.prev {
    display: block!important;
    position: relative;
    transform: scale(.8);
    transition-duration: .3s;
    opacity: .6
}

.item.show {
    display: block;
    transition-duration: .4s
}

.owl-carousel .fa-star {
    color: var(--color-theme-highlight)
}

.owl-carousel h6 {
    color: var(--color-theme-primary);
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width: 999px) {
    .next,.prev {
        transform:scale(1);
        opacity: 1
    }

    .item {
        display: block!important
    }
}


 /* commitment cards */

 .cw-box {
    padding: 0px 0px 60px;
  }

  .cw-boxPart {
    background: rgb(240, 61, 51);
    background: linear-gradient(325deg, #759cec 0%, #494197 100%);
    padding: 60px 10px;
    margin: 30px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    color: #ffffff;
    min-height: 375px;
  }

  .cw-boxText {
    margin: 20px 0px;
  }

  .cw-boxPart h3 {
    font-size: 1.2rem;
  }

  /*2nd set of cards*/

  .cw-boxPart2 {
    background: rgb(240, 61, 51);
    background: linear-gradient(325deg, #759cec 0%, #494197 100%);
    padding: 60px 10px;
    margin: 30px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    color: #ffffff;
  }

  .cw-boxPart2 h3 {
    font-size: 1.2rem;
  }


    /*3rd set of cards*/

    .cw-boxPart3 {
        background: rgb(240, 61, 51);
        background: linear-gradient(325deg, #759cec 0%, #494197 100%);
        padding: 30px 10px;
        margin: 30px 0px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 25px;
        color: #ffffff;
        min-height: 267px;
      }
    
      .cw-boxPart3 h3 {
        font-size: 1.2rem;
      }