/*  search start initial*/
.gs-search {
  position: sticky;
  display: block;
  width: 200px;
  height: 32px;
  margin-top: 0px;
  padding: 0 0;
  float: left;
        margin-left: 60px;
        margin-right: 30px;
}
.form-search input {
  display: inline-block;
  margin-bottom: 0;
}
.input-medium {
  width: 200px;
  position: absolute;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #b3b4b5;
  vertical-align: middle;
  color: #58585b;
        border-radius: 3px;
}
.input-medium:hover {
  border-color: #a6a8aa;
}
.input-medium:focus {
  border-color: #004b95;
  outline: 0;
}
.search-query {
  padding: 0 38px 0 10px;
  z-index: 20000;
}
.gs-search .form-search>div {
  position: relative;
  overflow: visible;
}
.gs-search .form-search .btn {
  opacity: 1;
  visibility: visible;
  padding: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  outline-style: none;
  z-index: 20000;
  background: transparent;
}
.form-search .btn .iconfont {
  font-size: 22px;
}
.show-big {
  display: block;
}
.show-small {
  display: none;
}
.gs-search .form-search .btn {
  position: relative;
  float: right;
}
@media only screen and (max-width: 480px) {
  .gs-search {
    max-width: 260px;
    min-width: 200px;
  }
  .search-query {
    padding: 0 30px 0 5px;
  }
  .input-medium {
    width: 195px;
  }
}

/******************
Custom Style
*****************/
strong.slogan {
  font-weight: 100 !important;
  font-style: italic;
  font-family:'Times New Roman', Times, serif;
  color: #fff !important;
  font-size: 1.5rem;
  background-color: #3290FF;
  padding: 0 15px;
  /* text-shadow: 0 0 10px #17a2b8,0 0 5px #17a2b8,0 0 10px #17a2b8,0 0 20px #17a2b8;
  text-shadow: 1px 1px 0 #17a2b8, 
  -1px 1px 0 #17a2b8, 
  1px -1px 0 #17a2b8, 
  -1px -1px 0 #17a2b8; */
}

.navbar-light {
  position: sticky !important;
}

.navbar-nav {
  margin-left: 0px !important;
}


/**********************
custom template style
***********************/
.text-center-index {
  text-align-last: justify !important;
  text-indent: 2rem !important;
}

.w3l-services-1 {
  background: none !important;
}

.w3l-services-1 .media {
  margin:0.5rem;
  padding:0.5rem;
  width:100%;
  background-color: #f8f9fa;
  cursor: pointer;
}

.w3l-about-breadcrumb .breadcrumb-bg-index {
  background-size: cover;
  background-image: linear-gradient(to right, #17a2b8, rgba(26, 35, 129, 0.3)), url(../images/banner1.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.w3l-about-breadcrumb .breadcrumb-bg-index h2, .w3l-about-breadcrumb .breadcrumb-bg-index p {
  text-align: center;
  padding: 1vh !important;
}

#services .icon img {
  width: 48px;
  height: 48px;
}

@media (max-width: 1398.98px) {
  .gs-search {
     margin-left: 0px !important;
     width: 320px !important;
     display: none;
  }

  strong.slogan {
    font-size: 1rem;
  }

  .navbar-collapse {
    margin-left: 50px !important;
  }
}

.MyContent p {
  font-size: 16px !important;
  color: rgb(33,37,41) !important;
}

.MyContent ul {
  padding-left: 2rem !important;
}