html{
    overflow-x: hidden;
}
body{
margin: 0px;
overflow-x:hidden;
font-family: "Manrope", sans-serif !important;
}


.autrdealer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    padding-bottom: 50px;
}

.autrdealer img {
    width: 100%;
    max-width: 150px;
}

/* Mobile View */
@media (max-width: 768px) {
    .autrdealer {
        flex-wrap: wrap;
        gap: 20px;
    }

    .autrdealer img {
       max-width: 35%;
        margin: 18px 12px 0;
    }
}
/*menu*/
.thumb-top {
    float: right !important;

   /* margin-top: 8px;
    border-radius: 20px;
    padding: 6px 15px;
    border: 1px solid #ca151d;
   
    cursor: pointer;*/
    
}

.form-screen {
    /* max-width: 645px; */
    display: block;
    padding-left: 60px;
    /* margin: 9px auto; */
}
.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
    margin-bottom: 15px;
}
.form-screen .log_set label {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    /* font-family: 'Open Sans', sans-serif !important; */
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    margin: 0 0 9px;
    text-align: left;
    font-family: 'Isidora Sans' !important;
}
.form-screen .log_set input[type="text"], .log_set input[type="password"], .log_set input[type="mail"], .log_set input[type="email"], .log_set input[type="tel"], .log_set textarea, .log_set select {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: none;
    padding: 10px 10px !important;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    /* border-radius: 4px; */
    -moz-border-radius: 4px;
    /* -webkit-border-radius: 4px; */
    border-radius: 3px;
    background: transparent;
    outline: none;
    border: solid 1px #fff;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'Isidora Sans' !important;
}
.newrymenu{
    width: 100%;
    float: left;
}
.newrymenu a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    text-decoration: none;
    color: white;
    line-height: 60px;
}

.newrymenu a:hover{
    color: #ca141c;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



/*menu*/









.loader {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    opacity: 1;
    animation: filter-animation 3s infinite;
    /* stroke: darkred; */
    /* transition: fill .3s ease-in-out; */
    /* animation: chng 1s linear infinite; */
    /* transform-origin: bottom; */
    /* -webkit-animation: colorchange 20s infinite alternate; */
    /* margin-left: 80px; */
}

.loader img {
    /*max-width: 185px;*/
    width: 100%;
    animation: filter-animation 3s infinite;
}
.ip-loader {
    margin-left: 0px!important;
    /*bottom: 38%!important;*/
}



@keyframes filter-animation {
  0% { transform: translateY(-3px);}
  25% { transform: translateY(3px);}
  50% { transform: translateY(-3px);}
   75% { transform: translateY(3px);}
 
  100% { transform: translateY(-3px);}
}




.lod-imgee {
  width: 40px;
  aspect-ratio: 1;
  display: grid;
}
.lod-imgee::before,
.lod-imgee::after {
  content: "";
  grid-area: 1/1;
  background: #ca141c;
  clip-path: polygon(0 0,101% 0, 0 100%);
  animation: l13 2s infinite;
}
.lod-imgee::after {
  --s:-1,-1;
}
@keyframes l13 {
    0%,
    10%  {transform:scale(var(--s,1)) translate(0,0)        rotate(0deg)}
    33%  {transform:scale(var(--s,1)) translate(20px,-20px) rotate(0deg)}
    66%  {transform:scale(var(--s,1)) translate(20px,-20px) rotate(180deg)}
    90%,
    100% {transform:scale(var(--s,1)) translate(0px,0px)    rotate(180deg)}
}














/* HTML: <div class="loader"></div> */
/*.loader {*/
/*    width: 41px;*/
/*    aspect-ratio: 1;*/
/*    display: grid;*/
/*    float: none;*/
/*    margin: auto;*/
/*}*/
/*.loader::before,*/
/*.loader::after {*/
/*  content: "";*/
/*  grid-area: 1/1;*/
/*  background: #ca141c;*/
/*  clip-path: polygon(0 0,101% 0, 0 100%);*/
/*  animation: l13 2s infinite;*/
/*}*/
/*.loader::after {*/
/*  --s:-1,-1;*/
/*}*/
/*@keyframes l13 {*/
/*    0%,*/
/*    10%  {transform:scale(var(--s,1)) translate(0,0)        rotate(0deg)}*/
/*    33%  {transform:scale(var(--s,1)) translate(20px,-20px) rotate(0deg)}*/
/*    66%  {transform:scale(var(--s,1)) translate(20px,-20px) rotate(180deg)}*/
/*    90%,*/
/*    100% {transform:scale(var(--s,1)) translate(0px,0px)    rotate(180deg)}*/
/*}*/













.head{
    width: 100%;
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: white;
}
.logo{
    width: 30%;
    float: left;
}
.logo img{
    width: 100%;
    float: left;
    max-width: 140px;
}
.milphone{
        padding-top: 25px;
    width: 70%;
    float: left;
}
.mail{
    padding-right: 20px;
    float: right;
}
.mail a{
    color: black;
    font-weight: 400;
    font-size: 15px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.mail a:hover{
    text-decoration: none;
  color:#ca3650; ;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  
}
.phone{
    padding-right: 35px;
    float: right;
}
.phone a{
    color: black;
    font-weight: 400;
    font-size: 15px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.phone a:hover{
    text-decoration: none;
color:#ca3650; 
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.banner-exd{
    width: 100%;
    float: left;
}
.banner-carousel .owl-nav {
   padding: 0px 22px;
    top: -354px;
    position: relative;
    
}
.banner-carousel .owl-next{
float: right;
}


.banner-carousel .owl-prev img {
   transform: rotate(180deg);
    width: 60px;
}
.banner-carousel .owl-next img {
    
    width: 60px;
}



.banner-carousel .owl-item.active .slide2-image {
    transform: scale(1.1);
    transition: 10s;
}






.banner{
    width: 100%;
    float: left;
    position: relative;
}
.banner img{
    width: 100%;
    float: left;
   
}
.banner-hd{
     z-index: 111;
    width: 100%;
    float: left;
    position: absolute;
}
.banner-hd h2 {
    padding-top: 182px;
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 25px;

}
.read{
    width: 100%;
    float: left;
}
.read a {
    margin: auto;
    width: 175px;
    padding: 20px 0px;
    float: none;
    text-align: center;
    background-color: #ca141c;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.read a:hover{
    text-decoration: none;
    background-color: white;
    color: #ca141c;
    border: 1px solid #sca141c;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;


}









.body1{
    padding-top: 65px;
    width: 100%;
    float: left;
    background-color: white;

}
.body-mhd{
    width: 100%;
    float: left;
}
.body-hd{
    width: 55%;
    float: left;
}
.body-hd h2{
        padding-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
    color: #ff0000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
}
.body-hd h3{
    line-height: 60px;
width: 100%;
float: left;
text-align: left;
color: black;
font-size: 50px;
font-weight: 600;
}
.body-hd h3:after {
   left: 472px;;
    bottom: 32px;
    width: 85px;
    height: 3px;
    position: absolute;
    content: '';
    background-color: #e0dfdf;
}
.body-per{
    padding-top: 70px;
    width: 45%;
    float: left;
}
.body-per p{
    line-height: 27px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: black;
}
.bdy1leftimg{
    width: 55%;
    float: left;
}
.bdy1leftimg img{
    width: 100%;
    max-width: 577px;
    float: left;
}
.body1-imgmain{
    width: 100%;
    float: left;
    padding-top: 97px;
    position: relative;
}
.body1right {
overflow: hidden;
    top: 63px;
        right: -119px;
    width: 52%;
    float: left;
    position: absolute;
}

/*.body1right{*/
    
/*}*/

.body1right:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.body1right:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}




















.body1right img{
    width: 100%;
    max-width: 617px;
    float: left;
}
.body1-imgmain h2 {
    padding-left: 35px;
    padding-top: 51px;
    width: 76%;
    z-index: 11;
    position: relative;
    float: left;
    text-align: left;
    color: #c9c1c1;
    font-size: 91px;
    font-weight: 800;
}
.body1-imgmain h2 span{
    float: right;
}
.serv-inxhd{
    padding-top: 95px;
    width: 100%;
    float: left;
    padding-bottom: 80px;
}
.serv-inxhd h2{
    width: 100%;
    float: left;
    color: black;
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 0px;
}
.ser-hadimgfull{
    padding-bottom: 57px;
    width: 100%;
    float: left;
}
.ser-inximg{
    width: 43%;
    float: left;
}
.ser-inximg img{
    width: 100%;
    float: left;
    max-width: 473px;
}
.ser-inxhd {
    padding-top: 45px;
    padding-left: 45px;
    width: 57%;
    float: left;
}
.ser-inxhd h3{
width: 100%;
float: left;
margin-bottom: 0px;
color: black;
font-size: 35px;
font-weight: 500;
text-align: left;
padding-bottom: 20px;

}
.ser-inxhd p{
float: left;
text-align: left;
color: black;
font-size: 16px;
font-weight: 400;
line-height: 30px;
    padding-bottom: 15px;

}
.ser-more{
    width: 100%;
    float: left;
}
.ser-more a{
    width: 100%;
    float: left;
    text-align: center;
    width: 179px;
    padding: 15px 0px;
    background-color: transparent;
    border: 1px solid #455ee8;
    color: #455ee8;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.ser-more a:hover{
    color: white;
    background-color: #455ee8;
   text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;



}







.ser-inxhd1 {
    padding-top: 70px;
        padding-right: 50px;
    width: 57%;
    float: left;
}
.ser-inxhd1 h3{
width: 100%;
float: left;
margin-bottom: 0px;
color: black;
font-size: 35px;
font-weight: 500;
text-align: right;
padding-bottom: 20px;

}
.ser-inxhd1 p{
float: left;
text-align: right;
color: black;
font-size: 16px;
font-weight: 400;
line-height: 30px;
    padding-bottom: 15px;

}
.ser-more1{
    width: 100%;
    float: left;
}
.ser-more1 a{
    
float: right;
    
text-align: center;
    
width: 179px;
    
padding: 15px 0px;
    
background-color: transparent;
    
border: 1px solid #455ee8;
    
color: #455ee8;
    
font-weight: 500;
    
font-size: 16px;
    
text-decoration: none;
 transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.ser-more1 a:hover{
    color: white;
    background-color: #455ee8;
   text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;



}











.ser-inximg1{
    padding-top: 91px;
    width: 43%;
    float: right;
}
.ser-inximg1 img{
    width: 100%;
    float: left;
    max-width: 473px;
}
.read1{
    padding-top: 21px;
    width: 100%;
    float: left;
}
.read1 a {
    margin: auto;
    width: 195px;
    padding: 20px 0px;
    float: none;
    text-align: center;
    background-color: #ca141c;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
     border: 1px solid #ca141c;
}
.read1 a:hover {
    text-decoration: none;
    background-color: white;
    color: #ca141c;
    border: 1px solid #ca141c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
















.body2{
    width: 100%;
    float: left;
    background-color: white;
        padding-bottom: 120px;
}
.bdy2-hd{
        padding-top: 100px;
    width: 100%;
    float: left;
}
.bdy2-hd h2{
    padding-bottom: 90px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    color: black;
}
.sideborderbx{
    width: 34%;
    float: left;
    border-left: 3px solid #b0b0b4;
    border-right: 3px solid #b0b0b4;
    border-bottom: 3px solid #b0b0b4;
    padding: 33px 18px 10px 33px;
}
.sideborderbx h2 {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 500;
    color: black;
    text-align: left;
}
.sideborderbx p{
    width: 84%;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: black;
}
.sideborderbx h4 {
    padding-left: 10px;
    padding-top: 18px;
    width: auto;
    float: left;
    text-align: right;
    font-size: 35px;
    font-weight: 600;
    color: #455ee8;
}
/*03*/
.sideborderbx3{
    width: 34%;
    float: left;
   
    border-right: 3px solid #b0b0b4;
    border-bottom: 3px solid #b0b0b4;
    padding: 33px 18px 10px 33px;
}
.sideborderbx3 h2 {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 500;
    color: black;
    text-align: left;
}
.sideborderbx3 p{
    width: 82%;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: black;
}
.sideborderbx3 h4 {
    padding-left: 10px;
    padding-top: 18px;
    width: auto;
    float: left;
    text-align: right;
    font-size: 35px;
    font-weight: 600;
    color: #455ee8;
}
/*05*/
.sideborderbx5{
    width: 32%;
    float: left;
   
    
    border-bottom: 3px solid #b0b0b4;
       padding: 33px 8px 10px 29px;
}
.sideborderbx5 h2 {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 500;
    color: black;
    text-align: left;
}
.sideborderbx5 p{
    width: 83%;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: black;
}
.sideborderbx5 h4 {
    padding-left: 10px;
    padding-top: 18px;
    width: auto;
    float: left;
    text-align: right;
    font-size: 35px;
    font-weight: 600;
    color: #455ee8;
}

.extrabxgry{
    margin-left: 185px;
    width: 100%;
    float: left;
}
/*02*/

.sideborderbx2{
    width: 34%;
    float: left;
   
    border-left: 3px solid #b0b0b4;
    border-right: 3px solid #b0b0b4;
   
    padding: 33px 18px 10px 33px;
}
.sideborderbx2 h2 {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 500;
    color: black;
    text-align: left;
}
.sideborderbx2 p{
    width: 83%;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: black;
}
.sideborderbx2 h4 {
    padding-left: 10px;
    padding-top: 18px;
    width: auto;
    float: left;
    text-align: right;
    font-size: 35px;
    font-weight: 600;
    color: #455ee8;
}
/*04*/
.sideborderbx4{
    width: 34%;
    float: left;
    border-right: 3px solid #b0b0b4;
    padding: 33px 18px 10px 33px;
}
.sideborderbx4 h2 {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 500;
    color: black;
    text-align: left;
}
.sideborderbx4 p{
    width: 83%;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: black;
}
.sideborderbx4 h4 {
    padding-left: 10px;
    padding-top: 18px;
    width: auto;
    float: left;
    text-align: right;
    font-size: 35px;
    font-weight: 600;
    color: #455ee8;
}

.sideborderbx:after {
    position: absolute;
    content: "";
    bottom: 187px;
    left: 7px;
    background: #fff;
    border: 1px solid #ba1e1e;
    height: 18px;
    width: 18px;
    border-radius: 100%;
}
.sideborderbx3:after {
    position: absolute;
    content: "";
    bottom: 187px;
    left: 381px;
    background: #fff;
    border: 1px solid #ba1e1e;
    height: 18px;
    width: 18px;
    border-radius: 100%;
}
.sideborderbx5:after {
    right: 363px;
    position: absolute;
    content: "";
    bottom: 187px;
    background: #fff;
    border: 1px solid #ba1e1e;
    height: 18px;
    width: 18px;
    border-radius: 100%;
}
.sideborderbx2:before {
    left: 192px;
    position: absolute;
    content: "";
    bottom: 185px;
    background: #fff;
    border: 1px solid #ba1e1e;
    height: 18px;
    width: 18px;
    border-radius: 100%;
}
.sideborderbx4:before {
    right: 556px;
    position: absolute;
    content: "";
    bottom: 185px;
    background: #fff;
    border: 1px solid #ba1e1e;
    height: 18px;
    width: 18px;
    border-radius: 100%;
}
.extrabxgry:before {
    right: 179px;
    position: absolute;
    content: "";
    bottom: 185px;
    background: #fff;
    border: 1px solid #ba1e1e;
    height: 18px;
    width: 18px;
    border-radius: 100%;
}
.body3{
    width: 100%;
    float: left;
   background: rgb(239,241,253);
background: linear-gradient(180deg, rgba(239,241,253,1) 0%, rgba(252,253,255,1) 100%);

}
.body3-hd{
        padding-bottom: 50px;
        width: 100%;
        float: left;
        padding-top: 66px;
}
.body3-hd h2{
    width: 100%;
    float: left;
    font-size: 50px;
    font-weight: 500;
    color: black;
    text-align: center;
}
.body3-mainbx{
    width: 100%;
    float: left;
    padding-left: 281px;
}
.body3imgbx{
    position: relative;
    width: 100%;
    float: left;
}
.body3imgbx img{
    width: 100%;
    float: left;
    max-width: 100%;
}
.hd3img {
    padding: 0px 25px;
    position: absolute;
    width: 100%;
    float: left;
    bottom: 40px;
}
.hd3img h2{
    width:80%;
    float: left;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    color: white;
    margin-bottom:0px;
}
.hd3img img{
   opacity: 0;
    width: 33px !important;
    float: right;
    text-align: right;
    position: absolute;
    bottom: 2px;
    right: 25px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.body3imgbx:hover .hd3img img{
    opacity: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.body4{
    padding-bottom:70px;

        padding-top: 85px;
    width: 100%;
    float: left;
    background-color: white;
}
.body4-hd{
    width: 100%;
    float: left;
}
.body4-hd h2{
    padding-bottom: 35px;
    width: 100%;
    float: left;
    font-size: 50px;
    font-weight: 500;
    color: black;
    text-align: center;
}
.footer {
    width: 100%;
    float: left;
    padding-top: 45px;
    padding-bottom: 56px;
    background-color: #353748;
}
.ftrbx1{
    width: 100%;
    float: left;
}
.ftrbx1 h2 {
    padding-bottom: 10px;
    width: 100%;
    float: left;
    text-align: left;
    color: #ffcfcf;
    font-size: 24px;
    font-weight: 400;
}
.ftrbx1 a {
    line-height: 38px;
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.ftrbx1 a:hover{

 text-decoration: none;
color:#ca3650; 
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;


}
.ftrbx2-1 a:hover{
text-decoration: none;
color:#ca3650; 
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.ftrbx2-3 a:hover{
text-decoration: none;
color:#ca3650; 
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.ftrbx3 h3 a:hover{
text-decoration: none;
color:#ca3650; 
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.copy h2 a:hover{
text-decoration: none;
color:#ca3650; 
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}


.cont7-carousel .owl-prev img {
    transform: rotate(90deg);
    width: 38px;
   
}
.cont7-carousel .owl-prev{
float: left;
    margin-top: -63px;
}
.cont7-carousel .owl-next img {
    transform: rotate(90deg);
    width: 38px;
   
}
.cont7-carousel .owl-nav {
    margin-top: -45px;
    margin-left: -125px;
    float: left;
}
.parnslogo{
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.parnslogo img{
    max-width: 150px;
    object-fit: contain;
    height: 150px;
}





.foot-img .owl-nav {
    display:none;
        margin-top: 45px;
    float: none;
    margin-left: auto;
    margin-right: auto;
   
    text-align: center;

}
.foot-img .owl-prev img {
    width: 38px;
    margin: 0px 12px;
}

.foot-img .owl-next img {
    width: 38px;
    margin: 0px 12px;
}
.ftrbx2{
    padding-left: 27px;
    width: 100%;
    float: left;
}
.ftrbx2 h2{
    padding-bottom: 10px;
    width: 100%;
    float: left;
    text-align: left;
    color: #ffcfcf;
    font-size: 24px;
    font-weight: 400;
}


.ftrbx2-1{
    width: 55%;
    float: left;
}
.ftrbx2-1 a{
    line-height: 38px;
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.ftrbx2-3{
    width: 45%;
    float: left;
}
.ftrbx2-3 a{
    line-height: 38px;
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.ftrbx3{
       padding-left: 44px;
    width: 100%;
    float: left;
}
.ftrbx3 h2{
     padding-bottom: 10px;
     width: 100%;
     float: left;
     text-align: left;
     color: #ffcfcf;
     font-size: 24px;
     font-weight: 400;
}
.ftrbx3 h4 {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 17px;
    color: white;
    font-weight: 500;
}
.ftrbx3 h4 p{
    margin-bottom: 0px;
    width: 100%;
    float: left;
    line-height: 35px;
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.ftrbx3 h3{
        margin-bottom: 0px;
    float: left;
    text-align: left;
    color:white;
    font-size: 14px;
font-weight: 400;
}
.ftrbx3 h3 a{
     line-height: 30px;
/*     width: 100%;*/
/*     float: left;*/
     text-align: left;
     color: white;
     font-size: 14px;
     font-weight: 400;
}
.copy{
    padding:30px 0px;
    width: 100%;
    float: left;
    background-color: #252837;
}
.copy h2{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    color: white;

}
.copy h2 br{
    display:none;
}


.copy h2 a{
color: white;
text-decoration: none;
}
.social{
    padding-top: 18px;
    width: 100%;
    float: left;
}
.social img{
    margin-right: 17px;
    width: 25px;
    float: left;

}
.inners{
    background-size: cover;
    background-repeat: no-repeat;
 background-image: url('../images/top.png');
    width: 100%;
    float: left;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 60px;
}
.inners h2{
    padding-top: 82px;
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0px;

}
.inner-page{
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.innerpartshed{
    width: 100%;
    float: left;
}
.innerpartshed h2{
    padding-bottom: 25px;
    width: 100%;
    float: left;
    color: black;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
}
.innerpartshed p{
    line-height: 27px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: black;
    padding: 0px 161px;
}
.client-logo{
    padding: 25px;
    width: 100%;
    float: left;
}

.client-logo img{
    float: left;
    width: 100%;
}
.whatwe{
    width: 100%;
    float: left;
    padding: 70px 0px;
}
.projectimg{
        margin: 25px 0px;
     position: relative;
    width: 100%;
    float: left;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.projectimg img{
   
    width: 100%;
    float: left;
}
.projectimg p{
    display: none;
    padding: 40px 3px;
    bottom: 0px;
    margin-bottom: 0px;
    position: absolute;
    text-align: center;
    color: white;
    font-size: 19px;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.shedowhide{
    width: 100%;
    float: left;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgb(255 255 255 / 2%) 0%, rgba(53, 55, 72, 1) 70%);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;


}
.projectimg:hover.projectimg p{
 display: block;
 transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.projectinn{
    float: left;
    width: 100%;
    padding: 66px 0px 40px 0px;
}
.b4-hed {
    float: left;
    width: 100%;
}
.b4-hed h2 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 55px;
    color: black;
    line-height:75px;
    margin-bottom: 0px;
}
.b4-para {
    padding-bottom: 35px;
    float: left;
    width: 100%;
    /* padding-left: 50px; */
    padding-top: 10px;
}
.b4-para p {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: black;
}
.b4-bx1 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b4-bx1 img {
    float: left;
    width: 100%;
    height: 355px;
}
.b4-bx1-ttl {
    float: left;
    width: 100%;
    padding: 0px 30px;
    margin-top: -92px;
}
.b4-bx1-ttl h2 {
    float: left;
    font-weight: 700;
    font-size: 25px;
    color: white;
    margin-bottom: 0px;
    line-height: 34px;
}



.b4-bx1:hover .b4-bx1-ttl a img {
    opacity: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b4-bx1-ttl a img {
    float: right;
    opacity: 0;
    width: 60px;
    height: 60px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b4-bx1 img {
    float: left;
    width: 100%;
    height: 355px;
}
.contactextnew{
    width: 100%;
    float: left;
}
.contactextnew-img{
    width: 50%;
    float: left;
}
.contactextnew-img img{
    float: left;
    width: 100%;
}




/*<menu>*/

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    height: 56px;
    padding-right: 0px;
    /* float: right; */
    margin-top: 25px;
}
.sidenav {
    height: 100%;
    /* border-top: 1px solid #ad6062; */
    width: 100%;
    position: fixed;
    height: 0;
    /* padding: 70px; */
    z-index: 9999;
    overflow-y: scroll;
    top: 0;
    right: 0;
    background-color: #131111;
    overflow-x: hidden;
    transition: 0.5s;
}


@media screen and (max-height: 450px){
.sidenav {
    padding-top: 0;
}
.sidenav a {
    font-size: 18px;
}

}

.sidenav a {
    /* padding: 15px 71px; */
    text-decoration: none;
    -moz-transition: all ease-in-out .5s;
    font-size: 14px;
    transition: all ease-in-out .5s;
    color: #fff;
    text-align: left;
    -webkit-transition: all ease-in-out .5s;
    position: relative;
    /* display: block; */
    font-weight: 500;
    /* transition: 0.3s; */
    /* border-bottom: 1px solid #F2F2F2; */
    float: left;
    padding: 0 29px 5px 0;
}
.sidenav h2 {
    padding-top: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.sidenav .col-lg-6 {
    padding: 0;
}
.ham-nav {
        margin-top: 8px;
    border-radius: 20px;
    padding: 6px 15px;
    border: 1px solid #ca151d;
    font-size: 30px;
    cursor: pointer;
    float: right;
    /* padding: 18px 0; */
}
.ham-nav img {
    margin-top: 0px;
    padding: 0px 0px;
    border: none;
    width: 23px;
     border-radius: 0px;
}
.extra-menubx{
    width: 60%;
    float: left;
    padding-bottom: 25px;
}
.extra-menubx1{
   width: 40%;
    float: left; 
    padding-bottom: 25px;
}
.extra-menubx a{
    width: 100%;
    line-height: 26px;
    float: left;
   
}
.extra-menubx1 a{
   width: 100%;
    line-height: 26px;
    float: left;
}
.projexbx{
    width: 60%;
    float: left;
}
.projexbx1{
    width: 40%;
    float: left;
}
.projexbx a{
width: 100%;
    line-height: 26px;
    float: left;
}

.projexbx1 a{
width: 100%;
    line-height: 26px;
    float: left;
}
.sidenav a:hover{
color:#ca141c;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.about-new{
    background-color: #eff1f5;
    padding-bottom: 65px;
    width: 100%;
    float: left;
    padding-top: 65px;
}

.about-newhd h2{
    width: auto;
    text-align: left;
    color:black;
    font-size:48px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 20px;
    line-height: 60px;
}
.about-newhd p{
    width: auto;
    text-align: left;
    color: #525252;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.about-newimg img {
    object-fit: contain;
    /* height: 305px; */
    max-width: 419px;
    float: right;
    width: 100%;
    margin-left: 83px;
}
.contactextnew-from{
   /* padding-left: 50px;
    padding-top: 55px;*/
    width: 50%;
    float: left;
    background-color: #353748;
}
.ct-form {
    padding-bottom: 50px;
    padding-top: 40px;
    width: 100%;
    float: left;
}
.exfrom2new{
    width: 50%;
    float: left;
    padding-left: 20px;

}
.exfrom2new1{
        /*margin-top: 5px;*/
    padding-right: 30px;
   padding-top: 65px;
    padding-bottom: 20px;
    padding-left: 30px;
    width: 50%;
    float: left;
    background-image: url('../images/conside.png');
    background-size: cover;
}
.img-fluid {
    width: 100%;
    object-fit: cover !important;
    height: 380px !important;
    float: left;
    margin-bottom: 30px;

}


/*.exfrom2newbx1 h2{
    padding-left: 55px;
    color: black;
    font-size: 33px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0px;
}*/
.exfrom2newbx1{
    width: 100%;
    float: left;
    padding-bottom: 35px;
}
.exfrom2newbx1 h2{
        margin-top: -4px;
        padding-left: 12px;
    float: left;
    font-size: 30px;
    font-weight: 500;
    color: white;
}
.exfrom2newbx1 P{
    padding-left: 48px;
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.exfrom2newbx1 P a{
    color: white;
}
.exfrom2newbx1 img{
    width: 35px;
    float: left;
}















.ct-form form {
}
.ct-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.ct-field input {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #ca141c;
    padding: 20px;
    border-radius: 10px;
    color: black;
    font-size: 15px;
}
.ct-field input {
    outline: none !important;
}
/*.ct-form button {*/
/*    background: transparent;*/
/*    border: 1px solid #f86e23;*/
/*    width: 100%;*/
/*    float: left;*/
/*    padding: 15px;*/
/*    border-radius: 30px;*/
/*    margin-top: 10px;*/
/*    color: #f86e23;*/
/*    font-size: 15px;*/
/*}*/
.ct-im {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.ct-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid transparent;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.inn-contactn {
    float: left;
    width: 100%;
    padding: 66px 0px 0px 0px;
}
.ct-field textarea {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #ca141c;
    padding: 20px;
    color: black;
    border-radius: 10px;
    font-size: 15px;
}
.contact-box {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 73px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}
.ct-box h5 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #ca141c;
}
.ct-box h6 {
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;
}






















/*new*/

.inn-abt{
    float: left;
    width: 100%;
    padding: 66px 0px 60px 0px;
}

.abtbx{
    width: 100%;
    float: left;

}
.abtbxpera p{
  width: auto;
    text-align: left;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.abtbximg img{
    max-width: 508px;
    
    float: right;
    width: 100%;
    margin-left: 46px;
    
}


.abt-baner3{
    width: 100%;
    float: left;
   padding: 80px 0px;
    background-color: #000;
}
.abt-baner3mainhd{
    width: 100%;
    float: left;
}
.abt-baner3newadd h2{
    text-align: left;
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    color: white;
    margin-bottom: 35px;
}
.abt-baner3newadd{
    float: left;
    width: 49%;
}
.abt-baner3newadd h3{
    width: 100%;
    float: left;
    text-align: left;
   color: white;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;

}
.abt-baner3newadd P{
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    float: left;
    width: 100%;
    color: white;
    text-align: left;
}
.abt-baner3newadd1{
    float: right;
    width: 48%;
}
.abt-baner3newadd1 h3{
        padding-top: 80px;
    width: 100%;
    float: left;
    text-align: left;
   color: white;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;

}
.abt-baner3newadd1 P{
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    float: left;
    width: 100%;
    color: white;
    text-align: left;
}
.abt-baner3newadd img{
    width: 100%;
    float: left;
}
.abt-baner3newadd1 img{
    width: 100%;
    float: right;
}
.abt-baner3-new{
    width: 100%;
    float: left;
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
}
.abt-baner3-new-hd{
    width: 100%;
    float: left;
}
.abt-baner3-new-hd h2{
    padding-bottom: 50px;
    width: 100%;
    float: left;
    color: black;
   font-size: 48px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}
.abt-new-ddimg{
    width: 100%;
    float: left;
    position: relative;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.abt-new-ddimg img{
    width: 100%;
    float: left;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.abt-new-ddimgwhite {
    overflow: hidden;
    padding: 20px 17px;
    height: 67px;
    bottom: 0px;
    position: absolute;
    width: 90%;
    float: left;
    background-color: #ffffffcc;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.abt-new-ddimgwhite h5 {
/*    padding-top: 6px;*/
    padding-left: 55px;
    margin-bottom: 0px;
    font-size: 22px;
    color: #353748;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out .0 .5s;
}
.abt-new-ddimgwhite img{
    width: 35px;

}
.c3img-bx{
    opacity: 0;
    float: left;
    /* display: none; */
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.abt-new-ddimg:hover .abt-new-ddimgwhite{
/*    opacity: 1;*/
    height: 140px;
    /* display: block; */
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.abt-new-ddimg:hover p{
    opacity: 1;
}
.abt-new-ddimgwhite p{
     opacity: 0;
    float: left;
    /* display: none; */
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 16px;
    margin-bottom: 0px;

}

.abt-baner2 {
   background-position-y:center;
    width: 100%;
    float: left;
    padding: 90px 0px;
    background-image: url('../images/image2.webp');
    background-size: cover;
}
.abt-baner2 h2{
    padding: 0px 60px;
    text-align: center;
    color: white;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    
}







.textmoniyal{
    background-color: #ffffffcc;
    width: 50%;
    float: right;
    
    position: relative;
}
.textmoniyal img{

    position: absolute;
    left: 204px;
    top: 75px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 116px;
    width: 100%;
}
.textmoniyal h2 {
    padding: 45px 45px 45px 45px;
    width: 100%;
    float: left;
    text-align: center;
    color: #424242;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 0px;
}
.pro-nwdesine{
    width: 100%;
    float: left;
    padding-bottom:70px;
    position: relative;
}
.pro-nwdesine-img{
        width: 70%;
    float: left;
}
.pro-nwdesine-img img{
    width: 100%;
}
.pro-nwdesine-txt {
        padding: 25px 30px;
    right: 0px;
    top: 170px;
    position: absolute;
    width: 55%;
    float: left;
    background-color: #353748;
}
.pro-nwdesine-txt h3{
    padding-bottom: 11px;
    width: 100%;
    float: left;
    text-align: left;
    color: #ff000b;
    font-size: 15px;
    font-weight: 500;
   
}
.pro-nwdesine-txt h2{
    color: white;
    padding-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}
.pro-nwdesine-txt p{
    width: 82%;
    float: left;
    text-align: left;
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.pro-nwdesine-txt a {
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out0 .5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.pro-nwdesine-txt a:hover{
    text-decoration: none;
    color:#ff000b;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.allpro-innnew{
    margin-bottom: 40px;
    width: 100%;
    float: left;
    position: relative;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.allpro-innnew img{
    width: 100%;
    float: left;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.allpro-innnewbx{
    overflow: hidden;
    padding: 20px 17px;
    height: 67px;
    bottom: 0px;
    position: absolute;
    width: 90%;
    float: left;
    background-color: #35374899;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.allpro-innnewbx h5 {
    margin-bottom: 0px;
    font-size: 22px;
    color: white;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out .0 .5s;
}
.allpro-innnewbx p {
    opacity: 0;
    float: left;
    /* display: none; */
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.allpro-innnew:hover .allpro-innnewbx{
    /* opacity: 1; */
    height: 160px;
    /* display: block; */
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.allpro-innnew:hover p {
    opacity: 1;
}





























.pro-nwdesine-img1{
    width: 70%;
    float: right;
}
.pro-nwdesine-img1 img{
    width: 100%;
}
.pro-nwdesine-txt1 {
        padding: 25px 30px;
    left: 0px;
    top: 170px;
    position: absolute;
    width: 55%;
    float: left;
    background-color: #ebf5fb;
}
.pro-nwdesine-txt1 h3{
    padding-bottom: 11px;
    width: 100%;
    float: left;
    text-align: left;
    color: #ca141c;
    font-size: 15px;
    font-weight: 500;
   
}
.pro-nwdesine-txt1 h2{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}
.pro-nwdesine-txt1 p{
    width: 82%;
    float: left;
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.pro-nwdesine-txt1 a {
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out0 .5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.pro-nwdesine-txt1 a:hover{
    text-decoration: none;
    color:#ca141c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}




















































/*new*/
.om-bg {
    float: left;
    width: 100%;
    border: 1px solid #ca151d;
    padding: 35px;
    height: auto;
}
.our-mission {
    color: black;
    padding-top: 15px;
    color: black;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    text-align: left !important;
}
.om-bg p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    float: left;
    width: 100%;
    color: #000000;
    text-align: left !important;
}
.career-full {
    float: left;
    width: 100%;
    padding-bottom: 75px;
    background: #ffffff33;
}
.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
        padding-top: 50px;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 300;
}
.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    border-radius: 5px;
}
.section-bg {
    
    position: relative;
    z-index: 0;
padding-bottom: 100px;
    min-height: auto;
    overflow: hidden;
    float: left;
    width: 100%;
}
h2.contact-title {
    font-size: 35px;
    font-weight: 600;
    color: #cd2129d6;
    margin-bottom: 30px;
}
.contact-info p {
    /* margin-top: 20px; */
    float: left;
    font-size: 15px;
    color: black;
    font-weight: 400;
    text-align: left;
    line-height: 29px;
    width: 100%;
    padding-bottom: 23px;
}
ul.contact-info li {
    display: flex;
    width: 100%;
}
ul.contact-info li {
    margin-bottom: 22px;
}
.info-left {
    width: 10%;
}
.info-left img {
    float: left;
    width: 40px;
    object-fit: cover;
    margin-top: 7px;
}
.info-right h4 {
  padding-top: 12px;
    line-height: 28px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
.contact-form {
    float: left;
    position: relative;
    padding: 45px 0 45px 60px;
    width: 100%;
}
/*.contact-form:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background: #353748;
    box-shadow: 10px 40px 40px rgba(0, 0, 0, .2);
    pointer-events: none;
    right: auto;
    width: 100vw;
}*/
.contact-form input {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
    height: 55px;
}
.contact-form input {
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgb(213 69 75);
}
.contact-info{
    padding-left: 0px;
}
.form-group input::placeholder {
    color: white !important;
    font-size: 14px !important;
}
.form-group textarea::placeholder {
    color: white !important;
}

.contact-form textarea {
     background-color: #353748 !important;
   outline: none;
}
.contact-form textarea:hover, .contact-form textarea:focus{
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-bottom-color: rgb(213 69 75);
}
.send{
    width: 100%;
    float: left;

}
.send button{

   border: none;
    width: 175px;
    padding: 20px 0px;
    float: left;
    text-align: center;
    background-color: #ca141c;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;


}

.send button:hover {
    text-decoration: none;
    background-color: white;
    color: #ca141c;
    border: 1px solid #ca141c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.sideborderbx:hover h4{
    color:#ca141c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.sideborderbx3:hover h4{
    color:#ca141c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.sideborderbx5:hover h4{
    color:#ca141c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.sideborderbx2:hover h4{
    color:#ca141c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.sideborderbx4:hover h4{
    color:#ca141c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}














@media (max-width: 400px){
    
    
     [id=main-navigation-toggle] ~ label {
        top: 8px !important;
    }
    
        .allpro-innnew:hover .allpro-innnewbx {
        height: 157px !important;
    }
    
    
    .abt-new-ddimg:hover .abt-new-ddimgwhite {
    /* opacity: 1; */
    height: 170px !important;
        
    }
    
    .body-hd h3 {
        font-size: 36px !important;
        line-height: 52px !important;
        
    }
    /*.body1-imgmain h2 {*/
    /*    color: #000000 !important;*/
        
    /*}*/
    
    
        .banner-hd h2 {
        padding-top: 84px !important;
        font-size: 31px !important;
        font-weight: 500 !important;
    }
    
       .body1-imgmain h2 {
        font-size: 45px !important;
        padding-left: 0px !important;
        padding-top: 97px !important;
    }
    .body1right {
        top: 251px !important;
        right: 0 !important;
        width: 100% !important;
    }
    /*.serv-inxhd h2 {*/
    /*padding-top: 38px !important;*/
        
    /*}*/
    .abt-baner2 h2 {
   
 
font-size: 26px !important;
    
line-height: 40px !important;
}
    
    
    
    
    
    
    
    
    
    
    
}











@media (max-width: 575px){
    
    
    
    
   
    
    
    
    .body1right img {
    object-fit: cover;
    height: 300px;
        
    }
    
    
    
    
     .send a {
        width: 150px;
        padding: 16px 0px;
        text-align: center;
        margin: auto;
        display: block;
        float: none;
    }

    
    
    
    .body3-hd h2 {
        font-size:40px;
    }
    
    .sideborderbx4:before{
        display:none;
    }
    
    
    .allpro-innnew:hover .allpro-innnewbx {
   
    height: 135px;
        
    }
    
    .pro-nwdesine-txt a {
    text-align: center;
        
    }
    
    
    .inners {
        padding-top:40px;
        padding-bottom:40px;
    }
    
    .copy h2 br {
    display: block;
}
    
    
    [id=main-navigation-toggle] ~ label {
    right: 20px;
        
    }
.menu {
    padding-left: 0px;
    
}
.newrymenu a {
    font-size: 30px;
    line-height: 50px;
}
.ser-inximg img{
    max-width:100%;
}
.pro-nwdesine-img {
    width: 100%;
    
}

.abt-baner2 h2{
    padding: 0px 0px;
    
}
.pro-nwdesine-txt {
    width: 100%;
  
}
.pro-nwdesine-txt {
    top: 0;
    position: inherit;
}
.pro-nwdesine-img1 {
            padding-top: 0;
            width: 100%;
}
.pro-nwdesine-txt1 {
    top: 0;
    width: 100%;
    position: inherit;
}
.pro-nwdesine-txt h3 {
       text-align: center;
}
.pro-nwdesine-txt h2 {
    text-align: center;
}
.pro-nwdesine-txt p {
    width: 100%;
    text-align: center;
}
.pro-nwdesine-txt1 h3 {
    text-align: center;
}

.pro-nwdesine-txt1 h2 {
     text-align: center;
}
.pro-nwdesine-txt1 p {
      width: 100%;
    text-align: center;
}
.pro-nwdesine-txt1 a {
     text-align: center;
}
.exfrom2new1 {
    width: 100%;
}
.exfrom2new {
    padding-top: 25px;
    width: 100%;
    float: left;
   padding-left: 0px; 
}

.inners h2 {
     padding-top: 0px;
    }





    .about-newhd h2 {
        padding-top: 40px;
        text-align: center;
        font-size: 45px;
    }
    .about-newimg img {
        float: none;
        margin: auto;
        display: block;
        text-align: center;
    }
.about-newhd p {
    text-align: center;
}
.abt-baner3newadd {
    width: 100%;
}
.abt-baner3newadd h2 {
    text-align: center;
}
.abt-baner3newadd h3{
    text-align: center;
}
.abt-baner3newadd P{
    text-align: center;
}

.abt-baner3newadd1{
    padding-top: 30px;
    width: 100%;
}
.abt-baner3newadd1 h3 {
    padding-top: 30px;
    text-align: center;

}
.abt-baner3newadd1 P{
    text-align: center;
}
.abt-baner3-new-hd h2{
    text-align: center;
    font-size: 45px;
}
.abt-new-ddimg {
    margin-bottom: 40px;
}
.textmoniyal {
    width: 100%;
}
.textmoniyal img {
    left: 185px;
    top: 101px;
}








    .banner-carousel .owl-nav{
        display: none;
    }

.mail {
    display: none;
}
.phone {
    display: none;
}
.banner-hd h2 {
            padding-top: 60px;
    font-size: 40px;
    font-weight: 500;
}
.banner img {
    object-fit: cover;
    height: 315px;
}
.read a {
    width: 148px;
    padding: 15px 0px;
}
.body-hd{
    width: 100%;
}
.body-hd h2 {
    text-align: center;
}
.body-hd h3 {
    font-size: 43px;
    text-align: center;
}
.body1 {
    padding-top: 40px;
}
.body-per {
    padding-top: 15px;
    width: 100%;
}
.body-per p {
    text-align: center;
}
.body-hd h3:after {
    display: none;
}
.body1-imgmain {
    padding-top: 50px;
}
.bdy1leftimg {
    width: 100%;
}
.body1right {
        top: 320px;
        right: 0px;
        width: 100%;
    }
.body1-imgmain h2 br{
    display: none;

}
.body1-imgmain h2 {
        color: #ffffff;
        padding-left: 66px;
        padding-top: 98px;
        width: 100%;
        font-size: 50px;
    }
.body1-imgmain h2 span {
    float: none;
}
.serv-inxhd {
    padding-top: 195px;
}
.ser-inximg {
    width: 100%;
}
.ser-inxhd {
    padding-top: 45px !important;
 padding-left: 0px; 
    width: 100%;
}
.ser-inxhd h3 {
    text-align: center;
}
.ser-inxhd p {
    text-align: center;
}
.ser-more a {
    display: block;
    margin: auto;
   
    float: none;
}

.ser-inxhd1 {
    padding-top: 70px;
 padding-right: 0px; 
    width: 100%;
}
.ser-inximg1 {
    width: 100%;
}
.ser-inxhd1 h3 {
    text-align: center;
}
.ser-inxhd1 p {
    text-align: center;
}
.ser-more1 a {
    margin: auto;
    display: block;
    float: none;
}
.bdy2-hd h2 br{
    display: none;
}
.bdy2-hd h2 {
    font-size: 40px;
    
    line-height: 52px;
}
.sideborderbx {
    width: 100%;
}
.sideborderbx3 {
    width: 100%;
}
.sideborderbx5 {
    width: 100%;
}
.sideborderbx2 {
    width: 100%;
}
.sideborderbx4 {
    width: 100%;
}
.extrabxgry {
    margin-left: 0px;
}
.sideborderbx:after {
    display: none;
}
.sideborderbx5:after{
     display: none;
}
.sideborderbx2:before{
     display: none;
}
.extrabxgry:before {
    display: none;
}
.sideborderbx3:after {
    display: none;
}
.sideborderbx h4 {
    display: none;
}
.sideborderbx3 h4 {
     display: none;
}
.sideborderbx5 h4 {
    display: none;
}
.sideborderbx2 h4{
     display: none;
}
.sideborderbx4 h4 {
    display: none;
}
.body3-mainbx {
    padding-left: 120px;
}
.cont7-carousel .owl-nav {
    margin-left: -90px;
}
.body3imgbx img {
    max-width: 100%;
}
.body4-hd h2 {
    padding-bottom: 12px;
}
.ftrbx1 h2{
    text-align: center;
}
.ftrbx1 a {
    width: 50%;
    text-align: center;
}
.ftrbx2 {
    padding-left:0px;
}
.ftrbx2 h2 {
    padding-top: 20px;
    text-align: center;
}
.ftrbx2-1 {
    width: 50%;
}
.ftrbx2-3 {
    width: 50%;
}
.ftrbx2-1 a{
    text-align: center;
}
.ftrbx2-3 a {
    text-align: center;
}
.ftrbx3{
    padding-left: 0px;
}
.ftrbx3 h2{
    padding-top: 30px;
    text-align: center;
}
.ftrbx3 h4 {
    text-align: center;
}
.ftrbx3 h4 p {
    padding-bottom: 15px;
    text-align: center;
}
.ftrbx3 h3 {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
.social {
    display: inline-block;
    text-align: center;
}
.social a {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
        margin: auto;
        display: inline-block;
        text-align: center;
    }

/*.copy h2 a {*/
/*    width: 100%;*/
/*    float: left;*/
/*}*/
.b4-hed h2 {
    text-align: center;
    line-height: 65px;
    font-size: 45px;
}
.b4-para {
    padding-left: 0px;
    padding-top: 25px;
}
.b4-para p{
    text-align: center;
}
.abtbximg img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    float: none;
}
.abtbxpera p {
    padding-top: 30px;
    text-align: center;
}
.abt-banner2hd h2 br{
display: none;
}
.abt-banner2hd h2 {
    font-size: 35px;
}
.our-mission {
    text-align: center !important;
}
.om-bg p {
    text-align: center !important;
}
.om-bg {
    margin-bottom: 35px;
}
.cr-wd {
    padding: 0px 24px;
   width: 100%;
    float: left;
}
.send a {
    width: 150px;
    padding: 16px 0px;
}

h2.contact-title {
    text-align: center;
    float: none;
}
.contact-info p {
    text-align: center;
}
.info-left {
    padding-left: 52px;
    width: 27%;
}
.ser-inximg1 img {
    max-width: 100%;
}
}



@media (min-width: 576px) and (max-width: 767px){
    
    
    .allpro-innnew:hover .allpro-innnewbx {
        height: 135px;
    }
    
     .pro-nwdesine-txt a {
    text-align: center;
        
    }
    
    
    .inners h2 {
     padding-top:0px;
    }
    .inners {
        padding-top:40px;
        padding-bottom:40px;
    }
    
    
    
    .copy h2 br {
    display: block;
}
    
    
    .abt-baner2 h2{
    padding: 0px 0px;
    
}
    
    
        [id=main-navigation-toggle] ~ label {
    right: 20px;
        
    }
.menu {
    padding-left: 0px;
    
}
.newrymenu a {
    font-size: 30px;
    line-height: 50px;
}
.ser-inximg img{
    max-width:100%;
}
.pro-nwdesine-img {
    width: 100%;
    
}
.pro-nwdesine-txt {
    width: 100%;
  
}
.pro-nwdesine-txt {
    top: 0;
    position: inherit;
}
.pro-nwdesine-img1 {
            padding-top: 0;
            width: 100%;
}
.pro-nwdesine-txt1 {
    top: 0;
    width: 100%;
    position: inherit;
}
.pro-nwdesine-txt h3 {
       text-align: center;
}
.pro-nwdesine-txt h2 {
    text-align: center;
}
.pro-nwdesine-txt p {
    width: 100%;
    text-align: center;
}
.pro-nwdesine-txt1 h3 {
    text-align: center;
}

.pro-nwdesine-txt1 h2 {
     text-align: center;
}
.pro-nwdesine-txt1 p {
      width: 100%;
    text-align: center;
}
.pro-nwdesine-txt1 a {
     text-align: center;
}
.exfrom2new1 {
    width: 100%;
}
.exfrom2new {
    padding-top: 25px;
    width: 100%;
    float: left;
   padding-left: 0px; 
}

.abt-baner2 h2 {
    font-size: 30px;
}

.serv-inxhd h2 {
    padding-top: 56px;
    
}






  .about-newhd h2 {
      
              padding-top: 19px;
        text-align: center;
        font-size: 45px;
    }
    .about-newimg img {
        float: none;
        margin: auto;
        display: block;
        text-align: center;
    }
.about-newhd p {
    text-align: center;
}
.abt-baner3newadd {
    width: 100%;
}
.abt-baner3newadd h2 {
    text-align: center;
}
.abt-baner3newadd h3{
    text-align: center;
}
.abt-baner3newadd P{
    text-align: center;
}

.abt-baner3newadd1{
    padding-top: 30px;
    width: 100%;
}
.abt-baner3newadd1 h3 {
    padding-top: 30px;
    text-align: center;

}
.abt-baner3newadd1 P{
    text-align: center;
}
.abt-baner3-new-hd h2{
    text-align: center;
    font-size: 45px;
}
.abt-new-ddimg {
    margin-bottom: 40px;
}
.textmoniyal {
    width: 100%;
}
.textmoniyal img {
    left: 185px;
    top: 101px;
}
.banner-carousel .owl-nav {
    display: none;
}

.mail {
    display: none;
}
.phone {
    display: none;
}
.banner-hd h2 {
    padding-top: 70px;
    font-size: 40px;
    font-weight: 500;
}
.ser-inximg img {
    max-width: 100%;
}
.hd3img{
    bottom: 15px;
}
.sideborderbx4:before {
    display: none;
}
.banner img {
    object-fit: cover;
    height: 315px;
}
.read a {
    width: 148px;
    padding: 15px 0px;
}
.body-hd{
    width: 100%;
}
.body-hd h2 {
    text-align: center;
}
.body-hd h3 {
    font-size: 43px;
    text-align: center;
}
.body1 {
    padding-top: 40px;
}
.body-per {
    padding-top: 40px;
    width: 100%;
}
.body-per p {
    text-align: center;
}
.body-hd h3:after {
    display: none;
}
.body1-imgmain {
    padding-top: 50px;
}
.bdy1leftimg {
    width: 100%;
}
.body1right {
        top: 306px;
        right: 0;
        width: 100%;
    }
.body1-imgmain h2 br{
    display: none;

}
.body1-imgmain h2 {
    color: white;
    padding-left: 28px;
    padding-top: 123px;
    width: 100%;
    font-size: 56px;
}
.body1-imgmain h2 span {
    float: none;
}
/*.serv-inxhd {*/
/*    padding-top: 160px;*/
/*}*/
.ser-inximg {
    width: 100%;
}
.ser-inxhd {
    padding-top: 45px !important;
 padding-left: 0px; 
    width: 100%;
}
.ser-inxhd h3 {
    text-align: center;
}
.ser-inxhd p {
    text-align: center;
}
.ser-more a {
    display: block;
    margin: auto;
   
    float: none;
}

.ser-inxhd1 {
    padding-top: 70px;
 padding-right: 0px; 
    width: 100%;
}
.ser-inximg1 {
    width: 100%;
}
.ser-inxhd1 h3 {
    text-align: center;
}
.ser-inxhd1 p {
    text-align: center;
}
.ser-more1 a {
    margin: auto;
    display: block;
    float: none;
}
.bdy2-hd h2 br{
    display: none;
}
.bdy2-hd h2 {
    font-size: 40px;
    
    line-height: 52px;
}
.sideborderbx {
    width: 100%;
}
.sideborderbx3 {
    width: 100%;
}
.sideborderbx5 {
    width: 100%;
}
.sideborderbx2 {
    width: 100%;
}
.sideborderbx4 {
    width: 100%;
}
.extrabxgry {
    margin-left: 0px;
}
.sideborderbx:after {
    display: none;
}
.sideborderbx5:after{
     display: none;
}
.sideborderbx2:before{
     display: none;
}
.extrabxgry:before {
    display: none;
}
.sideborderbx3:after {
    display: none;
}
.sideborderbx h4 {
    display: none;
}
.sideborderbx3 h4 {
     display: none;
}
.sideborderbx5 h4 {
    display: none;
}
.sideborderbx2 h4{
     display: none;
}
.sideborderbx4 h4 {
    display: none;
}
.body3-mainbx {
    padding-left: 120px;
}
.cont7-carousel .owl-nav {
    margin-left: -90px;
}
.body3imgbx img {
    max-width: 100%;
}
.body4-hd h2 {
    padding-bottom: 0px;
}
.ftrbx1 h2{
    text-align: center;
}
.ftrbx1 a {
    width: 50%;
    text-align: center;
}
.ftrbx2 {
    padding-left:0px;
}
.ftrbx2 h2 {
    padding-top: 20px;
    text-align: center;
}
.ftrbx2-1 {
    width: 50%;
}
.ftrbx2-3 {
    width: 50%;
}
.ftrbx2-1 a{
    text-align: center;
}
.ftrbx2-3 a {
    text-align: center;
}
.ftrbx3{
    padding-left: 0px;
}
.ftrbx3 h2{
    padding-top: 30px;
    text-align: center;
}
.ftrbx3 h4 {
    text-align: center;
}
.ftrbx3 h4 p {
    padding-bottom: 15px;
    text-align: center;
}
.ftrbx3 h3 {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
.social {
    display: inline-block;
    text-align: center;
}
.social a {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
        margin: auto;
        display: inline-block;
        text-align: center;
    }


.b4-hed h2 {
    text-align: center;
    line-height: 65px;
    font-size: 45px;
}
.b4-para {
    padding-left: 0px;
    padding-top: 25px;
}
.b4-para p{
    text-align: center;
}
.abtbximg img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    float: none;
}
.abtbxpera p {
    padding-top: 30px;
    text-align: center;
}
.abt-banner2hd h2 br{
display: none;
}
.abt-banner2hd h2 {
    font-size: 35px;
}
.our-mission {
    text-align: center !important;
}
.om-bg p {
    text-align: center !important;
}
.om-bg {
    margin-bottom: 35px;
}
.cr-wd {
    padding: 0px 24px;
   width: 100%;
    float: left;
}
.send a {
    width: 150px;
    padding: 16px 0px;
}

h2.contact-title {
    text-align: center;
    float: none;
}
.contact-info p {
    text-align: center;
}
.info-left {
    padding-left: 52px;
    width: 27%;
}
.ser-inximg1 img {
    max-width: 100%;
}



}

@media (min-width: 768px) and (max-width: 991px){
    
    
    .img-fluid{
        height:300px !important;
    }
    
    .exfrom2new {
    padding-top: 10px;
        
    }
    .ftrbx3 h4 p {
            font-size: 13px;
    }
    
    .exfrom2newbx1 P {
    padding-top: 6px;
    padding-left: 0px;
        
    }
    
    .ftrbx3 h4 p {
        font-size: 13px;
    }
    .allpro-innnew:hover .allpro-innnewbx {
   
    height: 115px;
        
    }
    
    .inners h2 {
 padding-top: 0px;
    }
    .inners {
        padding-top:40px;
        padding-bottom:40px;
    }
    
    
    
    .sideborderbx h4{
        display:none;
    }
    .sideborderbx4:before {
        display:none;
    }
    .sideborderbx3 h4{
        display:none;
    }
    .sideborderbx5 h4{
        display:none;
    }
    
    .sideborderbx2 h4{
         display:none;
    }
    
    .sideborderbx4 h4{
         display:none;
    }
    [id=main-navigation-toggle] ~ label {
    right: 20px;
        
    }
    .abt-baner2 h2{
    padding: 0px 0px;
    
}
    
    .abt-baner2 h2{
    padding: 0px 0px;
    
}
.menu {
    padding-left: 0px;
    
}
.newrymenu a {
    font-size: 30px;
    line-height: 50px;
}
.ser-inximg img{
    max-width:100%;
}
 .about-newhd h2 {
    font-size: 40px;
    
 }   
 .pro-nwdesine {
     padding-bottom: 160px;
 }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    


.about-newimg img {
    max-width: 294px;
}
.abt-baner3newadd h2{
        margin-bottom: 30px;
}
.abt-baner3newadd h3{
    font-size: 38px;
}
.abt-baner3newadd P{
    font-size: 15px;
}
.abt-new-ddimgwhite img {
    width: 25px;
}
.abt-new-ddimgwhite h5 {
    padding-top: 2px;
    padding-left: 35px;
    margin-bottom: 0px;
    font-size: 17px;
}
.textmoniyal{
    width: 100%;
}
.textmoniyal img{
    left: 295px;
}
.abt-new-ddimgwhite{
    height: 49px;
    padding:13px 10px;
}
.abt-new-ddimgwhite p{
    font-size: 14px;
    line-height: 21px;
}



















.body3-mainbx {
    padding-left: 180px;
}
    .banner-carousel .owl-nav{
        display: none;
    }
    .mail {
    display: none;
}
.phone {
    display: none;
}
.banner-hd h2 {
    padding-top: 57px;
    font-size: 40px;
    font-weight: 500;
}
.banner img {
    object-fit: cover;
    height: 315px;
}
.body-hd h3 {
    font-size: 40px;
    line-height: 50px;
}
.body-per {
    padding-top: 41px;
}
.body-hd h3:after {
    display: none;
}
.body1-imgmain h2 {
    font-size: 55px;
    font-weight: 600;
}
.body1-imgmain h2 span {
    float: left;
}
.serv-inxhd {
    padding-top: 70px;
}
.ser-inxhd {
    padding-top: 10px !important;
}
.sideborderbx:after {
    display: none;
}
.sideborderbx3 {
    width: 50%;
}
.sideborderbx {
    width: 50%;
}
.sideborderbx5 {
    width: 100%;
}
.extrabxgry {
     margin-left: 0px;
    }
.sideborderbx2 {
    width: 50%;
}
.sideborderbx4 {
    width: 50%;
}
.sideborderbx:after {
    display: none;
}
.sideborderbx5:after{
     display: none;
}
.sideborderbx2:before{
     display: none;
}
.extrabxgry:before {
    display: none;
}
.sideborderbx3:after {
    display: none;
}
.ftrbx2 {
    padding-left: 0px;
    }
.ftrbx3 {
    padding-left: 10px;
}
.ftrbx2-3 {
    padding-left: 0px;
    width: 100%;
}
.body3imgbx img {
    max-width: 100%;
}
.ftrbx2-1 {
    width: 100%;
}
.b4-hed h2 {
    font-size: 47px;
    text-align: center;
}
.b4-para {
    padding-bottom: 29px;
     padding-left: 0px;
    padding-top: 26px;
}
.b4-para p{
    text-align: center;
}
.abtbxpera p {
    padding-top: 30px;
    width: 100%;
    float: left;
    text-align: center;
}
.abtbximg img {
    max-width: 508px;
    float: none;
  margin-left: 0px; 
    margin: auto;
    display: block;
    text-align: center;
}
.our-mission {
    float: left;
    text-align: center !important;
    width: 100%;
    padding-bottom: 10px;
}
.om-bg p {
    width: 100%;
    text-align: center !important;
    float: left ;
}
.om-bg {
    padding: 30px;
}




}



@media (min-width: 992px) and (max-width: 1024px){
    
    .ftrbx3 h4 p {
        font-size:13px;
    }
    .body-hd h3 {
        
            padding-right: 10px;
    }
    
    
    
    .inners {
        padding-top: 40px;
    padding-bottom: 40px;
    }
    
    .inners h2 {
     padding-top: 0px;
    }
    
    
     [id=main-navigation-toggle] ~ label {
    right: -2px;
        
    }
.menu {
    padding-left: 0px;
    
}

.abt-baner2 h2{
    padding: 0px 0px;
    
}
.newrymenu a {
    font-size: 30px;
    line-height: 50px;
}


.abt-new-ddimgwhite{
    padding:15px 10px;
}
.abt-new-ddimgwhite img {
    width: 30px;
}
.abt-new-ddimgwhite h5{
    font-size: 20px;
    padding-top: 0px;
}

.abt-new-ddimgwhite p{
    padding-top: 7px;
}
.textmoniyal{
    width: 60%;
}
.textmoniyal img{
    left: 222px;
}
.abt-new-ddimgwhite h5{
    font-size: 20px;
}





.banner-carousel .owl-nav{
    display: none;
}

.banner-hd h2 {
    padding-top: 80px;
}
.body-hd h3:after {
 display: none;
}
.body1-imgmain h2 {
    font-size: 70px;
}

.body1-imgmain h2 span {
    float: left;
}
.sideborderbx:after {
    display: none;
}
.sideborderbx5:after{
     display: none;
}
.sideborderbx2:before{
     display: none;
}

.sideborderbx3:after {
    display: none;
}
.sideborderbx4:after {
    display: none;
}
.extrabxgry:before {
    display: none;
}
.sideborderbx4:before{
    display: none;

}

.ftrbx2 {
     padding-left: 0px;
    }
.ftrbx3 {
    padding-left: 0px;
}
.b4-hed h2 {
    font-size: 58px;
}
.b4-para {
    
  
 padding-left: 0px; 
    padding-top: 30px;
}
.abtbximg img {
    max-width: 422px;
    margin-left: 20px;
}



}


@media (min-width: 1025px) and (max-width: 1199px){
    
    
    .ftrbx3 h4 p {
        font-size:13px;
    }
    
    .body-hd h3 {
    padding-right: 9px;
        
    }
    
    
    .inners h2 {
     padding-top: 0px;
    }
    .inners{
        padding-top:40px;
        padding-bottom:40px;
    }
    
    .menu {
    padding-left: 0px;
    
}

.abt-baner2 h2{
    padding: 0px 0px;
    
}
.newrymenu a {
    font-size: 30px;
    line-height: 50px;
}
.ser-inximg img{
    max-width:100%;
}

.abt-new-ddimgwhite img {
    width: 30px;
}
.abt-new-ddimgwhite p{
    font-size: 14px;
    line-height: 24px;
    padding-top: 13px;
}
.abt-new-ddimgwhite h5{
    font-size: 20px;
    padding-top: 0px;
}
.textmoniyal img{
    left: 181px;
    top: 101px;
}









    .banner-carousel .owl-nav{
        display: none;
    }
 
.banner-hd h2 {
    padding-top: 90px;
}

.body-hd h3:after {
 display: none;
}
.body1-imgmain h2 {
    font-size: 70px;
}

.body1-imgmain h2 span {
    float: left;
}
.sideborderbx:after {
    display: none;
}
.sideborderbx5:after{
     display: none;
}
.sideborderbx2:before{
     display: none;
}

.sideborderbx3:after {
    display: none;
}
.sideborderbx4:after {
    display: none;
}
.extrabxgry:before {
    display: none;
}
.sideborderbx4:before{
    display: none;

}
.ftrbx3 {
    padding-left: 0px;
}
.b4-hed h2 {
    font-size: 58px;
}

.ftrbx2-3 {
    width: 40%;
    
}
.ftrbx2-1 {
    width: 60%;
    
}
.b4-para {
    
  
 padding-left: 0px; 
    padding-top: 30px;
}
.abtbximg img {
    max-width: 422px;
    margin-left: 20px;
}

}



@media (min-width: 1200px) and (max-width: 1300px){
.banner-carousel .owl-nav{
top: -313px;
}








}



@media (min-width: 1400px){

  .body1right{
      right: -670px;
    width: 100%;
  }  

}   


@media (max-width: 767px){
    
    .sideborderbx{
        border: none;
        border-bottom: 1px solid;
    }
    .sideborderbx3 {
        border: none;
        border-bottom: 1px solid;
    }
    .sideborderbx2{
         border: none;
        border-bottom: 1px solid;
        
    }
    .sideborderbx4{
        border: none;
        border-bottom: 1px solid;
        
    }
    .sideborderbx5{
         border: none;
        border-bottom: 1px solid;
        
    }
    
    
    
    
    
    
    
    
    
    
    
}
  




/*backg*/
/*.elementor-3765 .elementor-element.elementor-element-8595646 > .elementor-background-overlay {
    background-color: var(--e-global-color-secondary);
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}*/

.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
.grecaptcha-badge { 
    visibility: hidden;
}