@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/**
*
* Testing
*
**/
/* Owl Carousel Css */

.box-related-news {
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .box-related-news {
    padding-bottom: 150px !important;
  }
}
.box-related-news .news-slide .owl-nav [class*=owl-] {
  top: 40%;
}
.box-news-list .news-item {
  text-align: left;
  flex-direction: column;
}
.box-news-list .news-item .news__img {
  width: 100%;
}
.box-news-list .news-item .news__body {
  width: 100%;
  padding: 15px;
}
.box-news-list .news-item .news__body .desc {
  font-size: 13px;
}
.box-news-list .news-item .news__body .news-title {
  font-size: 14px;
}


.owl-dots {
  position: absolute;
  width: 100%;
  margin-top: 0 !important;
  bottom: 0;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  background-color: #3333;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #333;
}

.owl-theme .owl-nav [class*=owl-] i {
  font-size: 22px;
  color: #fff;
}

.owl-theme .owl-nav [class*=owl-] a {
  line-height: 0;
}

.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f0592a;
}
header{}
.header-top {
  background-color: #131632;
  padding: 10px 0;
}
.header-top .header-top-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.header-top .header-top-main .left > a {
  margin-right: 15px;
}
.header-top .header-top-main .left > a i {
  margin-right: 5px;
}
.header-top .header-top-main a {
  color: #fff;
}
.header-top .header-top-main .right > a {
  margin-left: 10px;
}

.header-nav {
  background-color: #fff;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .header-nav {
    padding: 5px 0;
  }
}
.header-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.header-nav .header-nav-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav .header-nav-main .box-logo {
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-nav .header-nav-main .box-logo img {
    width: 155px;
  }
}

@media (min-width: 992px) {
  .main-menu ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .main-menu ul li {
    position: relative;
  }
  .main-menu ul li:hover > ul {
    display:block;
  }
  .main-menu ul li:hover > a {
    color: #1a56a5 !important;
    background-color: transparent;
  }
  .main-menu ul li a {
    color: #333;
    display: block;
    font-weight: 700;
    font-size: 15px;
    padding: 1em 1.1em;
  }
}

@media (min-width: 992px) {
  .main-menu ul li a:hover {
    color: #1a56a5 !important;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .main-menu ul li .sub-menu {
    border: 1px solid #eee;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    min-width: 100%;
    white-space: nowrap;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    
    transform: translateY(-10px);
    transition: all 0.4s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .main-menu ul li .sub-menu .sub-menu{
    left:100%;
    top:0;
  }
  .main-menu ul li .sub-menu li a {
    font-size: 14px;
    padding: 0.6em 1.5em;
    text-transform: none;
    color: rgba(102, 102, 102, 0.85);
  }
}

@media (min-width: 992px) {
  .main-menu ul li .sub-menu li a:hover {
    background-color: #1a56a5;
    color: #fff !important;
  }
}
@media (min-width: 992px) {
  .main-menu > ul > li.has-children:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .main-menu > ul > li.has-children:hover:after {
    color: #1a56a5;
  }
}
@media (min-width: 992px) {
  .main-menu > ul > li > a {
    text-transform: uppercase;
  }
}

.btn-menu {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 24px;
}
.btn-menu i {
  color: #1a56a5;
}

.box-cpr {
  background-color: #0e1328;
  font-size: 12px;
  color: #fff;
}

.ft-head {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.ft-head:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: -1px;
}

.ft-body {
  font-size: 15px;
  color: #fff;
}
.ft-body ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.ft-body ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ft-body ul li:hover {
  color: #fff !important;
}
.ft-body a {
  color: #fff;
}

.ft-links .ft-body ul li {
  position: relative;
  padding-left: 15px;
}
.ft-links .ft-body ul li:last-child {
  border-bottom: 0;
}
.ft-links .ft-body ul li:before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}
.ft-links .ft-body ul li:hover {
  color: #fff !important;
}
.ft-links .ft-body ul li:hover a {
  color: #fff !important;
}

.footer-main {
  background-color: #131632;
}
.footer-main .box-logo img {
  height: 55px;
}

.ft-company ul li {
  display: flex;
  align-items: baseline;
}
.ft-company ul li i {
  margin-right: 8px;
  color: #fff;
}

.img-map {
  aspect-ratio: 4/3;
}

.ft-map iframe {
  width: 100%;
}

.footer-form-outer {
  position: relative;
}

.footer-form-main {
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .footer-form-main {
    position: static;
  }
}
@media (max-width: 991px) {
  .footer-form-main form .form-row > div {
    margin-bottom: 5px;
  }
}
.footer-form-main form input {
  padding: 10px 15px;
}
.footer-form-main form input[type=submit] {
  height: 46px !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 20px;
  color: #333;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:hover {
  color: #1a56a5 !important;
  text-decoration: none;
}

a {
  color: #333;
}

@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}

.short-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  visibility: visible;
}

.clamp-1 {
  -webkit-line-clamp: 1;
}

.clamp-2 {
  -webkit-line-clamp: 2;
}

.clamp-3 {
  -webkit-line-clamp: 3;
}

.clamp-4 {
  -webkit-line-clamp: 4;
}

.icon-input {
  font-family: "Font Awesome 5 Pro";
  /*add &#x before font unicode*/
}

.disabled {
  display: none;
}

.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-mw100 {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.img-w100 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.img-center {
  margin: 0 auto;
  display: block;
}

.btn {
  background-color: transparent;
  padding: 0;
}

input:focus, .btn:focus {
  outline: transparent;
  box-shadow: none;
}

.pd-tb-xl {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .pd-tb-xl {
    padding: 30px 0;
  }
}

.pd-tb-xxl {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .pd-tb-xxl {
    padding: 50px 0;
  }
}

.bg-main {
  background-color: #1a56a5;
}

.bg-second {
  background-color: #006eff;
}

.bg-third {
  background-color: #ed6b40;
}

.bg-f9f9f9 {
  background-color: #f7f7f7;
}

.cl-second {
  color: #006eff;
}

.cl-main {
  color: #1a56a5;
}

.box-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #1a56a5;
}
.box-social a:hover {
  color: #fff !important;
  background-color: #006eff;
}
.box-social a:hover:first-child {
  background-color: #5675ac;
}
.box-social a:hover:nth-child(2) {
  background-color: #d95032;
}
.box-social a:hover:nth-child(3) {
  background-color: #66bbf2;
}
.box-social a:hover:nth-child(4) {
  background-color: #d92e27;
}

.head-title {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1em;
}
@media (max-width: 991px) {
  .head-title {
    font-size: 26px;
  }
}
.head-title span {
  color: #1a56a5;
}
.head-title.md-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .head-title.md-title {
    font-size: 22px;
  }
}

.btn-text {
  color: #999;
  font-size: 14px;
}
.btn-text:hover {
  color: #006eff !important;
}

.btn-main {
  background-color: #1a56a5;
  color: #fff;
  font-weight: 500;
  padding: 0.5em 1em;
}
.btn-main:hover {
  background-color: #006eff;
  color: #fff !important;
}

.btn-second {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5em 1em;
  background-color: #006eff;
  font-size: 13px;
  border-radius: 0;
}
.btn-second:hover {
  color: #fff !important;
  background-color: #1a56a5;
}

.btn-third {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5em 1em;
  background-color: #ed6b40;
  font-size: 14px;
  border-radius: 0.25rem;
}
.btn-third:hover {
  color: #fff !important;
  background-color: #f95e2b;
}

.has-bg-img {
  background-image: url("../images/intro-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-item {
  padding: 0 15px 15px 15px;
}
.service-item .service__img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.service-item .services__body .service-title {
  font-size: 24px;
  font-weight: 600;
  color: #1d5197;
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.service-item .services__body .service-title:after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ed6b40;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.service-item .services__body .desc {
  text-align: justify;
}

.google-map iframe {
  width: 100%;
}

.box-breadcrumb {
  font-size: 14px;
  background-color: #efefef;
}

.box-contact-form {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .box-contact-form {
    margin-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .box-contact-form .row {
    width: 70%;
    margin: 0 auto;
  }
  .box-contact-form .row textarea {
    height: 100px;
  }
}



.box-page {
  background-color: #F8F8F8;
}
@media (min-width: 992px) {
  .box-page.news-page {
    padding-bottom: 180px !important;
  }
}
@media (max-width: 767px) {
  .box-page.news-page .news-group .news-item {
    flex-direction: column;
  }
  .box-page.news-page .news-group .news-item .news__img {
    width: 100%;
  }
  .box-page.news-page .news-group .news-item .news__body {
    width: 100%;
    padding: 15px;
  }
}

.news-item {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #fff;
}
.news-item:not(:last-child) {
  margin-bottom: 30px;
}
.news-item .news__img {
  width: 30%;
}
.news-item .news__img img {
  width: 100%;
  aspect-ratio: 16/10;
}
.news-item .news__body {
  width: 70%;
  padding: 15px;
}
.news-item .news__body .news-title {
  font-weight: 600;
  font-size: 18px;
}
.news-item .news__body .post-date {
  padding: 5px 0;
  font-size: 14px;
  color: #999;
}
.news-item .news__body .desc {
  font-size: 15px;
}

.aside {
  position: sticky;
  top: 95px;
}
.aside .aside-item:not(:last-child) {
  margin-bottom: 30px;
}
.aside .aside-item .aside-head {
  font-weight: 600;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #1a56a5, #006eff);
  text-transform: uppercase;
  position: relative;
  padding: 10px 15px;
  color: #fff;
}
.aside .aside-item .aside-head:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed6b40;
}
.aside .aside-item.aside-category ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
}
.aside .aside-item.aside-category ul li {
  color: blue;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}
.aside .aside-item.aside-news {
  background-color: #fff;
}
.aside .aside-item.aside-news .news-item {
  padding: 10px;
  border: 0;
  background-color: transparent;
}
.aside .aside-item.aside-news .news-item:not(:last-child) {
  margin-bottom: 0;
}
.aside .aside-item.aside-news .news-item .news__body {
  padding: 0;
  padding-left: 10px;
}
.aside .aside-item.aside-news .news-item .news__body .news-title {
  font-weight: 500;
  font-size: 14px;
}
.aside .aside-item.aside-news .news-item .news__body .desc {
  display: none;
}
.aside .aside-item.aside-news .news-item .news__body .post-date {
  display: none;
}

.post-meta .post-meta-author i {
    color: #131632;
}
.post-meta > span:not(:last-child) {
    margin-right: 15px;
}
.post-meta {
    font-size: 14px;
    font-size: 0.875rem;
}
.post-meta .fs-date i {
    color: #EB5A2C;
}


.content-list {

    position: relative;
    top: -6px;

}
.comment-form-cookies-consent {
  width: 450px;
  margin: auto;
  background: #fff;
  padding: 0 25px;
  display: flex;
  align-items: flex-start;
  display: none;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-size: 14px;
    text-align: left;
    padding-left: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    display: none !important;
}

.comments-title, .comments-title span {font-size: 15px !important;line-height: 22px;}



  .pubup{

    display: none;

  }

  .comment-form.fixed{

    position: fixed;

    background: rgba(0,0,0,.6);

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: 9999;

  }

  .comment-form.fixed #comment{

    opacity: 0;

  }
  
  span.errors {
      font-size: 14px;
      padding: 0 15px;
      display: block;
  }


  .admin-bar .comment-form.fixed #comment{

    opacity: 1;

    max-width: 450px;

    height: 150px;

    margin: auto;

    margin-top: 10%;

  }

  .comment-form.fixed .form-group.group-submit {

    text-align: center;

    max-width: 450px;

    margin: auto;

    background: #fff;

    padding-bottom: 15px;

    border-radius: 3px;

    padding-top: 15px;

  }

  .admin-bar .comment-form.fixed label {

    margin: 0;

    font-size: 26px;

    color: #fff;

    font-weight: bold;

    display: block;

    text-align: center;

    position: relative;

    top: 118px;

  }



  .comment-form.fixed .pubup {

    max-width: 450px;

    margin: auto;

    background: #fff;

    padding: 20px;

    display: block;

  }

  .comment-form.fixed .form-group.submit {

    max-width: 450px;

    background: #fff;

    margin: auto;

    text-align: center;

    padding-bottom: 20px;

  }

  .comment-form.fixed .form-group.comment {

    opacity: 0;

  }

  .comment-form.fixed p.comment-notes {

    display: none;

  }

  .comment-form.fixed p.ajax-error {

    display: none;

  }

  .comment-form.fixed .form-group.group-submit {

    text-align: center;

    max-width: 450px;

    margin: auto;

    background: #fff;

    padding-bottom: 20px;

  }

  .comment-form.fixed label{

    margin: 0;

    font-size: 13px;

    color: #0051A3;

    font-weight: bold;

  }

  .comment-form.fixed input{

    font-size: 13px;

  }

  .comment-form.fixed span.error {

    color: red;

    font-size: 15px;

  }

  .comment-form.fixed  span.close {

    position: relative;

    top: -37px;

    right: -13px;

    color: #0051A3;

    font-weight: bold;

    font-size: 22px;

  }



  /*style comment list*/
  .comments-area{margin-top:20px;}

  .comments-title {

    margin-bottom: 15px;

    display: block;

    font-weight: bold;

  }

  .comments-area ul, .comments-area ol {

    list-style: none;

  }

  .comment-list {

    list-style: none;

    padding: 0;

  }

  .comment-meta {

    margin-bottom: 15px;

  }

  .comment-body {

    margin-bottom: 15px;

  }

  .comment-metadata time {

    font-size: 14px;

    color: #222;

    font-style: italic;

  }

  .comment-content p {

    font-size: 14px;

    color: #222;

    opacity: 0.85;

  }

  .comment-meta .says {

    display: none;

  }

  .comment-metadata {

    display: none;

  }

  .comment-author {

    text-align: left;

  }

  .comment-author .fn {

    text-transform: capitalize;

    color: #222;

    font-size: 16px;

    margin-left: 10px;

  }

  .comment-content {

    text-align: justify;

    box-shadow: 0 0 1px #acacac;

    border-radius: 10px;

    padding: 15px;

    background: #e5e5e5;

  }

  .comment-body .reply {

    padding: 0 10px;

    text-align: right;

    background: none;

  }

  .comment-body .reply a {

    font-size: 13px;

    text-decoration: underline;

  }

  .comments-area ol.children {

    border-left: 1px dashed;

    padding: 0;

    margin-left: 15px;

    padding-left: 15px;

  }

  .navigation .nav-links a {

    display: inline-block;

    width: auto;

    height: auto;

    border: none;

    border-radius: 0;

    font-weight: 500;

    color: #222;

    text-decoration: underline;

  }

  .navigation .nav-links a:hover {

    background: none;

  }

  .screen-reader-text {

    display: none;

  }

  span#email-notes {

    display: none;

  }

  .form-group.forr-cm label {

    display: none;

  }

  .forr-cm.fixed #comment {

    opacity: 1;

    max-width: 450px;

    height: 80px;

    margin: auto;

    margin-top: 7%;

    margin-bottom: -9px;

  }

.comment-content {
    text-align: justify;
    box-shadow: 0 0 1px #acacac;
    border-radius: 5px;
    padding: 15px;
    background: #e5e5e5;
}
#comments .reply {
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    float: none;
    padding: 2px 10px;
    background: #1a68ac;
}
.comment-body .reply a {
    font-size: 13px;
    text-decoration: underline;
    color: #fff;
}

.forr-cm.fixed #comment {
    opacity: 1;
    max-width: 450px;
    height: 80px;
    margin: auto;
    margin-top: 7%;
    margin-bottom: -9px;
    border-radius: 0;
    border: none;
}
.comment-form.fixed .pubup {
    max-width: 450px;
    margin: auto;
    background: #fff;
    padding: 20px 0;
    display: block;
}
.comment-form.fixed span.close {
    position: relative;
    top: -58px;
    right: -15px;
    color: #fff;
    font-size: 11px;
    background: red;
    width: 30px;
    text-shadow: 0 0 0;
    opacity: 1;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.right .wpcf7 form.invalid .wpcf7-response-output{
  color: #333;
}
