/* header */
header {
    background-color: #fff;
    padding: 10px 0px;
    position: fixed;
    width: 100%;
z-index: 10001;
    padding: 100px;
    transition: 0.2s ease-in;
   
    top: 52px
}

.nav-active {
    background-color: rgb(255 255 255) !important;
    box-shadow: 1px 2px 6px 1px #e1e0e0;
    top: 0px;
}


@media screen and (max-width:761px) {
    header {
        top: 53px;
    }
}


.dropdown-menu {

    border-radius: 10px !important;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px;
    border: none;

    a {
        color: #000 !important;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent !important;
}

.dropdown-menu li {
    background: transparent;
}

.dropdown-menu li:hover {
    background-color: #ff7f3e !important;
    border-radius: 10px !important;
}


.desk-nav-control {
    ul li a {
        color: #000;
        transition: 0.2s;
        font-weight: 500;
        padding: 10px 20px !important;
    }
}

.desk-nav-control li a:hover {
    color: #ff7f3e;
}

@media screen and (max-width: 991.98px) {
    .mobile-view-class {
        display: flex;
        justify-content: space-between;
        width: 100%;
        background-color: transparent;
        padding: 19px 20px;
    }

    .toggle-control-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ul-mob-control {
        padding: 15px 15px;
        background-color: rgb(27 28 28 / 61%);
        backdrop-filter: blur(5px);
    }

  


}

@media screen and (min-width: 991.98px) {
    .padding-control {
        padding: 10px 8px !important;
    }
}

@media screen and (min-width: 1140.98px) {
    .padding-control {
        padding: 10px 70px 20px 40px !important;
    }
}



.navbar-toggler span {
    display: block;
    background-color: #000;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    border: 0px !important;
    box-shadow: none !important;
}




/*---------- index.php--------------- */

     .m-top{
      margin-top:194px !important;
    } 
  
  

@media screen and (min-width:991.98px){
    .m-top{
      margin-top:280px !important;
    }  
  }
  /* @media screen and (min-width:650.98px){
    .m-top{
      margin-top:194px !important;
    }  
  } */

  @media screen and (min-width:1200px){
    .m-top{
      margin-top:150px !important;
    }  
  }
  .heading-1{
    font-size: calc(30px + (50 - 30) * (100vw - 270px) / (1920 - 270));
}

/* thanks */
.contact-bg {
    background: url(./assets/images/thankyou.webp) no-repeat ;
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
}

.banner-heading {
    font-size: calc(40px + (80 - 40) * (100vw - 270px) / (1920 - 270));
    font-weight: 800 !important;
}
.light-btn{
    background: #ff7f3e;
    transition: 0.2s linear;
    border:1px solid transparent;
    color:white;
}
.light-btn:hover{
    background: transparent;
    border-color:#ff7f3e;
    color: #ff7f3e;
}


section.testimonials_sec {
    padding: 100px 0;
}

.boddy_qout {
    text-align: end;
    margin-top: 30px;
    position: absolute;
    right: 20px;
    bottom: -30px;
}

input::placeholder {
    font-family: sans-serif !important;
}

ul.contact-lst li {
    margin-right: 12px !important;
}

.mainBanner {
    background-size: 100%;
    background-position: center center;
    /* height: 700px !important; */
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin: 0;
}

.bannerForm {
    padding: 20px 30px;
    background: #f6921e;
    width: 82% !important;
    height: 104% !important;
    border-radius: 10px;
    color: #0a274b;
    margin: 0 0 0 55px;
    border: 2px solid #f6921e;
}

.container.text-center {
    display: flex;
    justify-content: center;
}

.innerr-se p {
    font-size: 13px !important;
    text-align: center;
    margin-bottom: 0 !important;
    line-height: 2px;
    line-height: 20px !important;
    padding: 14px 0;
}

.innerr-se {
    font-size: 9px;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

section.disclaimerr-sec {
    text-align: center;
}

i {
    margin-left: 5px;
}

.fa-angle-down {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.fa-angle-down:before {
    content: "\f107";
}

.tick-radio {
    margin-bottom: 1px;
}

.float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 29px;
    left: 19px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    animation: .7s shakeIt infinite alternate;
}

@keyframes shakeIt {
    0% {
        bottom: 10px;
    }

    100% {
        bottom: 29px;
    }
}

.my-float {
    margin-top: 9px;
    color: #fff;
    font-size: 37px !important;
}

.my-float:focus,
.my-float:hover {
    color: #fff;
    box-shadow: none;
}


/* Testimonial */
.testi-pg .testi_box_wrp {
    margin-top: 50px;
}

.testi-pg .testti-bodyy {
    padding: 40px 27px;
    height: 400px;
    border-radius: 10px;
    position: relative;
}

.case_ftrr,
.case_one_box,
.patrk-pg .emp_men_imgg img,
.testi-pg .testti-bodyy {
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}

input{
    color:#000 !important;

}
textarea{
    color:#000 !important;
}