@media (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  #about .content-box .upper-content {
    position: relative;
    display: block;
    background: #15438d;
    padding: 15px;
    text-align: center !important;
  }
  #about .content-box .lower-content {
    position: relative;
    display: block;
    background: #15438d;
    padding: 15px;
    max-width: initial;
    height: auto;
  }
  .watermark-title {
    position: relative;
    bottom: initial;
    font-size: 140px;
  }
  #about .content-box {
    min-height: auto;
  }
  #about .content-box p {
    text-align: center;
  }
  #about .content-box .content-title, #about .content-box .subcontent-title {
    text-align: center;
  }
  header .top-navigation {
    display: none;
  }
  header {
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 40;
    width: 100%;
    left: 0;
    border: none;
    background: #1f4b92;
  }
  header .logo {
    position: relative;
    display: inline-block;
    width: 75px;
  }
  header .logo img {
    background: none;
  }
  header .main-navigation {
    position: fixed;
    display: block;
    right: -100%;
    left: initial;
    width: 300px;
    bottom: 0;
    z-index: 35;
    top: 0;
    border-radius: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    overflow: auto;
  }
  header .main-navigation.active {
    right: 0;
    transition: 0.5s;
  }
  header .main-navigation:before {
    display: none;
  }
  header .main-navigation > li {
    width: 100%;
  }
  header .main-navigation > li:first-child {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
  }
  header .main-navigation > li:first-child span {
    position: relative;
    display: flex;
    background: #0c2f67;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
  }
  header .main-navigation > li:first-child span i {
    font-size: 18px;
    color: #15438d;
  }
  header .main-navigation > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #15438d;
  }
  header .main-navigation > li.active a {
    color: #fff;
    background: #15438d;
    border-bottom: 1px solid #ed1c24;
  }
  header .main-navigation > li.active a i {
    color: #fff;
  }
  header .main-navigation > li ul.sub-navigation {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  header .main-navigation > li ul.sub-navigation > li > a {
    background: #e5e5e5;
    color: #454545;
  }
  header .main-navigation > li ul.sub-navigation > li > a i {
    color: #ed1c24;
  }
  header .main-navigation > li.active ul.sub-navigation > li > a:active {
    color: #fff;
  }
  .mob-nav-icon {
    display: block;
    color: #fff;
  }
  .wpo-site-footer .service-link-widget {
    padding: 0;
  }
  .social-media-icons {
    margin: 0;
  }
  .main-title {
    padding: 0 15px;
  }
  .advisor .main-title,
  .advisor2 .main-title {
    padding: 0;
    max-width: initial;
  }
  .advisor .row {
    flex-direction: column-reverse;
  }
  .card .banner-card .home-section-title {
    font-size: 31px;
    max-width: initial;
  }
  .card:hover .banner-card .home-section-title {
    top: -53px;
  }
  .cta .text {
    bottom: -132px;
  }
  .interior .series li img {
    height: initial;
  }
  .guides-guide {
    padding-top: 60px !important;
  }
  .guides-canvas, .guides-mask, .guides-overlay {
    bottom: 50px;
  }
  .button-series {
    position: relative;
    display: block;
    z-index: 35;
  }
  .user-msg {
    display: none;
  }
}
@media (max-width: 767px) {
  .component:nth-child(odd),
  .component:nth-child(even) {
    flex-direction: column;
    align-items: center;
    width: 49.5%;
    display: inline-flex;
    padding: 0 15px;
  }
  .component .component-desc {
    padding: 25px 0;
  }
  .component:nth-child(even) .component-desc {
    text-align: left;
    align-items: start;
  }
  .component:nth-child(even) .component-desc p {
    margin-bottom: 0;
  }
  .content-box-style-1 {
    margin-bottom: 15px;
    height: auto;
  }
  .stats-container .counter-box label {
    font-size: 50px;
  }
  .clients li {
    width: 100px;
    padding: 0;
  }
  .wpo-site-footer .about-widget {
    padding: 0;
    margin-bottom: 20px;
  }
  .social-container {
    width: 100%;
  }
  .social-container .social-media-icons {
    display: block;
  }
  .wpo-site-footer .widget-title {
    margin-bottom: 0px;
  }
  #home .card {
    height: initial;
    margin-bottom: 35px;
  }
  .card:hover::before {
    top: -11px;
    right: -8px;
  }
  .card:hover::after {
    bottom: -11px;
    left: -8px;
  }
  .cta .text {
    bottom: -111px;
  }
  .swiper-container {
    width: 92vw;
  }
}
@media (max-width: 480px) {
  .watermark-title {
    font-size: 100px;
  }
  #about {
    padding: 0;
  }
  #about .content-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .button-series li button {
    padding: 5px 10px;
    white-space: nowrap;
  }
  .button-series li {
    min-width: auto;
  }
  header .logo {
    position: relative;
    display: inline-block;
    width: 45px;
  }
  fieldset legend span {
    font-size: 14px;
  }
  #services .rotating-slider ul {
    background: center/100% no-repeat url(../img/rotating-slider.png), center/750px no-repeat url(../img/gear.png);
  }
  #services .rotating-slider ul.slides li h3 {
    font-size: 16px;
  }
  .cta .text {
    bottom: -175px;
  }
  .cta:after {
    background: linear-gradient(transparent 10%, #15438d 100%);
  }
  .cta {
    height: 250px;
  }
  .component:nth-child(odd),
  .component:nth-child(even) {
    width: 100%;
  }
  .cdp_i {
    display: none !important;
  }
  .cdp_i:first-child, .cdp_i:nth-last-child(2) {
    display: block !important;
  }
}/*# sourceMappingURL=responsive.css.map */