/**
* Template Name: Baker - v2.0.0
* Template URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Manrope", "Open Sans", "sans-serif";
  color: #444444;
  background: #F5F7FE;
  letter-spacing: 1px;
}

a {
  color: #ffc107;
}

a:hover {
  color: #ffce3a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", "Open Sans", "sans-serif";
}
.container {
  width: 100%!important;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .container {
    width: 1440px!important;
    max-width: 1440px!important;
    padding-left: 80px!important;
    padding-right: 80px!important;
  }
  
  #hero {
    width: 1440px!important;
    margin: 0 auto;
  }

}

.hide {
  display: none!important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #092064;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #092064;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 100000;
  height: 122px;
  line-height: 122px;
  font-size: 18px;
  /*  padding: 20px 0;*/
}

#header.header-scrolled, #header.header-inner-pages {
  background: #F5F7FE;
/*  padding: 5px 0;*/
}

#header .logo {
  /*  font-size: 28px;*/
  /*margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;*/
/*  font-family: "Poppins", sans-serif;*/
  margin-bottom: 28px;
}

#header .logo a {
  color: #142651;
}

#header .logo img {
  /*  max-height: 40px;*/
  width: 121px;
}

.btn-contact {
  width: 180px;
  height: 56px;
  line-height: 56px;
  background: #4263EB;
  border-radius: 28px;
  text-align: center;
  color: #ffffff!important;
  margin-top: 33px;
  letter-spacing: 1px;
}

.btn-contact:hover {
  background: #1E47F0!important;
}

@media (max-width: 992px) {
  #header .logo {
/*    margin-top: 8px;*/
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  width: 100%;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 0px 0px 0px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #142651;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Manrope", "Open Sans", "sans-serif";
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
/*  color: #ffc107;*/
  font-weight: bold;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  background: #F5F7FE;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #414c64;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ffc107;
}

/*.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}*/

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #142651;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #414c64;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
/*  color: #ffc107;*/
  font-weight: bold;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(45, 53, 69, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.icon-global {
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
/*  height: 80vh;*/
  height: 508px;
  background: url("../img/header-bg.png") top center;
  background-size: contain;
  position: relative;
  top: 122px;
}

#hero:before {
  /*content: "";
  background: rgba(45, 53, 69, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;*/
}

#hero .container {
  text-align: left;
/*  padding-top: 45px;*/
}

@media (max-width: 992px) {
  #hero .container {
    padding: 24px 15px;
    height: 100%;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  letter-spacing: 5px;
  padding-top: 65px;
}

#hero h2 {
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 42px;
  font-weight: 300;
/*  width: 500px;*/
  line-height: 57px;
  letter-spacing: 2px;
  text-wrap: balance;
}

#hero .btn-get-started {
  letter-spacing: 1px;
  width: 208px;
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 28px;
  margin-top: 60px;
  color: #092064;
  background: #fff;
}

.hero-attraction img {
  width: 43px;
/*  height: 32px;*/
  vertical-align: baseline;
}

.hero-red {
  color: #D12D34!important;
}

#hero .btn-about {
  width: 236px;
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 28px;
  color: #fff;
  background: #1E3370;
  margin-left: 28px;
  letter-spacing: 1px;
}

.display-mobile .mobile-title {
  color: #142651;   
  font-size: 32px;    
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 45px;
  letter-spacing: -1px;
}
.display-mobile .btn-get-started-mobile {
  display: block;
  width: 100%;
  color: #092064;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  border-radius: 28px;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 1.6px;
}
.display-mobile .btn-about-mobile {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  background: rgba(255, 255, 255, 0.2);
/*  opacity: 0.2;*/
  border-radius: 28px;
  text-align: center;
  margin-top: 16px;
  font-weight: bold;
  letter-spacing: 1.6px;
}

#hero .btn-get-started:hover {
  background: #D5DDF7;
}

#hero .btn-about:hover {
  background: #01144C;
}

#main {
  margin-top: 122px;
}

@media (min-width: 1024px) {
  #hero {
    background: url("../img/header-bg.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;;
    background-position-y: 122px;
    border-radius: 32px;
  }
  .display-mobile {
    display: none;
  }
}

@media (max-width: 768px) {


  section {
    margin: 0px 0px 65px 0px!important;
  }
  .section-title .section-title-p {
    font-size: 28px!important;
    line-height: 36px!important;
    letter-spacing: 0px!important;
  }
  .col-lg-4, .col-lg-6 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #main {
    margin-top: 73px!important;
  }

  /* header  */
  #header {
    height: 73px!important;
    z-index: 1!important;
  }
  #hero {
    top: 73px!important;
  }

  /* contact  */
  .contact .info-box h3 {
    font-size: 28px!important;
  }
 
  .contact .php-email-form button[type="submit"] {
    width: 100%!important;
    font-size: 16px!important;
    height: 70px!important;
    line-height: 70px!important;
    letter-spacing: 1px;
  }

  #contact .section-title h2 {
    font-size: 38px!important;
    line-height: 46px!important;
    letter-spacing: -1px!important;
    text-align: left!important;
    padding-bottom: 0px!important;
    margin-bottom: 65px!important;
  }

  /* projects */
  #projects .section-title h2 {
    font-size: 38px!important;
    line-height: 46px!important;
    letter-spacing: -1px!important;
    text-align: left!important;
    padding-bottom: 0px!important;
    margin-bottom: 65px!important;
  }

  /* about */
  #about .row {
    margin-bottom: 16px!important;
  }
  .item-about {
    flex-direction: column;
    padding: 48px 24px!important;
    margin-bottom: 16px!important;
  }
  .about-item-intro {
    margin-left: 0!important;
    margin-top: 20px!important;
  }

  .left-part-about .about-box h3 {
    margin-bottom: 16px!important;
    line-height: 36px!important;
    font-size: 28px!important;
    letter-spacing: 0!important;
  }
  .left-part-about .about-box p {
    font-size: 16px!important;
    line-height: 26px!important;
    color: #142651!important;
    letter-spacing: 0!important;
    font-weight: normal;
  }
  .about-item-intro h3 {
    font-size: 18px!important;
    line-height: 25px!important;
    letter-spacing: 0!important;
    font-weight: normal;
    margin-bottom: 8px!important;
  }
  .about-item-intro h4 {
    font-size: 16px!important;
    line-height: 22px!important;
    letter-spacing: 0!important;
    color: #98A2B3!important;
  }
  .ceo-letter {
    padding-top: 60px!important;
  }
  .left-part-letter p {
    font-size: 16px!important;
    line-height: 26px!important;
    letter-spacing: 0!important;
    font-weight: 300!important;
  }
  .left-part-letter h3 {
    margin-top: 45px!important;
    font-size: 28px!important;
    line-height: 36px!important;
    letter-spacing: 0!important;
  }

  /* hero */
  #hero {
    background: url("../img/bg-mobile.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #hero {
    height: 500px;
  }

  #header .logo img {
    width: 120px;
    vertical-align: text-bottom;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .display-pc {
    display: none;
  } 

  .mobile-nav a {
    color: #142651;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
  }
  .mobile-nav-active .mobile-nav {
    height: 40%;
  }

  .img-fluid {
    border-radius: 21px 21px 0px 0px!important;
    width: 100%!important;
  }
  .row {
    margin: 0!important;
  }
  .item-img-fluid {
    border-radius: 0px 0px 21px 21px!important;
    height: auto!important;
    padding: 24px!important;
  }
  .desc-item {
    font-size: 16px!important;
    line-height: 22px!important;
    letter-spacing: 0!important;
  }
  .desc-item .left-desc-item {
    width: 90px!important;
  }
  .intro-item {
    font-size: 16px!important;
    line-height: 22px!important;
    letter-spacing: 0!important;
  }

  .section-title .section-title-p {
    text-align: left!important;
    padding-bottom: 16px!important;
/*    width: 270px!important;*/
  }
  .btn-item {
    width: 161px!important;
    height: 40px!important;
    line-height: 40px!important;
    font-size: 16px!important;
    letter-spacing: 1.6px!important;
    font-weight: 400;
  }

  /* commend */
  .section-title h2 {
    font-size: 28px!important;
    line-height: 36px!important;
    letter-spacing: 0px!important;
    margin-bottom: 32px!important;
  }
  .testimonials .testimonial-item p {
    font-size: 16px!important;
    line-height: 32px!important;
    letter-spacing: 0!important;
  }
  .testimonials .testimonial-item .testimonial-img {
    width: 50px!important;
  }
  .testimonials .testimonial-item h3 {
    font-size: 14px!important;
    line-height: 18px!important;
    margin-left: 15px!important;
  }
  .testimonials .testimonial-item h4 {
    font-size: 10px!important;
    line-height: 14px!important;
    letter-spacing: 0.8px!important;
    margin-left: 15px!important;
  }
  .detail-item-intro h5 {
    font-size: 10px!important;
    line-height: 14px!important;
    letter-spacing: 0.8px!important;
    margin-left: 15px!important;
  }

  /* services */
  #services {
    padding-top: 65px!important;
  }
  #services .col-lg-6:th-of-type(1)  {
    margin-right: 12px;
  }

  .services .icon-box {
    padding: 48px 24px!important;
  }
  .services .icon-box h4 {
    font-size: 18px!important;
    line-height: 25px!important;
    letter-spacing: 0!important;
    margin: 20px 0 8px 0!important;
  }
  .services .icon-box p {
    font-size: 16px!important;
    line-height: 22px!important;
    letter-spacing: 0!important;
    font-weight: 300!important;
  }

  /* projects */
  .left-item-project {
    height: 215px!important;
    border-radius: 32px 32px 0px 0 !important;
  }
  .title-item {
    font-size: 22px!important;
    line-height: 31px!important;
    letter-spacing: 0!important;
    margin-top: 0!important;
  }

  .btn-contact-us {
    letter-spacing: 1px;
    width: auto!important;
    height: 70px!important;
    line-height: 70px!important;
    font-size: 24px!important;
    margin: 0px 15px 60px 15px!important;
    border-radius: 35px!important;
  }
  .subtitle-item {
    font-size: 18px!important;
    line-height: 31px!important;
    letter-spacing: 0!important;
  }

  /* footer */
  #footer .footer-newsletter h4 {
    font-size: 48px!important;
  }
  #footer .footer-top {
    padding-top: 48px!important;
  }
  #footer .footer-newsletter form {
    display: block!important;
  }
  #footer .footer-newsletter form input[type="email"] {
    width: 100%!important;
    font-size: 16px!important;
    height: 70px!important;
    border-radius: 35px!important;
  }
  #footer .footer-newsletter form input[type="submit"] {
    width: 100%!important;
    font-size: 16px!important;
    margin-top: 15px!important;
    margin-left: 0!important;
    height: 70px!important;
    border-radius: 35px!important;
  }

  #footer .footer-top .footer-links ul a {
    font-size: 14px!important;
  }
  #footer .footer-top .footer-contact p {
    font-size: 14px!important;
  }

  #projects .row {
    margin-bottom: 20px!important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  margin: 0px 0px 100px 0px;
}

.section-bg {
/*  background-color: #f7f8fa;*/
}
 
.section-title .section-title-p {
/*  width: 500px;*/
  text-align: center;
  padding-bottom: 80px;
  font-size: 42px;
  line-height: 55px;
  font-weight: bold;
  color: #142651;

  margin: 0px auto 0px auto;
}

.section-title h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 55px;
  color: #142651;
/*  margin-top: 50px;*/
  margin-bottom: 80px;
}

/*.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ffc107;
  bottom: 0;
  left: calc(50% - 25px);
}*/

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #aab3c7;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/*.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #414c64;
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #8b97b3;
}

.about p {
  font-size: 15px;
  color: #848484;
}

/*.about .col-lg-7 {
  padding-left: 0!important;
  padding-right: 0!important;
}*/

.about .col-lg-5 {
  padding-left: 0!important;
  padding-right: 0!important;
}

.left-item-project {
    /*height: 542px;
    overflow: hidden;
    position: relative;*/
    /*min-height: 542px;
    max-height: 542px;
    width: 100%;
    overflow: hidden;
    position: relative;*/
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: top center!important;
  border-radius: 32px 0px 0px 32px; 
}

.img-fluid {
  /*height: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: tr*/anslate(-50%, -50%);
  
  /*  height: 360px;*/
/*  border-radius: 32px 0px 0px 32px; */
}

.item-img-fluid {
  height: 454px;
  background: #fff;
  padding: 45px;
  border-radius: 0px 32px 32px 0px;
  margin-left: -1px;
}

.title-item {
  color: #142651;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  margin-top: 45px;
}

.subtitle-item {
  font-size: 24px;
  color: #4263EB!important;
  font-weight: 400;
  line-height: 34px;
  margin-top: 12px;
}

.desc-item {
  color: #142651;
  font-size: 18px;
  text-align: left;
  margin-top: 32px;
  font-weight: 300;

  padding-bottom: 24px;
  border-bottom: 0.5px solid #ACBBF3;
}

.item-desc-item {
  line-height: 18px;
  margin-bottom: 12px;
}

.desc-item .left-desc-item {
  width: 132px;
  display: inline-block;
}

.intro-item {
  color: #142651;
  font-size: 18px;
  line-height: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid #ACBBF3;
  font-weight: 300;
}

.btn-item {
  width: 178px;
  height: 56px;
  border-radius: 28px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #142651;
  margin-top: 32px;
  letter-spacing: 1.6px;
}

.btn-view-all {
  display: block;
  text-align: center;
  width: 245px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  background: #EFF2FE;
  color: #4263EB!important;
  font-size: 16px;

  margin: 80px auto 0px auto;
}
.btn-view-all:hover {
  background: #D5DDF7;
}
.item-img-fluid:hover {
  background: #092064;
}
.item-img-fluid:hover .title-item {
  color: #fff!important;
}
.item-img-fluid:hover .item-desc-item {
  color: #fff!important;
}
.item-img-fluid:hover .intro-item {
  color: #fff!important;
}
.item-img-fluid:hover .btn-item {
  background: #fff!important;
  color: #092064!important;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 40px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #414c64;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Manrope", "Open Sans", "sans-serif";
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-top: 100px;
}

.col-lg-4, .col-lg-6 {
  padding-left: 12px;
  padding-right: 12px;  
}

#services .col-lg-4, .col-lg-6 {
  margin-top: 24px!important;
  padding-left: 12px!important;
  padding-right: 12px!important;
}

.services .icon-box {
  /*  text-align: center;*/
  padding: 45px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-radius: 21px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  /*  margin: 0 auto;*/
/*  width: 64px;*/
/*  height: 64px;*//*
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;*/
/*  background: #f5f5f5;*/
/*  border-radius: 50px;*/
}
.services .icon-box .icon img {
  width: 72px;
  height: 72px;
}

.services .icon-box .icon i {
  font-size: 32px;
  transition: 0.5s;
  line-height: 1;
  position: relative;
}

.services .icon-box h4 {
  font-weight: 400;
  margin: 42px 0 20px 0;
  font-size: 28px;
  line-height: 38px;
  color: #092064;
}

.services .icon-box h4 a {
  color: #092064;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 25px;
  font-size: 18px;
  margin-bottom: 0;
  color: #98A2B3;
  font-weight: 300;
}

.services .icon-box:hover {
  /*border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);*/
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon {
/*  background: #47aeff;*/
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon {
/*  background: #ffa76e;*/
}

.services .iconbox-orange:hover .icon i {
/*  color: #fff;*/
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon {
/*  background: #e80368;*/
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon {
/*  background: #ffbb2c;*/
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-red i {
/*  color: #ff5828;*/
}

.services .iconbox-red:hover .icon {
/*  background: #ff5828;*/
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-teal i {
/*  color: #11dbcf;*/
}

.services .iconbox-teal:hover .icon {
/*  background: #11dbcf;*/
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #414c64;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Manrope", "Open Sans", "sans-serif";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ffc107;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ffc107;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/*.owl-item {
  width: 390px;
}*/

.testimonials .testimonial-item {
  box-sizing: content-box;
/*  min-height: 320px;*/
  min-height: 290px;
  padding: 80px 50px 50px 50px;
  margin: 0 20px 0 0;
  background: #fff;
  border-radius: 20px;

  position: relative;
}

.icon-attraction {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px!important;
}

.testimonials .testimonial-item .testimonial-img {
  width: 76px;
  border-radius: 50%;
  /*  margin: -40px 0 0 40px;*/
  position: relative;
  z-index: 2;
/*  border: 6px solid #fff;*/
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin: 10px 0 10px 22px;
  color: #142651;
}

.testimonials .testimonial-item h4 {
  font-size: 17px;
  font-weight: 300;
  color: #092064;
  margin: 0 0 8px 22px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #ACBBF3;
  font-size: 30px;
}

.testimonials .testimonial-item .quote-icon-left {
/*  display: inline-block;*/
  left: -20px;
  top: -40px;
  position: absolute;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
/*  margin: 0 15px 0 15px;*/
  position: relative;
  position: relative;
  line-height: 32px;
  font-size: 18px;
  color: #092064; 
  padding-bottom: 20px;
  border-bottom: 0.5px solid #ACBBF3;
  min-height: 330px;
  font-weight: 300;
  margin-bottom: 30px;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ACBBF3 !important;
}

.testimonials .owl-dot.active {
  background-color: #4263EB !important;
}

.item-intro {
  display: flex;
  align-items: center;
}

.detail-item-intro h3 {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #142651;
}
.detail-item-intro h4 {
  font-size: 11px;
  line-height: 13px;
  color: #092064;
}
.detail-item-intro h5 {
  font-size: 17px;
  font-weight: 300;
  color: #4263EB;
  line-height: 20px;
  margin-left: 22px;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fafafc;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #414c64;
  background: #ffc107;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ffc107;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.7);
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(65, 76, 100, 0.06);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #414c64;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #ffc107;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #414c64;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #ffc107;
  font-weight: 600;
  font-family: "Manrope", "Open Sans", "sans-serif";
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #ffc107;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Manrope", "Open Sans", "sans-serif";
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #c8cedc;
  color: #6c7c9f;

}

.pricing .btn-buy:hover {
  background: #fff;
}

.pricing .featured h3 {
  color: #fff;
  background: #ffc107;
}

.pricing .featured .btn-buy {
  background: #ffc107;
  color: #fff;
  border: 2px solid #ffc107;
}

.pricing .featured .btn-buy:hover {
  background: #ffce3a;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ffc107;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Manrope", "Open Sans", "sans-serif";
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffce3a;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #ffc107;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact .section-title h2 {
  text-align: center;
  padding-top: 122px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 66px;
  line-height: 80px;
  letter-spacing: -1px;
}

#projects .section-title h2 {
  text-align: center;
  padding-top: 122px;
  padding-bottom: 20px;
  font-size: 66px;
  line-height: 80px;
  letter-spacing: -1px;
}
#projects .row {
  margin-bottom: 20px;
}
#contact .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}

.part-contact {
  background: #fff;
  padding: 10px;
  border-radius: 32px;
}
#contact .left-part-contact a {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  width: 260px;
  display: inline-block;
}

#contact .item-info-box {
  margin-bottom: 32px;
}
.section-title .row {
  margin-bottom: 32px!important;
}

.contact-part {
  margin-top: 120px;
}
.title-form-row {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 35px!important;
}
.left-part-contact {
  border-radius: 32px;
  background: url("../img/bg-contact.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px;
}
.contact .info-box {
  color: #444444;
  text-align: left;
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
}

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

.contact .info-box h3 {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: 6px;
}

.contact .info-box p {
  line-height: 25px;
  font-size: 18px;
  color: #C9C9C9;
  letter-spacing: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  padding: 45px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #142651;
}

.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: center;
  padding: 15px;
  font-weight: 600;
}

.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;
  border: 1px solid #142651;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #F5F7FE;
  margin-top: 8px;
  margin-right: 8px;
  white-space: pre-wrap;
}

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

.contact .php-email-form input {
  padding: 20px 0px;
  background: #fff;
}

.contact .php-email-form textarea {
  padding: 12px 0px;
  background: #fff;
}

.contact .php-email-form button[type="submit"] {
  background: #4263EB;
  width: 204px;
  height: 70px;
  line-height: 70px;
  border: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 35px;
  letter-spacing: 1.6px;
}

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

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

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

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #ffc107 !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

.btn-contact-us {
  width: 297px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  background: #4263EB;
  text-align: center;
  font-size: 24px;
  color: #fff!important;
  letter-spacing: 1.6px;
  margin: 0 auto 100px auto;
}
.btn-contact-us a {
  color: #fff!important;
}

.btn-contact-us:hover {
  background: #D5DDF7;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #414c64;
  font-size: 14px;
  background: #f4f5f8;
}

.subscribe-success {
  color: #A2A0A8;
  width: 430px;
  height: 70px;
  line-height: 70px;
  background: #EFF2FE;
  border-radius: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

#footer .col-lg-5, .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

#footer .footer-top {
  padding: 100px 0 30px 0;
  background: #092064;
  color: #fff;
}

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

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  color: #A2A0A8;
  font-weight: 300;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-bottom: 18px;
}

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc107;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

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

#footer .footer-top .footer-links ul a {
  color: #A2A0A8;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
}

.footer-contact-links a {
  pointer-events: none;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffc107;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 56px;
  line-height: 65px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
}

#footer .footer-newsletter form {
  margin-top: 30px;
/*  display: flex;*/
/*  position: relative;*/
  text-align: right;
}

#footer .footer-newsletter form input[type="email"] {
  width: 400px;
  height: 70px;
  border-radius: 35px;
  border: none;
  background: rgba(239, 242, 254, 0.1);
  font-size: 16px;
  padding-left: 32px;
  color: #A2A0A8;
}

input::placeholder {
  color: #A2A0A8;
}

#footer .footer-newsletter form input[type="button"] {
  border: none;
  background: #fff;
  font-size: 16px;
  width: 170px;
  height: 70px;
  line-height: 70px;
  color: #4263EB;

  transition: 0.3s;
  border-radius: 35px;
  margin-left: 18px;
}

#footer .footer-newsletter form input[type="button"]:hover {
  background: #D5DDF7;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

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

#footer .social-links a:hover {
  background: #ffce3a;
  text-decoration: none;
}

.top-footer {
  border-bottom: 0.5px solid #667085;
  padding-bottom: 20px;
}

.bottom-footer {
  padding-top: 35px;
}

.icon-footer {
  width: 27px;
/*  height: 27px;*/
  margin-right: 25px;
  vertical-align: top;
  margin-top: 2px;
}

.linkedin img {
  width: 144px;
  height: auto;
}

/* about */
.about {
  color: #092064;
}

#about .row {
  margin-bottom: 32px;
}

.left-part-about .about-box h3 {
  font-size: 42px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.left-part-about .about-box p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0;
  color: #092064;
}

.item-about {
  display: flex;
  align-items: start;
  background: #fff;
  padding: 58px 32px;
  border-radius: 40px;
  margin-bottom: 28px;
}
.item-about-img {
  width: 68px;
}
.about-item-intro {
  margin-left: 24px;
}
.about-item-intro h3 {
  font-size: 18px;
  line-height: 26px;
  color: #142651;
  font-weight: bold;
  letter-spacing: 0.9px;
  margin-bottom: 7px;
}
.about-item-intro h4 {
  font-size: 18px;
  line-height: 32px;
  color: #142651;
  font-weight: 300;
  letter-spacing: 0;
}

.ceo-letter {
  margin-top: 70px;
}
.attraction {
  width: 55px;
}
.left-part-letter h3 {
  font-size: 42px;
  line-height: 55px;
  letter-spacing: 0;
  color: #092064;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 78px;
}

.left-part-letter p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0;
  color: #092064;
}

.image-letter {
  width: 100%;
}

.copyright {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}