body{
	font-family: "Poppins",sans-serif !important;
    font-weight: normal;
    font-style: normal;
    color: #1A1818;
}
html {
  scroll-behavior: smooth;
}

/*navbar section start*/
.header_section{
	    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
}
.header_section .navbar-nav .nav-item{
	margin-right: 20px;
}
.Sticky-nav{
	  position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #ffffff;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); 
}
.active a{
	color:#009CDC  !important;
}
.header_section .navbar .nav .nav-item .nav-link {
   color: #1A1818;
    font-weight: 500;
    /*padding: 39px 19px;*/
    display: block;
    font-size: 14px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: uppercase;
}
.header_section .navbar .nav .nav-item .nav-link a{
     color: #002e5b;
}
/*navbar section end*/

/*.slider-position{
    position: relative;
    top: 84px;
}*/
.slider-height {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 60px !important;
}
.slider-active button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
    background: #009CDC;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.slider-active button:focus{
    outline: none;
}
.slider-active button.slick-next {
    left: auto;
    right: 20px;
}
.slider-active button.slick-arrow i {
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}
.slider-area .hero__caption p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 39px;
    color: #1A1818;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.slider-area .hero__caption h1 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 14px;
    color: #009CDC;
    /*color: rgba(93,178,255,0.99);*/
    font-family: "Poppins",sans-serif;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 53px;
}
@media only screen and (max-width: 1600px) and (min-width: 1200px){

.slider-active:hover button.slick-prev {
    left: 20px;
}
.slider-active:hover button {
    opacity: 1;
    visibility: visible;
}
}

 .scroll-top{
       position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
   background-color: #009CDC;
     box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3);
    color: #fff !important;
    border-radius: 30px;
    padding: 15px;
    font-weight: bold;
    line-height: normal;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     visibility: hidden;
     cursor: pointer;
    }
.bottom_button{
visibility: visible;
}

@media(max-width: 750px){
    .circle-bg:after{
        content: "";
        display: none;
    }
}
@media(max-width: 1200px) and (min-width: 991px){
   .header_section .navbar-nav .nav-item {
    margin-right: 5px;
}
}
.custom-toggler{
    border: none;
}

 .testimonial .owl-carousel .owl-dots {
    display: block !important;
    text-align: center;
}
.testimonial .owl-carousel .owl-dots .owl-dot.active {
    height: 12px;
    width: 12px;
    background: #854fee;
}
.testimonial .owl-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: #d8d8d8;
    border-radius: 17px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.custom-toggler{
    border: none;
}
.custom-toggler:focus{
    outline: none;
}