/*===================
1. Basic
2. Helper
3. Home
4. College
5. Course
6. Blog
10. FOOTER
11. ABOUT US HOME
12. COUNTER
13. OUR SERVICES
14. OUR PRICING
15. OUR FEATURES
16. OUR PROJECT
17. OUR TEAM
18. BLOG PAGES
19. FAQ HOME
20. CONTACT US
*===================*/

/*****************
    1. Basic
*****************/

body {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', sans-serif;
}

a {
  text-decoration: none !important;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #007bff;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #0056b3;
  cursor: pointer;
}

.text-intro{
  text-align: justify;
  text-indent: 2em
}
/* Forms */
/* Form detail page */
/*.form-page input, textarea, select {*/
/*display: block;*/
/*min-width: 450px;*/
/*max-width: 450px;*/
/*}*/

.form-page li input[type=checkbox], input[type=radio] {
  display: inline-block;
  margin-right: 10px;
}

.form-page .fieldWrapper ul,
.form-page .fieldWrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-page .required {
  color: red;
}

.form-page .fieldWrapper {
  margin-bottom: 30px;
}

.form-page .help {
  color: #999;
  font-size: 0.8em;
  margin-top: 10px;
  max-width: 350px;
}


.form-control:focus {
  box-shadow: none;
  background-color: #f9f9f9;
}

.form-control {
  padding: 8px 10px;
  font-size: 14px;
}

.error {
  margin: 8px 0;
  display: none;
  color: red;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #f36270;
  color: #f36270;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #0dba26;
  font-size: 22px;
}

.result_list table {
  width: 100%;
  border-collapse: collapse;
  background: #f5f5f5;
  border-radius: 4px;
  overflow-x: auto;
  margin-bottom: 2px;
  border-spacing: 2px;
  border-color: grey;
}

.result_list table {
  box-shadow: 0 2px 0 0 #6d9bc4;
}

.result_list thead th, tfoot td {
  padding: 8px;
  text-align: left;
  white-space: nowrap;
  background: #0075b4;
  color: #fff;
  text-transform: uppercase;
  transition: background-color .1s;
}

.result_list thead th:first-child, tfoot td:first-child {
  border-radius: 4px 0 0 0;
}

.result_list thead th:last-child, tfoot td:last-child {
  border-radius: 0 4px 0 0;
}

.result_list tbody td {
  padding: 8px;
}

main {
  min-height: 600px;
}

/*****************
    2. HELPER
*****************/

.section {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}

.section-header {
  border-bottom: lightgrey solid 1px;
  margin: 20px 0 10px 0;
}

.bg-light {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  height: 100%;
}

.bg-overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.text-custom {
  color: #00aaf9;
}

.bg-custom {
  background-color: #00aaf9;
}

ul {
  margin: 0 0 30px;
}

.btn-custom {
  background-color: #00aaf9;
  color: #fff;
  border: none;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.btn-custom:not(:disabled):not(.disabled).active,
.btn-custom:not(:disabled):not(.disabled):active,
.open > .dropdown-toggle.btn-custom {
  background-color: #00aaf9;
  border: none;
  color: #fff;
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: 0 3px 20px -8px #000;
}

.btn-outline {
  border: 1px solid #00aaf9;
  color: #00aaf9;
  box-shadow: none;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle.btn-outline {
  color: #fff;
  background-color: #00aaf9;
  transition: all 0.5s;
  outline: none;
  text-decoration: none;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 3px 20px -8px #000;
}

.bg-subpage-home {
  padding: 100px 0 50px 0;
  background-size: cover;
  position: relative;
  background-position: center center;
}

.section-breadcrumb {
  background-color: #e9ecef;
}

.breadcrumb a, .breadcrumb .active {
  color: #424242;
}

.breadcrumb .active {
  color: #000000;
  font-weight: bold;
}

.breadcrumb a:hover {
  color: #fff;
  text-decoration: none;
}

.breadcrumb li {
  max-width: 20%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb>li+li:before {
  padding-left: 5px;
  content: " > ";
}

.footer-title, .footer-title a, .footer-title .active {
  font-size: medium;
  color: rgba(255, 255, 255, 0.65);
}

.rich-text {
  color: #000000;
}

.text-one-line {
  font-size: xx-small;
  overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
}

.text-two-line {
  font-size: xx-small;
  overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}

.prev_next_label {
  max-width: 45%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

/*****************
    3. HOME
*****************/

.bg-home {
  height: auto;
  padding: 0;
  background-size: cover;
  position: relative;
  background-position: center center;
}

.bg-home-img {
  padding: 160px 0;
  height: 300px;
  max-height: 300px;
}

.bg-banner-img {
  padding: 260px 0;
  min-height: 300px;
  max-height: 500px;
}

.home-banner {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-banner {
  padding: 0;
  background-size: cover;
  position: relative;
  background-position: center center;
  height: 500px;
}

.carousel-title {
  position: absolute;
  right: 50%;
  bottom: 45%;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.login-wrapper {
  background-color: white;
  max-width: 600px;
  text-align: center;
  margin:50px auto;
  padding: 30px;
  border: lightgrey solid 1px;
  box-shadow: 5px 5px 10px -5px darkgrey;
}

.register-wrapper {
  background-color: white;
  max-width: 600px;
  margin:0 auto;
  padding: 30px;
  border: lightgrey solid 1px;
  box-shadow: 5px 5px 10px -5px darkgrey;
}

.icon-image {
  width: 24px;
  height: 24px;
}

.bg-page-title-img {
  height: 70px;
}

.head_title {
  font-size: xx-large;
}

.text-description {
  font-size: small;
  white-space: nowrap;
  padding-right: 10px;
  overflow: hidden;
}

.text-description a {
  color: dimgray;
  text-decoration:underline!important;
}

.text-description a:hover {
  color: lightgrey;
}

/****************
    3.1 BLOCK
******************/
.block-inline {
  display: inline-block;
}

/****************
    4. COLLEGE
******************/
.college-logo {
    width:auto;
    height: 60px;
}

/****************
    5. COURSE
******************/
.course-banner-img {
  padding: 120px 0 60px;
  min-height: 300px;
  max-height: 500px;
}

.course-owl-img {
  width: 100%;
  height: 128px;
}

.thumb-sub-title {
  font-size: x-small;
}

/****************
    6. BLOG
******************/
.blog_thumb_body {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: smaller;
  padding-top: 0.2em;
}

.blog-tag {
  font-size: small;
  white-space: nowrap;
  padding-right: 10px;
  overflow: hidden;
}

.blog-tags {
  border: 1px solid rgba(0,0,0,0.1);
  background-color: lightyellow;
  color: dimgray;
  border-radius: 2px;
  padding: 0 3px;
}

.blog-tags:hover {
  background-color: green;
  color: white;
}

.blog-catelogs {
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #ddffe2;
  color: dimgray;
  border-radius: 2px;
  font-size: 0.8em;
  padding: 0 3px;
}

.blog-catelogs:hover {
  background-color: green;
  color: white;
}

.blog-list li {
  list-style: none;
}

.blog-list .blog-text {
  display: block;
  font-size: initial;
  color: darkgrey;
  padding: 20px 0;
}

.blog-list-item {
  box-shadow: 0 0 14px 3px rgba(62, 45, 45, 0.10);
}
.blog-list-item:hover .blog-list-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.50);
  border-radius: .25rem;
  transition: all 0.5s;
}

.blog-list-img {
  position: relative;
  overflow: hidden;
  display: block;
}


.blog-list-title a {
  transition: all 0.5s;
}
.blog-list-title a:hover {
  color: #00aaf9 !important;
  transition: all 0.5s;
}

.blog-list-content h5 a {
  transition: all 0.5s;
}
.blog-list-content h5 a:hover {
  color: #00aaf9 !important;
  transition: all 0.5s;
}

.blog-list-item:hover .cases-overlay {
  opacity: 1;
  visibility: visible;
}

.blog-list-item .cases-content {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.blog-list-item:hover .cases-content {
  opacity: 1;
}

.blog-content-item {
  text-align: left;
  padding: 0 20px;
}

.blog-item a, .blog-content-item a {
  color: black;
}

.blog-item a:hover, .blog-content-item a:hover {
  color: dimgray;
}

.blog-richtext-wrapper {
  margin: 0.5em;
}

.blog-rawtext-wrapper {
  text-align: justify;
  white-space: pre-line;
}

.blog-richtext-wrapper p {
  text-align: justify;
  text-indent: 2em;
}

.blog-image-wrapper {
  text-align: center;
  padding-bottom: 5px;
}

.blog-code-wrapper {
  text-align: center;
  padding: 0 5%;
}

@media (min-width: 1025px) {
  .blog-list li:first-of-type, .blogpage-listing li:first-of-type,
  .blog-list li:nth-child(6), .blogpage-listing li:nth-child(6),
  .blog-list li:nth-child(7), .blogpage-listing li:nth-child(7),
  .blog-list li:nth-child(12), .blogpage-listing li:nth-child(12) {
    width: 50%;
  }
}

span.outline {
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 0.8em;
  padding: 3px 6px;
  text-transform: uppercase;
}

.blog-filter li {
  display: inline-block;
}

.blog-filter li:hover {
  transition: all 0.5s;
  color: #ffffff!important;
  background-color: #00aaf9;
}

.blog-filter li a {
  color: #343a40;
  display: block;
  padding: 0 15px;
  margin: 5px;
  font-size: x-small;
  text-transform: capitalize;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #eeeeee;
}

/* Blog detail page */
.blog-meta {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-avatar {
  border: 1px solid #eeeeee;
  border-radius: 100%;
  display: inline;
  width: unset;
}
.blog-avatars {
  margin-bottom: 20px;
}
.blog-avatars .author {
  display: inline-block;
  margin-right: 30px;
}

.blog-details-img img {
  box-shadow: 0 0 30px -7px #c1bbbb;
  border-radius: 10px;
}

.blog-details-meta .list-inline-item {
  padding: 0 24px;
  position: relative;
  margin: 0;
}
.blog-details-meta li:after {
  content: "";
  position: absolute;
  background-color: #6c757d;
  width: 1px;
  height: 24px;
  right: 0;
}

.blog-details-meta li:last-child:after {
  display: none;
}

.blog-body {
  padding: 20px;
  white-space: pre-line;
  font-size: 0.8em;
  color: #606060;
}

.blog-body p{
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 10px;
}

blockquote{
  font-size: medium;
  padding: 38px;
  background-color: #f8f9fa;
  border-left: 3px solid rgba(0, 0, 0, 0.36);
  border-radius: 3px;
}

.blog-details-comment .media img {
  max-width: 100px;
}

#comments .hidden {
  display: none;
}

.comment-gravatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

/*****************
    4. ABOUT
*****************/

.about-img img {
  border-radius: 16px;
  box-shadow: 5px 5px 30px -8px #868686;
}

.about-item {
  margin-bottom: 14px;
}

.about-content {
  margin-left: 30px;
}


/*****************
    5. Services
*****************/

.services-icon i {
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  line-height: 100px;
  border: 1px solid #00aaf9;
  border-radius: 50px;
  font-size: 45px;
  transition: all 0.3s;
}

.services-box {
  border: 1px solid #eeeeee;
  transition: all 0.5s;
}

.services-box h4 {
  font-size: 22px;
}

.services-box:hover {
  transition: all 0.5s;
  transform: translateY(-6px);
  background-color: #fcfcfc;
  border-bottom: 1px solid #00aaf9;
}

.services-box:hover .services-icon i {
  background-color: #00aaf9;
  transition: all 0.5s;
  color: #fff;
}


/*****************
    6. OUR WORK
*****************/

.title-border {
  width: 70px;
  border: 1px solid #00aaf9;
}

.f-12 {
  font-size: 12px;
}

.work-box h5 {
  font-size: 17px;
}

.work-box {
  box-shadow: 0 0 10px 5px #f1f1f1;
}

.work-desc {
  overflow: hidden;
}


/****************
    7. PORTFOLIO
******************/

.container-filter li {
  display: inline-block;
}

.container-filter li a {
  color: #343a40;
  display: block;
  padding: 0 15px;
  margin: 5px;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 35px;
  -webkit-transition: all 0.5s;
  background-color: #f8f9fa;
  transition: all 0.5s;
  border: 1px solid #eeeeee;
}

.container-filter li a.active {
  color: #ffffff!important;
  background-color: #00aaf9;
  border-radius: 3px;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  margin-top: 14px;
}

.item-box a {
  display: inline-block;
}

.item-box:hover .item-mask.portfolio {
  opacity: 1;
  visibility: visible;
}

.item-box:hover .item-mask.portfolio .item-caption {
  bottom: 50%;
  transform: translateY(50%);
  opacity: 1;
}

.item-box:hover .item-container {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask.portfolio {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 3px;
  margin: 5px;
}

.item-mask .item-caption {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.spacing {
  padding-left: 7px;
  padding-right: 7px;
}


/****************
    8. CLIENT
******************/
.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 3px;
  margin: 5px 6px;
  background: #cccccc;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #00aaf9;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #343a40;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 2px;
  transform: rotate(45deg);
  border: 1px solid #eeeeee;
  background-color: white;
  opacity: 1;
  box-shadow: 0 0 6px -3px black;
}

.owl-prev {
  position: absolute;
  left: -100px;
  top: 35%;
}

.owl-next {
  position: absolute;
  right: -100px;
  top: 35%;
}

.owl-prev i {
  transform: rotate(-45deg);
  display: inline-block;
}

.owl-next i {
  transform: rotate(-45deg);
  display: inline-block;
}


/****************
    10. FOOTER
******************/

.bg-footer {
  background-color: #343a40;
  padding: 36px 0;
  margin-top: 25px;
}

.bg-footer a, .bg-footer .active {
  font-size: medium;
  color: rgba(255, 255, 255, 0.65);
}

.footer-border {
  position: relative;
  border-color: rgba(255, 255, 255, 0.2);
}


/****************
   11. ABOUT US HOME
******************/
.about-us-desc {
  overflow: hidden;
}

.about-us-item i {
  line-height: 0.8;
}

.about-us-desc a:hover {
  color: #00aaf9;
}

.about-us-box {
  box-shadow: 0 0 18px 1px #f1f1f1;
}

.about-us-content-img img {
  box-shadow: 5px 5px 26px -11px #464646;
}

/****************
   13. OUR SERVICES
******************/

.our-services-icon i {
  -webkit-text-stroke: 1px #00aaf9;
  -webkit-text-fill-color: transparent;
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 48px;
}

.our-services-icon {
  background-color: #ffffff;
  height: 100px;
  width: 100px;
  line-height: 100px;
  transform: rotate(45deg);
  margin: 0 auto;
  box-shadow: 0 0 10px -3px #8a8a8a;
}


/****************
  AGENCY SERVICE
******************/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #00aaf9 !important;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #00aaf9 !important;
  transition: all 0.5s;
}

.agency-service .nav-link.active::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -4px;
  left: 0;
  right: 0;
  border-right: 1px solid #00aaf9;
  border-bottom: 1px solid #00aaf9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f8f9fa;
  margin: 0 auto;
}

.nav-icon i {
  -webkit-text-stroke: 1px #6c757d;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
}

.nav-link h5 {
  color: #6c757d;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #f8f9fa #f8f9fa #eeeeee;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active h5 {
  color: #00aaf9;
  transition: all 0.5s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active .nav-icon i {
  -webkit-text-stroke: 1px #00aaf9;
  transition: all 0.5s;
}

.nav-tabs {
  border-bottom: 1px solid #eeeeee;
}

.nav-item .nav-link {
  margin: 0 15px;
}

.agency-service-img img {
  border-radius: 6px;
  box-shadow: 2px 2px 40px -20px #3d474c;
}

/****************
   15. OUR FEATURES
******************/
.feature-icon {
  background-color: rgba(0, 170, 249, 0.07);
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 100px;
  border-radius: 5px;
}

.feature-icon i {
  font-size: 40px;
  -webkit-text-stroke: 1px #00aaf9;
  -webkit-text-fill-color: transparent;
}

.features-content h1 {
  color: rgba(108, 117, 125, 0.1);
}

.features-content h4 {
  line-height: 1.4;
}

.feature-img img {
  position: absolute;
  top: 165px;
  bottom: 0;
  left: 0;
  right: 0;
}

/****************
    FEATURES
******************/
.features-color {
  color: #00aaf9
}

.features-section {
  padding-top: 30px;
}

.fetures-item i {
  font-size: 40px;
  -webkit-text-stroke: 1px #00aaf9;
  -webkit-text-fill-color: transparent;
}


/****************
    16. OUR PROJECT
******************/

.item-box:hover .item-mask.our-Project {
  opacity: 1;
  visibility: visible;
}

.item-box:hover .item-mask.our-Project .item-caption {
  opacity: 1;
  bottom: 50%;
  transform: translateY(50%);
}
.project-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}

.item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask.our-Project {
  background-color: rgba(0, 0, 0, 0.50);
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  padding: 10px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 3px;
}

.project-icons {
  background: #fff;
  font-size: 22px;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 45px;
  transition: all 0.5s;
}

.project-icons:hover {
  background-color: #00aaf9;
  color: #fff;
  transition: all 0.5s;
}

.our-Project .item-caption {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7)!important;
}


/****************
    17. OUR TEAM
******************/

.team-box-border {
  border: 1px solid #fff;
  max-width: 75px;
  margin: 0 auto;
}

.our-team-box {
  position: relative;
  overflow: hidden;
  display: block;
}
.our-team-box:hover {
  box-shadow: 0 0 20px -8px #3c3939;
  transition: all 0.5s;
}

.our-team-overlay {
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  padding: 10px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: rgba(0, 170, 249, 0.8);
  border-radius: .25rem!important;
}

.our-team-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 170, 249, 0.8);
  padding: 10px;
  transition: all 0.5s;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.our-team-box:hover .our-team-overlay {
  opacity: 1;
  visibility: visible;
}

.our-team-box:hover .our-team-name {
  opacity: 0;
  transition: all 0.4s;
}

.our-team-box:hover .item-content {
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.5s;
}
.item-content .item-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
}
.our-team-box .item-content {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1.0s;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.our-team-box-border {
  border: 1px solid #fff;
  max-width: 70px;
  margin: 0 auto;
}

/****************
    TEAM DETAILS
******************/

.team-details-img img {
  border: 1px solid #00aaf9;
}

.team-details {
  background-color: #f8f9fa;
  border: 1px solid #eeeeee;
}
.team-details h4 {
  font-size: 20px;
}
.team-details-border {
  border: 1px solid #00aaf9;
  max-width: 110px;
}
.team-details-item .float-left {
  border: 1px solid;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
}

/****************
    20. CONTACT US
******************/
.contact-icon i {
  -webkit-text-stroke: 1px #00aaf9;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
}
.contact-icon {
  background-color: #fff;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  line-height: 120px;
  box-shadow: 0 0 30px -3px #e0e0e0;
}

/******************
      CONTACT
*******************/

.app-contact-desc p {
  overflow: hidden;
}
