body {
    min-width: 300px;
}

.header-strip{
background-color: rgba(20, 173, 124, 1);
    color:#fff;

}

.header-strip i{
    padding:12px 17px;
    
}
.icons-div,.icons-div>a {
    padding: 5px 5px;
}
.icons-div i{
    padding: 8px; 
    color: rgba(20, 173, 124, 1);
    background:#fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.navbar-row{
    z-index: 10;
box-shadow: 0px 1px 2px rgba(20, 173, 124, 1);

}
.head-logo {
    width: 50px;
}
.head-text {
    font-size: 4vmin;
    font-weight: 500;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #555;
}
.navbar-row ul li{
    color:black;
    padding: 0px 5px;
}
ul li a{
    font-size: 16px;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.carousel-inner img {
    width: 100%;
    height: 450px;
}
.carousel-indicators li {
    position: relative;
width:10px;
height:10px;
border-radius:50%;
}


/* new slider start */
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -10px;
}

.blog .carousel-indicators li {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #999;

}
.blog .carousel-indicators .active {
background: #333;
}
/* new slider end */



.footer-img {
    background-image: url("../footer/2.jpg"); /* The image used */
     height: 500px; /* You must set a specified height */
  }

  .left-div {
      padding: 20px;
      color:#e5e5e5;
      height: 450px;
      font-family: Arial, Helvetica, sans-serif;
  }

  .center-div {
      padding: 20px;
      color:#e5e5e5;
      height: 450px;
      font-family: Arial, Helvetica, sans-serif;
  }

  .center-div td {
      font-size: 15px;
    padding: 5px;
    top:0;
  }

  .center-div a i{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 7px;
    padding: 18px;
      color:#fff;
      background: rgba(0, 0, 0, 0.5);
  }

  .center-div a i:hover {
      color: #111;
      background: #fff;
  }

  .right-div {
    padding: 20px;
    color:#e5e5e5;
    font-family: Arial, Helvetica, sans-serif;
    }

.footer-strip {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin: 0px;
    color:#fff;
}


/* Homepage Counter Coding */
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
       /* Set the size of the div element that contains the map */
       #map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */        
       }

/* Gallery Page Style */
       .img-gallery {
        margin:20px;
    }
	.img-gallery img
	{
        width:100%;
        height:280px;

	} 
	.img-gallery:hover
	{
	box-shadow: 1px 1px 20px #888888;
    transition-duration:0.5s;
	}
    
    /* Certificate Verification */
    .for-full-back {
        /* IE 8 */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
   
     /* IE 5-7 */
     filter: alpha(opacity=90);
   
     /* Netscape */
     -moz-opacity: 0.9;
   
     /* Safari 1.x */
     -khtml-opacity: 0.9;
   
     /* Good browsers */
     opacity: 0.9;
   }
   
   .color-white {
      background-color:#fff!important;
   }


/* Courses Accordian Style */
.accordion {
    background-color: #17a2b8;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 3.5vmin;
    transition:1s;
}


.accordion:after {
    content: '\25bc';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2212";
}

.panel {
    padding:2px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel i{
    color:    rgba(20, 173, 124, 1);
}


@media only screen and (max-width: 765px) {

    .header-strip{
        display: none;
    }
    
    ul li{
        border-bottom:solid 1px #e5e5e5;
    }

    .footer-img {
        background-image: url("../footer/2.jpg"); /* The image used */
         height: 1295px; /* You must set a specified height */
         background-repeat:repeat;
        }

      .left-div{
          padding: 0px;
      }
      .center-div {
          padding-top: 0px;
      }
      .right-div {
          padding: 0px;
          margin-top: -100px;
      }

      .counter-div {
          padding:10px;
      }

      .carousel-inner img {
        height: 250px;
    }


}