/*All the styling in this section are for the
relatively linked pages,originating from index html/ index.html excluded*/


/*--------------------------------------------------------------
# philosophy-hero Section
--------------------------------------------------------------*/
#philosophy-hero {
    width: 100%;
    height: calc(60vh - 110px);
    padding: 0;
    overflow: hidden;
    background: #000;
}

#philosophy-hero .carousel-item {
    width: 100%;
    height: calc(60vh - 110px);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}

#philosophy-hero .carousel-item::before {
    content: '';
    background-color: rgba(13, 30, 45, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#philosophy-hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#philosophy-hero .carousel-content {
    text-align: center;
}

@media (max-width: 992px) {

    #philosophy-hero,
    #philosophy-hero .carousel-item {
        height: calc(50vh - 70px);
    }

    #philosophy-hero .carousel-content.container {
        padding: 0 50px;
    }
}

#philosophy-hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 70px;
    font-weight: 900;
}

#philosophy-hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
}

@media (max-width: 768px) {
    #philosophy-hero h2 {
        font-size: 28px;
    }
}

@media (max-height: 500px) {

    #philosophy-hero,
    #philosophy-hero .carousel-item {
        height: 120vh;
    }
}

@media (min-width: 1024px) {
    #philosophy-hero p {
        width: 60%;
    }

    #philosophy-hero .carousel-control-prev,
    #philosophy-hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# philosophy-services
--------------------------------------------------------------*/
.philosophy-services {
    padding-bottom: 30px;
}

.philosophy-services .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.philosophy-services .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #428bca;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.philosophy-services .icon i {
    font-size: 36px;
    line-height: 0;
}

.philosophy-services .icon-box:hover .icon {
    box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.philosophy-services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
}

.philosophy-services .title a {
    color: #444;
    transition: 0.3s;
}

.philosophy-services .title a:hover {
    color: #428bca;
}

/*.philosophy-services .title::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #428bca;
    bottom: 0;
    left: calc(50% - 25px);
}*/

.philosophy-services .description {
    line-height: 24px;
    font-size: 14px;
}
/*After philosophy-services
*/

.after-philosophy .icon-boxes {
  margin-top: 100px;
}

.after-philosophy .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.after-philosophy .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.after-philosophy .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

.after-philosophy .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.after-philosophy .icon-box:hover {
  transform: scale(1.08);
}

.after-philosophy .icon-box:hover .title a {
  color: #2487ce;
}



/*--------------------------------------------------------------

# services independent sections,on services page
--------------------------------------------------------------*/
.services-page-services {
    background: #106eea;
    padding: 2rem 3rem 2rem 3rem;
}

.services-page-service {
    background: #fff;
}

.services-page-service .col-lg-9 {
    margin: 0;
    padding: 0;
}

.services-page-service img {
    margin: 0;
}

.services-page-service p {
    padding: 1rem;
}

@media (max-width: 992px) {
    .services-page-services {
        padding: 0;
        margin: 10px;
    }
}
/*--------------------------------------------------------------

# Contact sections,on contact page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
