body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/*=====Comman Styling Start Here=====*/
ul {
  list-style: none;
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure {
  padding: 0px;
  margin: 0px;
}

span {
  display: inline-block;
}

.comman-title-box {
  margin-bottom: 20px;
  text-align: center;
}

.comman-title-box .comman-title {
  /* color: #FF7B02;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize; */
  
    margin: 0 0 1rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;

}

.comman-title-box p {
  color: #000;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;

}

.custom-title {
  margin-bottom: 10px;
}

.custom-style {
  width: 100%;
  display: inline-block;
  padding: 40px 0px;
}

.comman-spacing {
  width: 100%;
  display: inline-block;
  padding: 40px 18px;
}

.appoinment-btn-box {
  text-align: center;
  margin-top: 16px;
}

.appoinment-btn {
  color: #fff !important;
  background: #FF7B02;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 15px;
  border-radius: 23px;
}

.comman-btn {
  color: #fff !important;
  background-color: #FF7B02;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 26px 10px;
  border: none;
  outline: none;
  border-radius: 25px;
  margin-top: 18px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #FF7B02;
}

.logo-box {
  padding: 10px 10px 10px 5px;
  display: none;
}

.logo-box .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-box img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.logo-box .fa-xmark {
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #FF7B02;
  font-size: 18px;
  text-align: center;
  align-content: center;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}

.navbar-toggler {
  color: #FF7B02;
  font-size: 24px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.logo-box .fa-xmark:active {
  transform: rotate(-360deg);
}

.pagination {
  margin-top: 20px;
  justify-content: center;
}

.pagination .page-link {
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0px 10px;

}

.pagination .page-link:focus {
  box-shadow: none;
  color: #fff;
  background-color: #FF7B02;
}


.pagination .active {
  color: #fff;
  background-color: #FF7B02;
}

.pagination .page-link:hover,
.pagination .page-link:active {
  color: #fff;
  background-color: #FF7B02;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 10px;
}

.scroll-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FF7B02;
  color: #FF7B02 !important;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  align-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  animation: animated 1s linear infinite alternate;
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 99;
}

.header .dropdown {
  position: relative;
}

.header .arrow-icon {
  color: #FF7B02;
  position: absolute;
  top: 18px;
  right: -11px;
  cursor: pointer;
}

.comman-img-box {
  width: 100%;
  height: 620px;
}

.comman-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #DFDFDF;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(64deg,
      #FF7B02 20%,
      #DFDFDF 72%,
      #FF7B02 69%,
      #DFDFDF 197%);
}

.whatsapp-icon {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25d366;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
            z-index: 1200;
        }

        .whatsapp-icon:hover {
            transform: scale(1.1);
        }

        .whatsapp-icon img {
            width: 35px;
            height: 35px;
        }
/*--------------------------------------Home Page Styling Start Here-----------------------*/
/*=====Header Styling Start Here=====*/
.header {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  padding: 0px 12px;
  position: sticky;
  top: 0%;
  left: 0%;
  z-index: 9999999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.header .navbar {
  padding: 0px;
}

.header .navbar-brand {
  padding: 0px;
}

.header .navbar-brand img {
width: 20%;
}

.header .nav-item {
  margin-left: 30px;
}

.header .nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  font-family: "Mulish", Sans-serif;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}

.header .nav-link i {
  color: #FF7B02;
  font-size: 14px;
}


.header .dropdown-toggle::after {
  display: none;
}

.header .sub-menu {
  padding: 0px;
  right: unset;
  border-top: 3px solid #FF7B02;
}

.header .sub-menu a {
  color: #000;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  ;
  padding: 12px 15px;
  transition: all 0.5s ease-in-out;
}

.header .sub-menu li:not(li:last-child) {
  border-bottom: 1px solid #EDEDED;
}

.header .sub-menu a:hover {
  color: #FF7B02;
  transform: translateX(3px);
}

.header .nav-link:hover {
  color: #FF7B02;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0px;
}

/*=====Header Styling End Here=====*/



/* lets talk start */

.btn-open-popup {
  padding: 5px 10px;
  background-color: #FF7B02;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 7px;
  margin-left: 15px;
}
.form-popup-container {
  display: none;
  position: fixed;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.form-popup-title{
  font-size: 23px;
  text-align: center;
}
.btn-close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.form-field {
  margin-bottom: 10px;
}
input, textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.btn-submit-popup {
  background-color: #FF7B02;
  color: white;
  width: 100%;
  padding: 10px;
  border-radius: 7PX;
  border: none;
  cursor: pointer;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}


/* lets talk end */



/* model popup start */
.modal-dialog {
  width: 400px;
  border-radius: 20px;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position for modal */
  top: 50%;
  left: 50%;
  margin-top: 50px;
  transform: translate(-50%, -50%);
  z-index: 1200;
}

.modal-content {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 80vh; /* Increased height */

}

.btnClose {
  position: absolute;
  top: 2px;
  right: 2px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
}


.btnClose:hover {
  color: #000;
}

.modalBody {
  padding: 25px;
  height: calc(100% - 0px); /* Adjusted for modal content padding */
}
.iframeForm1 {
  position: relative;
  height: 100%;
}

.iframeForm1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.toggleModal {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff7b02;
  color:#fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.toggleModal:hover {
border: 1px solid #ff7b02;
background-color: transparent;
color: #ff7b02;
cursor: pointer;
}


/* model popup end */

/*=====Hero Panel(Banner) Styling Start Here=====*/
.hero-panel {
  width: 100%;
  display: inline-block;
  background-image: url("../images/RC\ Banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  padding: 50px 232px;
  position:relative;
  overflow:hidden;
  z-index:1;
}

.hero-panel::before{
    content:"";
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
    z-index:-1;
}

.hero-panel h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 23px;
}

.hero-panel p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  font-family: 'Rubik', sans-serif;
}

.testimoinal-slider-wrapper {
  margin-top: 20px;
}

.testimoinal-slider-wrapper .owl-stage-outer {
  border-radius: 10px;
}

.testimoinal-slider .testimoinal-slides {
  width: 100%;
  display: flex;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.testimoinal-slider .testimoinal-img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
  margin: 0px;
  margin-right: 12px;
}

.testimoinal-slider .testimoinal-img img {
  width: 100%;
  height: 100%;
  object-fit:contain;
  border-radius: 5px;
}

.testimoinal-slider .testimoinal-content h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.testimoinal-slider .testimoinal-content {
  width: 80%;
}

.testimoinal-slider .testimoinal-content p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  height: 83px;
  text-overflow: ellipsis;
  overflow: hidden;
}


.testimoinal-slider .testimoinal-content h5 {
  color: #FF7B02;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  margin-top: 12px;
  margin-bottom: 15px;
}

.testimoinal-slider .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 0%;
  text-align: right;
  padding: 0px 20px;
}

.testimoinal-slider .owl-dots .owl-dot span {
  margin: 3px;
}

.testimoinal-slider .owl-dots .owl-dot.active span,
.testimoinal-slider .owl-dots .owl-dot:hover span {
  background-color: #FF7B02;
}

.comman-form-style {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}

.comman-form-style h6 {
  color:#FF7B02;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
  text-align: center;
  line-height: 24px;
  margin-bottom: 21px;
}

.comman-form-style .input-box {
  padding: 0px 5px;
  margin-bottom: 10px;
}

.comman-form-style .input-box .form-control::placeholder {
  text-transform: capitalize;
}

.comman-form-style .submit-btn-box {
  margin-top: 27px;
}

.comman-form-style .submit-btn {
  width: 100%;
  color: #fff;
  background-color: #FF7B02;
  font-size: 22px;
  padding: 6px;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
  border: none;
  outline: none;
  border-radius: 24px;
}
.comman-form-style .submit-btn:hover{
  width: 100%;
  color: #FF7B02;
  background-color: #000;
  border: 1px solid #FF7B02;
  font-size: 22px;
  padding: 6px;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
  border: none;
  outline: none;
  border-radius: 24px;
}


.comman-form-style .inner-box {
  margin-top: 20px;
}

.comman-form-style p {
  color: #000;
  font-size: 15px;
}

.comman-form-style a {
  display: block;
  color: #FF7B02;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: underline;
}

/*=====Hero Panel(Banner) Styling End Here=====*/

/*=====Client Panel Styling Start Here=====*/
.client-panel {
  padding: 25px;
}

/* .client-panel .title-box {
  padding: 0px 20px;
} */

.client-panel .title-box h2 {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 44px;
}

.client-panel .title-box h2 strong {
  color: #FF7B02;
}

.client-panel .slider-wrapper {
  height: 100%;
  align-content: center;
}

.client-panel .client-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.client-panel figure {
  width: 100%;
  height: 98px;

}

/*=====Client Panel Styling End Here=====*/




/*====Info Panel Styling Start Here=====*/
.info-panel .video-box {
  width: 100%;
  height: 400px;
  padding: 20px 10px;
  background-color: #C6C6C6;
}

.info-panel .video-box video {
  width: 100%;
  height: 100%;
}

.info-panel .comman-title-box {
  text-align: left;
}

.info-panel .content-box p {
  color: #000;
  font-size: 16px;
  margin-bottom: 40px;
  font-family: 'Rubik', sans-serif;
  text-align: justify;
}

.info-panel .service-box img {
  width: 60px;
  height: 100%;
  margin-right: 10px;
  object-fit: contain;
}

.info-panel .service-box h6 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.info-panel .service-box p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.info-panel figure {
  width: 304px;
  height: auto;
  position: relative;
  /* box-shadow: 0px 3px 22px rgba(185.98, 200.77, 222.06, 0.48); */
  border-radius: 12px;
  padding: 10px;
  margin: auto;
}


.info-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-panel .accordion-item {
  margin-bottom: 8px;
  border-radius: 0px !important;
  border: 1px solid rgba(0, 0, 0, .125);
}

.info-panel .accordion-button {
  padding: 5px;
  border-radius: 0px !important;
}

.info-panel .accordion-button:focus {
  color: #000;
  box-shadow: none;
  background-color: transparent;
}

.info-panel .accordion-body {
  padding: 10px 20px;
}

.info-panel .accordion-button::after {
  content: "+";
  color: #FF7B02;
  font-size: 21px;
  background-image: none;
  transform: rotate(0deg);
  position: absolute;
  top: 19px;
  right: 0px;
}

.info-panel .accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
}

/*====Info Panel Styling End Here=====*/
#cont{
  max-width: 1320px;
}
/*=====Our Story Panel Styling Start Here=====*/
.our-story-panel .comman-title-box {
  text-align: left;
}

.our-story-panel p {
  color: #000;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  text-align: justify;
}

.our-story-panel ul {
  margin: 20px 0px;
  padding-left: 4px;
}

.our-story-panel ul li {
  color: #000;
  font-size: 16px;
  /* margin-bottom: 10px; */
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}

.our-story-panel ul li p {
  font-size: 16px;
}

.our-story-panel ul li i {
  color: #FF7B02;
  font-size: 18px;
  margin-right: 5px;
}

.our-story-panel .img-box img {
  width: 65%;
  margin-left: 50px;
  height: 60%;
  object-fit: cover;
}

/*=====Our Story Panel Styling End Here=====*/

/*=====Service Panel Styling Start Here====*/
.service-panel {
  background-color: #c3c2c21f;
}

.service-panel .comman-title-box {
  text-align: center;
}

.service-panel .comman-title-box .comman-title {
  margin-bottom: 10px;
}

.service-panel .comman-title-box p {
  color: #000;
  font-size: 16px;
}

.service-panel .service-card {
  width: 100%;
  min-height: 552px;
  background-color: #c6c6c636;
  padding: 10px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.service-panel .service-card .service-title {
  background-color: #FF7B02;
  padding: 10px 20px;
  border-radius: 15px 15px 0px 0px;
  display: flex;
  align-items: center;
}

/* .service-panel .service-card .comman-bg{
  background-color:#C6C6C6;
} */

.service-panel .service-card .service-title img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.service-panel .service-card .service-title h3 {
  color: #fff;
  font-size: 18px;
}

.service-panel .service-card i {
  color: #FF7B02;
  font-size: 18px;
  margin-right: 7px;
}

.service-panel .service-card ul {
  padding: 10px 8px;
}

.service-panel .service-card ul li {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  /* display:flex;
  align-items:center; */
}

.service-panel .btn-box {
  text-align: center;
}

.service-panel .enquiry-now-btn {
  color: #fff;
  background-color: #FF7B02;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 20px;
  border-radius: 25px;
}

/*=====Service Panel Styling End Here====*/

/*=====Enquiry Form Panel Styling Start Here=====*/
.enquiry-form-panel {
  background-color: #FF7B02;
  padding: 25px 25px 14px;
}

.enquiry-form-panel .comman-title {
  color: #fff;
  text-align: left;
}

.enquiry-form-panel .form-control {
  border: 1px solid #b4b4b4;
  border-radius: 24px;
  padding: 10px 50px 10px 20px;
}

.enquiry-form-panel .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
}

.enquiry-form-panel .send-btn {
  color: #FF7B02;
  background-color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px 46px;
}

/*=====Enquiry Form Panel Styling End Here=====*/

/*=====Benfits Services Panel Styling Start Here=====*/
.benfits-services-panel ul li {
  display: flex;
  margin-bottom: 30px;
}

.benfits-services-panel ul li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-right: 50%;
  margin-right: 10px;
}

.benfits-services-panel ul li h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.benfits-services-panel ul li p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: Rubik, sans-serif;
}

.benfits-services-panel figure {
  width: 100%;
  height: 350px;
  margin-top: 35px;
}

.benfits-services-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*=====Industries Panel Styling Start Here=====*/
.industries-panel {
  display: block;
  background-image: url("../images/image16.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
  padding: 30px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.industries-panel::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.industries-panel .inner-indust-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.industries-panel .inner-indust-box figure {
  width: 180px;
  height: 180px;
  padding: 20px;
  border-radius: 8px;
}

.industries-panel .inner-indust-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/*=====Industries Panel Styling End Here=====*/

/*=====Testimoinal Panel Styling Start Here=====*/
.testimoinal-panel .comman-title-box img {
  width: 100%;
  height: 17px;
  object-fit: contain;
}

.testimoinal-panel .slider-wrapper {
  padding: 0px 90px;
}

.testimoinal-panel .owl-carousel .owl-stage-outer {
  padding: 1px;
}

.testimoinal-panel .testimoinal-card {
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #8080801c;
}

.testimoinal-panel .testimoinal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.testimoinal-panel .testimoinal-top .comma-img {
  width: auto;
  height: 40px;
  object-fit: contain;
}

.testimoinal-panel .testimoinal-top .star-img {
  width: auto;
  height: 20px;
  object-fit: contain;
}

.testimoinal-panel .testimoinal-card p:not(.bottom-box p) {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  height:176px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
}

.testimoinal-panel .testimoinal-reviews {
  display: flex;
  align-items: center;
  margin-top:40px;
}


.testimoinal-panel .testimoinal-reviews img {
  width: 50px;
  height: 50px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  margin-right:12px;
}

.testimoinal-panel .bottom-box h3 {
  color: #FF7B02;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.testimoinal-panel .bottom-box p {
  color: #808080;
  font-size: 14px;
  text-transform: capitalize;
}

/*=====Testimoinal Panel Styling End Here=====*/

/*=====Follow Up Form Panel Styling Start Here=====*/
.follow-up-panel {
  width: 100%;
  display: block;
  padding: 30px 18px 20px;
  background-color: #EDEDED;
}

.follow-up-panel h2 {
  color: #FF7B02;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.follow-up-panel p {
  color: #000;
  font-size: 18px;
}

.follow-up-panel .input-box {
  margin-bottom: 10px;
}

.follow-up-panel .input-box .form-control {
  border: none;
  outline: none;
  padding: 15px;
  border-radius: 5px;
  background-color: #d6d6d6;
}

.follow-up-panel .submit-btn-box .submit-btn {
  outline: none;
  border: none;
  color: #fff;
  background-color: #FF7B02;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 12px 97px;
  width: 100%;
}

/*=====Follow Up Form Panel Styling End Here=====*/

/*=====Footer Styling Start Here=====*/
.footer {
  width: 100%;
  display: block;
  padding-top: 200px;
  background-color: #EDEDED;
  position: relative;
  overflow: hidden;
}

.footer .curve-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  position: absolute;
  top: -3px;
  left: 0px;
}

.footer .top-box {
  padding-bottom: 15px;
}

.footer .first-box {
  padding-right: 21%;
}

.footer img {
  width: 15%;
  height: auto;
  object-fit: cover;
}


.footer p {
  color: #000;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  text-align: justify;
}
.footer h2 {
  color: #ff7b02;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
}

.footer .footer-content-box li {
  display: flex;
  margin-bottom: 15px;
}

.footer .footer-content-box li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 15px;
  margin-top: 4px;
}

.footer .footer-content-box li a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.footer .bottom-box {
  background-color: #000;
  padding: 18px 0px;
}

.footer .bottom-box ul {
  display: flex;
  flex-wrap: wrap;
}


.footer .bottom-box ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.footer .bottom-box ul li span {
  color: #fff;
  margin: 0px 10px;
}

.footer .social-links a {
  color: #fff;
  font-size: 29px;
  margin: 0px 10px;
}

.footer .copyright-box {
  text-align: center;
  background-color: #000;
  padding: 24px 0px 20px;
}

.footer .copyright-box img {
  width: 100%;
  height: 45px;
  object-fit: contain;
}

.footer .copyright-box p {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}

/*=====Footer Styling End Here=====*/

/*=====Side Contactus Panel Styling Start Here=====*/
.side-contactus-panel {
  display: inline-block;
  width: 300px;
  height: auto;
  position: fixed;
  top: 50%;
  right: -300px;
  transform: translate(0%, -50%);
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}

.side-contactus-panel .inner-box {
  position: relative;
}


.side-contactus-panel .form-box {
  padding: 20px 10px;
  background-color: #EDEDED;
  border-radius: 0px 0px 0px 10px !important;
}

.side-contactus-panel h6 {
  font-size: 20px;
}

.side-contactus-panel .contact-us-btn {
  color: #fff;
  background: #FF7B02;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  top: 41px;
  left: -87px;
  transform: rotate(-90deg);
}



/*=====Side Contactus Panel Styling End Here=====*/
/*--------------------------------------Home Page Styling End Here-----------------------*/

/*--------------------------------------About US Page Styling Start Here-----------------*/
/*=====Banner Styling Start Here=====*/
.banner-panel {
  width: 100%;
  display: block;
  padding: 7% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-panel::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  /* background-color: rgba(227, 30, 37, 0.3); */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.banner-panel h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  /* margin-bottom: 15px; */
  margin-bottom: 10px;
}

.banner-panel .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

.banner-panel .breadcrumbs li,
.banner-panel .breadcrumbs li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.banner-panel .breadcrumbs i {
  font-size: 10px;
  margin: 0px 9px 0px 4px;
}

/*=====Banner Styling End Here=====*/

/*=====About Us Panel Styling Start Here=====*/
.about-us-panel .comman-title {
  text-align: left;
}

.about-img {
  width: 100%;
  height: 620px;
  border-radius: 10px;
  padding-right: 20px;
}

.about-us-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-us-panel .about-content {
  height: 100%;
  align-content: center;
}

.about-us-panel p {
  
    color: #000;
    font-size: 16px;
    margin-bottom: 40px;
    font-family: 'Rubik', sans-serif;
    text-align: justify;

}

.list-style {
  margin-top: 35px;
}

.list-style li {
  display: flex;
  margin-bottom: 25px;
}

.list-style figure {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FF7B02;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, .15);
  position: relative;
  margin-right: 25px;
}

.list-style figure img {
  width: 100%;
  height: 25px;
  object-fit: contain;
}

.list-style p {
  width: 80%;
}

.list-style .list-no {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -3px;
  color: #FF7B02;
  background-color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  align-content: center;
}

.list-style strong {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.list-style p {
  width: 80%;
}

/*=====About Us Panel Styling End Here=====*/

/*=====Presentation Panel Styling Start Here=====*/
.presentation-panel {
  width: 100%;
  display: inline-block;
  background-color: #EDEDED;
  padding: 6% 0% 11%;
}

.presentation-panel .comman-title-box {
  height: 100%;
  align-content: center;
  text-align: left;
}

.presentation-panel .comman-title {
  font-size: 40px;
}

.presentation-panel .play-btn-box {
  text-align: center;
}

.presentation-panel .play-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  align-content: center;
  color: #fff;
  background-color: #FF7B02;
  font-size: 23px;
  position: relative;
  z-index: 1;
}

.presentation-panel .play-btn::before,
.presentation-panel .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(227, 30, 37, 0.5);
  z-index: -1;
}

.presentation-panel .play-btn::after {
  animation: heartbeats 2s linear infinite;
}

.presentation-video-panel {
  z-index: 99999;
}

.presentation-video-panel .modal-header {
  border: none;
  padding: 10px 0px;
}

.presentation-video-panel .modal-content {
  background-color: transparent;
  border: none;
}

.presentation-video-panel .video-box {
  background-color: #fff;
  width: 100%;
  height: 500px;
  /* padding:15px; */
}

.presentation-video-panel .video-box iframe {
  width: 100%;
  height: 100%;
}

/*Animation Start Here*/
@keyframes heartbeats {
  from {
    width: 60px;
    height: 60px;
    opacity: 0.9;
  }

  to {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}

@keyframes animated {
  0% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(6px);
  }
}

/*Animation End Here*/
/*=====Presentation Panel Styling End Here=====*/

/*=====Counter Panel Styling Start Here=====*/
.counter-panel {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -110px;
}

.counter-panel .bg-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('../images/bg-img3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 40px 40px 45px 40px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.counter-panel .counter-box {
  text-align: center;
}

.counter-panel .counter-box img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-bottom: 15px;
}

.counter-panel .counter-box span {
  font-size: 40px;
  font-weight: 700;
}

.counter-panel .counter-box p {
  color: #FF7B02;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

/*=====Counter Panel Styling End Here=====*/

/*=====What We offer Panel Styling Start Here=====*/
.wwo-panel {
  padding: 60px 0px;
}

.similar-style .comman-title-box {
  text-align: left;
}

.inner-img-box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding-right: 20px;
  position: relative;
}

.inner-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.wwo-panel .experence-box {
  display: inline-block;
  border: 7px solid #fff;
  background-color: #FF7B02;
  padding: 20px;
  position: absolute;
  bottom: 50px;
  left: -4%;
  z-index: 2;
  width: 62%;
}

.wwo-panel .experence-box p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.wwo-panel .experence-box::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 120px;
  background-color: #FF7B02;
  border: 7px solid #fff;
  border-left: 0px;
  transform: skewX(-17deg);
  top: -7px;
  right: -31px;
  display: none;
}


.similar-style p {
  color: #000;
  font-size: 16px;
}

.similar-style .list-style img {
  height: 36px;
}

/*=====What We offer Panel Styling End Here=====*/

/*=====Founder Panel Styling Start Here=====*/
.founder-panel {
  display: block;
  background-image: url('../images/bg-img4.html');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 3% 0%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.founder-panel::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.founder-panel .details-box p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
}

.founder-panel .details-box strong {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}

.founder-panel .btn-box {
  text-align: center;
}

.founder-panel .getin-touch-btn {
  margin-top: 22px;
}

/*=====Founder Panel Styling End Here=====*/

/*=====Why Us Panel Styling Start Here=====*/
.why-us-panel {
  padding-bottom: 0px !important;
}

/*=====Why Us Panel Styling End Here=====*/

/*=====Our Team Panel Styling Start Here=====*/
.team-panel .comman-title-box {
  margin-bottom: 35px;
}

.team-panel .team-card {
  width: 100%;
  height: auto;
  /* box-shadow: 0 0 16px 0 rgb(0 0 0 / 7%); */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 24px;
}

.team-panel figure {
  width: 100%;
  height:370px;
  position: relative;
  overflow: hidden;
}

.team-panel figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.team-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.team-panel .overlay-box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(100%);
  padding: 20px;
  align-content: end;
  transition: all 0.5s ease-in-out;
}

.team-panel .social-icons {
  width: 100%;
  background-color: #FF7B02;
  display: flex;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.team-panel .social-icons a {
  display: inline-block !important;
  color: #fff;
  font-size: 16px;
  padding: 9px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.team-panel .social-icons a::after {
  content: "";
  width: 3px;
  height: 45px;
  background: #fff;
  position: absolute;
  right: 5px;
  transform: rotate(13deg);
  top: -1px;
}

.team-panel .social-icons a:last-child::after {
  display: none;
}

.team-panel .team-card:hover img {
  transform: scale(1.1);
}

.team-panel .team-card:hover .overlay-box {
  transform: translateY(0%);
}

.team-panel .team-card:hover .social-icons {
  opacity: 1;
}

.team-panel .team-details-box {
  padding: 24px;
  text-align: center;
}

.team-panel .team-details-box h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.team-panel .team-details-box h5 a {
  color: #000;
}

.team-panel .team-details-box p {
  color: #FF7B02;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 5px;
}

/*=====Our Team Panel Styling End Here=====*/
/*--------------------------------------About US Page Styling End Here-----------------*/

/*-------------------------------------Conatct us page Styling Start Here--------------*/
/*=====Contact Us Details Panel Styling End Here=====*/
.contact-details-panel {
  width: 100%;
  display: inline-block;
  background-color: #C6C6C6;
  padding-top: 40px;
}

.contact-details-panel figure {
  width: 100%;
  height: 643px;
}

.contact-details-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-details-panel h3 {
  color: #FF7B02;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 29px;
  margin-bottom: 10px;
}

.contact-details-panel .contact-details-box {
  background-color: #fff;
  padding: 50px 20px 0px;
}

.contact-details-panel .contact-details-box ul li {
  display: flex;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #EAEAEA;
}

.contact-details-panel .contact-details-box ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 22px;
}

.contact-details-panel .contact-details-box span {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #FF7B02;
  text-align: center;
  align-content: center;
  margin-right: 25px;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, .15);
}

.contact-details-panel .contact-details-box i {
  font-size: 18px;
}

.contact-details-panel .contact-details-box h4 {
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.contact-details-panel a,
.contact-details-panel p {
  color: #000;
  font-size: 16px;
}

.contact-details-panel .address-box {
  width: 71%;
}

/*=====Contact Us Details Panel Styling End Here=====*/

/*=====Contact US Panel Styling Start Here=====*/

.contactus-panel h2 {
  color: #FF7B02;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.contactus-panel .form-box {
  padding: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contactus-panel .input-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.contactus-panel .form-control {
  padding: 12px 15px;
  outline: none;
}

.contactus-panel .form-control:focus {
  box-shadow: none;
  border-color: #FF7B02;
}

.contactus-panel .input-box label {
  color: #FF7B02;
  position: absolute;
  top: 12px;
  right: 15px;
}

.contactus-panel .submit-btn-box {
  margin: 18px 0px;
}

.contactus-panel .submit-btn-box .submit-btn {
  border: none;
  outline: none;
  color: #fff;
  background-color: #FF7B02;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 54px;
  border-radius: 23px;
}

.contactus-panel .map-box {
  width: 100%;
  height: 100%;
}


.contactus-panel .map-box iframe {
  width: 100%;
  height: 100%;
}

/*=====Contact US Panel Styling End Here=====*/

/*-------------------------------------Conatct us page Styling End Here--------------------*/

/*-------------------------------------Service Page Styling Start Here----------------------*/
/*=====Service List Panel Styling Start Here=====*/
.service-list-panel .service-list-box {
  border: 1px solid #efefef;
  border-radius: 10px;
  transition: all 0.6s ease-in-out;
  margin-bottom: 24px;
}

.service-list-panel .service-list-box:hover {
  transform: perspective(800px) translateZ(20px);
  box-shadow: 0 0 20px 0 #c6c6c6ad;
}


.service-list-panel figure {
  width: 100%;
  height: 260px;
  border-radius: 10px 10px 0px 0px;
}

.service-list-panel figure a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.service-list-panel figure a::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
  border-radius: 10px 10px 0px 0px;
}

.service-list-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.service-list-panel .service-list-box:hover a::after {
  transform: translateY(0%);
}

.service-list-panel span {
  border: 4px solid #fff;
  border-right: none;
  background-color: #FF7B02;
  padding: 12px;
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 2;
}

.service-list-panel span img {
  width: 100%;
  height: 45px;
  object-fit: contain;
}

.service-list-panel span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  width: 30px;
  height: 77px;
  background-color: #FF7B02;
  border: 4px solid #fff;
  border-right: 0px;
  transform: skewX(-15deg);
}

.service-list-panel .service-details {
  padding: 30px;
}

.service-list-panel .service-details h3 {
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  /* margin-bottom: 15px; */
  min-height: 40px;
}

.service-list-panel .service-details h3 a {
  color: #000;
  transition: all 0.5s ease-in-out;
}

.service-list-panel .service-details h3 a:hover {
  color: #FF7B02;
}

.service-list-panel .service-details p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
}


/*=====Service List Panel Styling End Here=====*/

/*=====Want To Impore Your Business Panel Styling Start Here=====*/
.wti-business-panel {
  background-image: url('../images/bg-img5.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 0px !important;
}

.wti-business-panel::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.wti-business-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wti-business-panel .comman-title {
  color: #fff;
}

.wti-business-panel p {
  color: #fff;
}

.wti-business-panel .list-style li {
  align-items: center;
}

.wti-business-panel .list-style li p {
  font-size: 18px;
}

/*=====Want To Impore Your Business Panel Styling End Here=====*/
/*-------------------------------------Service Page Styling End Here----------------------*/

/*---------------------------------------------Service Details Page Styling Start Here---------------------------*/
/*=====Service Details Panel Styling Start Here=====*/
.service-details-panel .service-img-box {
  width: 100%;
  height: 425px;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  overflow: hidden;
}

.service-details-panel .service-img-box::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px 10px 0px 0px;
}

.service-details-panel .service-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.service-details-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-details-panel .main-box {
  padding: 20px 0px;
}

.service-details-panel .side-widget-box {
  width: 100%;
  position: sticky;
  top: 80px;
  left: 0px;
}

.service-details-panel .inner-widget {
  margin-bottom: 30px;
  border: 1px solid #C6C6C6;
  padding: 26px;
  border-radius: 3px;
}

.service-details-panel .inner-widget h2 {
  color: #FF7B02;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.service-details-panel .our-services li {
  margin-bottom: 10px;
}

.service-details-panel .our-services a {
  color: #fff;
  background-color: #FF7B02;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.service-details-panel .our-services a i {
  font-size: 10px;
  margin-right: 6px;
}

.service-details-panel .our-services a:hover {
  transform: translateX(8px);
  color: #000;
  background-color: #C6C6C6;
}

.service-details-panel .our-services a.active {
  color: #000;
  background-color: #C6C6C6;
}

.service-details-panel .latest-post img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 10px;
}

.service-details-panel .latest-post li {
  display: flex;
  align-items: center;
  margin-bottom: 15px !important;
}

.service-details-panel .latest-post h3 a {
  color: #000;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 6px;
}

.service-details-panel .latest-post span {
  color: #838080;
  font-size: 12px;
  font-weight: 500;
}

.service-details-panel .latest-post span i {
  margin-right: 3px;
}

.service-details-panel .download-btn {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  background-color: #FF7B02;
  padding: 10px 25px;
  border-radius: 3px;
  /* border-radius:23px; */
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}

.service-details-panel .download-btn:hover {
  transform: translateX(8px);
  color: #000;
  background-color: #C6C6C6;
}

.service-details-panel .download-btn i {
  margin-right: 5px;
}

.service-details-panel .side-widget-box p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}

.service-details-panel .contactus-box a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.service-details-panel .contactus-box a i {
  color: #FF7B02;
  margin-right: 5px;
  animation: blink 1s linear infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.service-details-panel .contactus-btn {
  color: #fff;
  background-color: #FF7B02;
  padding: 8px 25px 9px;
  border-radius: 23px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 20px;
}


.service-details-panel .service-details-box {
  padding: 24px 10px 0px;
}


.service-details-panel .service-details-box h2 {
  color: #FF7B02;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.service-details-panel .service-details-box p 
{
  color: #000;
  font-size: 16px;
  margin-bottom: 40px;
  font-family: 'Rubik', sans-serif;
  text-align: justify;
}

.service-details-panel .points-box {
  border-radius: 10px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 24px;
}

.service-details-panel .service-details-box h3 {
  color: #00000094;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.service-details-panel .service-details-panel .points-box p {
  color: #000;
  font-size: 15px;
}

.service-details-box figure {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}


.service-details-box .comman-inner-box {
  width: 100%;
  height: auto;
  display: flex;
  /* margin: 25px 0px 20px; */
  margin: 25px 0px;
}


.service-details-box .comman-inner-box figure {
  width: 50% !important;
}


.service-details-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.service-details-panel .custom-img-box {
  margin: 25px 0px;
}

.service-details-box .comman-inner-box figure:first-child {
  margin-right: 24px;
}

.service-details-panel .service-advantages-box {
  align-content: center;
}

.service-details-panel .service-details-box ul {
  margin-bottom: 24px;
}

.service-details-panel .service-details-box li img {
  width: 12px;
  height: 12px;
  object-fit: cover;
  margin-right: 8px;
}

.service-details-panel .service-details-box ul li {
  display: flex;
  align-items: baseline;
  color: #000;
  font-size: 14px;
  margin-bottom: 6px;
}

.service-details-panel .accordion-item {
  border: none;
  margin-bottom: 15px;
}

.service-details-panel .accordion-button {
  border: 1px solid #C6C6C6;
  color: #000;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 0px;
  padding-right: 10px;
  border-top-left-radius: 3px;
}

.service-details-panel .accordion-button:focus {
  box-shadow: none;
}

.service-details-panel .accordion-button span {
  width: 45px;
  height: 100%;
  padding: 12px;
  color: #fff;
  background-color: #FF7B02;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  align-content: center;
  border-top-left-radius: 3px;
  margin-right: 10px;
}

.service-details-panel .accordion-button::after {
  content: "+";
  position: absolute;
  top: 8px;
  right: 10px;
  width: auto;
  height: auto;
  background-image: none;
  color: #FF7B02;
  font-size: 20px;
  font-weight: 600;
  transform: rotate(0deg);
}

.service-details-panel .accordion-button:not(.collapsed)::after {
  content: "-";
  color: #000;
}

.service-details-panel .accordion-body p {
  color: #000;
  font-size: 15px;
  margin-bottom: 15px;
}

.service-details-panel .accordion-body a {
  color: #FF7B02;
  text-decoration: underline;
}

.custom-head {
  margin-top: 26px;
}

.service-details-panel strong {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 10px;
}

.service-details-panel .service-details-box p:not(.points-box p) {
  margin-bottom: 18px;
}

.service-details-panel .details-inner-box:not(:last-child) {
  margin-top: 12px;
}

.service-details-panel .points-box ul {
  margin-bottom: 15px;
}

/* .service-details-panel .points-box ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

.service-details-panel .points-box ul li strong {
  color: #808080;
  margin: 0px;
  margin-right: 5px;
  font-size: 15px;
} */

.service-details-panel .notice-box {
  background-color: #FF7B02;
  padding: 10px;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 15px;
}

.service-details-panel .notice-box p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0px !important;
}

.service-details-panel .notice-box strong {
  margin: 0px;
}

.service-details-panel .points-box.box p {
  margin-bottom: 18px;
}

/*=====Service Details Panel Styling End Here=====*/
.service-details-panel .form {
  margin-top: 25px;
}

.service-details-panel .input-box {
  margin-bottom: 10px;
}

.service-details-panel .submit-btn-box {
  margin-top: 12px;
  text-align: center;
}

.service-details-panel .comman-btn {
  padding: 7px 35px;
}

.service-details-panel .sub-services-list {
  margin-top: 20px;
}

.service-details-panel .sub-services-list li {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  margin-bottom: 10px !important;
}

.service-details-panel .sub-services-list a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 8px;
}

.service-details-panel .sub-services-list i {
  color: #FF7B02;
  font-size: 14px;
  margin-right: 4px;
}

.service-details-panel hr {
  display: block;
  color: #cdc8c8;
  margin: 28px 0px 19px;
  display: none;
}

.service-details-panel h4 {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 25px 0px 15px;
}

.formshow {
  right: 0px;
}

.show-dropdown-menu {
  display: block;
}

/*--------------------------------Service Details Page Styling Start Here------------------*/
/*--------------------------------Media Queries Start Here--------------------------------*/
@media (min-width:1000px) {
  .header .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

@media (max-width:1200px) {

  /*Home page media queries start here*/
  .comman-spacing {
    padding: 30px 18px;
  }

  .custom-style {
    padding: 30px 0px;
  }

  .comman-title-box .comman-title {
    font-size: 30px;
  }

  .comman-title-box br {
    display: none;
  }

  .comman-form-style {
    padding: 18px;
  }

  .comman-form-style h6 {
    font-size: 19px;
  }

  .comman-form-style p {
    font-size: 14px;
  }

  .comman-form-style .submit-btn-box {
    margin-top: 24px;
  }

  .comman-form-style .submit-btn {
    font-size: 18px;
  }

  .comman-form-style .inner-box {
    margin-top: 15px;
  }

  .comman-form-style a {
    font-size: 14px;
  }

  .comman-img-box {
    height: 590px;
  }

  .header .arrow-icon {
    top: 14px;
  }


  .appoinment-btn-box {
    margin-top: 24px;
  }

  .appoinment-btn {
    font-size: 15px;
  }

  .header .nav-item {
    margin-left: 20px;
  }

  .header .nav-link {
    font-size: 16px;
  }

  .hero-panel {
    padding: 40px 0px;
  }

  .hero-panel h1 {
    font-size: 35px;
  }

  .hero-panel p {
    font-size: 16px;
  }

  .testimoinal-slider-wrapper {
    margin-top: 26px;
  }

  .testimoinal-slider .testimoinal-slides {
    padding: 15px;
  }

  .testimoinal-slider .testimoinal-content p {
    margin-top: 8px;
  }

  .testimoinal-slider .testimoinal-content h5 {
    font-size: 15px;
  }

  .testimoinal-slider .testimoinal-content{
    width:82%;
  }

  .client-panel {
    padding: 25px 18px 5px;
  }

  .client-panel .title-box {
    padding: 0px;
  }

  .client-panel .title-box h2 {
    font-size: 28px;
    line-height: 39px;
  }

  .info-panel .video-box {
    height: 350px;
    padding: 10px;
    margin-bottom: 25px;
  }

  .info-panel .comman-title-box {
    text-align: center;
  }

  .info-panel .content-box p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align:center;
  }

  .info-panel figure {
    display: none;
  }

  .our-story-panel .img-box {
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
  }

  .our-story-panel .img-box img {
    object-fit: contain;
  }

  .our-story-panel .comman-title-box {
    text-align: center;
  }

  .our-story-panel p {
    font-size: 16px;
    text-align:center;
  }
  
  .our-story-panel ul p{
      text-align:left !important;
  }

  .our-story-panel ul li i {
    font-size: 16px;
  }

  .service-panel .btn-box {
    margin-top: 20px;
  }

  .service-panel .enquiry-now-btn {
    font-size: 15px;
  }

  .enquiry-form-panel {
    padding: 25px 18px;
  }
  
  .enquiry-form-panel .comman-title{
      text-align:center;
  }

  .benfits-services-panel .comman-title-box {
    margin-bottom: 28px;
  }

  .benfits-services-panel ul li {
    margin-bottom: 25px;
  }

  .benfits-services-panel ul li h4 {
    font-size: 16px;
  }

  .benfits-services-panel ul li p {
    font-size: 14px;
  }

  .testimoinal-panel .slider-wrapper {
    padding: 0px;
  }

  .testimoinal-panel .testimoinal-card p {
    font-size: 15px;
  }

  .testimoinal-panel .testimoinal-reviews {
    margin-top: 40px;
  }

  .follow-up-panel {
    padding: 25px 18px 15px;
  }

  .follow-up-panel h2 {
    font-size: 30px;
  }

  .follow-up-panel p {
    font-size: 16px;
  }

  .follow-up-panel .submit-btn-box .submit-btn {
    font-size: 18px;
    padding: 13px 97px;
  }

  .footer p {
    font-size: 16px;
  }

  .footer img {
    width: 55%;
  }

  .footer h2 {
    font-size: 30px;
    margin-bottom: 18px;
  }


  .footer .footer-content-box li a {
    font-size: 16px;
  }

  .footer .top-box {
    padding-bottom: 5px;
  }

  .footer .copyright-box {
    padding: 12px 0px;
  }

  .side-contactus-panel .contact-us-btn {
    font-size: 16px;
    top:38px;
    left: -81px;
  }

  /*About page media queries start here*/
  .list-style {
    margin-top: 27px;
  }

  .about-img {
    height: 100%;
    padding-right: 0px;
  }

  .list-style p {
    width: 78%;
  }

  .list-style li {
    margin-bottom: 20px;
  }

  .list-style strong {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .counter-panel {
    margin-top: -80px;
  }

  .counter-panel .bg-box {
    padding: 30px;
  }

  .counter-panel .counter-box img {
    width: 65px;
    height: 65px;
    margin-bottom: 8px;
  }

  .counter-panel .counter-box span {
    font-size: 35px;
  }

  .counter-panel .counter-box p {
    font-size: 16px;
  }

  .wwo-panel .experence-box p {
    font-size: 16px;
  }

  .founder-panel .details-box p {
    font-size: 22px;
    line-height: 35px;
  }

  .founder-panel .details-box strong {
    font-size: 18px;
    margin-top: 25px;
  }

  .inner-img-box {
    padding-right: 0px;
  }

  /*Contact us page media queries start here*/
  .contact-details-panel {
    padding-top: 30px;
  }

  .contact-details-panel .contact-details-box {
    padding: 20px 20px 12px;
  }

  .contact-details-panel figure {
    height: 550px;
  }

  .contact-details-panel h3 {
    margin: 10px 0px;
    padding: 0px 15px;
  }

  .contact-details-panel .address-box {
    width: 77%;
  }

  .contact-details-panel .contact-details-box ul li {
    padding: 20px 15px;
  }

  .contact-details-panel .contact-details-box ul li:last-child {
    padding-bottom: 0px;
  }

  .contact-details-panel .contact-details-box h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .contact-details-panel a,
  .contact-details-panel p {
    font-size: 15px;
  }

  .contactus-panel .form-box {
    padding: 30px;
  }

  /*Team page media queries start here*/
  .team-panel figure {
    height: 280px;
  }

  .team-panel .team-details-box {
    padding: 18px;
  }

  .team-panel .team-details-box h5 {
    font-size: 16px;
  }

  .team-panel .team-details-box p {
    font-size: 14px;
  }

  .team-panel .comman-title-box {
    margin-bottom: 26px;
  }

  /*Service list page media queries start here*/
  .service-list-panel span img {
    height: 30px;
  }

  .service-list-panel span::before {
    width: 20px;
    height: 62px;
    left: -12px;
  }

  .service-list-panel figure {
    height: 220px;
  }

  .service-list-panel .service-details {
    padding: 20px;
  }

  .service-list-panel .service-details h3 {
    font-size: 17px;
    min-height: 24px;
    margin-bottom: 10px;
  }

  .service-list-panel .service-details p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 7px;
  }

  .wti-business-panel .list-style li p {
    font-size: 16px;
  }

  .list-style figure {
    width: 75px;
    height: 75px;
    margin-right: 20px;
  }

  .similar-style .list-style img {
    height: 22px;
  }

  .list-style .list-no {
    width: 26px;
    height: 26px;
    font-size: 12px;
    top: -2px;
    right: -2px;
  }



  .comman-btn {
    font-size: 15px;
    padding: 8px 26px 9px;
    margin-top: 15px;
  }

  /*Service details page media queries start here*/
  .service-details-panel .service-img-box {
    height: 300px;
  }

  .service-details-panel .service-details-box {
    padding: 15px 10px;
  }

  .service-details-panel .service-details-box h2 {
    font-size: 27px;
  }

  .service-details-box figure {
    height: 250px;
  }

  .service-details-panel .service-details-box h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .service-details-panel .service-details-box p:not(.points-box p) {
    margin-bottom: 12px;
  }

  .custom-head {
    margin-top: 24px;
  }

  .service-details-panel strong {
    font-size: 15px;
  }

  .service-details-panel .service-details-box h3 {
    margin-bottom: 12px;
  }

  /* .service-details-panel .service-details-box p{
    font-size:15px;
  } */

  .service-details-panel .points-box p {
    font-size: 15px;
  }

  .service-details-panel h4 {
    font-size: 16px;
    margin: 20px 0px 12px;
  }

  .service-details-panel .points-box ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .service-details-panel .inner-widget h2 {
    font-size: 22px;
  }

  .service-details-panel .inner-widget {
    padding-bottom: 25px;
  }

  .service-details-panel .inner-widget {
    padding: 18px;
  }

  .service-details-panel .latest-post h3 a {
    margin-bottom: 3px;
    line-height: 20px;
  }

  .service-details-panel .side-widget-box p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 14px;
  }

  .banner-panel h1 {
    font-size: 32px;
  }

  .footer {
    padding-top: 150px;
  }

}

@media (max-width:992px) {

  /*Home page media queries start here*/
  .comman-spacing {
    padding: 25px 18px;
  }

  .custom-style {
    padding: 25px 0px;
  }

  .comman-title-box {
    margin-bottom: 15px;
  }

  .comman-title-box .comman-title {
    font-size: 25px;
  }

  .comman-btn {
    font-size: 14px;
    padding: 7px 26px 8px;
    margin-top: 15px;
  }
  
  .logo-box .fa-xmark{
      font-size:15px;
  }

  .header .arrow-icon {
    top: 18px;
    right: 0px;
  }

  .hidden {
    display: none;
  }

  .banner-panel h1 {
    font-size: 32px;
  }

  .header {
    padding: 0px;
  }

  .header .navbar-nav {
    padding: 0px 10px;
  }

  .header .nav-item {
    margin-left: 0px;
    border-bottom: 1px solid #EDEDED;
  }

  .header .nav-link {
    font-weight: 500;
    padding: 12px;
  }

  .header .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo-box {
    display: block;
  }

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 38%;
    height: 100%;
    z-index: 99999;
    transition: all 0.6s ease-in-out;
  }

  .navshow {
    left: 0% !important;
  }

  .hero-panel h1 {
    font-size: 27px;
    margin-bottom: 15px;
  }

  .testimoinal-slider .testimoinal-content h5 {
    margin-bottom: 0px;
  }

  .client-panel .title-box h2 {
    font-size: 21px;
    line-height: 30px;
  }

  .info-panel .video-box {
    height: 300px;
    /* margin-bottom:20px; */
  }

  .info-panel .content-box p {
    margin-bottom: 25px;
  }
  
  .about-us-panel .comman-title{
      text-align:center;
  }
  
    .about-us-panel .about-content{
      text-align:center;
  }

  
  .about-us-panel .about-content ul p{
      text-align:left;
  }
  
  .similar-style .comman-title{
      text-align:center;
  }
  
  .similar-style p{
      text-align:center;
  }
  
  .similar-style ul p{
      text-align:left;
  }

  .our-story-panel .img-box {
    height: 300px;
  }

  .our-story-panel ul li p {
    font-size: 15px;
  }

  .our-story-panel ul li i {
    font-size: 14px;
  }

  .service-panel .service-card {
    margin-bottom: 15px;
  }

  .enquiry-form-panel form {
    margin-top: 15px;
  }

  .send-btn-box {
    text-align: center;
    margin-top: 22px;
  }

  .enquiry-form-panel .send-btn {
    font-size: 18px;
    padding: 6px 45px;
  }

  .benfits-services-panel figure {
    height: 250px;
    margin-bottom: 30px;
  }

  .benfits-services-panel ul li p {
    font-size: 15px;
  }

  .benfits-services-panel .appoinment-btn-box {
    margin-top: 15px;
  }

  .industries-panel .inner-indust-box figure {
    width: 120px;
    height: 120px;
    padding: 10px;
  }

  
  .testimoinal-slider .testimoinal-img{
    height:60px;
    margin-right:8px;
  }

  .testimoinal-panel .testimoinal-reviews img {
    margin-right: 10px;
  }

  .follow-up-panel .form-header {
    text-align: center;
    margin-bottom: 20px;
  }

  .follow-up-panel h2 {
    font-size: 25px;
  }

  .follow-up-panel .submit-btn-box .submit-btn {
    width: 100%;
  }

  .footer {
    padding-top: 134px;
  }

  .footer img {
    width: 25%;
  }

  .footer p {
    font-size: 15px;
  }

  .footer .footer-content-box li a {
    font-size: 14px;
  }

  .footer .footer-content-box li img {
    margin-top: 0px;
    margin-right: 12px;
  }

  .footer .footer-content-box li {
    margin-bottom: 18px;
  }

  .footer h2 {
    font-size: 27px;
  }

  .footer .bottom-box {
    text-align: center;
    padding-bottom: 15px;
  }

  .footer .bottom-box ul {
    justify-content: center;
    margin-bottom: 15px;
  }

  .footer .first-box {
    padding-right: 16%;
  }


  /*About page media queries start here*/
  .about-img {
    height: 330px;
    margin-bottom: 20px;
  }

  .list-style p {
    font-size: 15px;
  }

  .presentation-panel .play-btn {
    width: 55px;
    height: 55px;
  }

  .presentation-panel .play-btn::before,
  .presentation-panel .play-btn::after {
    width: 80px;
    height: 80px;
  }

  @keyframes heartbeats {
    0% {
      width: 50px;
      height: 50px;
      opacity: 0.9;
    }

    100% {
      width: 120px;
      height: 120px;
      opacity: 0;
    }
  }

  .counter-panel {
    margin-top: -60px;
  }

  .counter-panel .bg-box {
    padding: 25px;
  }

  .counter-panel .counter-box img {
    width: 58px;
    height: 58px;
    margin-bottom: 6px;
  }

  .counter-panel .counter-box span {
    font-size: 30px;
  }

  .counter-panel .counter-box p {
    font-size: 15px;
  }

  .inner-img-box {
    height: 330px;
    margin-bottom: 20px;
  }

  .wwo-panel .experence-box {
    width: 39%;
    left: -1%;
    bottom: 40px;
    padding: 10px;
  }

  .wwo-panel .experence-box p {
    font-size: 14px;
  }

  .founder-panel .details-box p {
    font-size: 18px;
    line-height: 28px;
  }

  .founder-panel .details-box strong {
    font-size: 15px;
    margin-top: 17px;
  }

  .team-panel .comman-title-box {
    margin-bottom: 21px;
  }

  /*Contact us page media queries start here*/
  .contact-details-panel {
    padding-top: 25px;
  }

  .contact-details-panel figure {
    height: 488px;
  }

  .contact-details-panel .contact-details-box {
    padding: 15px;
  }

  .contact-details-panel h3 {
    font-size: 28px;
    padding: 0px;
  }

  .contact-details-panel .contact-details-box ul li {
    padding: 15px 0px;
  }

  .contact-details-panel .contact-details-box span {
    margin-right: 15px;
  }

  .contact-details-panel .contact-details-box i {
    font-size: 16px;
  }

  .contact-details-panel .contact-details-box h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .contact-details-panel a,
  .contact-details-panel p {
    font-size: 14px;
  }

  .contactus-panel .form-box {
    padding: 15px;
  }

  .contactus-panel h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .contactus-panel .form-control {
    padding: 9px 15px;
  }

  .contactus-panel .input-box {
    margin-bottom: 18px;
  }

  .contactus-panel .submit-btn-box .submit-btn {
    font-size: 16px;
  }

  .contactus-panel .submit-btn-box {
    margin: 0px;
    margin-top: 23px;
  }

  .team-panel .team-details-box h5 {
    font-size: 18px;
  }

  .team-panel .team-details-box p {
    font-size: 15px;
  }

  .pagination {
    margin-top: 16px;
  }

  .pagination .page-link {
    padding: 6px 15px;
  }

  /*Service page media queries start here*/

  .wti-business-panel {
    padding-bottom: 10px !important;
  }

  .wti-business-panel .comman-title {
    text-align: center;
  }

  .wti-business-panel p:not(.list-style p) {
    text-align: center;
  }

  .list-style li {
    margin-bottom: 20px;
  }

  .list-style figure {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }

  .similar-style .list-style img {
    height: 19px;
  }

  .list-style {
    margin-top: 30px;
  }

  /*Service details page media queries start here*/
  .service-details-panel .service-img-box {
    height: 280px;
  }

  .service-details-panel .main-box {
    padding: 10px 0px;
  }

  .service-details-panel .service-details-box {
    padding: 15px 0px;
  }

  .service-details-panel .points-box p {
    margin-bottom: 10px;
  }

  .service-details-panel .points-box {
    padding: 20px 20px 15px;
  }

  .service-details-panel .latest-post h3 a {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .service-details-panel .inner-widget {
    margin-bottom: 20px;
  }

  .service-details-panel .side-widget-box p {
    font-size: 14px;
  }

  .service-details-panel .input-box {
    margin-bottom: 15px;
  }
}

@media (max-width:768px) {

  /*Home page media queries start here*/
  .comman-spacing {
    padding: 20px 0px;
  }

  .custom-style {
    padding: 20px 0px;
  }

  .comman-title-box .comman-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .img-hidden {
    display: none;
  }

  .navbar-toggler {
    font-size: 20px;
  }
  
  .side-contactus-panel .contact-us-btn{
    font-size: 13px;
    top: 32px;
    left: -69px;
    padding: 9px 19px;
  }

  .banner-content {
    text-align: center;
  }

  .banner-panel .breadcrumbs {
    justify-content: center;
  }

  .banner-panel h1 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .banner-panel .breadcrumbs li,
  .banner-panel .breadcrumbs li a {
    font-size: 14px;
  }

  .navbar-collapse {
    width: 100%;
  }

  .header .navbar-brand img {
    width: 60px;
  }
  
  .hero-panel .hero-content{
      text-align:center;
  }

  .hero-panel h1 {
    font-size: 21px;
  }

  .hero-panel p {
    font-size: 14px;
  }

  .testimoinal-slider-wrapper {
    display: none;
  }

  .consultation-form {
    margin-top: 25px;
  }

  .client-panel {
    padding: 20px 0px 0px;
  }

  .client-panel .title-box h2 {
    font-size: 22px;
    text-align: center;
  }

  .client-panel figure {
    width: 39px;
  }

  .info-panel .video-box {
    height: 230px;
    margin-bottom: 20px;
  }

  .info-panel .video-box video {
    object-fit: cover;
  }

  .info-panel .content-box p {
    font-size: 15px;
    text-align: justify;
  }

  .our-story-panel .img-box {
    height: 230px;
    margin-bottom: 20px;
  }

  .our-story-panel p {
    font-size: 13px;
    text-align: justify;
  }

  .our-story-panel ul li p {
    font-size: 14px;
  }

  .our-story-panel ul li {
    margin-bottom: 12px;
  }

  .appoinment-btn {
    font-size: 13px;
  }

  .service-panel .comman-title-box p {
    font-size: 15px;
  }

  .service-panel .service-card .service-title h3 {
    font-size: 16px;
  }

  .service-panel .service-card ul {
    padding-top: 24px;
  }

  .service-panel .service-card ul li {
    font-size: 15px;
  }

  .service-panel .service-card i {
    font-size: 14px;
  }

  .enquiry-form-panel {
    padding: 20px 0px;
  }

  .enquiry-form-panel form {
    margin-top: 10px;
  }

  .enquiry-form-panel .input-box {
    margin-bottom: 15px;
  }

  .send-btn-box {
    font-size: 15px;
    margin-top: 15px;
  }

  .comman-title-box p {
    font-size: 13px;
    text-align: justify;
  }

  .benfits-services-panel ul li p {
    font-size: 14px;
  }

  .benfits-services-panel ul li {
    margin-bottom: 20px;
  }

  .benfits-services-panel figure {
    height: 200px;
    margin-bottom: 25px;
  }

  .industries-panel .inner-indust-box figure {
    width: 112px;
    height: 112px;
  }

  .follow-up-panel {
    padding: 20px 0px;
  }

  .follow-up-panel .input-box {
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer .first-box {
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .footer h2 {
    font-size: 22px;
  }

  .footer .footer-content-box li img {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-right: 10px;
  }

  .footer .footer-content-box li {
    margin-bottom: 14px;
  }

  .footer .bottom-box ul li a {
    font-size: 14px;
  }

  .footer .copyright-box {
    padding: 10px;
  }

  /*About page media queries start here*/
  .about-img {
    height: 200px;
  }

  .about-us-panel p {
    font-size: 15px;
  }

  .list-style p {
    width: 78%;
    font-size: 14px;
  }

  .list-style figure img {
    height: 18px;
  }

  .list-style strong {
    margin-bottom: 4px;
  }

  .list-style li {
    margin-bottom: 18px;
  }

  .presentation-panel {
    padding: 20px 0px 45px;
  }

  .presentation-panel .comman-title-box {
    text-align: center;
  }

  .presentation-panel .play-btn-box {
    margin-top: 25px;
  }

  .counter-panel {
    padding: 20px 0px;
    margin-top: 0px;
  }

  .counter-panel .bg-box {
    padding: 15px;
    background-image: none;
  }

  .counter-panel .counter-box {
    margin: 15px 0px;
  }

  .counter-panel .counter-box img {
    width: 45px;
    height: 45px;
    margin-bottom: 8px;
  }

  .counter-panel .counter-box span {
    font-size: 25px;
  }

  .inner-img-box {
    height: 200px;
  }

  .wwo-panel .experence-box p {
    font-size: 12px;
  }

  .wwo-panel .experence-box {
    width: 60%;
    bottom: 29px;
    padding: 5px;
  }

  .list-style p {
    font-size: 14px !important;
  }

  .founder-panel .details-box p {
    font-size: 15px;
    line-height: 25px;
  }

  .founder-panel .details-box strong {
    font-size: 14px;
  }

  .team-panel .comman-title-box {
    margin-bottom: 17px;
  }

  /*Contact us page media queries start here*/
  .contact-details-panel {
    padding: 20px 0px;
  }

  .contact-details-panel figure {
    display: none;
  }

  .contact-details-panel h3 {
    font-size: 25px;
    margin: 8px 0px;
  }

  .contact-details-panel .contact-details-box h4 {
    font-size: 16px;
  }

  .contact-details-panel a,
  .contact-details-panel p {
    font-size: 13px;
  }

  .contact-details-panel .address-box {
    width: 74%;
  }

  .contact-details-panel .contact-details-box span {
    width: 54px;
    height: 54px;
  }

  .contactus-panel h2 {
    font-size: 25px;
  }

  .contactus-panel .input-box {
    margin: 15px 0px;
  }

  .contactus-panel .map-box {
    margin: 20px 0px;
  }

  /*Team page media queries start here*/
  .team-panel .team-card {
    margin-bottom: 18px;
  }

  .team-panel figure {
    height: 275px;
  }

  .team-panel .team-details-box h5 {
    font-size: 16px;
  }

  .team-panel .team-details-box p {
    font-size: 14px;
  }

  /*Service list media queries start here*/
  .service-list-panel .service-list-box {
    margin-bottom: 15px;
  }

  .service-list-panel figure {
    height: 200px;
  }

  .service-list-panel span img {
    height: 26px;
  }

  .service-list-panel span::before {
    height: 59px;
  }

  .service-list-panel .service-details {
    padding: 17px;
  }

  .service-list-panel .service-details p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .similar-style p {
    font-size: 15px;
  }

  .list-style {
    margin-top:18px;
  }

  .list-style figure {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }

  .similar-style .list-style img {
    height: 16px;
  }

  .list-style .list-no {
    width: 23px;
    height: 23px;
    font-size: 10px;
  }


  .list-style p {
    width: 74%;
  }

  .wti-business-panel {
    padding-bottom: 0px !important;
  }

  .wti-business-panel .list-style li p {
    font-size: 14px;
  }
  
  .service-list-panel .service-details p{
      height:49px;
  }

  /*Service details page media queries start here*/

  .service-details-panel .service-img-box {
    height: 200px;
  }

  .service-details-panel .service-details-box {
    padding: 12px 0px;
  }

  .service-details-panel .sub-services-list a {
    font-size: 14px;
  }

  .service-details-box figure {
    height: 180px;
    margin: 15px 0px !important;
  }

  .custom-head {
    margin-top: 20px;
  }

  .service-details-panel .service-details-box h2 {
    font-size: 18px;
  }

  .service-details-panel .service-details-box p {
    font-size: 15px;
  }

  .service-details-panel strong {
    font-size: 14px;
  }

  .service-details-panel .points-box {
    padding: 12px 18px;
    margin-bottom: 15px;
  }

  .service-details-panel .service-details-box h3 {
    margin: 15px 0px 10px;
  }

  .service-details-panel .service-details-box p {
    font-size: 14px;
  }

  .service-details-panel h4 {
    margin: 18px 0px 12px;
  }

  .service-details-box .comman-inner-box {
    margin: 10px 0px;
  }

  .service-details-box .comman-inner-box figure {
    width: 100% !important;
  }

  .service-details-panel .inner-widget {
    padding: 15px;
  }

  .service-details-panel .inner-widget h2 {
    font-size: 20px;
  }

  .service-details-panel .latest-post h3 a {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .service-details-panel .side-widget-box p {
    font-size: 12px;
    line-height: 18px;
  }
}

/*--------------------------------Media Queries Start Here--------------------------------*/