.btn-dark {
    --hover: #264472 !important;
    background-color: #264472 !important;
    border-color: #2b9fd0 !important;
    color: #fff !important;
}

.custom-header-top-nav-background:after {
    background: #2eaee3;
}

a.text-decoration-none.font-weight-semibold.text-3-5.ms-2 {
    color: #fff !important;
}

.custm-section {
    padding: 1px 0 !important; 
}

.btn-primary:hover {
    background-color: #00B2F3 !important;
    border-color: #00B2F3 !important;
}

.btn-primary:focus:not(.bg-transparent), .btn-primary.focus:not(.bg-transparent) {
    background-color: #00B2F3 !important;
}

 #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
     background: #2eaee3;
     color: #fff;
     font-weight: 600;
 }
 
 #header .header-nav.header-nav-links nav > ul li:hover > a span {
      background-color: #2eaee3 !important;
        color: #fff;
        padding:10px;
 }
 
 #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #2eaee3;
  }
  
/*.....................................
3. Slider area styling
.......................................*/
.slider-area {
    margin-bottom: -30px;
}

.slider-area .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
    background: #991208;
    color: #ffffff !important;
}

.slider-area .preview-2 .nivo-directionNav a.nivo-prevNav:before {
    color: #ffffff;
}

.slider-area .preview-2 .nivo-directionNav a.nivo-nextNav:hover:before {
    background: #991208;
    color: #ffffff !important;
}

.slider-area .preview-2 .nivo-directionNav a.nivo-nextNav:before {
    color: #ffffff !important;
}

.slider-area .slider-1 h1 {
    font-size: 60px;
    color: #ffffff;
    line-height: 1.55;
    letter-spacing: 3px;
    margin: 0px 0 0;
    font-weight: 600;
}

.slider-area .slider-1 h1 span {
    color: #28ab98;
}

.slider-area .slider-1 p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    padding: 0 29%;
}

.slider-area .slider-1 div.title2 {
    font-size: 30px;
    color: #ffffff;
    padding: 0 25%;
    font-weight: normal;
    line-height: 1.5;
}

.slider-area .slider-1 div.slider-botton {
    display: block;
    margin-top: 50px;
}

.slider-area .slider-1 div.slider-botton ul li {
    display: inline-block;
    margin-right: 10px;
}

.slider-area .slider-2 h1 {
    font-size: 60px;
    color: #ffffff;
    line-height: 1.55;
    letter-spacing: 3px;
    margin: 0px 0 0;
    font-weight: 600;
}

.slider-area .slider-2 h1 span {
    color: #28ab98;
}

.slider-area .slider-2 p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    padding: 0 29%;
}

.slider-area .slider-2 div.title2 {
    font-size: 30px;
    color: #ffffff;
    padding: 0 25%;
    font-weight: normal;
    line-height: 1.5;
}

.slider-area .slider-2 div.slider-botton {
    display: block;
    margin-top: 50px;
}

.slider-area .slider-2 div.slider-botton ul li {
    display: inline-block;
    margin-right: 10px;
}
