.subtitle-3
{
	text-align: justify;
}
#aboutus
{
	text-align: justify;
}
.brand-list::before {
    display: none;
}
.theme-gradient
{
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#00a8d9));
    background: -webkit-linear-gradient(top, white 0%, #00a8d9 100%);
    background: -o-linear-gradient(top, white 0%, #00a8d9 100%);
    background: linear-gradient(180deg, white 0%, #00a8d9 100%);
}
.axil-service-style--3 .icon 
{
    position: relative;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    border-radius: 100%;
    background: #00a8d9;
    margin-left: 44%;
}
.axil-service-style--3.color-var--2 .icon
{
    background:#f9ba49;
}
.axil-service-style--3.color-var--3 .icon
{
    background:#84bd55;
}
.progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.progress{
    height: 10px;
    background: #e9e9ea;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible !important;
    position: relative;
}
.progress-bar{
	overflow: visible !important;
}
.progress:before,
.progress:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
}
.progress:after{
    border: 7px solid #e9e9ea;
    left: auto;
    right: 0;
}
.progress .progress-bar{
    box-shadow: none;
    border: none;
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 1s;
    animation: animate-positive 1s;
}
.progress .progress-value{
    width: 70px;
    height: 35px;
    line-height: 27px;
    border-radius: 20px;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 2;
}
.progress.orange:before{ border: 7px solid #9ac13f; }
.progress.blue:before{ border: 7px solid #01a8d9; }
.progress.yellow:before{ border: 7px solid #f9ba4a; }

.progress.orange .progress-value{
    border: 5px solid #9ac13f;
    color: #9ac13f;
}
.progress.blue .progress-value{
    border: 5px solid #01a8d9;
    color: #01a8d9;
}
.progress.yellow .progress-value{
    border: 5px solid #f9ba4a;
    color: #f9ba4a;
}

@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}

@media only screen and (max-width: 1920px){
ul.mainmenu > li > a {
    padding: 24px 10px;
}

.subtitle-2
{
    text-align: justify;
}
ul.mainmenu > li:hover > a {
    color: #00a8d9;
}
ul.mainmenu li.has-dropdown:hover > a {
    color: #00a8d9;
}

ul.mainmenu li.has-dropdown ul.axil-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #f9ba49;
    padding: 20px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -2;
    border-radius: 0px;
    -webkit-transform: translateX(0) translateY(40px);
    -ms-transform: translateX(0) translateY(40px);
    transform: translateX(0) translateY(40px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}
ul.mainmenu li.has-dropdown ul.axil-submenu a{
  color:white;
}
a:hover
{
  color:#00a8d9;
}
ul.mainmenu li.has-dropdown ul.axil-submenu li a:hover {
    font-size: 15px;
    line-height: 31px;
    display: block;
    color:#00a8d9;
}
.footer-default .footer-widget-item ul.ft-menu li a:hover {
    color: #00a8d9;
}
.ft-social-share li a:hover
{
    color: #00a8d9;
}
.close-sidenav button.close-button i:hover{
    
    color: #00a8d9;
}
.side-nav .side-nav-inner .form-group button.side-nav-search-btn:hover i {
    color: #00a8d9;
}
.side-nav .side-nav-inner .side-nav-content .axil-contact-info-inner .axil-contact-info .address p a:hover{
    color: #00a8d9;
    text-decoration: none;
}
ul.social-share li a:hover{
    background-color:#00a8d9 !important;
}
.popup-mobile-manu .inner .menu-item ul.mainmenu-item li.has-children > a:hover{
    color:#00a8d9;
}
.popup-mobile-manu .inner .menu-item ul.mainmenu-item li:hover::after{
    color:#00a8d9 !important;
}
.row--0 > [class*="col"] {
    padding-left: 5%; 
    padding-right: 0px; 
}
@media only screen and (max-width: 1920px)
{
    h1.axil-display-1 {
    font-size: 42px;
    line-height: 68px;
}

}
a
{
    text-decoration: none !important;
}
@media only screen and (min-width: 1200px)
{
    .axil-working-process .content {
    padding-left: 110px;
    position: relative;
    margin-right:0px !important;
    }
    .axil-working-process.text-left .content {
        margin-right: 110px !important;
        padding-left: 0px !important;
    }
}
.section-title.text-left p {
 padding: 0 !important;
}
.axil-service.active .inner .content a.axil-button {
    color: #00a8d9;

}
.axil-service .inner .content a.axil-button::after {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #00a8d9;
    content: "";
    left: 0;
}
.axil-address .inner .content p a {
    color: #00a8d9;
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
}
.contact
{
    padding-top: 8% !important;
}
.messonry-button button {
    border: 0 none;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000248;
    position: relative;
    height: 100px;
    z-index: 2;
    -webkit-perspective: 100px;
    perspective: 100px;
    padding: 0 8px;
}
.axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group img.image-2 {
    position: absolute;
    right: 120px;
    bottom: 1px;
}
@media only screen and (min-width: 1200px){
 h1 {
    font-size: 40px;
    line-height: 66px;
}   
}
@media only screen and (max-width: 1920px){
h1.axil-display-1 {
    font-size: 27px;
    line-height: 68px;
}   
.axil-featured-activation ul.slick-dots {
    position: absolute;
    z-index: 2;
    bottom: -20px;
    left:0% !important;
}
.side {
  width: 150px;
  position: fixed;
  text-align:center;
  z-index: 500;
  top: 250px;
  right: -62px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow-x: hidden;
  transform:rotate(-90deg);
  background-color: #f9ba4a;
  color: white;
}
.side_btn
{
    color: white;
    padding: 5px;
    border:none;
    font-weight: bold;

}
h2{
    font-size: 27px;
}
.axil-breadcrumb-area.breadcrumb-style-2 .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 20px;
}
ul.mainmenu li a:active
{
   color:#AB5667;
   font-family:arial;
}
.ax-section-gap {
    padding: 39px 0;
}
.has-dropdown
{
    cursor: pointer;
}
