/*
Responsive CSS
============================*/
@media only screen and (max-width: 767px) {





  .pt-100 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .default-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
  .section-title {
    margin-bottom: 28px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .navbar-light .navbar-nav {
    margin-top: 14px;
  }
  .navbar-light .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .navbar-light .navbar-nav .nav-item a {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-light .others-option .option-item .default-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .main-banner {
    height: auto auto;
    padding-top: 29px;
    padding-bottom: 80px;
  }
  .main-banner .banner-content {
    text-align: center;
  }
  .main-banner .banner-content h1 {
    font-size: 30px;
  }
  .main-banner .banner-content .banner-holder {
    margin-top: 20px;
  }
  .main-banner .banner-content .banner-holder img {
    max-width: 45%;
  }
  .main-banner .banner-image {
    margin-top: 50px;
  }
  .main-banner .banner-form {
    padding: 20px;
    margin-top: 30px;
  }
  .default-shape .shape-1 {
    display: none;
  }
  .default-shape .shape-2 {
    display: none;
  }
  .default-shape .shape-3 {
    display: none;
  }
  .default-shape .shape-4 {
    display: none;
  }
  .default-shape .shape-5 {
    display: none;
  }
  .single-fun-fact .icon i {
    font-size: 40px;
  }
  .single-fun-fact h3 {
    font-size: 30px;
  }
  .about-content h3 {
    font-size: 24px;
  }
  .about-content .about-btn {
    margin-top: 20px;
  }
  .about-image {
    margin-top: 30px;
  }
  .single-features h3 {
    font-size: 22px;
  }
  .testimonial-slides .client-feedback .single-feedback {
    margin-bottom: 20px;
  }
  .testimonial-slides .client-feedback .single-feedback p {
    max-width: 100%;
    font-size: 16px;
  }
  .testimonial-slides .client-feedback .single-feedback .icon i {
    font-size: 40px;
    margin-bottom: 14px;
  }
  .testimonial-slides .next-arrow, .testimonial-slides .prev-arrow {
    opacity: 1;
    visibility: visible;
  }
  .overview-content h3 {
    font-size: 24px;
  }
  .overview-content .overview-btn {
    margin-top: 20px;
  }
  .overview-image {
    margin-top: 30px;
  }
  .single-pricing-table .pricing-header h3 {
    font-size: 26px;
  }
  .single-pricing-table .price {
    font-size: 35px;
  }
  .single-pricing-table .price sup {
    top: -4px;
  }
  .faq-accordion-content .accordion .accordion-title {
    font-size: 16px;
  }
  .faq-image {
    margin-top: 30px;
  }
  .single-team .image .content h3 {
    font-size: 22px;
  }
  .app-download-content h3 {
    font-size: 30px;
  }
  .app-holder img {
    max-width: 45%;
  }
  .single-blog .content h3 {
    font-size: 22px;
  }
  .single-blog .content .post-meta li {
    font-size: 14px;
    margin-right: 10px;
  }
  .contact-info .contact-info-content {
    margin-top: 30px;
  }
  .contact-info .contact-info-content h3 {
    font-size: 20px;
  }
  .subscribe-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .newsletter-form .input-newsletter {
    height: 55px;
  }
  .newsletter-form button {
    position: relative;
    right: 0;
    top: 0;
    height: 55px;
    margin-top: 20px;
  }
  .pl-5, .px-5 {
    padding-left: 0 !important;
  }
  .single-footer-widget h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .main-banner-two {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .main-banner-two .banner-content h1 {
    font-size: 35px;
  }
  .main-banner-two .banner-content .banner-form .input-newsletter {
    height: 55px;
  }
  .main-banner-two .banner-content .banner-form button {
    position: relative;
    right: 0;
    top: 0;
    height: 55px;
    margin-top: 20px;
  }
  .video-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .video-content h3 {
    font-size: 25px;
  }
  .video-content .video-btn {
    width: 60px;
    height: 60px;
    line-height: 75px;
  }
  .page-title-area {
    height: 220px;
  }
  .page-title-content h2 {
    font-size: 30px;
  }
  .pagination-area .page-numbers {
    width: 35px;
  }
  .blog-details-desc .article-content h3 {
    font-size: 22px;
  }
  .comments-area .comment-body {
    padding-left: 60px;
  }
  .comments-area .comments-title {
    font-size: 22px;
  }
  .comments-area .comment-author .avatar {
    height: 50px;
    width: 50px;
    left: -65px;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 22px;
  }
  .widget-area .widget:first-child {
    margin-top: 30px;
  }
  blockquote, .blockquote {
    padding: 25px !important;
  }
  blockquote p, .blockquote p {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {




  .pt-100 {
    padding-top: 80px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .default-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
  .section-title {
    margin-bottom: 28px;
  }
  .section-title h2 {
    font-size: 40px;
  }
  .navbar-light .navbar-nav {
    margin-top: 14px;
  }
  .navbar-light .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .navbar-light .navbar-nav .nav-item a {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-light .others-option .option-item .default-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .main-banner {
    height: auto auto !important;
    padding-top: 0px;
    padding-bottom: 100px;
}

.ani12 {
  margin-left: 0;
  margin-top: 84px;
  position: relative;
  right: 40px;
}

.ani23 {
  margin-top: 102px;
}

.indexstart {
  width: 80%;
  margin-top: 41px;
}

.webtc {
  width: 86%;
  margin-top: 60px;
}

.resben {
  list-style-type: none;
  padding-top: 0%;
}

footer::after {
  background-image: url(../img/footerimg.png);
  background-size: cover;
  background-repeat: repeat no-repeat !important;
  background-position: bottom;
  height: 100px !important;
  display: none;
}

.ani1img3 {
  height: 152px;
}

.indeximgw {
  width: 60%;
  margin-top: 12px;
}

.ani1img3 {
  height: 152px;
  margin-top: -55px;
  margin-bottom: 56px;
}

  .main-banner .banner-content {
    text-align: center;
  }
  .main-banner .banner-content h1 {
    font-size: 50px;
  }
  .main-banner .banner-content .banner-holder {
    margin-top: 20px;
  }
  .main-banner .banner-content .banner-holder img {
    max-width: 45%;
  }
  .main-banner .banner-image {
    margin-top: 50px;
  }
  .main-banner .banner-form {
    margin-top: 30px;
  }
  .single-fun-fact .icon i {
    font-size: 50px;
  }
  .single-fun-fact h3 {
    font-size: 40px;
  }
  .about-content h3 {
    font-size: 34px;
  }
  .about-content .about-btn {
    margin-top: 20px;
  }
  .about-image {
    margin-top: 30px;
  }
  .single-features h3 {
    font-size: 25px;
  }
  .testimonial-slides .client-feedback .single-feedback {
    margin-bottom: 20px;
  }
  .testimonial-slides .client-feedback .single-feedback p {
    max-width: 100%;
    font-size: 20px;
  }
  .testimonial-slides .client-feedback .single-feedback .icon i {
    font-size: 40px;
    margin-bottom: 14px;
  }
  .testimonial-slides .next-arrow, .testimonial-slides .prev-arrow {
    opacity: 1;
    visibility: visible;
  }
  .overview-content h3 {
    font-size: 34px;
  }
  .overview-content .overview-btn {
    margin-top: 20px;
  }
  .overview-image {
    margin-top: 30px;
    text-align: center;
  }
  .single-pricing-table .pricing-header h3 {
    font-size: 35px;
  }
  .single-pricing-table .price {
    font-size: 45px;
  }
  .single-pricing-table .price sup {
    top: -4px;
  }
  .faq-image {
    margin-top: 30px;
    text-align: center;
  }
  .app-download-content h3 {
    font-size: 40px;
  }
  .app-holder img {
    max-width: 45%;
  }
  .single-blog .content h3 {
    font-size: 25px;
  }
  .single-blog .content .post-meta li {
    font-size: 14px;
    margin-right: 10px;
  }
  .contact-info .contact-info-content {
    margin-top: 30px;
  }
  .contact-info .contact-info-content h3 {
    font-size: 30px;
  }
  .subscribe-content h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .newsletter-form .input-newsletter {
    height: 55px;
  }
  .newsletter-form button {
    position: relative;
    right: 0;
    top: 0;
    height: 55px;
    margin-top: 20px;
  }
  .pl-5, .px-5 {
    padding-left: 0 !important;
  }
  .single-footer-widget h3 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .widget-area .widget:first-child {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-fun-fact p {
    font-size: 16px;
  }
  .faq-accordion-content .accordion .accordion-title {
    font-size: 18px;
  }
  .single-blog .content .post-meta li {
    font-size: 14px;
    margin-right: 10px;
  }
  .single-blog .content h3 {
    font-size: 22px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 480px) {

 
    .mrgleft {
	margin-left: 0px !important;
}

  .pstyle2 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-left: 41px;
    margin-top: -26px;
    color: #fff;
  }

  .pstyle {

    margin-left: -56px !important;
  }

  .pstyle2 {
    padding-left: 101px !important;
    margin-top: -26px !important;
    color: #fff;
    width: 74% !important;
  }

}


@media only screen and (min-width: 390px) and (max-width: 480px) {
.pstyle2 {
	padding-left: 118px !important;
	margin-top: -26px !important;
	color: #fff;
	width: 74% !important;
}
.is-sticky .navbar-toggler {
	margin-top: -9px !important;
	padding: 4px;
	font-size: 12px;
	margin-right: 0px !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 660px) {

  .navbar {
    position: relative;
    padding-top: 11px !important;
    padding-bottom: 5px !important;
    border-bottom: none !important;
  }

  .pt-5 {
    padding-top: 0rem !important;
  }



  .is-sticky{
    height: 50px;
  }

  .main-banner {
    height: auto auto;
    padding-top: 2px;
    padding-bottom: 80px;
  }

  .logo img {
    position: absolute;
    z-index: 2;
    top: 5px !important;
  }
  .mpd {
    text-align: center !important;
    color: #9F2B68 !important;
    font-size: 14px;
  }

  .webtc {
    width: 86%;
    padding-top: 14px;
  }

  .facultyy {
   margin-top: 0px !important;
   width: 75%;
  }

  .benefit-image {
    width: 80%;
     height: inherit !important;
    margin-top: 40px !important;
    margin-right: 22px;
  }

  .resben2 {
    list-style-type: none;
    padding-top: 0% !important;
  }

  .mpd {
    padding-top: 0% !important;
  }

.pt3res{padding-top: 2px !important;}

  .pt5res{ padding-top: 2px !important;}
  .resppt4{padding-top: 2px !important;}

  .mrgtt2 {
    width: 100%;
  }


  .mpd {
    text-align: center !important;
    color: #9F2B68 !important;
  }

  .success-image {
    width: 80%;
   height: inherit !important;
    margin-top: 40px !important;
    text-align: center;
    margin-right: 22px;
  }

  .footbottom {
    font-size: 14px;
    text-align: center;
    color: #000;
    top: 0;
    z-index: 11111;
    position: relative;
    font-weight: bold;
    margin-bottom: 0px !important;
  }

  .featured-section .right-column {
    position: relative;
    top: 0px;
    text-align: center;
    padding-left: 0;
    padding-right: 6px;
  }
  .card {
    margin-right: 0px; margin-bottom: 10px;
}

#testimonial4{overflow-x: hidden;}

  .abt{margin-left: 0px !important;}

  .h-100 {
    height: inherit !important;
}
.section-title h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.5;
}

.scit {
  width: 120px;
  overflow: hidden;
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 0rem!important;
}
.services .service-item {

  padding-bottom: 30px !important;
}
.dif {
  margin-left: 0px !important;
}
.ghj {
  color: #fff;
  padding-top: 20px !important;
  font-size: 23px !important;
  margin-left: 20px !important;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 25px;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 13px;
}


.services .section-title {
  margin-bottom: 19px !important;
}

  .asanimto {
    background-color: #fff;
    padding: 0px !important; 
    padding: 0px 11px 0 !important;
    box-shadow: 1px 2px 10px 3px #f9f9f9;
    border-radius: 9px;
}

  .register-section {
    background-image: url('../../img/rh-images/registernow-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 40px;
    margin-bottom: 10px;
    text-align: center;
}

.page-banner-section {
  padding-top: 27px;
  padding-bottom: 27px;
  min-height: 330px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -64px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.heir-banner-section{
  padding-top: 27px;
  padding-bottom: 27px;
  min-height: 170px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top bottom;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px !important;
}

.adv-banner-section {
  padding-top: 27px;
  padding-bottom: 27px;
  min-height: 459px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top bottom;
  position: relative;
  overflow: hidden;
  z-index: 1;
}


.about-banner-section {
  padding-top: 27px;
  padding-bottom: 27px;
  min-height: 170px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top bottom;
  position: relative;
  overflow: hidden;
  z-index: 1;
}



  .mgk{padding-top: 20px;}    

  .sect {
    height: 1762px !important;
}

.contact-form .send-btn {
  margin-top: 10px;
  margin-bottom: 19px;
}

  .techwix-about-section-07 .about-img-wrap .about-img:last-child {
    padding-left: -5px !important;
    margin-top: -25px !important;
}

  .trans{margin-top: 140px;}

  .whyind {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: -50px;
}

  .ani1{ float: none !important;}

  .start {
    padding-top: 0;
  }

  .contact-info-item.style-two > i {
    height: 40px;
    width: 40px;
    border: none;
    font-size: 18px;
    line-height: 41px;
    background-color: #5793ce;
  }

  .mt1{margin-top: 0px;}
  .featured-block {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
  }
  .succ{padding-top: 31px;
    padding-right: 10px;
  }
.calltoaction{display: block !important;
  width: 100%;
}
.calltoaction div{ margin-right: 0px !important;
  margin-bottom: 14px;}

  footer::after {
    background-image: url(../img/footerimg.png);
    background-size: cover;
    background-repeat: repeat no-repeat !important;
    background-position: bottom;
    height: 100px !important;
    display: none;
  }

  .contact-info-item.style-two {
    padding: 0;
    margin-bottom: 10px;
    align-items: center;
    background: transparent;
    text-align: left;
    justify-content: ce;
    padding-left: 8px;
  }


.learn-more{  width: 100%;}
  .ben{padding-top: 36px;
    width: 92%;
    text-align: center;
    padding-right: 30px;
  }
  .resben li::before {
   display: none;
  }
  .resben2 li {
    margin-bottom: 8px;
    font-size: 13px;
    text-align: left;
    padding-left: 10px;
    width: 120%;
  }
  .pb-100 {
    padding-bottom: 10px;
  }

  .resben li {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    list-style: disclosure-closed;
  }

  .section-title h2 {
    font-size: 18px !important;
    text-align: center;
    font-weight: bold;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .partners {
    background-image: none !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 38px;
}


.float-start{ float:inherit !important;}
.tt {
	text-align: justify;
	line-height: 1.3;
	padding-top: 13px;
	font-size: 16px;
}
.ttce{text-align: center;}
.text-start {
	text-align: left !important;
}

.mrgtt {
  margin-top: -11px;
}

.mrgyu{margin-bottom: 0px;}

.indexstart {
  width: 80%;
	margin-top: 0px !important;
  height:inherit !important;
  padding-top: 30px;
}

.mpd {
	padding-top: inherit !important;
}

.indeximgw {
	width: 60%;
	margin-top: inherit !important;
  height:inherit !important;
}

.indus {
	padding-top: 0;
}
  .featured-block .inner-box .text {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
  }

  .pad-b {
    padding-bottom: 10px;
    text-align: center;
  }

  .mb-5 {
    margin-bottom: 0rem !important;
  }

  .featured-block .inner-box .lower-content {
    position: relative;
    margin-top: 0px;
    padding: 6px 0px 5px;
    padding-right: -6px;
    text-align: center;
  }

  .footer-div h4 {
    font-size: 22px !important;
    margin-bottom: 0 !important;
  }

  .pt-100 {
    padding-top: 25px;
  }

  .indeximg1 {
    width: 80%;
    padding-top: 21px;
  }

  .section-title {
    margin-bottom: -12px;
  }
  .researchheight p {
    font-size: 10px;
    text-align: center;
    font-weight: normal;
  }

  .indexdev {
    position: relative;
    text-align: center;
  }

  .featured-block .inner-box h5 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    z-index: 1;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .section-title .bar {
    height: 4px;
    width: 85px;
    background: #2f5bea;
    margin: 20px auto 1px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }

  .mnpc {
    margin-right: 0px;
  }

  .ani12 {
    margin-left: 91px !important;
    margin-top: 0px !important;
  }

  .ani12 {
    margin-left: 0;
    margin-top: 144px;
    position: relative;
    right: 0px;
  }
  .main-banner {
    position: relative;
    height: 290px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../img/rh-images/banner-image234.jpg);
    overflow: inherit !important;
    z-index: 99;
    border-bottom: 1px dashed #3e444f;
    border-top: 1px dashed #3e444f;
  }

  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    color: #fff !important;
    background-color: #fff;
    margin-top: 0px;
    padding: 4px;
    font-size: 12px;
}



  .logo img {
    height: 80px !important;
  }



  .logo img {
    height: 113px;
    position: absolute;
    z-index: 2;
    top: 2px;
  }



  .maat{padding-top: 20px; padding-bottom: 0px;}


  .contact-banner-section {
    padding-top: 85px;
    min-height: 180px !important;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

  .main-banner2 {
    position: relative;
    height: 950px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #5FC0E2;
    background: linear-gradient(135deg, #5FC0E2, #2B69D8);
    overflow: hidden;
    z-index: 1;
    border-top: 1px dashed #3e444f;
  }
  .rdcric {
    text-align: center;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .pad {
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
    z-index: 111111;
    position: relative;
    padding-top: 0;
  }

  .dnone{display: none;}



  .ani12 {
    margin-left: 161px !important;
    margin-top: -90px !important;
  }

  .ani1img2 {
    height: 43px;
  }


  .about-image {
    margin-top: 0px;
  }

.pricing-area li{ width: 100%;}

.infoGraphic{ padding-left: 0px;}

ul.infoGraphic li {
	margin-bottom: 10px;
}

.ind3 {
	font-size: 11px;
	font-weight: bold;
	color: #cc3253;
	margin-top: 0px;
	text-align: right;
	margin-right: 20px;
}

.ind2 {
	float: none;
	font-size: 12px;
	font-weight: bold;
	color: #f2b319;
	margin-top: 10px;
	margin-left: 50px;
}

.single-pricing-table {

	padding-bottom: 0px !important;

}

.testimonial-slides .client-feedback .single-feedback .icon i {

  display: none;

}


.ind {
	padding-top: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #304156;
}
.pstyle {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-right: 6px;
	margin-top: -4px;
	color: #fff;
	margin-left: -17px;
}

.pstyle2 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
	margin-top: -28px;
	color: #fff;
}

.ani23 {
  margin-right: 61px;
  margin-top: 70px;
}

  .ani1img {
    height: 41px;
  }


  .ani1img3 {
    height: 33px;
  }


  .edu1 {
    font-size: 8px;
    margin-top: 43px;
    font-weight: bold;
  }

    .edu2{font-size: 10px;
      margin-top: -30px;     font-weight: bold;}

      .logo img {
        height: 25px !important;
        margin-top: 3px;
      }

.is-sticky .logo img{        margin-top: 6px !important; }

.is-sticky .navbar-toggler {
	margin-top: -9px !important;
	padding: 4px;
	font-size: 12px;
}

.is-sticky a {
	color: #fff !important;
}

.mobilenav {
	background-color: rgb(255, 255, 255);
	z-index: 100000;
	padding: 10px;
	border-radius: 12px;
  margin-top: 3px;
	position: absolute;
	top: 36px;
	width: 96%;
  box-shadow: 1px 2px 3px 1px #e3e0e0;
  right: 9px;
}

.is-sticky .mobilenav {

  top: 59px;

}

.nav-item a {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  margin-left: 14px;
  margin-right: 66px;
}


.whychoose {
	border-radius: 10px;
	box-shadow: 2px 2px 6px 2px #ede5e5;
	padding: 20px;
	margin-bottom: 10px;
	display: flex;
	margin-right: 0px !important;
	margin-left: 0px;
}

.navbar-light .navbar-nav .nav-item a {

	 margin-left: 0px !important; 
   color: #fff;

}
    
        .navbar-light .navbar-nav {
          margin: auto;
          margin-left: 0px;
          background-color: #1f282a;
          padding: 21px;
          z-index: 111111;
          position: relative;
          margin-bottom: 10px;
          margin-top: 10px;
          border-radius: 6px;
        }


}

@media only screen and (min-width: 990px) and (max-width: 1100px) {

  .navbar-light .navbar-nav .nav-item a {
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    margin-left: 14px;
    margin-right: 32px !important;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) {

  .navbar-light .navbar-nav .nav-item a {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    margin-left: 14px;
    margin-right: 57px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {

  .navbar-light .navbar-nav .nav-item a {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    margin-left: 14px;
    margin-right: 70px !important;
  }

}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
.navbar-light .navbar-nav .nav-item a {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  margin-left: 14px;
  margin-right: 80px !important;
}
}

@media only screen and (min-width: 990px) and (max-width: 1400px) {

  .mrgtt {
    margin-top: 4px;
  }

  .pt-4{ padding-top: 0 !important;}

  .featured-block .inner-box h5 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    z-index: 1;
    letter-spacing: 1px;
    text-align: left;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    color: #9F2B68;
    font-size: 18px;
  }



}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
.multione-image{
  margin: 0 auto;
  text-align:center;
  width: 100%;}}

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

  .sect {
    height: 1422px;
}s

.navbar-light .navbar-nav .nav-item a {
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 36px;
}
}


@media only screen and (min-width: 661px) and (max-width: 991px) {

  .mobilenav{background-color: rgb(255, 255, 255);
    z-index: 100000;
    padding: 10px;
    border-radius: 12px;
    margin-top: 3px;
    }

    .navbar-light .navbar-nav {
      margin: auto;
      margin-left: 0px;
      background-color: #1f282a;
      padding: 21px;
      z-index: 111111;
      position: relative;
      margin-bottom: 10px;
      margin-top: 10px;
      border-radius: 6px;
    }

.navbar-toggler {
	line-height: 1;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition);
	color: #fff !important;
	background-color: #fff;
	margin-top: -35px;
	padding: 4px;
	font-size: 12px;
}

.navbar {
	position: relative;
	padding-top: 50px !important;
	padding-bottom: 20px !important;
}

.main-banner {
	height: auto auto;
	padding-top: 0px;
	padding-bottom: 80px;
}

.ani23 {
	margin-top: 162px;
}

.ani12 {
	margin-left: 0;
	margin-top: 149px;
	position: relative;
	right: -60px;
}

.ani1img3 {
	height: 72px;
	margin-top: -55px;
	margin-bottom: 56px;
}

.edu1 {
	font-size: 18px;
	margin-top: 80px;
	color: #fff;
}

.edu2 {
	font-size: 18px;
	margin-top: 80px;
	color: #fff;
}

}

@media only screen and (min-width: 661px) and (max-width: 767px) {

  .pstyle {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    color: #ffffff;
    position: relative;
    left: -16px;
    top: 15px;
  }
  .edu2 {
    font-size: 18px;
    margin-top: -43px;
    color: #fff;
  }

  .edu1 {
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
  }
  .ani12 {
    margin-left: 0;
    margin-top: -168px !important;
    position: relative;
    right: -24px !important;
  }
  .ani23 {
    margin-left: -43px;
    margin-top: 116px;
  }

  .pstyle2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: -27px;
    color: #ffffff;
    margin-left: 58px;
    left: -6px;
    position: relative;
  }
  .main-banner {
    position: relative;
    height: 490px;
  }


}


@media only screen and (min-width: 364) and (max-width: 480px) {

  .pstyle2 {
    padding-left: 135px !important;
    margin-top: -26px !important;
    color: #fff;
    width: 74% !important;
  }


}


/* innerpages respovencive */
@media only screen and (min-width: 320px) and (max-width: 715px) {

  .profile-section {
	padding: 30px 20px !important;
	z-index: 5;
}

  .mydos .p-5{padding: 10px !important;}

  .event-banner-section {
	padding-top: 27px;
	padding-bottom: 27px;
	min-height: 128px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top bottom;
	position: relative;
	overflow: hidden;
	z-index: 1;
} 

}
@media only screen and (min-width: 716px) and (max-width: 1024px) {

  .event-banner-section {
	padding-top: 27px;
	padding-bottom: 27px;
	min-height: 263px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top bottom;
	position: relative;
	overflow: hidden;
	z-index: 1;
} 

}

@media only screen and (min-width: 320px) and (max-width: 990px) {

 

.about-banner-section {
	padding-top: 27px;
	padding-bottom: 27px;
	min-height: 170px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top bottom;
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.navbar-light .navbar-nav .nav-item a {
	font-size: 18px;
	color: #fff !important;
	text-transform: capitalize;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 600;
	margin-left: 14px;
	margin-right: 96px;
}


.adv-banner-section {
	padding-top: 27px;
	padding-bottom: 27px;
	min-height: 380px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top bottom;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

}






