html {
  scroll-behavior: smooth;
}
img{
    max-width:100%;
    height: auto;
}
.mainheader{
    margin: 15px 0 30px 0; 
}

.topbarself{
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #052035;
}
.topbarself i{
    color: #01aac1;
    margin-right: 10px;
}
.info-content{
    color: #fff;
}

.logoimg, .stuck .logo img {
    width: 180px;
    height: auto;    
}
.cta-pad-1 {
	padding: 35px 0;
	background: #BB252E;
}

.flogo{
    font-size: 25px;
    color: #fff;
    margin-top: 40px;
}
.intro .intro-content {
	margin-top: 40px;
	color: #b2b2b2;
}
.scrollToTop{
	width:50px; 
	height:50px;
	text-align:center; 
	color: #fff;
	text-decoration: none;
	line-height:45px;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
	background-color:#01aac1;
	border-radius:10px;
	border:1px solid #fff;
	box-shadow:0 0 2px #424a60;
	z-index:22;
}
.scrollToTop:hover, .scrollToTop:focus{
	text-decoration:none;
	color:#fff;
	background-color:#424a60;
}

.mainheader {
	width: 100%;
    margin: 30px 0;
}

.mainmenu .mainmenu-item.active a {
	color: #01aac1;
}
.wcu{
    padding: 75px 0;
}
.footer-creon-link{
    color: #01aac1;
}
.footer-creon-link:hover{
    color: #fff;
}
.extralinks .extralinks-col a{
    line-height: 40px;
}
.extralinks .extralinks-col a:hover{
    color: #01aac1;
}
.breadcrumb p a:hover {
	color: #01aac1;
}
.sub-page-p, .related-service .des.sub-page-p {
	text-align: justify; 
    font-size: 15px;
    line-height:30px;
}
.sub-page-hr{
    background-color: #d9d9d9;
    border: none;
    width: 100%;
    height: 1px;
    margin: 80px 0;
}
.sub-ser-h3::before{
    content: '';
    display: block;
    width: 4px;
    height: 40px;
    background-color: #01aac1;
    float: left;
    margin-right: 20px;
}
.menulevel, .stuck .menulevel {
	width: 350px;
}

.mainmenu .mainmenu-item > .menulevel li a {
    color: #000;
}
.faicon{
    font-size: 50px;
    color:  #01aac1;
}
.mission-value{
    width: 100%;
    height: auto;
    padding: 75px 0;
    background-color: #fff;
}

.req-bottom{
    width: 100%;
    height: auto;
    background-image: url(../img/img-1.jpg);
    background-size: 100%;
    padding: 100px 0;
}
.quo-bg{
    background-color: rgba(255,255,255,0.85);
    padding: 30px;
}
.quo-bg h3{
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.slider-sol-read-more{
    color:  #01aac1;
    transition: all 0.3s;
}
.slider-sol-read-more:hover{
    color:  #fff;
    text-decoration: underline;
}
.contact-info{
    margin-bottom: 20px;
}


@media only screen and (max-width:991px){
    
    .topbarself{
        padding: 10px 0;
    }
    
    .topbarself .col-md-5, .topbarself .col-md-2{
        margin: 15px 0;
    }
    .header-float .menu-wrapper, .menu-wrapper{
        margin-top: 30px;
    }
}




