@import "../scss/bootstrap.css";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto+Slab:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: 0;
}

/*html body {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  font-family: "Mulish", sans-serif;*/
/*}*/

section.top-nav-section {
  width: 100%;
  height: 52px;
  background-color: #000000;
  display: flex;
  align-items: center;
}

a.email {
  text-decoration: none;
}

i.fa-regular.fa-envelope.email {
  color: #188ec9;
  /* padding-top: 5px; */
}

i.fa-solid.fa-location-dot.email {
  font-size: 13px;
  color: #188ec9;
  /* margin-top: 7px; */
}

i.fa-solid.fa-square-phone.email {
  font-size: 16px;
  color: #188ec9;
}

i.fa-brands.fa-facebook-f.nav {
  border: none;
  font-size: 14px;
  padding: 6px;
}

i.fa-brands.fa-twitter.nav {
  border: none;
  font-size: 14px;
  padding: 6px;
}

i.fa-brands.fa-linkedin-in.nav {
  border: none;
  font-size: 14px;
  padding: 6px;
}

i.fa-brands.fa-instagram.nav {
  border: none;
  font-size: 14px;
  padding: 6px;
}

.btn-grad {
  background-image: linear-gradient(to right, #4b6cb7 0%, #182848 51%, #4b6cb7 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

a.nav-link {
  font-size: 16px;
  color: #0e2b5c;
  font-weight: 400;
  line-height: 100px;
  position: relative;
  font-family: "Mulish";
}

a.nav-link.home.active {
  color: #188ec9;
}

.navbar-expand-lg {
  height: 100px;
}

.nav-link:hover {
  color: #188ec9;
}

.navbar-expand-lg .navbar-nav {
  margin-right: 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 105px;
}

li.nav-item {
  margin-right: 22px;
}

button.btn.btn-primary.btn-lg {
  font-size: 16px;
  border-radius: 0px;
  height: 50px;
  width: 214.9px;
}

.main-heading {
  font-size: 60px;
  line-height: 78px;
  color: #111111;
  font-family: "Roboto Slab";
  margin-top: 5px;
}

.sub-heading {
  font-size: 40px;
  line-height: 60px;
  color: #111111;
  font-family: "mulish";
}

.para {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-family: "mulish";
  margin-top: 20px;
}

.para1 {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-family: "mulish";
  margin-top: 20px;
}

.para2 {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "mulish";
  margin-top: 20px;
}

.justify-content-center {
  justify-content: center !important;
}

button.btn.btn-primary.btn-lg.contact {
  width: 166.4px;
  height: 55px;
  margin-top: 40px;
  border: none;
}

.right-content {
  flex-direction: column;
  background-image: url(../image/hero-right-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
}

.multy-video-section {
  background-image: url(../image/iid\ Video\ bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 651px;
  margin-bottom: 60px;
}

.Blog-section {
  padding: 85px 0px;
  background-image: url(../image/Latest\ Blogs.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.faq-section {
  background-image: url(../image/faq-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 60px;
}

.footer-section {
  background-image: url(../image/Background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
}

img.main-img {
  width: 100%;
  height: 100%;
}

.services {
  font-size: 34px;
  line-height: 44.2px;
  font-family: "Roboto Slab";
  color: #111111;
  font-weight: 600;
}

.cards {
  padding:0px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
}

.service-card-h {
  font-size: 22px;
  line-height: 33px;
  color: #111111;
  font-weight: 500;
  font-family: "roboto Slab";
  margin-bottom: 5px;
}

.service-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.video-left-heading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #43b1e7;
  padding-top: 85px;
}

.video-sub-heading {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 36px;
  margin-bottom: 18px;
}

.mobile {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
}

.row.justify-content-center.service {
  margin-top: 30px;
}

.d-block-card{
  min-height: 100%;
}

/* .d-block-card p{ 
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

.fa-solid, .fas {
  color: #188ec9 !important;
  /* margin-top:  */
  margin-right: 8px;
  font-size:16px !important;
}

.multy-images {
  padding-left: 40px;
}

img.img-fluid.img-1 {
  padding-top: 107px;
}

img.img-fluid.img-2 {
  padding-top: 60px;
  padding-left: 26px;
}

.fa-circle-play::before, .fa-play-circle::before {
  content: "\f144";
  font-size: 60px;
  background-color: #188ec9;
  border-radius: 100%;
}

span.home-text:hover {
  color: #188ec9;
}

.video-icon {
  margin-top: -51%;
  padding-left: 36%;
}

img.img-fluid.img-3 {
  margin-top: -30px;
}

img.img-fluid.img-4 {
  padding-left: 26px;
  margin-top: 30px;
}

.video-section {
  margin-bottom: 60px;
}

.counter-section {
  background-color: #188ec9;
  height: 200px;
  width: auto;
  margin-bottom: 60px;
}

.counter-no {
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}

.counter-name {
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
  font-weight: 500;
}

.counter-details {
  padding-top: 70px;
}

i.fa-solid.fa-scale-balanced {
  margin-top: 14px;
}

i.fa-solid.fa-user-pen {
  margin-top: 14px;
}

i.fa-solid.fa-users {
  margin-top: 14px;
}

i.fa-solid.fa-user-tie {
  margin-top: 14px;
}

.main-h-faq {
  font-size: 30px;
  margin-bottom: 37px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  color: #111111;
}

textarea {
  resize: vertical;
  padding: 10px;
  border-color: #ced4da;
  border-radius: 10px;
  width: 100%;
  height: 120px;
  /* background-color: #1a377b; */
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 0.5rem;
  /* background-color: #1a377b; */
  height: 48px;
}

button.btn.btn-primary.btn-lg.faq {
  /*margin-left: 10px;*/
  margin-top: 20px;
  background-color: #188ec9;
  width: 166.4px;
  height: 55px;
}

button.btn.btn-primary.btn-lg.blog {
  margin-left: 10px;
  margin-top: 40px;
  width: 182px;
  height: 48px;
}



.faq-question {
  margin-top: 80px;
  padding-left: 31px;
}

.faq-right-h {
  font-size: 40px;
  line-height: 52px;
  color: #ffffff;
  font-family: "Roboto Slab";
  font-weight: 700;
  padding-top: 80px;
  margin-bottom: -31px;
  padding-left: 31px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #188ec9;
  font-weight: bold;
  line-height: 30px;
  font-size: 20px;
  box-shadow: none;
}

/* i.fa-solid.fa-calendar-days.blog {
  color: #188ec9;
  font-size: 20px;
  line-height: 16px;
} */

i.fa-solid.fa-calendar-days.blog {
  color: #188ec9;
  font-size: 16px;
  /* line-height: 16px; */
}

i.fa-solid.fa-user.admin {
  color: #188ec9;
  font-size: 20px;
  line-height: 16px;
  margin-left: 18px;
}

p.icon-name {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-family: "mulish";
}

.card-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Roboto Slab";
  color: #111111;
  /* padding-top: 14px; */
  margin-block: 12px;
}

.card-heading a {
  color: #111111;
  text-decoration: none;
}

p.card-p {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-family: "mulish";
  padding-top: 8px;
  margin-bottom: 16px;
}

a.read-btn {
  font-size: 16px;
  color: #111111;
  text-decoration: none;
  font-weight: 600;
  font-family: roboto Slab;
}

i.fa-solid.fa-arrow-right {
  color: #111111;
  font-size: 14px;
  padding-top: 12px;
  margin-left: 8px;
}

.coments {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  font-family: roboto slab;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-left: 47px;
}

.card-body.blog {
  background-color: #E4F6FF;
}

hr.line.mt-0.mb-0 {
  color: #a9aaaa;
}

hr.line.mt-2.mb-0 {
  color: #a9aaaa;
}

.logo {
  padding-top: 80px;
  padding-bottom: 12px;
}

i.fa-brands.fa-facebook-f {
  color: #ffffff;
  border: 2px solid #188ec9;
  padding: 12px;
}

i.fa-brands.fa-twitter {
  color: #ffffff;
  border: 2px solid #188ec9;
  padding: 12px;
}

i.fa-brands.fa-instagram {
  color: #ffffff;
  border: 2px solid #188ec9;
  padding: 12px;
}

i.fa-brands.fa-linkedin-in {
  color: #ffffff;
  border: 2px solid #188ec9;
  padding: 12px;
}

.footer-heading {
  font-size: 22px;
  font-family: roboto slab;
  line-height: 28.6px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 80px;
  margin-bottom: 32px;
}

i.fa-solid.fa-square-phone.fcontact {
  color: #188ec9;
}

i.fa-solid.fa-square-envelope.femail {
  color: #188ec9;
}

i.fa-solid.fa-address-book {
  color: #188ec9;
}

a.home-i {
  text-decoration: none;
  color: #ffffff;
}

.fa-angle-right:before {
  content: "\f105";
  font-size: 18px;
  color: #188ec9;
}

/* .menu {
  margin-bottom: -10px;
  margin-top: -8px;
} */

.semi-footer {
  height: 80px;
  background-color: #000000;
}

.recent-post {
  background: #0a447a;
  color: #fff !important;
  margin-top: 25px;
  /* padding:20px; */
  padding-block:15px;
}

.copyright {
  padding-top: 30px;
}

.happy-discuss {
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: linear-gradient(to left, #042c79, #0a447a);
}

.happy-h {
  font-size: 40px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 600;
}

button.btn.btn-primary {
  height: 45px;
  width: 170px;
  font-family: mulish;
  background-color: #0a447a;
}

.btn.btn-primary.btn-lg.contact {
  height: 45px;
  width: 170px;
  font-family: mulish;
  background-color: #0a447a;
}

.page-about {
  background-image: url(../image/Group\ 237867.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.page-about-h {
  font-size: 50px;
  line-height: 48px;
  color: #ffffff;
  font-family: roboto slab;
  text-align: center;
  padding-top: 100px;
}

ul#pills-tab {
  justify-content: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff;
  background-image: -webkit-linear-gradient(left, #051c2d, #042c79);
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
  color: #51668a;
}

.contact-section {
  padding-top: 100px;
  /* padding-bottom: 100px; */
}

.contact-section .contact-box h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #104cba;
}

.contact-section .contact-box h2 {
  font-size: 32px;
  color: #232323;
  margin-bottom: 40px;
  font-weight: 600;
}

.contact-section .item i {
  display: inline-block;
  font-size: 30px;
  border-radius: 5px;
  margin-right: 20px;
  color: #104cba;
  position: relative;
  z-index: 1;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: rgba(16, 76, 186, 0.06);
  text-align: center;
}

.office {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

p.paira {
  color: #666666;
  font-size: 15px;
  margin-top: -7px;
  font-weight: 400;
}

.item.d-flex {
  margin-bottom: 35px;
}

.contact-area .content input {
  background: #f4f4f4;
  padding: 25px;
  border: none;
  min-height: 60px;
}

.form-control {
  width: 100%;
  background:#ddd !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 25px;
  background: #f4f4f4;
  padding: 20px;
  border: none;
}

input#firstName {
  background-color: #1a377b;
}

.right-link.text-end {
  padding-top: 30px;
  font-size: 16px;
  line-height: 24px;
  font-family: mulish;
  color: #ffffff;
}

a.contact {
  text-decoration: none;
  color: #ffffff;
}

.right-link {
  padding-top: 30px;
}

.right-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.slider-content-h {
  font-size: 40px;
  line-height: 48px;
  font-family: "roboto slab";
  color: #111111;
  font-weight: 600;
  margin-bottom: 22px;
}

.slider-content-p {
  font-size: 16px;
  line-height: 24px;
  font-family: "mulish";
  color: #222222;
  margin-bottom: 25px;
}

.slider-content-name {
  font-size: 22px;
  line-height: 33px;
  color: #111111;
  font-family: "roboto slab";
  font-weight: 500;
}

.slider-content-designation {
  font-size: 16px;
  line-height: 24px;
  font-family: "mulish";
  color: #188ec9;
  margin-top: 2px;
}

i.fa-solid.fa-quote-right {
  color: #188ec9;
  font-size: 36px;
}

.slider-right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 45px;
}/*# sourceMappingURL=custom.css.map */

.video-slider-inner-item iframe{
  width:100% !important;
  /* height:100% !important; */
}
.video-slider-block{
  margin-right:15px;
}

/* Blog Details CSS */

.detail-section{
  padding-top: 60px;
  padding-bottom: 60px;
}
.title-name{
  margin: 20px 0px;
  font-size: 26px;
  line-height: 1.31;
  overflow: hidden;
  color: #111111;
  font-weight: 700;
  font-family: 'roboto slab';

}
.detail-icon {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
  width: 100%;
}
.detail-paragraph{
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-family: "mulish";
} 
input.form-control.me-1 {
  padding: 6px 12px;
}
.slick-prev::before, .slick-next::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  padding: 16px 16px;
}
.list-group-item:last-child:hover {
  color: #ffffff;
  background-color: rgb(10, 68, 122);;

}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 22px;
  font-family: 'roboto slab';
}
a.list-group-a {
  text-decoration: none;
  font-weight: 400;
  font-family: 'Roboto Slab';
}
.card-header:first-child {
  font-size: 22px;
  font-weight: 500;
  font-family: 'Roboto Slab';
  padding: 12px 16px;
}
.card-header {
  padding: 11px 16px;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Roboto Slab';
}
blockquote {
  padding: 22px 30px 22px 70px;
  position: relative;
}

.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
blockquote p {
  font-size: 18px;
  color: #111;
  margin-bottom: 0 !important;
  font-weight: 600;
  font-family: roboto slab;
}
blockquote cite {
  display: block;
  font-weight: inherit;
  font-size: 16px;
  color: #188ec9;
  margin-top: 15px;
  font-style: normal;
}
blockquote {
  padding: 25px 35px;
  border-left: 5px solid #188ec9;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.05em;
  margin-top: 22px;
}
.doubble-comma{
position: relative;
}
.quota {
  position: absolute;
  top: 65px;
  left: 17px;
}
i.fa-solid.fa-quote-left.blog-quots {
  color: #fff;
  background-color: #188ec9;
  height: 48px;
  width: 48px;
  line-height: 48px;
  padding-left: 9px;
}

.custom-heading {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
  color: #111;
  font-family: "roboto slab";
  margin: 15px 0px;
}
a.breadcrumb-home {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #ffffff;
}
/* .comment-form-comment {
  width: 98%;
} */
i.fa-solid.fa-comment.blog.ms-3 {
  color: #188ec9;
  font-size: 18px;
}
.related-post-blog-content-h {
  /* padding-left: 5px; */
  font-size: 14px;
  font-family: roboto slab;
  font-weight: 700;
  text-decoration: none;
  color: #111111;
}
.related-post-blog-content-p {
  padding-left: 10px;
  font-size: 13px;
  color: #222222;
}
.related-post-blog-content {
  border: 1px solid #e7e7e7;
  padding: 2px;
}
.related-post-heading {
  font-size: 20px;
  font-family: 'roboto slab';
  font-weight: 500;
}
a.recent-post {
  color: #111111;
  text-decoration: none;
  font-weight: 600;
  font-family: mulish;
}
.fs-12{
  font-size:12px;
}
.fs-19{
  font-size:19px;
}
.block-card-box {
  background: #E4F6FF;
  min-height: 100%;
}      
  .block-card-box p{
      display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }
  .block-card-footer{
      border-top: 1px solid #ddd;  
  }
/* Blog Details CSS */
/* About Introduction */
.about-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-right-heading{
font-size: 34px; 
line-height: 40px; 
color: #111111;  
font-family: 'roboto slab';
font-weight: 500;
margin-bottom: 20px;
}
.about-right-p{
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-family: 'mulish';
    margin-bottom: 12px;
     text-align: justify;
}
button.about-right-btn {
    width: 150px;
    height: 45px;
    background: #0a447a;
    color: #ffffff;
    border: 1px solid #0a447a;
    border-radius: 5px;
    margin-top: 12px;
    font-size: 16px;
    font-family: mulish;
}
.about-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 53px;
}
.about-details-section{
    padding-bottom: 60px;
}

/* About Introduction */
a.btn.btn-primary{
  background-color: #0a447a !important;
}

.nav-toggle-icon i{
font-size:25px !important;
color:#0a447a !important;
margin:0;
}


.loader {
    /* margin-top: 100px; */
    margin-left: 42%;
    width: 140px;
  --b: 8px; 
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%,#0d6efd) content-box;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
    radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
          mask-composite: intersect;
  animation:l4 1s infinite steps(10);
}
@keyframes l4 {to{transform: rotate(1turn)}}
i.fa-solid.fa-circle-play {
    color: white !important;
}
.video-pop-up {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}
.card-img-top{
    cursor: pointer;
}

    .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    }
    
    .modal-content {
        margin: auto;
        display: block;
        max-width: 80%;
        max-height: 80%;
         object-fit: cover;
        object-position: center;
    }
    
    .close-button {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 30px;
        cursor: pointer;
    }
    
    .close-button:hover {
        color: #ccc;
    }
    .service-card-h:hover{
        color: #0a447a;
    }
    .card-body.blog {
        background-color: #E4F6FF;
        height: 304.6px;
      }
      .multy-video-model {
        position: absolute;
        right: 11px;
    }




.timeline {
    position: relative;
    padding-top: 60px;
    background: #0a447a17;
    padding-bottom: 60px;

    &::before {
        content: '';
        width: 5px;
        height: 95%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}


.timeline-item {
    width: 100%;

    &:nth-child(even) {
        .timeline-content {
            padding: 20px 20px 20px 20px;
        }
    }

    .timeline-content {
        position: relative;
        width: 100%;
        padding: 20px 20px;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
    }
}

.timeline-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}


blockquote {
    margin-top: 30px;
    padding: 0 20px;
}

.date {
    display: inline-block;
    color: red;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.timeline::before {
    content: "";
    background: #0a447a;
    width: 5px;
    height: 96%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-img {
    width: 30px;
    height: 30px;
    background: #0a447a;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

&::before {
    content: '';
    height: 55%;
    position: absolute;
    transform: translateX(-50%);
    background-color: #c5cae9;
}



.samadhan-journey-h {
    font-size: 20px;
    font-family: 'roboto slab';
}

a.bnt-more {
    text-decoration: none;
    background-color: #3f51b5;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
}

.col-md-6 .right-journey {
    width: 46%;
}

.col-md-6.right-journey {
    margin-left: 54%;
}

.col-md-6.left-journey {
    margin-left: -48px;
}


.journey-image img {
    float: inline-start;
    margin-right: 15px;
    height: 189px;
    border-radius: 10px;
}


@media (max-width: 767px) {
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }
  .navbar-toggler {
    border: white !important;
  }
  .service-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fa-circle-play::before, .fa-play-circle::before {
    display: none;
  }
  .multy-images {
    padding-left: 0px;
  }
  img.img-fluid.img-1 {
    padding-top: 17px;
        width: 410px;
        height: 300px;
    }
    img.img-fluid.img-2 {
      padding-top: 15px;
      width: 410px;
      height: 300px;
      padding-left: 0px;
  }

  img.img-fluid.img-3 {
    margin-top: 15px;
    width: 410px;
    height: 300px;
  }
  img.img-fluid.img-4 {
    padding-left: 0px;
    margin-top: 15px;
    width: 410px;
    height: 300px;
}
  .navbar-expand-lg .navbar-nav {
    margin-right: 0px;
    text-align: center;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #fff;
    position: absolute;
    top: 100px;
    left: -10px;
    right: -10px;
    padding: 20px;
    z-index: 99999 !important;
  }
  a.nav-link {
    line-height: 26px !important;
  }
  .faq-section {
    padding-bottom: 30px;
  }
  .contact {
    margin-bottom: 15px;
  }
  .right-content {
    padding-left: 24px;
  }
  .counter-name {
    font-size: 20px;
  }
  .counter-details {
    padding-top: 30px;
  }
  .counter-section {
    background-color: #188ec9;
    height: auto;
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 10px 20px 10px;
  }
  .Blog-section {
    padding: 40px 0px;
  }
  .multy-video-section {
    width: 100%;
    height: auto;
    padding-bottom: 208px;
  }

  .video-left-heading {
    padding-top: 30px;
  }
  .main-h-faq {
    margin-bottom: 25px;
  }
  .faq-right-h {
    padding-top: 0px;
    padding-left: 3px;
  }
  .contact-form-inner {
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    margin: 30px 0px;
  }
  .faq-question {
    margin-top: 80px;
    padding-left: 0px;
  }
  .cards {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
  section.top-nav-section {
    display: none;
  }
  .footer-section {
    height: auto;
  }
  .logo {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .footer-heading {
    padding-top: 20px;
    margin-bottom: 12px;
  }
  .copyright {
    padding-top: 12px;
  }
  .happy-discuss {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .right-link.text-end {
    padding: 12px 0px 12px 0px;
  }
  .semi-footer {
    height: auto;
  }
  .form.contact-name {
    margin-bottom: 24px;
  }
  button.btn.btn-primary.btn-lg.exe-btn {
    margin-bottom: 20px;
    margin-top: -20px;
  }
  .contact-section {
    padding-top: 30px;
  }
  .navbar-nav .dropdown-menu {
    position: static !important;
    text-align: center !important;
    border-color: #ffffff !important;
  }
  .dropdown-divider {
    border-color: #ffffff;
    margin: 0px;
  }
  img.img-fluid.casir {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  li.nav-item {
    margin-right: 0px;
  }
  .about-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-right-content {
    padding-left: 0px;
    padding-top: 15px;
  }
  .about-details-section {
    padding-bottom: 30px;
  }
  i.fa-solid.fa-quote-left.blog-quots {
    margin-top: 47px;
  }
  .left-journey {
    margin-left: 0px !important;
  }
  .right-journey {
    margin-left: 0px !important;
  }
  .timeline-item {
    width: 100%;
    margin-bottom: 14px;
  }
  .timeline::before {
    content: "";
    background: none !important;
  }
  .date {
    display: none !important;
  }
  .timeline {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  button.slick-prev.slick-arrow{
    top: 47%;
    left: -8px
  }

button.slick-next.slick-arrow{
  top: 47%;
}
.slick-slide {
  padding-left: 24px;
}
.slider-right-content{
  text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  text-align: center !important;
}
ul#pills-tab {
  width: 100%;
}
.nav-pills .nav-link {
  text-align: center !important;
}
iframe {
  width: 400px;
  margin-bottom: 10px;
}
.card.mb-5 {
  margin-bottom: 14px !important;
}
input#email {
  margin-top: 24px;
}
button.btn.btn-primary {
  margin-left: 8px;
}

.related-post-blog-content {
  border: 1px solid #e7e7e7;
  padding: 2px;
  width: 100%;
}

.detail-p p img {
  width: 401.6px !important;
  height: auto !important;
  object-fit: cover;
  object-position: center;
}

}

