@charset "utf-8";
/* CSS Document */

*{margin:0px;
padding:0px}



.mt30 {
  margin-top: 30px; }
.mt40 {
  margin-top: 40px; }
.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mb20 {
  margin-bottom: 20px; }

  .mb40 {
    margin-bottom: 40px; }
    
.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb70 {
  margin-bottom: 80px; }

.mb70 {
  margin-bottom: 90px; }

::selection {
  color: #fff;
  background: #353437; }

::-moz-selection {
  color: #fff;
  background: #353437; }

a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
  outline: none; }

a {
  text-decoration: none;
  transition: all linear 0.3s; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

  body {
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight:300;
    font-style: normal;
    background: #fff;
    color: #000;
    letter-spacing: 0.5;
}
.top-address ul li i {
  font-size: 18px;
}
.hedaer-btn {
  margin-top: 23px;
  float: right;
}
.hedaer-btn a {
  background: #f55e2e;
  color: #fff;
  padding: 5px 20px;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 8px;
}
span.iso {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 800;
  color: #f55e2e;
}
.hedaer-btn .logo-btn {
  background: #04526d;}
   /*slider*/	
   .bs-slider {
    overflow: hidden;
  
    position: relative;
  }
  .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
  }
  .bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /********************
  *****Slide effect
  **********************/
  
  .fade {
    opacity: 1;
  }
  .fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
  }
  .fade .item:first-child {
    top: auto;
    position: relative;
  }
  .fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
  }
  /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
  .control-round .carousel-control {
    margin: auto;
    opacity: 1;
    bottom: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    color: #fff;
    display: block;
    font-size: 25px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #f55e2e;
    border-radius: 0;
    transition: all linear 0.5s;
    padding: 15px;
    bottom: 0;
  }
  
  
  .control-round:hover .carousel-control {
    opacity: 1;
  }
  .right.carousel-control {
    right: 3px;
    top: auto;
    top: auto;
  }
  .left.carousel-control {
    left: auto;
    right: 73px;
    top: auto;
  }
  .control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #fff;
    background: #04526d;
    border: 0px transparent;
  }
  .fa-angle-right:before{
    line-height: 30px;
  }
  .fa-angle-left:before{
    line-height: 30px;
  }
  /*---------- SLIDE CAPTION ----------*/
  .slide-text {
    top: auto;
    position: absolute;
    left: 80px;
    right: auto;
    bottom: 30%;
    width: 40%;
    background: transparent;
    color: #fff;
}
.slide-text p {
  font-size: 19px;
}
  

.slide-text > h1 {
  display: block;
  color: #fff;
  font-weight: 400;
  margin-bottom: 14px;
  font-size: 56px;
  letter-spacing: 1px;
  line-height: 53px;
}
.slide-text a:hover {
  background: #f55e2e;
}
.slide-text a {
  display: inline-block;
  background: transparent;
  padding: 12px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  border: 2px solid;
  border-radius: 7px;
  margin-top: 20px;
}
  
  /*------------------------------------------------------*/
  /* RESPONSIVE
  /*------------------------------------------------------*/
  
  
  @media (max-width: 480px) {
    .slide-text > a.btn-default, .slide-text > a.btn-primary {
        display: none;
    }
    .indicators-line > .carousel-indicators {
        display: none;
    }
  }


  header{
    position: relative;}

    .top-head .top-address ul li {
      font-size: 16px;
      color: #000000;
      display: inline-block;
      padding: 16px 13px;
      font-weight: 400;
      letter-spacing: 0;
  } 
  .top-address ul {
    float: right;
  }

header:after {
  position: absolute;
  content: '';
  top: 46%;
  height: 1px;
  width: 100%;
  background: #dcd9d9;
  left: 0;
}
.top-head {
  padding: 0px 0 15px;
}
.welcome-sec {
  margin-top: 70px;
}.hst-student p {
  font-size: 20px;
}
.hst-student h4 {
  font-size: 42px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #04526d;
}
.hst-student {
  text-align: center;
}

.online-class {
  border: 2px solid #ddd;
  margin-top: 30px;
}
.online-cnt a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #04526d;
  margin-top: 20px;
  display: block;
}
.online-cnt p {
  font-size: 17px;
  line-height: 22px;
}
.online-cnt h4 {
  font-size: 25px;
}
.online-cnt {
  padding: 20px;
  color: #04526d;
}



.client-quto {
  background: url(./images/learn.jpg) no-repeat;
  background-attachment: fixed !important;
  background-size: cover;
  padding-top:120px;
  padding-bottom: 120px;
  color: #fff;
  margin-top: 90px;
}
.limits-part h4 {
  font-size: 25px;
  font-weight: 200;
}
.limits-part h2 {
  font-size: 55px;
  font-weight: 300;
}
.limits-part button {
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid;
  margin-top: 10px;
}
.ser-quto {
  margin-top: 90px;
}

.ser-main-cont a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 3px solid;
  color: #115b74;
  margin-top: 30px;
}
.ser-main-cont p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
.ser-main-cont h3 {
  font-size: 50px;
  font-weight: 200;
  line-height: 45px;
  margin-bottom: 20px;
}
.ser-main-cont {
  margin-left: 30px;
  color: #04526d;
  margin-right: 30px;
}
.ser-image img {
  border-radius: 30px;
}
.sub-cont {
  margin-top: 90px;
}

.client-quto-form {
  background: url(./images/con-img.jpg) no-repeat;
  background-attachment: fixed !important;
  background-size: cover;
  padding-top:30px;
  color: #fff;

}
.limits-part-form h2 {
  font-size: 35px;
  font-weight: 100;
  margin-bottom: 30px;
}

.contactform .form-control {
  box-shadow: none;
  height: 49px;
  background: #1b4956;
  border: 2px solid #2d7e95;
  color: #fff;
}
.cust-img img {
  float: right;
}

.contactform .btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}


.footer {
  background: #e6eaf5;
  padding:50px 0 0;
  color: #000;
  font-size: 18px;
}
footer .sociallink ul li {
  display: inline;
}
footer .sociallink ul li a {
  text-decoration: none;
  color: #1b4956;
  font-size: 18px;
  background: transparent;
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 11px 0;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 30px;
  border: 2px solid #1b4956;
}

.footer h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
ul.f-menu li a {
  color: #797979;
}
ul.f-menu li {
  margin-bottom: 6px;
  color: #797979;
}
.phone {
  font-size: 18px;
  color: #f55a2a;
  font-weight: 600;
  margin-bottom: 5px;
}
footer .sociallink ul li a:hover {
  background: #f55827;
  color: #fff;
}
.copy {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-top: 50px;
  line-height: 22px;
  background: #1b4956;
  color: #fff;
  padding: 10px;
  position: relative;
}

.mob-view{
  display: none;
}

.inner-banner {
  background: url(./images/innaerbanner.jpg) no-repeat;
  height: 350px;
  padding: 70px 0;
  text-align: center;
}
.inner-content h1{

font-weight: 700;
text-transform: capitalize;
font-size:50px;
line-height: 48px;
color: #fff;

}
.inner-content .breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: transparent;
border-radius: 4px;
font-size: 17px;
font-weight: 600;
}
.inner-banner .breadcrumb > .active {
  color: #f55e2e;
}

.inner-banner .breadcrumb i {
  color: #fff;
}
.inner-banner .breadcrumb-item a {
  color: #fff;
}

.inner-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.inr-about {
  margin-top:40px;
  margin-left: 50px;
}

.inr-about span {
  color: #f80;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1;
}
.inr-about h4 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 15px;
  line-height: 29px;
}


.inr-about p {
  color: #616161;
  font-size: 18px;
}

.care-part {
  background: url(./images/12.jpg) no-repeat;
  background-size: cover;
  padding: 80px;
  background-attachment: fixed !important;
  margin-top: 40px;
  color: #fff;
  text-align: center;
}
.care-part h4 {
  font-size: 24px;
  font-weight: 400;
}
.care-part h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.contact-details {
  margin-top: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f3f9;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 30px;
  border-radius: 7px;
}
.contact-details h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-details .details {
  margin-bottom: 20px;
  position: relative;
  padding-left: 57px;
  font-size: 17px;
  line-height: 25px;
}
.contact-details .details i {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 6px;
  background: #04526d;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border-radius: 4px;
}

.contact-details .form-control {
  box-shadow: none;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #e4e4e4dd;
  height: 60px;
}

.contact-details textarea.form-control {
  height: 80px;
}
.contact-details .btn-primary {
  color: #fff;
  background-color: #f55e2e ;
  border-color: #f55e2e ;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}

.map iframe {
  height: 350px;
}
.map {
  margin-top: 40px;
}



.Marquee {
  background: -webkit-linear-gradient(225deg, #008ed9, #8b00db);
  background: -moz-linear-gradient(225deg, #008ed9, #8b00db);
  background: -o-linear-gradient(225deg, #008ed9, #8b00db);
  background: -ms-linear-gradient(225deg, #008ed9, #8b00db);
  background: linear-gradient(-135deg, #e5f6ff, #c5dee4);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0px 70px;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;

}
section.slider-min {
  background: linear-gradient(-135deg, #e5f6ff, #c5dee4);
  margin-top: 80px;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 15s linear infinite running;
  -moz-animation: marquee 15s linear infinite running;
  -o-animation: marquee 15s linear infinite running;
  -ms-animation: marquee 15s linear infinite running;
  animation: marquee 15s linear infinite running;
}
section.slider-min h4 {
  text-align: center;
  font-size: 42px;
  font-weight: 200;
  padding-top: 60px;
  padding-bottom: 20px;
  color: #04526d;
}

.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag img {
  border-radius: 8px;
  box-shadow: -2px 6px 11px -1px #676c90;
}
.Marquee-tag {
  width: 200px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag:hover {

  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.services-class {
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 7px;
  box-shadow: 0px 0px 8px 2px #ddd;
  margin-bottom: 20px;
  
}
.ser-iamge-ne img {
  border-radius: 5px;
}

.ser-cnt p {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1px;
  text-align: justify;
}
.ser-cnt h4 {
  font-size: 18px;
  font-weight: 700;
  color: #04526d;
}
.ser-cnt {
  padding: 15px;
}
.cds-CommonCard-metadata p {
  font-weight: 600;
}
a.learn-mo {
  background: #f55e2e;
  color: #fff;
  padding: 0px 5px;
  display: inline-block;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}

.ser-cnt hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px dashed;
}
.services-class:hover {
  background-color: #c3dee7;
  transition: all 2s;
  -webkit-transform: rotateY(-360deg);
  -ms-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}
.counter span {
  display: inline-block;
  padding: 6px 11px 4px;
  border-radius: 3px;
  background: #ffffff3b;
  margin-right: 0px;
  font-size: 18px;
  font-weight: 500;
}

.counter {
  position: absolute;
  right: 20px;
  top: 7px;
}


.learning-sec button,
.button {
  position: relative;
  display: inline-block;
  color: white;
  padding: 0.75rem 2rem;
  margin: 0 auto;
  background-color: #374d72;
  border: none;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.learning-sec button:hover,
.button:hover {
  background-color: #374d72;
}
.learning-sec button:hover:before, button:hover:after,
.button:hover:before,
.button:hover:after {
  color: #4cc4cf;
}
.learning-sec button:after, button:before,
.button:after,
.button:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ---------------------- Vertical Tabs */
.tabs {
  position: relative;
  min-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /* ---------------------- Tab */
  /* ---------------------- Content */
}
.tabs .tab {
  margin-bottom: 1px;
  /* ---------------------- Tab Toggle */
}
@media screen and (min-width: 55rem) {
  .tabs .tab {
    float: left;
    clear: left;
    width: 30%;
}
}
.tabs .tab .tab-toggle {
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  outline: none;
  width: 100%;
}
@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle {
    text-align: left;
  }
}
.tabs .tab .tab-toggle:after {
  content: "▼";
  position: absolute;
  display: block;
  right: 2rem;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}
@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle:after {
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
  }
}
.tabs .tab .tab-toggle.active {
  color: #ffff;
  background-color: #f55e2e;
  cursor: default;
}
.tabs .tab .tab-toggle.active:after {
  color: #8099c2;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
@media screen and (min-width: 55rem) {
  .tabs .tab .tab-toggle.active:after {
    -webkit-transform: rotate(-90deg) translateX(50%) translateY(0);
    -moz-transform: rotate(-90deg) translateX(50%) translateY(0);
    -ms-transform: rotate(-90deg) translateX(50%) translateY(0);
    -o-transform: rotate(-90deg) translateX(50%) translateY(0);
    transform: rotate(-90deg) translateX(50%) translateY(0);
    right: 1rem;
  }
}
.tabs .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  background-color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 55rem) {
  .tabs .content {
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    opacity: 0;
    padding: 0rem 2rem 2rem 2rem;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.tabs .content.active {
  max-height: 1000px;
}
@media screen and (min-width: 55rem) {
  .tabs .content.active {
    max-height: none;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.tabs .content > .heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.learning-sec {
  position: relative;
  overflow: hidden;
}
.learning-sec h5 {
    font-size: 20px;
    color: #f55e2e;
    font-weight: 900;
    margin-bottom: 10px;
}
.learning-sec p {
  font-size: 18px;
  text-align: justify;
}

.learning-sec hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #b6b6b6;
}
.learning-sec h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
h4.ready {
  background: #f55e2e;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 31px;
  font-weight: 200;
  line-height: 33px;
}








/******** Maximum width responsive *************/
@media screen and (max-width: 1199px){
  .slide-text {
      bottom: 20%;
    width: 50%;
}
.ser-main-cont h3 {
  font-size: 44px;}
  .limits-part-form h2 {
    font-size: 29px;
}
footer .sociallink ul li a {
  width: 40px;
  height: 40px;
  padding: 9px 0;}
  
}

@media screen and (max-width: 991px){
  .hedaer-btn a {
    background: #f55e2e;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 5px;
    margin-left: 3px;
}
.hedaer-btn {
  margin-top: 6px;
}
.slide-text {
  bottom: 10%;
  width: 70%;
}
.slide-text > h1 {
    font-size: 44px;
  letter-spacing: 1px;
  line-height: 48px;
}
.mob-view{
  display: inherit;
}
.desktop-view{
  display: none;
}
.ser-main-cont {
  margin-left: 20px;
  color: #04526d;
  margin-right: 30px;
  margin-bottom: 40px;
}
.sub-cont {
  margin-top: 40px;
}
}
@media screen and (max-width: 767px){
  .top-head {
    padding: 0px 0 15px;
    display: none;
}
.hedaer-btn {
  margin-top: 6px;
  position: absolute;
  right: 10px;
  top: -87px;
}
header:after{
  display: none;
}
.slide-text{
  display: none;
}
.main-menu {
  background: #f55e2e;
  height: 40px;
}
.client-quto {
  padding-top: 50px;
  padding-bottom: 50px;
}
.limits-part h2 {
  font-size: 45px;
  font-weight: 300;
}
.control-round .carousel-control {
  width: 40px;
  height: 40px;
  background: #04526d;
  border-radius: 0;
  transition: all linear 0.5s;
  padding: 5px;
  bottom: 0;
}
}

@media screen and (max-width: 479px){
  .hst-student p {
    font-size: 16px;
    line-height: 17px;
}
.logo img {
  width: 50%;
  margin-top: 14px;
}


}


/******** Minimum width responsive *************/
@media screen and (min-width: 480px){
    
}
@media screen and (min-width: 768px){
    
}
@media screen and (min-width: 992px){
    
}
@media screen and (min-width: 1200px){
    
}

/*********************** Minimum to Maximum width *****************/

@media screen and (min-width: 420px) and (max-width: 579px){
	
}

@media screen and (min-width: 580px) and (max-width: 767px){
	
}
@media screen and (min-width: 768px) and (max-width: 991px){
    
}
@media screen and (min-width: 992px) and (max-width: 1199px){
 
  
}