.main-header .header-lower .logo-box, .main-header .header-lower .logo-box .logo {
    position: relative;
}

.main-header .header-lower .nav-outer {
    position: static;
    background: #ffffff;
    border-radius: 50px;
}

.logo img{
    width: 90%;
}

.navbar-expand-md .navbar-collapse{
    justify-content: center;
}

.main-header .main-menu .navigation > li:hover > a, .main-header .main-menu .navigation > li.current > a {
    opacity: 1;
    color: rgb(255 162 0);
}

.btn-style-one:before{
    background:rgb(255 162 0);
}

h1.slider-one_heading {
    margin: 0 10px 15px 0;
}

.welcome-one_image img {
    border-radius: 100px 0px 100px;
}
.fa-message {
    font-weight: 400;
    transform: rotate(90deg);
}

.footer-bottom{
    justify-items: center;
}

.main-footer .widgets-section {
    padding: 60px 0px 60px;
}
.main-footer{
    margin-top: 0;
}

.footer-logo img {
    width: 90%;
    background: #fff;
    padding: 10px;
    border-radius: 30px;
}
.footer-widget iframe{
    border: 3px solid #ffa200;
    border-radius: 20px;
}

.footer-logo p {
    color: #fff;
    font-size: 14px;
    padding: 10px 2px;
}
.slider-one_pattern.sankara_first {
    opacity: .4;
    width: 100%;
}
.slider-one_big-title{
    display: none;
}

.mega-menu{
    position: relative;
    background: url(../images/sankara/sankara_automation_white_bg.jpg)no-repeat;
    background-size: 190% 280%;

}
.mega-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 8%);
}

section.project-one {
    text-align: center;
}
.slider-one_socials:before{
    background-color: rgb(6 23 98);
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 88%);
}


@media only screen and (max-width: 1300px) {
    .slider-one_pattern, .main-header_button, .slider-one-arrow {
        display: block;
    }
}



@media(max-width: 1140px){
    .outer-box.d-flex.align-items-center.flex-wrap.col-md-3 {
    width: 50%;
    justify-content: end;
}
.main-header_button{
    display: none;
}
}

@media(min-width: 2000px){

.slider-one_big-title{
    display: block;
}
}

@media(min-width: 2500px){
    .slider-one {
    width: calc(50% - 50px);
    margin: 0 auto;
}

}

@media(max-width: 800px){
.logo img {
    width: 56%;
    margin: 1% 4%;
}
.main-header .mobile-nav-toggler {
        display: block;
        position: absolute;
        right: -5em;
        top: -2em;
    }
}