body, h1,h2,h3,h4,h5,h6, div,p{
    font-family: 'Roboto', sans-serif !important;
}

body{
    cursor: inherit;
}

#preloader:after, #preloader:before{
    background: #252531;
}

.loading-text{
    color: #fff;
}

.section-head h6{
    color: #2c3056;
}

.tit h6{
    color: #2c3056;
}

.sub-title{
    color: #2c3056;
}

.btn-curve.btn-color{
    background-color: #2c3056;
    border-color: #2c3056;
}

.logo{
    padding: 10px 0;
}

.logo img {
    max-width: 250px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(157deg) brightness(101%) contrast(98%);
}

.nav-scroll .logo img {
    filter: none;
}

@media(min-width: 768px){
    .logo img{
        max-height: 65px;
    }
}

.languages{
    color: #fff;
}

.languages a{
    color: #fff;
}

.nav-scroll .languages{
    color: #333;
}

.nav-scroll .languages a{
    color: #333;
}

.navbar .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
	padding: 15px 1px;
}

.navbar .navbar-nav .dropdown-item{
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-white{
    background: #fff;
}

.pages-header .cont .path .active {
    color: #fff;
}

.navbar.navbar-white .navbar-nav .nav-link{
    color: #333;
}

.navbar.navbar-white .social-icon a{
    color: #333;
}

.navbar.navbar-white .languages a{
    color: #333;
}

.contact .info .item .cont h6{
    color: #333;
}

.btn-curve span{
    font-family: 'roboto';
}

.cta__slider-item .caption h1{
    font-size: 28px;
}

.cta__slider-item.swiper-slide-active .caption h1 .char{
    font-family: 'Roboto', sans-serif !important;
    font-size: 36px;
}

.cta__slider-item .caption p{
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
}

.cta__slider-item .caption .thin{
    color: #fff;
}

.main-footer.dark {
    padding-top: 45px;
    background: #252531;
}

.progress-wrap svg.progress-circle path{
    stroke: #fff;
}

.progress-wrap::after{
    color: #fff;
}

.main-footer .sub-footer{
    margin-top: 5px;
}

.main-footer .fotcont p {
    font-size: 13px;
    color: #fafafa;
}

.main-footer .fothead h6{
    color: #fff;
}

.main-footer .sub-footer p{
    color: #fafafa;
}

.slid-half .nofull{
	background: #252531;
}
.section-head{
    margin-bottom: 40px;
}

.txt-cont h3 {
    font-size: 24px;
    margin: 15px 0;
}

.txt-cont h2{
    font-size: 30px;
    margin: 15px 0;
}

.txt-cont h1{
    font-size: 36px;
    margin: 15px 0;
}

.txt-cont p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #333;
}

.txt-cont ul{
    padding-left: 15px;
}

.txt-cont ul li{
    font-size: 16px;
    line-height: 26px;
    list-style-type: disc;
    margin: 5px 0;
}

.section-padding{
    padding: 50px 0;
}

/* Hide the sub-menu by default */
.sub-menu {
    opacity: 0;
    position: absolute; /* Optional: positions the submenu relative to the parent */
    background: #252531;
    visibility: hidden;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in;
}

.sub-menu li{
    border-bottom-style: solid;
    border-bottom-color: #323130;
    border-bottom-width: 1px;
}

/* Show the sub-menu on hover of the parent <li> with menu-item-has-children */
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-out;
}

/* Optional: style the first <a> inside the .menu-item-has-children <li> */
.sub-menu .nav-link{
    padding: 10px !important;
    margin:0  !important;
	color:#fff !important
}

.nav-scroll .navbar-nav .sub-menu .nav-link{
    color:#fff;
}

.btn-curve.btn-color {
    background-color: #fff;
    border-color: #fff;
}

.btn-curve.btn-color span{
    color: #333;
}

@media(max-width:767px){
    .logo img {
        height: 30px;
        width: auto;
        max-width: inherit;
    }

    .navbar {
        background: transparent;
        border: 0;
        height: 50px;
        min-height: inherit;
    }

    .navbar.nav-scroll {
        background: #ffffff;
        border: 0;
    }

    .navbar .icon-bar{
        color: #fff;
    }

    .navbar.nav-scroll .icon-bar{
        color: #333;
    }

    .navbar.navbar-white .navbar-nav .nav-link{
        color: #fff;
    }

    .navbar.navbar-white .social-icon a{
        color: #fff;
    }

    .navbar.navbar-white .languages a{
        color: #fff;
    }
	
	.navbar .navbar-nav .nav-link{
		padding: 0;
	}
	
	.navbar .social-icon{
		margin-top:10px;
	}
	
	.languages{
		margin-top:10px;
	}
	
	.nav-scroll .languages a{
		color: #fff;
	}
}