@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon64f7.eot?rcsubp');
    src:    url('fonts/icomoon64f7.eot?rcsubp#iefix') format('embedded-opentype'),
        url('fonts/icomoon64f7.ttf?rcsubp') format('truetype'),
        url('fonts/icomoon64f7.woff?rcsubp') format('woff'),
        url('fonts/icomoon64f7.svg?rcsubp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-accounting5:before {
    content: "\e900";
}
.icon-book200:before {
    content: "\e901";
}
.icon-book236:before {
    content: "\e902";
}
.icon-caduceus8:before {
    content: "\e903";
}
.icon-chemistry29:before {
    content: "\e904";
}
.icon-cocktail32:before {
    content: "\e905";
}
.icon-earth132:before {
    content: "\e906";
}
.icon-educational18:before {
    content: "\e907";
}
.icon-group2:before {
    content: "\e908";
}
.icon-statistics:before {
    content: "\e909";
}
.icon-teacher4:before {
    content: "\e90a";
}
.icon-user255:before {
    content: "\e90b";
}
.icon-win5:before {
    content: "\e90c";
}
.settle{
    padding-left: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.servicesBox {
    background-color: #004E8E;
    color: #ffff;
    height: 100%;
}

.font {
    /* width: 100%; */
    font-size: 89px;
    text-align: center;
}
.font2 {
    font-size: 40px;
    /* margin-bottom: -5px; */
    margin-top: -8px;
    color: #fff;
}
.font3{
    font-size: 35px;
    color: #ffff!important;
    margin-right: 15px;
}
.font3:hover{
    color: #004E8E!important;
}
.mt-20{
    margin-top: 20px;
}

.container {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  right: 0%;
  transition: right .5s;
  padding: 10px 0px;
}

.slider-item {
  flex-basis: 33.33%;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 768px) {
  .slider-item {
    flex-basis: 50%;
  }
}
@media (max-width: 567px) {
  .slider-item {
    flex-basis: 100%;
  }
}


.whatsapp-chat-btn {
  height: 40px; 
  width: 40px; 
  border-radius: 25px; 
  background-color: rgb(77, 194, 71); 
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px; 
  cursor: pointer; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  padding-left: 0px; 
  padding-right: 0px;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  left: 20px;
  color: transparent;
}
.whatsapp-chat-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 10px; 
}
.phone {
  height: 40px; 
  width: 40px; 
  border-radius: 25px; 
  background-color: #337ab7; 
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px; 
  cursor: pointer; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  padding-left: 0px; 
  padding-right: 0px;
  position: fixed;
  z-index: 9999;
  bottom: 72px;
  left: 20px;
  color: transparent;
}
.phone:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 10px; 
}
.mail:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 10px; 
}
.mail {
  height: 40px; 
  width: 40px; 
  border-radius: 25px; 
  background-color: #337ab7; 
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px; 
  cursor: pointer; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  padding-left: 0px; 
  padding-right: 0px;
  position: fixed;
  z-index: 9999;
  bottom: 125px;
  left: 20px;
  color: transparent;
}




.box {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
  height: 100%;
  display: flex;
  flex-direction: row;
 
  justify-content: center;
  color: rgb(0, 0, 0);
 background-color: rgb(255, 255, 255);
 border: 1px solid #e1e1e1;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
}
.box p{
    padding: 60px;
}
.control {
  display: flex;
  position: absolute;
  justify-content: space-between;
  left: 5px;
  right: 5px;
  top: 50%;
}
#next,#prev {
  outline: none;
  background-color: transparent;
  font-size: 30px;
  border: 0px;
}
button:hover {
  cursor: pointer;
}
#next span, #prev span {
  background-color: rgb(0, 0, 0);
  padding: 2px 10px 3px 10px;
  border-radius: 100px;
  color: white;
}
#next span {
  padding-left: 12px;
  padding-bottom: 5px;
}
#prev span {
  padding-right: 12px;
  padding-bottom: 5px;
}
h2 {
  font-size: 100px;
}
.mb-0{
    margin-bottom: 0!important;
}
.text-center{
    text-align: center;
}
.viewMore{
    color: #337ab7;
    
}
.mb-10{
    margin-bottom: 10px;
}

@media screen and (min-width:769px) {
  .idesktop{
    display: none;
  }

}
@media screen and (max-width:769px) {
  .iMobile{
    display: none;
  }
}