

body {
	font-family: 'Lato', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
	font-weight: 400;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

i,
span,
a{
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #1d2025;
	margin: 0px;
}

/* Important Custom by Shoaib Starts */
h1 { font-size: 36px !important; color: #3159A2; font-weight: bold; margin: 0 0 10px 0}
h2 { font-size: 28px !important; color: #3159A2;}
h3 { font-size: 25px !important; color: #3159A2;}
h4 { font-size: 22px !important; color: #3159A2; margin: 20px 0 5px 0; font-weight: 500 !important;}
h5 { font-size: 18px !important; color: #3159A2;}
h6 { font-size: 16px !important; color: #3159A2;}



.menu-section{
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    background-color: #fff;
}

.bg-white{
    background-color: #ffffff;
}

.nav-colour{
    color: #071B45 !important;
    font-weight: bold;
}


.pg-key-feature-wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 24px rgb(0 0 0 / 8%);
    border-radius: 2px;
    padding: 20px 20px 0;
    top: -46px;
    margin-bottom: 5px;
    border-bottom: 2px solid #729df5;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
}

.pg-key-feature-items {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    padding: 0 15px;
    border-right: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.pg-key-feature-text {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0;
}

.pg-key-feature-wrapper .pg-key-feature-items:last-child {
    border-right: none;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
  
    h2 {
      font-size: 30px;
      text-align: center;
      color: #333333;
      margin-bottom: 20px;
    }
  
    .owl-stage-outer {
      padding: 30px 0;
    }
  
    .owl-nav {
      display: none;
    }
  
    .owl-dots {
      text-align: center;
  
      span {
        position: relative;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: block;
        background: #fff;
        border: 2px solid #01b0f8;
        margin: 0 5px;
      }
  
      .active {
        box-shadow: none;
  
        span {
          background: #01b0f8;
          box-shadow: none;
          height: 12px;
          width: 12px;
          margin-bottom: -1px;
        }
      }
    }
  
    .card {
      background: #fff;
      box-shadow: 0 8px 30px -7px #c9dff0;
      margin: 0 20px;
      padding: 0 10px;
      border-radius: 20px;
      border: 0;
  
      .card-img-top {
        max-width: 100px;
        border-radius: 50%;
        margin: 15px auto 0;
        box-shadow: 0 8px 20px -4px #95abbb;
        width: 100px;
        height: 100px;
      }
  
      h5 {
        color: #01b0f8;
        font-size: 21px;
        line-height: 1.3;
  
        span {
          font-size: 18px;
          color: #666666;
        }
      }
  
      p {
        font-size: 18px;
        color: #555;
        padding-bottom: 15px;
      }
    }
  
    .active {
      opacity: 0.5;
      transition: all 0.3s;
    }
  
    .center {
      opacity: 1;
  
      h5 {
        font-size: 24px;
  
        span {
          font-size: 20px;
        }
      }
  
      .card-img-top {
        max-width: 100%;
        height: 120px;
        width: 120px;
      }
    }
  }

  /* === HEADING STYLE #1 === */
.one h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
  }
 
  .one h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
  }

  .mainmenu{
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
    position: relative;
  }

  .navbarmainmenu{
    background-color: #fff !important;
  }

  .navbarmainmenu .nav-link{
    color: #07294d;
    font-weight: bold;
  }
  
  .navactive{
    border-bottom: 3px solid #ffc600;
    color: #ffc600;
  }

  .navactive .nav-link{
    color: #ffc600;
  }

  .navbarmainmenu .nav-item:hover{
    border-bottom: 3px solid #ffc600;
  }

  #navbarmainmenu .nav-item:hover > .nav-link { color: #ffc600; }


  .applybutton{
    background: linear-gradient(270deg, #ff630b 0, #ff7a00 100%);
    padding: 12px 20px !important;
    margin: 7px 0;
    color: #fff !important;
    border-radius: 2px;
    width: 140px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
    border: none;
    font-weight: bold;
  }

  .master-counselling-form-wrapper.sticky-position {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
}

.master-counselling-form-header {
  border-top: 3px solid #ff6e06;
  padding: 30px 20px;
  background-color: #3159A2;
  background-size: cover;
}

.master-counselling-form-heading {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 5px;
}

.master-counselling-form-text {
  font-size: 14px;
  line-height: 19px;
  color: #f5c723;
  margin-bottom: 0;
}

.master-counselling-form-text {
  font-size: 14px;
  line-height: 19px;
  color: #f5c723;
  margin-bottom: 0;
}

.master-counselling-form-body {
  padding: 20px;
  background-color: #3159A2;
  border-radius: 0 0 4px 4px;
}

.pg-about-key-highlight {
  background-color: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
  border-radius: 4px;
  border-top: 2px solid #729df5;
  padding: 30px 30px 0 30px;
}

.pg-about-key-highlight h3 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
}

.pg-about-key-feature-wrap {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.pg-about-key-feature-wrap picture {
  background-image: url(https://intellipaat.com/wp-content/themes/intellipaat/images/master-course-sprite.svg);
  width: 21px;
  height: 21px;
  min-width: 21px;
  content: "";
  display: inline-block;
  margin-right: 16px;
  background-position: -221px -173px;
}


.pg-about-key-feature-wrap span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}


.form-check-privacy-white {
  padding: 0px 0px 0px 20px;
  font-size: 13px !important;
  display: block;
  font-weight: 400 !important;
  margin: 10px 0 0;
  line-height: 20px;
  letter-spacing: .02em;
  color: #828282;
}

.form-check-privacy-white, .form-check-privacy-white a {
  color: #e9e9e9 !important;
}

.form-default input, .form-default label, .form-default select, .form-default textarea {
  color: #828282;
  font-size: 14px;
  border-color: #e0e0e0;
}

.master-about-section {
  background-color: #f5f8fb !important;
}

#master-about-section h2 {
  font-size: 32px;
  line-height: 41px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

.who-can-apply-wrapper {
  background: #fff;
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
  border-radius: 4px;
  margin-bottom: 50px;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.who-can-apply-content ul {
  padding: 10px 0 10px 30px;
}

.who-can-apply-content ul li {
  font-weight: 600;
  font-size: 15px;
  line-height: 35px;
  color: #000;
  position: relative;
  padding-left: 27px;
}

.who-can-apply-wrapper img.ip-vk-soft-img {
  max-width: 100%;
}

.what-role-section {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08), inset 0 3px 0 #6659b8;
  border-radius: 4px;
  padding: 40px 40px 20px 40px;
}

.what-role-first-section {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 40px;
}

.what-role-first-list {
  padding-left: 15px;
}

.what-role-first-section .col-lg-4:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #6659B8;
  border-radius: 100px;
  left: 15px;
}

.what-role-first-list p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  padding-right: 40px;
}

.what-role-skill-to-master-section {
  margin-bottom: 20px;
}

.what-role-skill-to-master-section h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  color: #000;
  margin-bottom: 20px;
}

.what-role-skill-to-master-max-height {
  height: 65px;
  overflow: hidden;
}

.what-role-skill-to-master-wrapper .what-role-skill-to-master-items p {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2), inset 4px 0 0 #6659b8;
}

.what-role-first-section .col-lg-4 {
  margin-bottom: 40px;
  position: relative;
}

.what-role-skill-to-master-items p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 15px;
  text-align: center;
  border-radius: 0px;
  background: #fff;
  border: 1px solid rgba(114, 157, 245, .2);
  margin-bottom: 5px;
}


.mob-view-more-btn {
  color: #1289ee;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

#master-faq-section {
  padding: 70px 0;
  background-color: #f5f8fb;
}

#master-faq-section h2 {
  font-size: 32px;
  line-height: 41px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}

#master-faq-accordion {
  width: 100%;
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
  background-color: #fff;
}

#master-faq-accordion .card {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: -1px;
}

#master-faq-accordion .card-header {
  font-size: 16px !important;
  line-height: 24px;
  color: #000;
  margin: 0;
  background-color: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 20px 40px 20px 30px;
}

#master-faq-accordion .card .card-body {
  border-top: 1px solid #e0e0e0;
  padding: 15px 30px;
}

#master-faq-accordion .card .card-body p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
}

#pg-form-section {
  padding: 70px 0;
  background-color: #fff;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.pg-form-left-section {
  background: linear-gradient(0deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .08)), linear-gradient(89.98deg, #8145ed .01%, #2e71bf 99.99%);
  border-radius: 8px 0 0 8px;
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
}

.pg-form-left-content {
  padding: 45px 25px;
}

.pg-form-left-content p {
  font-size: 26px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 15px;
}

.pg-form-right-section {
  background: #fff;
  border-top: 4px solid #f90;
  border-radius: 0 8px 8px 0;
  padding: 45px 30px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
}

.pg-form-right-section>p {
  font-size: 25px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #000;
}

.pg-form-left-content li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}

.pg-form-left-content li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  left: 2px;
  top: 7px;
  background-image: url(https://intellipaat.com/wp-content/themes/intellipaat/images/master-course-sprite.svg?tr=w-400,h-175);
  background-position: -62px -122px;
}

.pg-form-left-content ul{
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .what-role-skill-to-master-items {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      margin-bottom: 15px;
  }
}

  @media (max-width: 767px) {
    .gtco-testimonials {
      margin-top: 20px;
    }
  }
  
  .owl-carousel {
    .owl-nav button {
      &.owl-next, &.owl-prev {
        outline: 0;
      }
    }
  
    button.owl-dot {
      outline: 0;
    }
  }

  
  @media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (max-width: 800px) {
    .pg-key-feature-wrapper {
      flex-direction: column;
      
    }
    .pg-key-feature-items{
        border-bottom: 1px solid #f2f2f2;
        border-right: none;
        padding-bottom: 10px;
        max-width: 80% !important;
    }
  }