
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 15px;
  color: #1f63d1;
  line-height: 1;
}

.contact .info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #282828;
}

.contact .info p {
  margin-bottom: 0;
  font-size: 15px;
  color: #5b5b5b;
}

.contact .info .email, .contact .info .phone {
  margin-top: 26px;;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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 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: 20px 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);
  }
}

#about {
  background: #fff;
  padding: 80px 0;
}
.log
{
  color: #535074;
}
#about .about-container .background {
  
  background: url(../img/8.jpg) center top no-repeat;
  margin-bottom: -71px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #413e66;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0d2c61;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}

#section {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #fff;
}

#section .section-top {
  padding: 60px 0 30px 0;
  /*background: #f5f8fd;*/
  background: #ffffff;
}

#section .section-top .section-info {
  margin-bottom: 30px;
}

#section .section-top .section-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#section .section-top .section-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #535074;
}

#section .section-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3;
}

#section .section-top .social-links a:hover {
  background: #0a98c0;
  color: #fff;
}

@media (max-width: 574px) {
  #section .section-top .social-links a {
    margin-bottom: 25px;
  }
}

#section .section-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#section .section-top .section-links {
  margin-bottom: 30px;
}

#section .section-top .section-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#section .section-top .section-links ul li {
  padding: 8px 0;
}

#section .section-top .section-links ul li:first-child {
  padding-top: 0;
}

#section .section-top .section-links ul a {
  color: #696592;
}

#section .section-top .section-links ul a:hover {
  color: #1bb1dc;
}

#section .section-top .section-contact {
  margin-bottom: 30px;
}

#section .section-top .section-contact p {
  line-height: 26px;
}

#section .section-top .section-newsletter {
  /*margin-bottom: 30px;*/
  margin-top: -16px;
}

#section .section-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#section .section-top .section-newsletter input[type="submit"] {
  background: #1bb1dc;
  border: 1px solid #1bb1dc;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#section .section-top .section-newsletter input[type="submit"]:hover {
  background: #0a98c0;
}

#section .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

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

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

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

#section .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;
}

#section .php-email-form input, #section .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#section .php-email-form input::focus, #section.php-email-form textarea::focus {
  background-color: #1bb1dc;
}

#section .php-email-form input {
  padding: 20px 15px;
}

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

#section .php-email-form button[type="submit"] {
  background: #1bb1dc;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#section .php-email-form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}

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

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

#section .copyright {
  text-align: center;
  padding-top: 30px;
  color: #535074;
  font-size: 15px;
}

#section .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 28px;
  color: #8582a8;
}

#section .credits a {
  color: #1bb1dc;
}

#section .credits a:hover {
  color: #0a98c0;
}

.footer
{
  background: #c6d0e1;
  padding: 15px;
  font-size: 15px
}

.section-title {
  color: #413e66;
  font-size: 40px;
  font-weight: 900;
 }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 30px; } }


.font-14
{
    font-size: 14px;
}

.code
{
  background: #fff0da;
}

.support
{
  background: #e6fdfc;
}

.branding
{
  background: #fceef3;
}

.app
{
  background: #eafde7;
}

.one
{
  height: 256px;
}

.desc
{
  text-align: justify;
}

.top
{
  margin-top: -20px;
}

.logo
{
  margin-left: 50px;
}

.branch
{
  margin-top: 21px;
}

.email
{
  margin-top: 21px;
}

.section-header
{
  margin-top: 55px;
}

.send
{
  margin-left: 28px;
}

.font
{
  margin-left: 8px
}

.serv
{
  margin-top: -50px;
}

#hero {
  background: url("../img/bg1.jpg") center no-repeat;
}

#services .description
{
    font-size: 15px;
}

#services .title
{
    font-size: 21px;
}

.margin-top-55
{
    margin-top: 55px;
}

.h-60
{
    height: 60px;
}

.margin-bottom-55
{
    margin-bottom: 55px;
}