.container-xl{
    width: 100%;
    max-width: 1500px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

@media only screen and (max-width: 1500px){
    .container-xl{
    width: 100%;
    max-width: 1200px;

}}

@media only screen and (max-width: 768px){
    .container-xl{
    width: 100%;
    max-width: 100%;

}}

.menucontainer{
    width: 100%;
    max-width: 1800px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

@media only screen and (max-width: 1500px){
    .menucontainer{
    width: 100%;
    max-width: 1200px;

}}

@media only screen and (max-width: 768px){
    .menucontainer{
    width: 100%;
    max-width: 100%;

}}

.logocontainer{
    width: 100%;
    max-width: 800px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

@media only screen and (max-width: 1500px){
    .logocontainer{
    width: 100%;
    max-width: 800px;

}}

@media only screen and (max-width: 768px){
    .logocontainer{
    width: 100%;
    max-width: 100%;

}}




.rs-slider.rs-slider-style2 .content-part h5{
    color: #fff;
    font-size: 18px;
}

.sliderbtn{
    text-align: right;
}

.brochureimg {
    text-align: right;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 9px;
}

.brochureimg img{
    position: relative;
}


/* welcome page */

.rs-team-Single{
    max-width: 600px;
}

.homeread a{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

@media (min-width: 1200px){
.service-card-five__image {
    margin-right: 14px;

}
.service-card-five__content {
    margin-left: 16px;
    margin-top: -100px;
    margin-right: 84px;
    width: 85%;
}
}

.service-card-five__content {
    position: relative;
    padding: 10px 33px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
    text-align: center;
}

.service-card-five__icon {
    color: #00accc;
    font-size: 58px;
}

.service-card-five__title {
    font-size: 20px;
    font-weight: 600;
    color: #53b12a;
    margin: 0;
    margin-top: 11px;
    margin-bottom: 9px;
    letter-spacing: 0px;
}

.service-card-five__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-card-five__text {
    margin: 0;
    margin-bottom: -5px;
}

#secondimg{
    padding-top: 40px;
}

.service-card-five__content:hover{
    background-color: #18150e;
    color: #fff;
}

.service-card-five__content:hover .service-card-five__title{
    color: #fff;
}

.welcomepadding{
    padding: 60px 0px 0px;
}

/*---------------------------------------------------*/

.servicepadding{
    padding: 60px 0px;
}

.servicepadding .sec-title .title {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 41px;
}

.servicepadding .sec-title .title span{
    font-weight: 600;
    color: #53b12a;
}

.servicepadding .sec-title .sub-upper {
    color: #55b12c;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
}


.servicepadding .rs-services .services-item{
    padding: 0px 0px 20px;
    background-color: unset;
}

.servicepadding .rs-services{
    padding: 20px 0px 20px;
}

/*.servicepadding .rs-services.main-home .services-item:hover{
    background-image: unset;
}*/

.servicepadding .rs-services.main-home .services-item .services-content .services-text .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 13px;
}

.servicepadding .rs-services.main-home .services-item .services-content {
    padding: 18px 0px 0px 0;
    position: relative;
}

.servbtn a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    text-decoration: underline !important;
    color: #282828;
}

.servbtn{
    padding-left: 171px;
}

#projectpadding2{
    padding: 0px 0px 60px; 
    background-color: #efefef;
}

#projectpadding1{
    padding: 60px 0px 0px;
}

.rs-project{
    position: relative;
}

.bg2:before{
    content: "";
    top: 0;
    height: 50%;
/*    background-image: url(../images/projects-bg.jpg);*/
    position: absolute;
    width: 100%;
    bottom: auto;
    background-color: #fff;
}

#projectpadding2 .sec-title .title {
    font-size: 36px;
    font-weight: 300;
    line-height: 41px;
    color: #161616;
    margin: 0;
    letter-spacing: -1px;
}

#projectpadding2 .sec-title .title span{
    color: #53b12a;
    font-weight: 600;
}

#projectpadding2 .sec-title .sub-text {
    color: #53b12a;
    font-size: 18px;
    font-weight: 600;
}

.projectbtn{
    text-align: right;
    position: relative;
}

.projectbtn a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 13px 30px;
    color: #53b12a;
    background-color: transparent;
    border: 2px solid #53b12a;
    border-radius: 0;
}

#projectpadding1 .project-item .service-card-five__content {
    margin-left: 24px;
    margin-top: -49px;
    margin-right: 84px;
    width: 85%;
}

.whychoosepadding{
    padding: 60px 0px;
    margin-top: 140px;
    background-image: url('../images/home/Why-Choose-bg.jpg');
    background-repeat: no-repeat;
}

.whychoosepadding .sec-title .title {
    font-size: 36px;
    font-weight: 300;
    line-height: 43px;
    color: #fff;
    margin: 0;
    letter-spacing: -1px;
}

.whychoosepadding .sec-title .title span {
    color: #53b12a;
    font-weight: 700;
}

.whychoosepadding .rs-features-list p {
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}

.whychoosepadding  .about-images{
    position: relative;
}

.whychoosepadding .about-images img {
    position: absolute;
    bottom: -14px;
    height: 360px;
    width: 100%;
}

.clinetspadding{
    padding: 60px 0px 0px;
}

.clinetspadding .sec-title .sub-text {
    font-size: 18px;
    font-weight: 600;
    color: #53b12a;
}

.clinetspadding .sec-title .title {
    font-size: 35px;
    font-weight: 500;
    line-height: 42px;
    color: #3f3c3c;
    margin: 0;
    letter-spacing: -1px;
}

.clinetspadding .sec-title .title span{
    font-weight: 700;
}

.brandspadding {
    padding: 60px 0px 20px;
    background-color: #fff;
}

.brandspadding .sec-title .sub-text.big {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #53b12a;
}

.brandspadding .sec-title .title {
    font-size: 27px;
    font-weight: 600;
    line-height: 37px;
    color: #002129;
    margin: 0;
    letter-spacing: -1px;
    text-transform: unset;
}

.brandspadding .sec-title .title span {
    font-weight: 600;
}

.service-card-five__text {
    margin: 0;
    margin-bottom: -5px;
    line-height: 20px;
    font-size: 16px;
    color: #767677;
    font-weight: 400;
}

.rs-footer.footer-style1 .footer-top .address-widget li .desc {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.dsk{
    display: block;
}

.mob{
    display: none;
}

.rs-technology.style1 .grid-figure {
    text-align: center;
    padding-bottom: 40px;
}

.aboutuspgpadding{
    padding: 60px 0px;
}

.aboutuspgpadding .sec-title .sub-upper {
    font-size: 18px;
    font-weight: 600;
    color: #53b12a;
    line-height: 15px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    text-transform: unset;
    margin: 0 0 0;
}

.servicepgpadding{
    padding: 60px 0px;
}

.projectpgpadding{
    padding: 60px 0px;
}

.projectdetailspadding{
    padding: 60px 0px;
}

.projectdetailspadding .sec-title .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 55px;
    color: #55b12c;
    margin: 0;
    letter-spacing: -2px;
    padding-bottom: 22px;
}

.clientspadding{
    padding: 60px 0px;
    background-color: #f7f7f7;
}

.contactpgpadding{
    padding: 60px 0px 0px;
}

.mappadding{
    padding: 60px 0px 0px;
}

.footer-social{
    padding-left: 72px;
}

.rs-breadcrumbs .breadcrumb {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
    list-style: none;
    display: block;
    background: transparent;
}

.rs-breadcrumbs .breadcrumb li:not(:last-child) {
    margin-right: 15px;
}

.rs-breadcrumbs .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}

.rs-breadcrumbs .breadcrumb li a {
    color: #fff;
    font-size: 20px;
    text-transform: none;
}

.rs-breadcrumbs .breadcrumb li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 15px;
}

.rs-breadcrumbs .breadcrumb li:last-child:after {
  display: none;
}

.rs-services.main-home .services-item .services-desc{
    padding-bottom: 14px;
}

.projbtn {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #282828;
}

.service-card-five__content:hover .projbtn{
    color: #fff;
}

.projdetailsbtn{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #18150e;
}

.rs-team.team-style4 .team-item:hover .team-content .projdetailsbtn{
    color: #fff;
}

.servdetails .sec-title .title.black-color {
    color: #b91f36;
}

.servdetails .sec-title .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 37px;
    margin: 0;
    letter-spacing: -1px;
    padding-bottom: 22px;
}

.servdetails .sec-title .desc {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #767677;
    line-height: 23px;
    max-width: 700px;
    padding-bottom: 20px;
}

.projectbtn a:hover {
    color: #fff;
    background-color: #18150e;
    border-color: #18150e;
}

.contactpgpadding .sec-title .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 37px;
    color: #002129;
    margin: 0;
    letter-spacing: -2px;
}

/* Slider */

.homeslider .item {
  height: 88vh;
  position: relative;
}
/*.homeslider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
.homeslider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.homeslider .item .cover .header-content {
    position: relative;
    padding: 0px 22px 0px 0px;
    overflow: hidden;
}
.homeslider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
/*  border: 9px solid #fff;*/
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.homeslider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.homeslider .item .cover .header-content h1 {
    font-size: 55px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 0px;
    color: #fff;
    line-height: 54px;
    letter-spacing: -1px;
}
.homeslider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.homeslider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.homeslider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.homeslider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.homeslider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.homeslider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: unset;
  width: 63px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
   color: #fff;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 6px;
}
.homeslider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.homeslider .owl-nav .owl-prev:focus {
  outline: 0;
}
.homeslider .owl-nav .owl-prev:hover {
  background: unset;
}
.homeslider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: unset;
    width: 63px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 6px;
}
.homeslider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.homeslider .owl-nav .owl-next:focus {
  outline: 0;
}
.homeslider .owl-nav .owl-next:hover {
  background: unset;
}
.homeslider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.homeslider:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.brochureimg img {
    position: relative;
    height: 91px !important;
    padding-top: 24px;
    width: 175px !important;
    object-fit: unset !important;
    display: inline !important;
}

.sliderbtn h5{
    color: #fff;
}

.service-card-five__content:hover .service-card-five__text{
    color: #fff;
}

.servdetails{
    padding: 60px 0px;
}

ul.rs-features-list li .rs-feature-text b{
color: #18150e;
}

.homeslider .item .cover .header-content p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 27px;
    padding-top: 13px;
    letter-spacing: 0px;
}

.homeslider .item .cover .header-content h6 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
}

#aboutbrands {
    padding: 25px 0px 0px;
}

.homeslider{
    position: relative;
}

.homeslider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 23px;
    width: 100%;
}

.homeslider .owl-theme .owl-dots .owl-dot.active span, .homeslider .owl-theme .owl-dots .owl-dot:hover span {
    background: #55b12c;
}


.rs-partner-section h5 {
    font-size: 30px;
    font-weight: 700;
    color: #53b12a;
    margin-bottom: 11px;
    text-align: center;
}

.rs-technology h5{
    font-size: 30px;
    font-weight: 700;
    color: #53b12a;
    margin-bottom: 11px;
    text-align: center;
}

/*------------------------------------------------------------------------*/

.menu-area ul li {
    display: inline-block;
    line-height: 29px;
    margin-right: 18px;
}

.menu-area ul li a {
    font-size: 22px;
    color: #ffffff;
}

.menucell{
     border: 2px solid #b91f36;
    border-radius: 69px;
    padding: 5px 33px;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky ul li a{
    color: #000;
}


.clinetspadding .sec-title p {
    color: #3f3c3c;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}

.rs-team.team-style3 .team-item .team-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.circle {
    border-radius: 50%;
    border: 2px solid #b91f36;
    padding: 20px;
    width: 86px;
    height: 85px;
    margin: auto;
    position: absolute;
    bottom: 158px;
    right: 92px;
    background-color: #d9d9d9;
}

.team-style3 h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 50px;
}



.team-style3 h2 span{
    color: #b91f36;
}


.team-style3{
    padding:60px 0px;
}

.servicebtn{
    text-align: center;
    padding-top: 20px;
}

.servicebtn a {
    background-color: #b91f36;
    color: #fff;
    padding: 13px 20px;
    border-color: #b91f36;
    border-radius: 0px;
    font-size: 19px;
    font-weight: 500;
}

/* service para section */

.teaching-area {
    position: relative;
    display: block;
    background-color: #c4323c;
    z-index: 10;
    background-image: url('../images/home/BG.jpg');
}




.teaching-area .auto-container {
    max-width: 100%;
    padding: 0;
    position: static;
    margin: 0 auto;
}


.teaching-content {
    position: relative;
    display: block;
    max-width: 742px;
    width: 100%;
    float: right;
    padding: 110px 0 110px;
    padding-left: 163px;
}



.teaching-content .sec-title {
    padding-bottom: 20px;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -9px;
}
.sec-title h2 {
    color: #121212;
    font-size: 40px;
    line-height: 43px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.teaching-content .sec-title .sub-title {
    padding-top: 21px;
}

.teaching-content .sub-title p {
    padding-bottom: 19px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 300;
}

.sec-title .sub-title p {
    margin: 0;
}

.teaching-img-box {
    position: relative;
    display: block;
    padding-right: 0;
    z-index: 10;
    height: 100%;
}

.teaching-img-box__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1;
}


.teaching-content h5 {
     color: #fff; 
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 11px;
}

.teaching-content .sec-title h2 {
    color: #fff;
    font-size: 40px;
    line-height: 43px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -1px;
    margin-bottom: 9px;
}

.teaching-content p span {
    color: #f8ee0d;
    font-weight: 600;
}

.getintouch .sec-title .title {
    font-size: 34px;
    font-weight: 600;
    line-height: 43px;
    color: #3f3c3c;
    margin: 0;
    letter-spacing: -1px;
    text-transform: unset;
    margin-bottom: 12px;
}

.getintouch .sec-title p {
    font-size: 18px;
    color: #fff;
}

.footer-widget p {
    color: #fff;
    max-width: 400px;
    font-size: 16px;
    line-height: 22px;
}

/*.aboutuspgpadding .sec-title:before {
    position: absolute;
    top: 0;
    left: -29px;
    width: 15px;
    height: 114px;
    content: "";
    background-color: #b91f36;
}*/

.team-style3 h2:before{
    position: absolute;
    top: 0;
    left: -40px;
    width: 15px;
    height: 114px;
    content: "";
    background-color: #b91f36;
}

.team-style3 .sericeborder{
    display: flex;
}

.team-style3 .border {
    width: 328px;
    height: 36px;
    background-color: #b91f36;
    margin-right: 24px;
}

.teaching-img-box .box {
    padding: 16px 29px 30px;
    background-color: yellow;
    width: 311px;
    height: 99px;
    position: absolute;
    top: 202px;
}

.teaching-img-box .box p {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.teaching-img-box .box p span {
    color: #b91f36;
    font-size: 23px;
}

.teaching-img-box .box1 {
    padding: 16px 29px 30px;
    background-color: #fff;
    width: 311px;
    height: 99px;
    position: absolute;
    top: 336px;
}

.teaching-img-box .box1 p {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.teaching-img-box .box1 p span {
    color: #b91f36;
    font-size: 23px;
}

.brandspadding .partner-item img{
    border: 1px solid grey;
}

.clinetspadding .partner-item img {
    border: 1px solid #BAB8B8;
    border-radius: 14px;
}

.aboutuspgpadding img {
    border-radius: 6px;
    height: 364px;
    width: 100%;
    object-fit: cover;
}

.whychoosesection{
    padding: 60px 0px;
}

.enquirypadding{
    padding: 60px 0px;
}

/* Contact Us Page */

.contactpadding {
    padding: 60px 0px;
}

.icon-box-8 {
    padding: 30px 30px 30px 30px;
    background-color: #f4f4f6;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #b51f38;
    height: 263px;
}

.icon-box-8 .icon-box-icon {
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 6px;
    color: #b51f38;
}

.icon-box-8 .icon-box-content .icon-box-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #59595c;
}

.icon-box-8 .icon-box-content .icon-box-description {
    margin-bottom: 0;
    line-height: 24px;
}

.icon-box-8 .icon-box-content .icon-box-description a{
    color: #000;
}

.contact-style3{
    padding: 0px 0px 60px;
}

.servlist{
    padding-top: 40px;
}

.servlist h5 {
    font-size: 20px;
    background-color: #b91f36;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
}

.servlist ul {
    list-style-type: disc;
    padding-left: 17px;
}

.servlist ul li {
    line-height: 29px;
    font-size: 16px;
    font-weight: 400;
}

.servdetails ul {
    list-style-type: disc;
    padding-left: 17px;
}

.servdetails ul li {
    line-height: 29px;
    font-size: 16px;
    font-weight: 400;
}

.aboutuspgpadding .sec-title {
    padding-right: 31px;
}

.aboutuspgpadding .sec-title a {
    font-size: 14px;
    color: #b91f36;
    font-weight: 700;
}

.aboutuspgpadding .rightarrow {
    padding-left: 0px;
    border-radius: unset;
    height: unset;
    width: 18px;
    object-fit: unset;
}



.homeslider .item:before {
   content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(185, 31, 54, 0.5); 
}

.servdetails img {
    border-radius: 27px;
}

.servdetails li::marker{
    color: #b91f36;
}

.welcomeimg{
    padding-left: 60px;
}

.greyimg img {
    position: absolute;
    bottom: 63px;
    z-index: 1;
}


.videosection{
    position: relative;
    height: 88vh;
}

.inner1 {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%,-50%);
}

.overlay1 .inner1 h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.05px;
    line-height: 71px;
    margin-bottom: 25px;
}

.servdetails .sec-title h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    background-color: #b91f36;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
}





@media only screen and (max-width: 1880px) {

.greyimg img {
    position: absolute;
    bottom: 53px;
    z-index: 1;
}

}

@media only screen and (max-width: 1660px) {

.greyimg img {
    position: absolute;
    bottom: 63px;
    z-index: 1;
}

}

@media only screen and (max-width: 1536px) {

.greyimg img {
    position: absolute;
    bottom: 62px;
    z-index: 1;
}

}



@media only screen and (max-width: 1440px) {
  
.rs-counter.style1 .counter-top-area {
    margin-top: 43px;
    position: absolute;
    min-width: 558px;
    right: 1%;
    padding: 29px 18px 24px 18px;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
}

.rs-counter.style1 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #53b12a;
    font-size: 43px;
    line-height: 49px;
    font-weight: 800;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
}

.rs-counter.style1 .counter-top-area .counter-list .counter-text .title {
    font-size: 15px;
    line-height: 20px;
    color: #002129;
    font-weight: 500;
    margin: 0;
}



.rs-partner-section.partner-style2 .partner-item .logo-img {
    padding: 26px 0px 20px 0px;
}

.whychoosepadding .sec-title .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 41px;
    color: #fff;
    margin: 0;
    letter-spacing: -3px;
}

.rs-team-Single .btm-info-team {
    position: relative;
    box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
    background: #fff;
    margin-bottom: 67px;
    padding: 0px 40px 14px;
}

.rs-team-Single .btm-info-team .con-info .title {
    font-size: 20px;
    line-height: 46px;
    font-weight: 700;
    color: #53b12a;
    margin-bottom: 2px;
}

.rs-team.team-style3 .team-item .team-content {
    padding: 46px 20px 10px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #fff;
    /* border-radius: 0 0 5px 5px; */
    transition: .3s all ease;
    margin-bottom: 0px;
    height: 192px;
}

.circle {
    border-radius: 50%;
    border: 2px solid #b91f36;
    padding: 20px;
    width: 86px;
    height: 85px;
    margin: auto;
    position: absolute;
    bottom: 163px;
    right: 89px;
    background-color: #d9d9d9;
}

.teaching-content {
    position: relative;
    display: block;
    max-width: 742px;
    width: 100%;
    float: right;
    padding: 110px 0 110px;
    padding-right: 20px;
    padding-left: 140px;
}

.greyimg img {
    position: absolute;
    bottom: 67px;
    z-index: 1;
}

}

@media only screen and (max-width: 1366px) {

.service-card-five__title {
    font-size: 18px;
    font-weight: bold;
    color: #53b12a;
    margin: 0;
    margin-top: 11px;
    margin-bottom: 9px;
}

.service-card-five__content {
    position: relative;
    padding: 20px 35px 27px;
    box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
    text-align: center;
}

.greyimg img {
    position: absolute;
    bottom: 54px;
    z-index: 1;
}


}

@media only screen and (max-width: 1336px) {

.rs-team-Single .btm-info-team .images-part {
    padding: 0 50px 0 0;
    position: absolute;
    width: 319px;
    height: auto;
    top: -1px;
    left: 0px;
}

.greyimg img {
    position: absolute;
    bottom: 68px;
    z-index: 1;
}

}

@media only screen and (max-width: 1280px) {

.greyimg img {
    position: absolute;
    bottom: 50px;
    z-index: 1;
}

}


@media only screen and (max-width: 600px) {

.dsk{
    display: none;
}

.mob{
    display: block;
}



.welcomepadding {
    padding: 40px 0px 0px;
}

.rs-team-Single .btm-info-team .images-part {
    padding: 33px 0px 0 0;
    position: relative;
    width: unset;
    height: auto;
    top: -1px;
    left: 0px;
}

.rs-team-Single .btm-info-team .con-info {
    position: relative;
    padding-left: 0px;
    padding-top: 20px;
}

.rs-team-Single .btm-info-team {
    margin-bottom: 0px;
}

.servicepadding {
    padding: 40px 0px;
}

.servicepadding .sec-title .sub-upper {
    color: #10b13b;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
}

.servicepadding .sec-title .title {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 30px;
}

.servicepadding .rs-services.main-home .services-item .services-content .services-text .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 13px;
}

.servbtn {
    padding-left: 0px;
    text-align: center;
}

.servicepadding .rs-services {
    padding: 20px 0px 0px;
}

#projectpadding2 {
    padding: 0px 0px 40px;
    background-color: #efefef;
}

#projectpadding2 .sec-title .sub-text {
    color: #53b12a;
    font-size: 20px;
    font-weight: 500;
}

#projectpadding2 .sec-title .title {
    font-size: 25px;
    font-weight: 300;
    line-height: 31px;
    color: #161616;
    margin: 0;
    letter-spacing: 0px;
}

.projectbtn {
    text-align: left;
    position: relative;
    padding-top: 22px;
}

.projectbtn a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 9px 23px;
    color: #53b12a;
    background-color: transparent;
    border: 2px solid #53b12a;
    border-radius: 0;
}

.whychoosepadding {
    padding: 40px 0px 40px;
    margin-top: 0;
    background-size: cover;
}

.whychoosepadding .sec-title .title {
    font-size: 25px;
    font-weight: 300;
    line-height: 28px;
    color: #fff;
    margin: 0;
    letter-spacing: -1px;
}

.sec-title .sub-text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #b91f36;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin: 0;
}

.whychoosepadding .about-images img {
    position: relative;
    bottom: 0;
    height: auto;
    width: 100%;
}

.rs-counter.style1 .counter-top-area {
    margin-top: 43px;
    position: relative;
    min-width: auto;
    right: 1%;
    padding: 29px 18px 24px 18px;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
}

.clinetspadding .sec-title .title {
    font-size: 25px;
    font-weight: 300;
    line-height: 28px;
    color: #002129;
    margin: 0;
    letter-spacing: 0px;
}

.clinetspadding .sec-title .sub-text {
    font-size: 16px;
    font-weight: 500;
    color: #53b12a;
}

.clinetspadding {
    padding: 40px 0px 0px;
}

.brandspadding .sec-title .title {
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
    color: #002129;
    margin: 0;
    letter-spacing: -1px;
}

.brandspadding .sec-title .sub-text.big {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #53b12a;
}

.brandspadding {
    padding: 40px 0px 10px;
    background-color: #fff;
}

.full-width-header .rs-header.header-style2 .expand-btn-inner ul .nav-link-container {
    border-left: unset;
}

.rs-footer.footer-style1 .footer-top .footer-logo img {
    height: 95px;
}

.footer-social {
    padding-left: 0px;
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 146px 0 43px;
}

.clientspadding {
    padding: 40px 0px;
    background-color: #f7f7f7;
}

.rs-contact.contact-style5 .contact-box .address-box .address-text .label {
    font-size: 17px;
    font-weight: 700;
    color: #002129;
    display: block;
    margin-bottom: 5px;
}

.homeslider .item .cover .header-content {
    position: relative;
    padding: 65px 22px 0px 0px;
    overflow: hidden;
}

.homeslider .item .cover .header-content h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 5px 0 33px;
    word-spacing: 3px;
    color: #fff;
    line-height: 30px;
}

.homeslider .item .cover .header-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    margin-bottom: 8px;
}

.sliderbtn {
    text-align: left;
}

.brochureimg {
    text-align: left;
    position: relative;
}

.readon.started {
    padding: 7px 25px;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #55b12c 10%, #55b12c 100%);
}

.sliderbtn h5 {
    color: #fff;
    margin-bottom: 10px;
}

.servdetails .sec-title .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
    margin: 0;
    letter-spacing: -2px;
    padding-bottom: 22px;
}

.projectpgpadding {
    padding: 40px 0px;
}

.projectdetailspadding .sec-title .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 55px;
    color: #55b12c;
    margin: 0;
    letter-spacing: 0px;
    padding-bottom: 8px;
}

.contactpgpadding .sec-title .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
    color: #002129;
    margin: 0;
    letter-spacing: -1px;
}

.contactpgpadding {
    padding: 40px 0px 0px;
}

.servdetails{
    padding: 40px 0px;
}

ul.rs-features-list li .rs-feature-text {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.brochureimg img {
    position: relative;
    height: auto !important;
    padding-top: 29px;
    width: 156px !important;
    object-fit: unset !important;
    display: inline !important;
}

.whychoosepadding .rs-features-list p {
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.sec-title .desc {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #767677;
    line-height: 22px;
    max-width: 600px;
}

.servbtn a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-decoration: underline !important;
    color: #282828;
}

.rs-partner-section.partner-style2 .partner-item .logo-img {
    padding: 0px 0px 20px 0px;
}

.homeslider .item .cover .header-content h6 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
}

.homeslider .item .cover .header-content p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    padding-top: 13px;
    letter-spacing: 0px;
}

#aboutbrands{
    padding: 40px 0px 0px;
}

.rs-contact.contact-style5 .contact-box .address-box .address-text .desc {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.rs-contact.contact-style5 .contact-box .address-box .address-text a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}

.rs-partner-section h5 {
    font-size: 25px;
    font-weight: 700;
    color: #53b12a;
    margin-bottom: 19px;
    text-align: center;
}

.rs-technology h5{
    font-size: 25px;
    font-weight: 700;
    color: #53b12a;
    margin-bottom: 19px;
    text-align: center;
}

.rs-breadcrumbs .breadcrumb li a {
    color: #fff;
    font-size: 15px;
    text-transform: none;
}

.rs-breadcrumbs .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}


.menucell {
    border: 2px solid #b91f36;
    border-radius: 69px;
    padding: 10px 33px;
    display: none !important;
}

.clinetspadding .sec-title p {
    color: #3f3c3c;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.team-style3 .border {
    width: 328px;
    height: 36px;
    background-color: #b91f36;
    margin-right: 24px;
    display: none;
}

.team-style3 h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 33px;
}

.team-style3 {
    padding: 40px 0px;
}

.circle {
    border-radius: 50%;
    border: 2px solid #b91f36;
    padding: 20px;
    width: 86px;
    height: 85px;
    margin: auto;
    position: absolute;
    bottom: 184px;
    right: 128px;
    background-color: #d9d9d9;
}

.rs-team.team-style3 .team-item .team-content {
    height: 195px;
}

.servicebtn a {
    background-color: #b91f36;
    color: #fff;
    padding: 13px 20px;
    border-color: #b91f36;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
}

.teaching-area {
    padding-bottom: 40px;
}

.teaching-content {
    max-width: 100%;
    width: 100%;
    float: none;
    padding: 40px 0 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.teaching-content .sec-title h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -1px;
    margin-bottom: 9px;
}

.sec-title .sub-title p {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
}

.teaching-img-box {
    padding: 110px;
    padding-left: 20px;
    padding-right: 20px;
}

.teaching-content h5 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 11px;
}

.getintouch .sec-title .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 43px;
    color: #3f3c3c;
    margin: 0;
    letter-spacing: -1px;
    text-transform: unset;
    margin-bottom: 12px;
}

.getintouch .sec-title p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.readon.started.more {
    padding: 11px 35px 11px 35px;
    background-image: unset;
    border-radius: 15px;
    background-color: #fff;
    color: #b91f36;
    font-size: 14px;
}

.rs-footer.footer-style1 .footer-top .address-widget li .desc {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.footer-widget p {
    color: #fff;
    max-width: 400px;
    font-size: 14px;
    line-height: 22px;
}

.rs-footer.footer-style1 .footer-top .widget-title {
    font-size: 17px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 19px;
    text-transform: unset;
}

.rs-footer.footer-style1 .footer-top .site-map li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

.rs-footer.footer-style1 .footer-bottom .copyright p {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.rs-footer.footer-style1 .footer-bottom .copyright p a {
    color: #fff;
    font-size: 14px;
}

.teaching-img-box .box {
    padding: 16px 29px 30px;
    background-color: yellow;
    width: 311px;
    height: 99px;
    position: absolute;
    top: 202px;
    display: none;
}

.teaching-img-box .box1 {
    padding: 16px 29px 30px;
    background-color: #fff;
    width: 311px;
    height: 99px;
    position: absolute;
    top: 336px;
    display: none;
}

.aboutuspgpadding .sec-title:before {
    position: absolute;
    top: 0;
    left: -29px;
    width: 15px;
    height: 114px;
    content: "";
    background-color: #b91f36;
    display: none;
}

.aboutuspgpadding {
    padding: 40px 0px;
}

.servdetails .sec-title .desc {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #767677;
    line-height: 23px;
    max-width: 700px;
    padding-bottom: 20px;
    text-align: justify;
}

.servlist {
    padding-top: 10px;
}

.aboutuspgpadding .sec-title {
    padding-right: 0px;
    padding-bottom: 26px;
}

#pid {
    width: 192%;
}

.homeslider .item {
    height: 60vh;
    position: relative;
}

.homeslider .item:before {
   content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(185, 31, 54, 0.5); 
}

.welcomeimg {
    padding-left: 0px;
}

.inner1 {
    position: absolute;
    top: 60%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.overlay1 .inner1 h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.05px;
    line-height: 38px;
    margin-bottom: 25px;
}

.servicepgpadding {
    padding: 40px 0px;
}

.servlist h5 {
    font-size: 15px;
    background-color: #b91f36;
    color: #fff;
    text-align: center;
    padding: 16px 0px;
    border-radius: 5px;
}

.servdetails .sec-title h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    background-color: #b91f36;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
}

}
