@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

* {
 font-family: 'Montserrat', sans-serif;

}

.container {
  width: 85%;
}
.transparentBG {
  background-color: rgba(0,0,0,0);
  padding-top: 20px;
  box-shadow: none;
}
.red-color span {
  color: red;
}
#index-banner {
    margin-top: 2rem;
}

.courses {
  margin: 10px 0px 10px 0px;
  background-color: #fff;
  
  /*border: 5px solid #fff;*/
  border-radius: 6px;
 box-shadow: 0 0 20px -3px #c9c9c9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*background-image: url(../images/features-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;*/
    border-bottom: .4rem solid #a943a5;
   
}
.courses-text {
  font-weight: 700;
  font-size: 18px;
}
.orange {
    background-color: #a943a5 !important;
    border-radius: 6px !important;
    text-transform: none !important;
}
.red {
    background-color: #ef5050 !important;
    border-radius: 6px !important;
    text-transform: none !important;
}

.blue {
    background-color: #10a7d4 !important;
    border-radius: 6px !important;
    text-transform: none !important;
}

.icon-block {
  padding: 10px 10px 10px 10px;
}
.icon-block .material-icons {
	font-size: inherit;
}
@media only screen and (min-width: 720px) {
.row .col.offset-m1 {
    margin-left: 12%;
}
ul:not(.browser-default) {
  top: 55px !important;
  width: auto !important;

}
}

.sreeguru-heading-underline:after {
    background: #a943a5;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    width: 160px;
    margin-top: 10px;
    border-radius: 6px;
}
.footer-heading:after{
  background: #f71101;
    
    content: '';
    display: block;
    height: 4px;
    
    position: absolute;
    
    width: 45px;
    margin-top: 3px;
}
.dark-red-text {
  color: #72ac24;
}
/*.page-footer .footer-copyright {
  background-color: #fff;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  padding: 20px;
}*/
.page-footer .footer-copyright {
    background-color: #1c2127;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
}

#contact-card {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 15px 10px 5px 10px;
}
.btn-small {
    height: 40px;
    line-height: 40px;
    }

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 18px;
}
nav ul a {
  font-weight: 600;
  color: #fff;
}
.list-img {
  width: 18px;
  margin-right: 5px;
}
ul.follow-list li {
    width: 40px;
    display: inline-block;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
}
ul.app-list li {
    display: inline-block;
    margin: 0;
}

.footer-links li {
  display: inline-block;
  margin: 0 .8em .7em 0;
  color: #fff;
}
.contact-us li {
  display: inline-block;
}
.footer-links li a{
  color: #fff;
}
.footer-links li:first-child:before {
  content: none !important;
}
.footer-links li:before {
    border-radius: 50%;
    background-color: #a943a5;
    content: " ";
    display: inline-block;
    height: 5px;
    left: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 5px;
    margin-right: 1.8em;
    opacity: 1;
}
.testimonial {
  webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    padding: 60px 60px 60px 80px;
    border-radius: 6px;
    width: 80%;
    margin: 30px auto;
}
.testimonial:before {
    content: "\e244";
    font-family: 'Material Icons';
    font-size: 40px;
    color: #72ac24;
    position: absolute;
    left: 12%;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonial-name {
    display: block;
    width: 100%;
    margin-top: 20px;
    color: #ff0000;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
nav .sidenav-trigger {
    float: right;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px;
}
@media only screen and (max-width: 992px){
nav .brand-logo {
    left: 25% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#intro-heading {
  font-size: 32px;
}
#section-headings {
  font-size: 30px;
}
.testimonial {
  padding: 15px !important;
  width: 95%;
}
.testimonial:before {
  content: none;
}
.footer-links li:first-child:before {
  border-radius: 50%;
    background-color: #72ac24;
    content: " " !important;
    display: inline-block;
    height: 5px;
    left: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 5px;
    margin-right: 1.8em;
    opacity: 1;
}
.highlight-heading {
  font-size: 24px;
}
.why-choose {
  padding: 0px;
}
#popup-contactus {
  font-size: 16px;
  margin-top: 5px;
}
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #ff0000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 5px;
}
.owl-carousel button.owl-dot {
  width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #72ac24 important;
  /*border-radius: 50%;*/
  display: inline-block;
  /*background: #333;*/
  margin: 0 3px;
}
.owl-dots button.owl-dot {
  border: 1px solid #72ac24 !important;
  border-radius: 50%;
   width: 12px;
    height: 12px;
}
.owl-dots button.owl-dot.active {
  background-color: #72ac24;
  width: 14px;
  height: 14px;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
    font-size: 60px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
   #top-logo {
      width: 80px;
    }
    @media only screen and (max-width: 992px){
      #top-logo {
      width: 60px;
    }
    .card .card-content .card-title {
      font-size: 14px;
      line-height: 16px;
    margin-bottom: 4px;
    }
    .card .card-content p {
      font-size: 10px;
    }
}
.card {
  border-radius: 6px;
  background-color: #9cc565;
  min-height: 250px;
}
#team-card-img {
  border-radius: 6px;
  
}
.card .card-title {
  font-weight: 600;
  font-size: 18px;
  color: #ff0000;
}
.card .card-content .card-title {
  margin-bottom: 4px;
}
.card .card-content {
  padding: 18px;
}
.modal {
  border-radius: 8px;
  max-height: 85%;
  top: 5%;
}
.sidenav-overlay {
  z-index: 9 !important;
}
.waves-effect input[type="submit"] {
  color: #fff !important;
  
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #intro-heading {
      font-size: 22px;
    }
    #intro-description {
      font-size: 14px;
      margin-top: 0px !important;
    }
   }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    #intro-heading {
      font-size: 28px;
    }
    #intro-description {
      font-size: 18px;
      margin-top: 10px !important;
    }
    .card .card-content .card-title {
      font-size: 16px;
    }
    .card .card-content p {
      font-size: 10px;
    }
   }
@media only screen and (min-device-width: 540px) and (max-device-width: 720px) {
    #intro-heading {
      font-size: 34px;
    }
    #intro-description {
      font-size: 24px;
      margin-top: 40px !important;
    }
   }

   @media only screen and (min-device-width: 280px) and (max-device-width: 653px) {
   .contact-us li a {
    font-size: 14px !important;
   }
   #contact-us-img {
    width: 18px !important;
    height: 18px !important;
   }
   #contact-us-title {
    font-size: 18px;
   }
   .card .card-content .card-title {
    font-size: 12px;
   }
   .card .card-content {
    padding: 8px;
   }
   .sidenav {
    width: 220px;
   }
   }
   nav ul a:hover {
  background-color: transparent;
}
.sidenav li > a {
    color: rgb(255 255 255);
    }
    #nav-mobile {
    background-color: #72ac24 !important;

      padding-top: 20px;
    }
    .select-wrapper .caret {
      fill: #9e9e9e;
    }
    nav ul li.active {
  color: red;
}
#menu-center li a.active:after{
  background: #a943a5;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    width: 40px;
    margin-top: -15px;
    border-radius: 6px;
}

.services {
    margin: 10px 0px 10px 0px;
    background-color: #fff;
    background-image:url(../images/dot-grid.jpg);
    /* border: 5
px
 solid #fff; */
    border-radius: 6px;
    box-shadow: 0 0 20px -3px #c9c9c9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0.4rem solid #4CAF50;
    height: 250px;
}
#technology-card {
  background-position: center center;
    background-size: cover;
    background-image: linear-gradient(
145deg, #FFFFFF 0%, rgb(239, 239, 239) 100%);
    background-attachment: scroll;
    background-repeat: no-repeat;
    box-shadow: 20px 20px 60px 2px rgb(0 0 0 / 15%);border-radius: 30px;
}

.tech-text {
  font-weight: 600;
  font-size: 18px;
}
#tech-img {
  background-color: #e12726;
    border-radius: 50%;
    padding: 10px;
    max-width: 90px;
}

#about-list li{
  display: inline-block;
}
nav .sidenav-trigger {
  margin:0px 5px !important;
}
   