/* 
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Source Serif Pro', serif; 
*/
/*================================= comoon css =================================*/
html{
  scroll-behaviour : smooth;
} 
body {
 font-family: "Inter", sans-serif;
	touch-action: manipulation;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	background: #ffffff;
  overflow-x: hidden;
  color:#151515;
  }
.font_primary{
 font-family: "Inter", sans-serif;
}
.font_secondary, .footer_list a{
 font-family: "Inter", sans-serif;
}
.text_primary, .logo_heading, .navbar-nav-link:hover, .footer_list a{
  color:#151515 !important;
}
.text_secondary, .footer_list a:hover{
  color:#d763ff !important;
}
.bg_primary{
  background-color:#151515;
}
.bg_secondary{
  background-color:#d763ff;
}
.container{
  max-width: 1300px;
}  
.video_cover {
  height: 299px !important;
}
p, h1, h2, h3, h4, h5, h6{
  margin-bottom:0px;
}
/* custom scroll */
  ::-webkit-scrollbar {
	width: 6px;
	height: 6px;
  }
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px #fff;
	border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background:#7f7f7f;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  }
  /* custom scroll */

  p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.04;
    margin-bottom: 16px;
    color: #151515;
    line-height: 30px;
  }
  /* heading css */
  h1 {
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke: 1px #000;
    font-size: 95px;
   font-family: "Inter", sans-serif;
    font-weight: 600;
}
/* .section_breadcrumbs h1:hover{
  color: transparent;
  transition: color .3s,-webkit-text-stroke .3s;
  background-image: url(../images/video_popuup.jpg);
  background-position: 50%;
  -webkit-background-clip: text;
  background-size: 100% 100%;
} */
h1:hover,  h1 span{
  color: #151515;
  transition: color .3s,-webkit-text-stroke .3s;
}
h2 {
  font-size: 40px;
  font-weight: 700;
  color: #151515;
 font-family: "Inter", sans-serif;
}
h3 {
 font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #151515;
  line-height: 30px;
}
h5 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #151515;
  text-transform: capitalize;
  font-weight: 700;
 font-family: "Inter", sans-serif;
}
h6 {
 font-family: "Inter", sans-serif;
  color: #151515;
  font-size: 26px;
  font-weight: 700;
}
.font-small{
  font-size: 14px;
}
  /* heading css */
  p:last-child{
	margin-bottom:0px;
  }
  button::-moz-focus-inner {
	border: 0;
  }
  :focus {
	outline: none;
  }
  ::-moz-focus-inner {
	border: 0;
  }
  button:focus {
	outline: none;
  }
  a,
  a:hover,
  button,
  button:hover, .indus_block, .indus_block:hover, .form-group input, .form-group input:focus {
	transition: all 0.5s ease 0s !important;
  }

/*================================= 4 Global Styles (#glob) =================================*/
.section-spacer{
  padding:60px 0px;
}
.logo_heading h3 {
 font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
}
.logo_heading img {
      width: 67px;
  object-fit: cover;
  margin-right: 7px;
}
.navbar-nav-link {
  position: relative;
  display: block;
  cursor: pointer;
  outline: 0;
  transition: all ease-in-out .15s;
  color: #000;
  font-weight: 400;
  text-transform: uppercase !important;
  padding: 0 20px !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
}
.magnet-button {
  display: inline-flex;
  white-space: nowrap;
  color: #fff;
  background: #e8a41d;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding: 9px 40px;
  border: 1px solid #e8a41d;
}
button.magnet-button {
  width: 178px;
  height: 52px;
  display: flex;
  align-items: center;
}
.magnet-button:hover{
  border-color: #e8a41d;
  color:#e8a41d;
  background:transparent;
}
.fixed-top{
  z-index: 999;
  border-bottom: 1px solid #ffffff0f !important;
}

.sub-heading {
  font-size: 23px;
  position: relative;
  padding-left: 40px;
  color: rgba(24,24,21,.5);
  font-weight: 600;
}
.sub-heading:after {
  content: "";
  background: #d763ff;
  position: absolute;
  top: 20px;
  left: 0;
  width: 35px;
  height: 2px;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.section-about .right_content img {
  height: 480px;
  object-fit: cover;
  object-position:top;
}
.service_block img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
}
.service_block {
  padding: 30px;
  box-shadow: 1px 1px 8px 0px rgb(225 225 225) !important;
  margin: 10px;
  position: relative;
}
.service_block h3 {
  padding: 20px 0px 25px;
}
.service_block:hover, .section_services .owl-item.active.center {
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
}
.section_services{
  position:relative;
  overflow:hidden;
}
/* .section_services .owl-stage-outer{
  overflow: visible;
} */
.footer_top, .footer-copyright {
  border-top: 1px solid #e1e1e1;
}
.footer_list a{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700!important;
  margin-bottom: 5px;
}
.footer-copyright p {
  font-weight: 600;
}
.social-group a {
  color: #d763ff;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 8px;
}
.breadcrumbs_heading{
    color: rgba(24,24,21,.5);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    margin-bottom: 30px;
}
.bg_heading h5{
  font-size: 63px;
  letter-spacing: 0.76px;
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 1px #000;
}
.img-size-1 {
  width: 100%;
}
.right_img {
  margin-top: 100px;
}
h4.number {
  font-size: 60px;
  font-weight: 700;
  text-align:center;
}
h4 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
section.section_project a {
  font-size: 55px;
  line-height: 60px;
  position: relative;
  font-weight: 700;
}
section.section_project a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: currentColor;
  transition: transform 0.45s cubic-bezier(.4,.22,.21,1.04);
}
section.section_project a{
  color:#fff !important;
}
section.section_project a:hover:after{
  transform: scaleX(0);
}
.section_project{
  background-image: url(../images/project-bg.png);
  background-color:#000;
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}
.section_teach_content .nav-link {
  font-size: 18px;
  color: #151515;
  font-weight: 600;
  position: relative;
  padding: 20px 30px;
}
.section_teach_content .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;  
  background: transparent;  
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(.4,.22,.21,1.04);
}
.nav-tabs .nav-item.show .nav-link:after, .nav-tabs .nav-link.active:after{
  background: #d763ff;
  transform: scaleX(1);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-color: transparent;
}
.indus_block img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.m-icon{
  width: 100px !important;
}
.indus_block h6 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 18px;
}
.indus_block{
  padding: 40px 15px;
}
.indus_block:hover {
  box-shadow: 0px 20px 100px rgb(0 0 0 / 10%);
}
.indus_block:hover img{
  -webkit-filter: unset;
  filter: unset;
}
.s_block .img_block img {
  width: 60px;
}

.s_block h3{
  font-size: 20px;
}
.s_block p {
  font-size: 15px;
  line-height: 25px;
}
.s_block .img_block {
  /* background-image: url(../images/shape-dot.png); */
  box-shadow: 1px 1px 8px 0px rgb(225 225 225) !important;
  width:150px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100%;
  /* animation: rotation 8s infinite linear; */
}
.slider-nav img{
  width:50px;
}
.section_services .left_col {
    position: static!important;
    z-index: 9;
    background: #fff;
}
.section_services .slider-for {
  background-position: top;
  position: absolute;
  height: 100%;
  width: 35%;
  left: 0px;
  background-size: cover;
  background: #fff;
}
.slider-for img {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  width: inherit;
  height: 420px;
  object-fit: cover;
  object-position: center;
}
.slick-arrow {
  background: #151515;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
  cursor: pointer;
}
.slick-arrow:before {
  color: #fff;
  font-size: 12px;
}
i.fa.fa-chevron-left.slick-arrow {
  position: absolute;
   top: -139px;
  right: 50px;
}
i.fa.fa-chevron-right.slick-arrow {
  position: absolute;
   top: -139px;
  right: 0;
}
.slider-nav .img_block {
  background: #f8f8f8;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.services_block p {
  font-size: 14px;
  line-height: 27px;
  margin-top: 20px;
}
.services_block {
  padding: 25px;
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
  border: 1px solid #eee;
  margin: 14px;
  position: relative;
}
.slider-nav .slick-list{
  overflow: visible;
}
a.btn_more {
  color: #d763ff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.1px;
  opacity: 0;
}
.slider-nav .item.slick-slide.slick-current.slick-active .services_block a.btn_more {
  opacity: 1;
}
form.contact_form h5, form.contact_form span {
  color: #ccc;
  font-size: 30px;
  text-transform: initial;
  font-weight: 600;
}
.hi_fi_icon{
  width:50px;
}

.button-group-pills .btn {
  border-radius: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-left: 10px;
    border-color: #bbbbbb;
    background-color: #FFF;
    color: #151515;
    width: 178px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}
.button-group-pills .btn.active {
  border-color: #151515;
  background-color: #151515;
  color: #FFF;
  box-shadow: none;
}
.button-group-pills .btn:hover {
  border-color: #151515;
  background-color: #151515;
  color: #FFF;
}
.check_group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
label.btn.btn-default:focus {
  box-shadow: none !important;
}
.label_check {
 font-family: "Inter", sans-serif;
}
.form-group input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ededed;
  height: 85px;
}
.form-group input:focus {
  border-color: #151515;
}
::-webkit-input-placeholder { /* Edge */
 font-family: "Inter", sans-serif;
  text-transform: capitalize;
  color: #000 !important;
  font-size: 14px;
  font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-family: "Inter", sans-serif;
  text-transform: capitalize;
  color: #000 !important;
  text-transform: initial;
  font-size: 14px;
  font-weight: 400;
}
.form-control {
  display: block;
  width: 100%;
  padding: .4375rem .875rem;
  font-size: .8125rem;
  line-height: 1.5385;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: .1875rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: #F8F5F3 !important;
  height: 60px;
  width: 100%;
}
::placeholder {
 font-family: "Inter", sans-serif;
  text-transform: capitalize;
  color: #000 !important;
  font-size: 14px;
  font-weight: 400;
}
.top_form-wrapper .row {
  gap: 24px 0px;
}
section.work_content h4 {
 font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 35px;
}
.work_content .label {
  color: #666;
  font-size: 18px;
}
.work_block {
  margin-bottom: 100px;
  border: 15px solid #fff;
}
.work_content_right_content{
  position: relative;
  top: 200px;
}
.s_heading h3 {
 font-family: "Inter", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  padding-top: 30px;
}
.footer_sub_heading h5 {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.section_services_content section.fv img {
  object-position: center;
  object-fit: contain !important;
}
.about_slider_header {
  padding: 2.2rem 2.5rem;
      background: #fbe0dc;
      border-radius: 2rem;
      width: 350px;
      margin: 0 auto;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
}
img.about_slider_img {
  width: 139px !important;
  object-fit: contain;
  position: absolute;
  top: 22px;
  right: 0;
  height: auto !important;
  opacity: 0.4;
}
.skill_content img {
  width: 50px !important;
  height: 50px  !important;
  margin:0 auto;
  object-fit: contain !important;
}
.skill_content h6 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.filter{
  filter: brightness(0.5);
}
.top-banner{
  background-image: url('../images/banner.png');
  height: 100%;
}
.top-banner {
  background-size: cover;
  position: relative;
height:800px;
padding-bottom: 100px;
}
.top-banner:after {
  background: #00222cf5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-content {
  position: relative;
  z-index: 9;
  top: 50px;
}
.baner_col-im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.baner_col-im {
  height: 400px;
  width: 300px;
}
.elementor-icon-box-icon {
  color: #fff;
  font-size: 14px;
  display: flex;
  gap: 16px;
  align-items: center;
font-weight: 600;
letter-spacing: 1px;
}
.banner_row-content h2 {
  color: #fff;
  font-size: 82px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.btn_white {
  background: #fff;
  color: #000 !important;
  font-size: 14px;
  padding: 14px 25px;
  font-weight: 600;
  position: relative;
}

.banner_icon-wrapper p {
  margin: 24px 0px;
  font-size: 14px;
}
.banner_row-content {
  padding-left: 60px;
  padding-top: 60px;
}
svg.spinner {
  height: 166px;
  width: 166px;
  position: relative;
  padding: 5px;
  animation: rotate2 10s linear infinite;
  font-size: 10px;
  color: #fff !important;
}
@keyframes rotate2 {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}
.banner_icon-wrapper {
  display: flex;
}
text {
  fill: #fff !important;
}
.banner_bottom-content {
  position: relative;
  left: 37px;
}
.banner_ab-im-wrapper {
  position: absolute;
  top: -94px;
  right: -119px;
}

svg.video_arrow {
  position: absolute;
  left: 46px;
}

.video_wrapper {
  position: relative;
  top: 46px;
  left: 23px;
}

.banner_ab-im-wrapper {
  position: absolute;
  top: -98px;
  right: -19px;
}
.banner_ab-im-wrapper img {
  width: 210px;
  height: 250px;
}
.btn_white:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background: #000;
  transition: all .4s ease;
}
.btn_white:hover:after {
  width: 100%;
}
.btn_white:hover span {
  position: relative;
  z-index: 99;
  color: #fff;
}
label.sub_heading {
  background-color: #f5f7f9;
  padding: 6px 15px 6px 15px;
  font-size: 14px;
  border-radius: 12px;
}
.heading-wrapper h3 {
  font-size: 54px;
  line-height: 1.1;
}
.heading-wrapper h3 span{
  position: relative;
}
.heading-wrapper h3 span:after {
  content: "";
  background: #7EFFC366;
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.highlight_para p{
  font-size:24px;
  font-weight: 600;
}
.text_gray{
  color: #676E75;
}
h5.border-text {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 1px #000;
  font-size: 60px;
}
.about_bottom-wrap {
  background: #E8A41D;
  width: 170px;
  height: 168px;
  line-height: 165px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_bottom-wrap i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.counter .row {
  padding: 45px;
  background-color: #f9f9ff;
  border-radius: 20px;
  box-shadow: 0 24px 52px #0000002e;
  background-size: contain;
  margin-top: -28px;
}
section.counter .row h5 {
  font-size: 40px;
  margin-bottom: 0;
  color: #25346f;
}
.counter_item p {
  font-size: 16px;
}
.is_small{
  font-size:20px !important;
}
section.key_fact.section-spacer {
  padding: 100px 0px;
}
.features_item {
  background-size: cover;
  border-radius: 12px;
  height: 100%;
  border: 1px solid #FFFFFF7D;
}
.features_item-in {
  -webkit-backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(20px) hue-rotate(0deg);
    backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(20px) hue-rotate(0deg);
    background-color: #FFFFFFCC;
    padding: 20px;
    border-radius: 12px;
    height:100%;
    transition: all 0.5s ease 0s;
}
.features_icon {
  background: #25346f;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.features_item h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  margin-top: 24px;
}
.features_item-in {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: column;
}
.features_icon svg {
  width: 20px;
}
.features_item h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  margin-top: 0;
}
section.key_fact.section-spacer {
  background-image: url(https://parshwaconsultancy.com/wp-content/uploads/2024/05/Banner_bg-2.svg);
  background-size: cover;
  background-color: #25346f;
}
/* img.is_colred {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 100%;
} */
.sticky img.is_colred{
  opacity:100%;
}

.sticky .navbar {
  background: #fff;
  border-bottom: 1px solid #e1e1e1 !important;
  box-shadow: -1px 4px 5px 1px rgba(20, 14, 20, .11);
}
.sticky a.navbar-nav-link {
  color: #000;
}
.banner_left-content h2 {
  font-size: 85px;
  color: #fff;
  line-height: 1.1em;
}
.top_form-wrapper {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 50px 50px 50px;
  background: #fff;
  border-radius: 12px;
}
.top-form-header h3.sub_heading {
  font-size: 20px;
  margin: 0 !important;
}
.top-form-header h2 {
  font-size: 30px;
  line-height: 1.1;
  text-transform: capitalize;
  margin-top: 8px;
}
.top_form-wrapper form {
  margin-top: 45px;
}
.booking__form-btn button.btn_white {
  background: #e8a41d !important;
  border: 0;
  width: 100%;
  height: 50px;
}
.features_item-in:hover {
  background: #25346f;
}
.features_item-in:hover .features_icon {
  background: #e8a41d;
}

.features_item-in:hover h4 {
  color: #fff;
}
.video_item h4 {
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  margin-top: 20px;
}
section.video .row {
  gap: 45px 0px;
}
button.close {
  position: absolute;
  top: 0px;
  background: #25346f !important;
  z-index: 999999;
  right: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  opacity: 100%;
}
.modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}
.video_cover img {
  object-fit: cover;
  border-radius: 12px;
}
.video_cover {
  height: 320px;
}
.is_play {
  object-fit: cover;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
table.w-100.fee_table {
  font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    background: #25346f;
}
.fee_table th {
  padding: 15px 20px;
}
.fee_table th {
  padding: 15px 20px;
  background: #d3d6e2 !important;
  color: #000;
}
.fee_table td{
  padding: 15px 20px;
}
.fee_table tr:nth-child(odd) {
  background-color: #d3d6e2;
  color:#000
}
.cta_wrapper {
  box-shadow: inset 0px 3px 66px 0px rgba(0, 0, 0, 0.15);
  padding: 45px;
  border-radius: 45px;
  background-image: url(https://parshwaconsultancy.com/wp-content/uploads/2024/05/Banner_bg-2.svg);
  background-size: cover;
  background-color: #25346f;
}
.cta_wrapper h3.text-white.my-3 {
  font-size: 35px;
}
.footer_bottom {
  padding-top: 30px;
  padding-bottom:30px;
  border-top: 1px solid #e1e1e1;
  margin-top: 30px;
}
.footer_bottom p{
  font-size: 14px;
  line-height: 130%;
}
.footer img {
  /*margin: 0 auto;*/
  width: 250px;
}
.footer .logo_heading span {
    line-height: 120%;
}
.footer li {
  list-style: none;
}
.footer li a{
  color:#000;
  padding:0 !important;
}
.footer ul {
  padding: 0 !important;
  display: flex;
  gap: 0rem;
  flex-direction: column;
}
.footer_copyright {
  background: #25346f;
  font-size: 12px;
  text-align: center;
  padding: 15px 0px;
}
.contact_flex-content {
  gap: 16px;
  grid-column-gap: 1rem;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 7fr;
  grid-auto-columns: 1fr;
  display: grid;
  align-items: center;
}
.contact_flex-content i {
  background: #25346f;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
}
.contact_flex-content p {
  font-size: 14px;
}
.fee_bottom, .highlighted {
  background-color: #FFFFFFCC;
  color: #000 !important;
  padding: 20px;
  border-radius: 24px;
}
.add_banner img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.page-content {
  padding-top: 98px;
}

.result_im-wrapper img {
  border-radius: 24px;
  object-fit: cover;
}
section.add-section.result h3 {
  font-size: 32px;
}
.video_item {
  position: relative;
  margin: 5px;
}
.video_item h4 {
  background: #25346ff7;
  font-size: 16px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  color: #fff;
  border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    opacity: 0;
}
.result_wrap img {
  border-radius: 12px;
}
.logo_heading img {
  width: 68px;
}
.logo_heading span {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    color: #0c4b87;
    line-height: 0;
}
.about_bottom-wrap {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.round_wrap img {
    width: 70px;
}
.sub {
  display: block;
}
.logo_heading {
  display: flex;
  align-items: center;
}
.right_text{
    display:none
}
.round_wrap {
    background: #fff;
    width: 120px;
    height: 120px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
/*=================================== media query css ===================================*/


  @media only screen and (min-width: 300px) and (max-width: 767px) {
          iframe {
    height: 200px !important;
}
      .right_text {
    display: flex
;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}
      .top-banner{
              height: 100%;
      }
      section.counter .row{
          margin-top: 0;
      }
      .logo_heading span{
              font-size: 18px;
      }
      .banner-content{
          
          padding-top: 100px;
      }
    .navbar-expand-lg.fixed-bottom .navbar-collapse, .navbar-expand-lg.fixed-top .navbar-collapse{
      overflow: hidden;
    }
    section.counter .row{
      padding: 20px;
    }
    .counter_item {
      padding: 10px !important;
  }
  section.counter .row h5 {
    font-size: 18px !important;
    line-height: 1.2;
}
.counter_item img {
  width: 100%;
}
.heading-wrapper h3 {
  font-size: 32px;
  line-height: 1.1;
}
h5.border-text{
  font-size: 30px;
}
.add_banner img{
  height: 200px;
}
.cta_wrapper{
  padding: 45px 20px;
}
.cta_wrapper h3.text-white.my-3 {
  font-size: 24px;
}
.contact_flex-content {
  margin-top: 20px;
}
.features_item {
  text-align: center;
}
.features_icon{
  width: 60px;
  height: 60px;
}
.fee_table td, .fee_table th {
  min-width: 150px !important;
}
.video_cover {
  height: 150px;
}
.video_cover img{
  width: 40px;
}
.footer_copyright {
  margin-top: 32px;
}
.counter_item p {
  font-size: 14px;
}
.footer ul{
  gap: 0;
}
.footer .col-md-7 {
  margin: 32px 0px;
}
    img.is_white {
      opacity: 0;
  }
  img.is_colred, .logo_heading img {
    opacity: 100%;
    width: 60px;
} 
.magnet-button{
  padding: 6px 40px;
} 
.custom-header .magnet-button{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-form-header h2{
  margin-top: 0;
  font-size: 24px;
}
.navbar {
  background: #fff;
}
.navbar-nav-link{
  color: #000;
}
br {
  display: none;
}
p {
  font-size: 16px;
  line-height: 1.3;
}
.top_form-wrapper{
  padding: 20px;
}
.banner_left-content {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-content{
  top: 0;
}
.banner_left-content h2 {
  font-size: 35px;
  margin: 12px 0px !important;
}
    .work_content_right_content{
      position: unset;
    }
    .button-group-pills .btn{
      margin-left: 5px;
      font-size: 14px;
    }
    h2{
      font-size: 35px;
    }
    h4{
      font-size: 40px;
      line-height: 50px;
    }
    h5{
      margin-bottom: 10px;
      font-size: 18px;
    }
    .s_heading h3{
      font-size: 45px;
      line-height: 50px;
    }
    section.section_project a{
      font-size: 35px;
      line-height: 40px;
    }
    .custom-footer {
      text-align: center;
  }
  .footer_top.py-5 {
    padding-bottom: 30px !important;
}
.social-group.text-right {
  text-align: center !important;
}
    .footer_list {
      margin-bottom: 35px;
  }
    .page-content {
      padding-top: 66px;
  }
  .section-spacer {
    padding: 30px 0px;
}
    button.navbar-toggler.collapsed i:before {
      content: "\f0c9";
    }
    button.navbar-toggler i:before {
      content: "\f00d";
    }
    button.navbar-toggler i:before {
      font-size: 20px;
  }
  button.navbar-toggler i {
    position: absolute;
    top: 25px;
    right: 18px;
}
    i.fa.fa-times {
      display: none;
    }
    .float-right {
      float: none !important;
    }
    ul.main-menu a{
      justify-content: center;
      width: 100%;
      margin: 0 !important;
      padding: 10px 0px !important;
      border-bottom: 1px solid #e1e1e1;
    }
    .navbar-collapse{
      text-align: center;
    }
    .main-menuright {
      margin-top: 20px;
      margin-bottom: 30px;
  }
  h1{
    font-size: 35px;
    line-height: 40px;
  }
  .sub-heading{
    font-size: 18px;
    padding-bottom: 15px;
  }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
   
  }
  @media only screen and (min-width: 991px) and (max-width: 1024px) {

  }

  