.top-bar {
  background-color: #03045e;
  line-height: 50px;
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
}
.itensAbout:hover {
  transform: scale(1.1);
}
.justify-center {
  justify-content: center;
  display: flex;
}
.card-value {
  padding-top: 20px;
  margin: 15px;
  align-content: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 30%;
  color: #fff;
  border-radius: 15px 50px;
}
@media (max-width: 490px) {
  .card-value {
    padding-top: 20px;
    margin: 15px;
    align-content: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 33%;
    border-radius: 1px 1px;
  }
  .services .services-dtl h3 {
    font-size: 1px;
  }
}
.bg-values {
  justify-content: center;
  display: flex;
}
.card-value:hover {
  background: linear-gradient(to bottom, #fa9909 0%, #ffb703 100%);
  color: #03045e;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.itensAbout i:hover {
  color: #ffb703;
}
.address a:hover {
  color: #ffb703;
}
.address a {
  color: #fff;
  font-size: 13px;
}
.address i {
  font-size: 18px;
  vertical-align: middle;
}
.social ul {
  float: right;
}
.social li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.social li a {
  display: inline-block;
  font-size: 21px;
  color: #fff;
}
.social li a:hover {
  color: #ffb703;
  transform: scale(1.4);
}
.navbar-custom {
  background: #fff;
  top: 50px;
  padding: 15px 0;
}
.top-nav-collapse {
  margin: 0;
}
.navbar-collapse {
  float: right;
}
.navbar-custom .navbar-brand {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
}
.navbar-custom .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.418);
}
.navbar-custom .navbar-brand span {
  font-weight: 300;
  color: #03045e;
}
.navbar-custom .navbar-brand span:hover {
  color: #03045e;
}
.navbar-custom .navbar-brand:focus {
  outline: 0;
}
.navbar-header p {
  border-left: 1px solid #465a6f;
  padding-left: 15px;
  float: left;
  color: #cddae7;
  font-size: 12px;
  line-height: 20px;
}
.navbar-header p b {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.navbar-custom .navbar-toggle {
  font-size: 28px;
  color: #03045e;
  margin: 0;
  padding: 5px 10px 0;
}
.navbar-custom .navbar-toggle:active,
.navbar-custom .navbar-toggle:focus {
  outline: 0;
}
.navbar-custom a {
  color: #03045e;
  background-color: transparent;
}
.navbar-custom a:hover {
  color: #03045e;
}
.navbar-custom .nav li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 28px;
  padding: 10px 25px;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
  outline: 0;
  color: #ffb703;
  border-color: #ffb703;
  background-color: transparent;
  transform: scale(1.2);
}
html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 8em;
}
.section-bg {
  background-color: #f6f9fe;
}
/* ---------------------------------------------
# Cookies
-----------------------------------------------*/
.box-cookies.hide {
  display: none !important;
}
.box-cookies a {
  color: #fa9909;
}
.box-cookies a:hover {
  color: #1ee0ff;
}

.box-cookies {
  position: fixed;
  background: #030453;
  width: 98%;
  z-index: 99999;
  bottom: 0;
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between; */
  border-radius: 10px;
  margin-bottom: 20px;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
.msg-cookies {
  margin-left: 20px;
  margin-top: 20px;
}
.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;
}
.box-cookies .btn-cookies {
  background: #fa9909;
  border: 0;
  padding: 10px;
  color: #030453;
  transition: 0.4s;
  border-radius: 4px;
  margin-right: 20px;
  margin-left: 5px;
  margin-top: 20px;
}
.bg-section {
  background: linear-gradient(
      to right bottom,
      rgba(255, 255, 255, 0.932),
      rgba(253, 255, 255, 0.932)
    ),
    url(/images/bg-policy.jpg) center no-repeat;
  /* background-size: contain; */
}
.bg-section h3{
font-weight: bold;
font-family: 'Times New Roman', Times, serif;
}
.bg-section h4{
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  }
.box-cookies .btn-cookies:hover {
  background: #1ee0ff;
  border: 0;
  padding: 10px;
  color: #030453;
  transition: 0.4s;
  border-radius: 4px;
  margin-right: 20px;
  /* padding: 20px; */
}
.box-cookies-size {
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .box-cookies .msg-cookies,
  .box-cookies .btn-cookies {
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# 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;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}
.navbar-custom .nav li a.btn-default {
  background-color: #03045e;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 13px;
  font-weight: 600;
  padding: 0 40px;
  margin: 0 10px;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
}
.navbar-custom .nav li a.btn-default:active,
.navbar-custom .nav li a.btn-default:focus,
.navbar-custom .nav li a.btn-default:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.navbar-custom .nav li.dropdown ul.dropdown-menu {
  background-color: #293949;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
  right: auto;
  top: 132%;
}
.navbar-custom .nav li.dropdown ul.dropdown-menu li {
  border-bottom: 1px solid #394b5f;
}
.navbar-custom .nav li.dropdown ul.dropdown-menu li a {
  line-height: 30px;
  border: none;
  color: #98acc0;
  font-size: 13px;
}
.navbar-custom .nav li.dropdown ul.dropdown-menu li a:focus,
.navbar-custom .nav li.dropdown ul.dropdown-menu li a:hover {
  color: rgba(255, 255, 255, 0.438);
  border: none;
  outline: 0;
  background-color: transparent;
}
.navbar-custom .nav li.dropdown ul.dropdown-menu li:last-child {
  border: none;
}
.navbar-custom .nav li.open a {
  background-color: transparent;
}
.navbar-custom .nav li.open a:focus,
.navbar-custom .nav li.open a:hover {
  outline: 0;
  background-color: transparent;
}
.breadcrumb {
  background-color: #f3f6f8;
  padding: 40px 0;
}
.breadcrumb h2 {
  color: #304254;
  font-weight: 300;
  font-size: 30px;
  margin: 0;
}
.breadcrumb ul {
  margin-top: 15px;
}
.breadcrumb ul li {
  color: #03045e;
  font-size: 14px;
  display: inline-block;
}
.breadcrumb ul li a {
  color: #03045e;
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb ul li:last-child a {
  color: #989898;
}
@media (min-width: 768px) {
  .navbar-custom {
    -webkit-transition: background 0.5s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: background 0.5s ease-in-out, padding 0.3s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.3s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 10px 0;
    top: 0;
  }
  .navbar-custom.top-nav-collapse .nav li.dropdown ul.dropdown-menu {
    top: 122%;
  }
}
@media (min-width: 981px) and (max-width: 1169px) {
  .navbar-custom .nav {
    margin-top: 15px;
  }
  .navbar-custom .nav li a {
    padding: 10px 22px;
  }
  .navbar-custom .nav li.dropdown ul.dropdown-menu {
    top: 165%;
  }
  .navbar-custom.top-nav-collapse .nav li.dropdown ul.dropdown-menu {
    top: 155%;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .navbar-header p {
    border-left: none;
    float: none;
    clear: both;
    padding: 0;
  }
  .navbar-header p b {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-toggle {
    display: block !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.in {
    display: block !important;
  }
  .navbar-custom .nav {
    float: none;
    text-align: left;
    margin: 0;
    width: 100%;
    border-top: 1px solid #465a6f;
  }
  .navbar-custom .nav li {
    float: none;
    display: block;
  }
  .navbar-custom .nav li a {
    border: none;
  }
  .navbar-collapse {
    margin-top: 0;
    padding: 0;
    float: none;
  }
}

@media (max-width: 767px) {
  .top-bar {
    line-height: 35px;
    text-align: center;
    position: relative;
  }
  .social ul {
    float: none;
  }
  .navbar-custom {
    top: 72px;
  }
  .top-nav-collapse {
    top: 0;
  }
  .navbar-custom .nav {
    float: none;
    text-align: left;
    margin: 0;
  }
  .navbar-custom .nav li {
    float: none;
    display: block;
  }
  .navbar-custom .nav li a {
    border: none;
  }
  .navbar-collapse {
    margin-top: 0;
    padding: 0;
    float: none;
  }
  .address {
    font-size: 11px;
  }
  .navbar-header p {
    display: none;
  }
}
footer {
  background-color: #03045e;
  padding-top: 40px;
  margin-top: 60px;
  color: #fff;
}
footer h2 {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  margin: 25px 0;
}
footer h2 span {
  font-weight: 300;
  color: #ffb703;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ffb703;
  transform: scale(1.2);
}
.contact-sec {
  border-bottom: 1px solid #455a70;
  padding-bottom: 50px;
  background: url(../images/footer-line.jpg) repeat-y center top;
}
.contact-sec p {
  font-size: 14px;
  font-weight: 300;
  color: #768ba2;
  line-height: 24px;
}
.contact-sec li {
  line-height: 30px;
}
.contact-sec li i {
  margin-right: 10px;
  font-size: 16px;
}
.contact-sec .btn-default {
  margin-top: 20px;
}
.footer-nav {
  padding-top: 40px;
}
.footer-nav li {
  display: inline-block;
  margin-right: 35px;
  font-size: 14px;
}
.footer-social {
  padding-top: 40px;
}
.footer-social li {
  display: inline-block;
  margin-left: 15px;
  font-size: 20px;
}
.copyright {
  margin-top: 40px;
  padding: 20px 0;
  background-color: #030453;
}
.copyright .text-right a {
  margin-left: 40px;
}
@media (min-width: 981px) and (max-width: 1169px) {
  .footer-nav li {
    margin-right: 17px;
  }
  .footer-social li {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /* .contact-sec {
    background: none;
  }
  .footer-nav li {
    margin-right: 30px;
  } */
}
@media (max-width: 980px) {
  .contact-sec {
    background: none;
  }
  .footer-nav li {
    margin: 0;
    width: 49%;
    padding: 10px 0;
  }
  .copyright {
    line-height: 35px;
  }
  .copyright div {
    text-align: center !important;
  }
  .copyright a {
    margin: 0 5px !important;
  }
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background-color: rgb(252, 252, 252);
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
a:focus,
a:hover {
  text-decoration: none;
  background-color: transparent;
}
input[type='password'],
input[type='text'],
select,
textarea {
  border: none;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 300;
  color: #989898;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
input[type='password']:focus,
input[type='text']:focus,
select:focus,
textarea:focus {
  border-color: #ccc;
}
textarea {
  min-height: 100px;
}
button,
input[type='submit'] {
  border: none;
  cursor: pointer;
}
body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  float: none;
}
.ml-0 {
  margin-left: 0px !important;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.vi_mid {
  vertical-align: middle;
}
.btn-default {
  background-color: #fff;
  line-height: 50px;
  height: 50px;
  color: #03045e;
  text-transform: uppercase;
  border: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 40px;
  margin: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
}
.btn-default2 {
  background-color: #fff;
  line-height: 50px;
  height: 50px;
  color: #03045e;
  text-transform: uppercase;
  border: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 40px;
  margin: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
}
.btn-default2:hover {
  background-color: #ffb703;
  border-color: #030453;
}
.btn-default button:focus {
  background-color: #ffb703;
}
.header-modal {
  padding: 0.01em 16px;
  background: linear-gradient(to bottom, #fa9909 0%, #ffb703 100%);
}
.span-color span {
  color: #030453;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #03045e;
  background-color: #ffb703;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  transform: scale(1.1);
}
.btn-secondary {
  background-color: #a6a6a6;
  line-height: 40px;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 30px;
  margin: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: rgb(255, 255, 255);
  background-color: #03045e;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
/* #page-content2 {
  margin-top: 130px;
} */
#page-content2 h2 {
  font-weight: 300;
  font-size: 30px;
  color: #304254;
}
/* @media (min-width: 768px) and (max-width: 1169px) {
  #page-content2 {
    margin-top: 163px;
  }
}
@media (max-width: 980px) {
  #page-content2 {
    margin-top: 81px;
  }
} */
#page-content {
  margin-top: 130px;
}
#page-content h2 {
  font-weight: 300;
  font-size: 30px;
  color: #304254;
}
@media (min-width: 768px) and (max-width: 1169px) {
  #page-content {
    margin-top: 163px;
  }
}
@media (max-width: 980px) {
  #page-content {
    margin-top: 81px;
  }
}
.flexslider .slide-info {
  animation: fade 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 15%;
  top: 18%;
  background-color: #03045eb0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 340px;
  height: 340px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flexslider .slide-con {
  padding: 100px 40px 0;
  position: relative;
}
.flexslider .slide-con b {
  display: inline-block;
  padding: 0 20px;
  background-color: #0098b0;
  background-color: rgba(223, 0, 0, 0.1);
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  color: #1ee0ff;
}
.flexslider .slide-con h3 {
  font-weight: 800;
  color: #fff;
  margin-top: 20px;
  font-size: 32px;
}
.flexslider .slide-con h3:hover {
  font-weight: 800;
  color: #ffb703;
  margin-top: 20px;
  font-size: 32px;
  transform: scale(1.1);
}
.flexslider .slide-con p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 27px;
  color: #c7f6fd;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #287eee;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #ffb703;
  transform: scale(1.2);
  /* Add a dark-grey background on hover */
}
.flexslider .slide-con a {
  position: absolute;
  right: 80px;
  /* bottom: -120px; */
  color: #fff;
  font-size: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding-top: 15px;
  text-align: center;
}
.flexslider .slide-con a:hover {
  position: absolute;
  right: 80px;
  /* bottom: -120px; */
  color: #ffb703;
  font-size: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding-top: 15px;
  text-align: center;
  transform: scale(1.3);
}
@media (min-width: 981px) and (max-width: 1169px) {
  .flexslider .slide-info {
    top: 10%;
    left: 10%;
    width: 350px;
    height: 350px;
  }
  .flexslider .slide-con {
    padding: 70px 30px 0;
  }
  .flexslider .slide-con a {
    right: 90px;
    bottom: -85px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /* .flexslider .slide-info {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .flexslider .slide-con {
    padding: 25px 0;
  }
  .flexslider .slide-con p {
    padding: 0 25px;
  }
  .flexslider .slide-con a {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
  /* } */
}
@media (max-width: 980px) {
  .flexslider .slide-info {
    background-color: #03045e;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .flexslider .slide-con {
    padding: 25px 0;
  }
  .flexslider .slide-con p {
    padding: 0 25px;
    font-size: 14px;
    line-height: 22px;
  }
  .flexslider .slide-con h3 {
    font-size: 24px;
  }
  .flexslider .slide-con a {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
  }
}
.intro {
  margin: 70px 0;
}
.intro p {
  margin-top: 15px;
  line-height: 30px;
  color: #4e4d4d;
  font-size: 14px;
  font-weight: 300;
}
.intro ul li {
  justify-content: center;
  display: flex;
}
.intro ul {
  margin-top: 50px;
}
.intro ul li p {
  line-height: 25px;
}
.intro h3 {
  color: #304254;
  font-size: 16px;
  margin-top: 15px;
  justify-content: center;
}
.intro i {
  display: inline-block;
  background-color: #03045e;
  color: #fff;
  font-size: 20px;
  padding: 15px 10px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.get-quote-form {
  position: relative;
  margin-top: -65px;
  margin-left: -15px;
  z-index: 10;
  box-shadow: 0 -14px 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 -14px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -14px 30px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 -14px 30px 0 rgba(0, 0, 0, 0.05);
}
.get-quote-form h2 {
  color: #fff !important;
  line-height: 65px;
  background-color: #03045e;
  padding: 0 25px;
  margin: 0;
  font-size: 24px !important;
}
.get-quote-form form {
  border: 1px solid #f3f3f3;
  border-top: none;
  border-bottom: none;
  background-color: #fff;
  padding: 0 25px;
}
.get-quote-form form div {
  padding-top: 25px;
}
.get-quote-form form input[type='text'],
.get-quote-form form select,
.get-quote-form form textarea {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 300;
  text-indent: 10px;
  line-height: 40px;
  height: 40px;
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.get-quote-form form .form-select {
  overflow: hidden;
  position: relative;
}
.get-quote-form form .form-select span {
  position: absolute;
  right: 15px;
  top: 35px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #020000;
}
.get-quote-form form select {
  width: 107%;
  text-indent: 0;
}
.get-quote-form form textarea {
  font-family: 'Open Sans', sans-serif;
  height: 120px;
}
.get-quote-form form .text-center {
  padding: 50px 0;
}
@media (max-width: 980px) {
  /* .get-quote-form {
    margin-top: 65px;
    margin-left: 0;
  } */
}
.product-tab {
  background-color: #f3f6f8;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.product-tab h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.product-tab h4 {
  font-size: 24px;
  color: #304254;
  font-weight: 300;
  margin: 0;
}
.image-404 {
  justify-content: center;
  display: flex;
}
.image-404 img {
  width: 100%;
}
.product-tab h4 span {
  background-color: #03045e;
  margin-right: 15px;
  margin-top: -25px;
  text-align: center;
  width: 50px;
  display: inline-block;
  padding: 50px 0 20px;
  border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  -webkit-border-radius: 0 0 25px 25px;
  color: #fff;
  font-size: 24px;
}
.product-tab p {
  font-weight: 300;
  font-size: 14px;
  color: #869294;
  line-height: 30px;
  margin-top: 30px;
}
.product-tab p.tel {
  font-size: 20px;
}
.product-tab p.tel span {
  font-size: 12px;
  display: block;
}
.product-tab img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 710px;
  width: 100%;
}
.resp-arrow {
  border-top-color: #03045e;
}
h3.resp-tab-active span.resp-arrow {
  border-bottom-color: #03045e;
}
@media (min-width: 991px) and (max-width: 1195px) {
  .product-tab img {
    max-width: 550px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /* .product-tab h4 span {
    margin-top: 0;
  }
  .product-tab .prod-tab-content {
    display: inline-block;
    width: 60%;
  }
  .product-tab img {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    float: right;
    width: 35%;
  } */
}
@media (max-width: 980px) {
  .product-tab h4 span {
    margin-top: 0;
  }
  .product-tab .prod-tab-content {
    display: inline-block;
    width: 100%;
  }
  .product-tab img {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    width: 100%;
  }
}
.why-us {
  background: whitesmoke;
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

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

.why-us .content p {
  font-size: 15px;
  color: #959595;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #7cc576;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #7cc576;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#7cc576 50%, rgba(124, 197, 118, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(124, 197, 118, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #7cc576;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .border-responsive .border-right {
    border-right: none !important;
  }
}
.site-section {
  padding: 3em 0;
}
@media (min-width: 768px) {
  .site-section {
    padding: 7em 0;
  }
}
.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
}
.site-section-heading:before {
  content: '';
  left: 0%;
  bottom: 0;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #fd7e14;
}
.site-section-heading.text-center:before {
  content: '';
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 40px;
  height: 2px;
  background: #fd7e14;
}
.justify-partiners {
  justify-content: center;
  display: flex;
}
.services {
  margin: 70px 0;
}
.services .services-dtl {
  margin-top: 60px;
  min-height: 155px;
}
.services .services-dtl span {
  color: #03045e;
  font-size: 30px;
  line-height: normal;
}
.services .services-dtl h3 {
  font-weight: 400;
  color: #304254;
  font-size: 16px;
  margin-bottom: 0;
}
.services .services-dtl p {
  color: #989898;
  font-size: 14px;
  line-height: 25px;
  margin-top: 15px;
}
.testimonials {
  padding: 70px 0;
  background-color: #f3f6f8;
}
.testimonials .testimonial-tab {
  margin-top: 40px;
}
.testimonials .testimonial-tab .testimonials-tab-list {
  text-align: center;
  border-bottom: 1px solid #e7e9e4;
}
.testimonials .testimonial-tab .testimonials-tab-list li {
  display: inline-block;
  margin: 0 10px;
  padding-bottom: 30px;
}
.testimonials .testimonial-tab .testimonials-tab-list li img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 74px;
  height: 74px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.testimonials .testimonial-tab .testimonials-tab-list li.active img,
.testimonials .testimonial-tab .testimonials-tab-list li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transform: scale(1.2);
}
.testimonials .testimonial-tab .testimonials-tab-list li.active {
  background: url(../images/testimonial-active-bg.jpg) repeat-y center bottom;
}
.testimonials .testimonial-tab .testimonials-tab-content {
  margin: 30px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.testimonials .testimonial-tab .testimonials-tab-content div {
  position: absolute;
  width: 100%;
}
.testimonials .testimonial-tab .testimonials-tab-content div.active {
  position: relative;
}
.testimonials .testimonial-tab .testimonials-tab-content i {
  position: absolute;
  font-size: 60px;
  color: #d9e1e6;
}
.testimonials .testimonial-tab .testimonials-tab-content i.left-quote {
  left: 0;
  top: 85px;
}
.testimonials .testimonial-tab .testimonials-tab-content i.right-quote {
  right: 0;
  bottom: 0;
}
.testimonials .testimonial-tab .testimonials-tab-content h3 {
  color: #03045e;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.testimonials .testimonial-tab .testimonials-tab-content h3 span {
  color: #b5c2ca;
}
.testimonials .testimonial-tab .testimonials-tab-content p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 36px;
  color: #849aa8;
}
@media (max-width: 980px) {
  .testimonials {
    padding: 50px 0;
  }
  .testimonials .testimonial-tab .testimonials-tab-content {
    margin: 10px 0;
  }
  .testimonials .testimonial-tab .testimonials-tab-content i {
    font-size: 40px;
  }
  .testimonials .testimonial-tab .testimonials-tab-content i.left-quote {
    top: 60px;
  }
}
@media (max-width: 590px) {
  .testimonials {
    padding: 50px 0;
  }
  .testimonials .testimonial-tab .testimonials-tab-list li img {
    width: 65px;
    height: 65px;
  }
  .testimonials .testimonial-tab .testimonials-tab-content {
    margin: 10px 0;
  }
  .testimonials .testimonial-tab .testimonials-tab-content i {
    font-size: 40px;
  }
  .testimonials .testimonial-tab .testimonials-tab-content i.left-quote {
    top: 60px;
  }
}
@media (max-width: 428px) {
  .testimonials {
    padding: 50px 0;
  }
  .testimonials .testimonial-tab .testimonials-tab-list li {
    margin: 0 2px;
  }
  .testimonials .testimonial-tab .testimonials-tab-list li img {
    width: 50px;
    height: 50px;
  }
  .testimonials .testimonial-tab .testimonials-tab-content {
    margin: 20px 0;
  }
  .testimonials .testimonial-tab .testimonials-tab-content i {
    font-size: 30px;
  }
  .testimonials .testimonial-tab .testimonials-tab-content i.left-quote {
    top: 60px;
  }
}
.recent-news {
  padding: 70px 0;
}
.recent-news .news-sec-box {
  margin-top: 50px;
  padding: 15px;
}
.recent-news .news-sec-box h3 {
  font-size: 21px;
  color: #304254;
  font-weight: 400;
}
.recent-news .news-sec-box h3 a {
  color: #304254;
}
.recent-news .news-sec-box h3 a:hover {
  color: #304254;
}
.recent-news .news-sec-box span {
  line-height: normal;
  font-size: 30px;
  color: #03045e;
}
.recent-news .news-sec-box p {
  font-weight: 300;
  font-size: 14px;
  color: #989898;
}
.recent-news .news-sec-box .news-by {
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
}
.recent-news .news-sec-box .news-by img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  vertical-align: middle;
}
.recent-news .news-sec-box .news-by a {
  color: #03045e;
}
.recent-news .news-sec-box:hover {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #f3f6f8;
}
.partners .parner-slider-mn {
  border: 1px solid #ededed;
  border-bottom: 0;
  border-right: 0;
}
.partners .col-sm-3 {
  border-bottom: 1px solid #ededed;
}
.partners h2 {
  margin: 0;
  padding: 50px 40px;
}
.partners .col-sm-9 {
  border-left: 1px solid #ededed;
  padding: 0;
}
.partners .partner-slider .owl-pagination {
  display: none;
}
/* .partners .partner-slider .owl-buttons {
  position: absolute;
  bottom: 20px;
  left: -70px;
} */
.partners .partner-slider .partner-logo {
  display: table;
  width: 100%;
  height: 84px;
  text-align: center;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.partner-logo a {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 1s;
}
.partner-logo a:hover {
  filter: none;
  -webkit-filter: none;
}
.partners .partner-slider .partner-logo p {
  display: table-cell;
  vertical-align: middle;
  max-height: 44px;
}
@media (min-width: 981px) and (max-width: 1169px) {
  .partners h2 {
    padding: 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /* .partners h2 {
    padding: 50px 0;
  }
  .partners .col-sm-9 {
    border-right: 1px solid #ededed;
  } */
  /* .partners .partner-slider .owl-buttons {
    bottom: 10px;
  } */
}
@media (max-width: 980px) {
  .partners h2 {
    padding: 50px 0;
  }
  /* .partners .partner-slider .owl-buttons {
    bottom: auto;
    left: auto;
    right: 20px;
    top: -30px;
  } */
}
.error404 {
  margin: 100px 0;
}
.error404 .page-error-box {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #03045e;
  width: 100%;
  margin: 0 auto;
  max-width: 397px;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 150px;
  line-height: 360px;
  font-weight: 300;
}
.error404 .page-error-box span {
  position: absolute;
  right: 15px;
  top: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #304254;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
}
.error404 .error-txt {
  margin-top: 60px;
}
.error404 .error-txt p {
  font-size: 18px;
  color: #03045e;
  margin: 0;
}
.error404 .error-txt h2 {
  line-height: 48px;
  color: #304254;
  margin: 25px 0;
}
@media (max-width: 980px) {
  /* .error404 .page-error-box {
    font-size: 120px;
    line-height: 300px;
  }
  .error404 .page-error-box span {
    right: 0;
    top: 35px;
  }
  .error404 .error-txt h2 {
    font-size: 26px !important;
  } */
}
.service-listing h2 {
  margin-bottom: 50px;
}
.service-listing .last-row {
  border-top: 1px solid #eef1f3;
}
.service-listing .services-dtl {
  text-align: center;
  border-right: 1px solid #eef1f3;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 20px;
}
.service-listing .services-dtl span {
  border-bottom: 2px solid #03045e;
  padding-bottom: 20px;
  display: inline-block;
}
.service-listing .services-dtl a {
  visibility: hidden;
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #344659;
  line-height: 42px;
  padding: 0 25px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  color: #344659;
}
.service-listing .services-dtl a:hover {
  border-color: #03045e;
  color: #03045e;
}
.service-listing .services-dtl:hover h3 {
  color: #03045e;
  font-weight: 700;
}
.service-listing .services-dtl:hover a {
  visibility: visible;
}
.service-listing .services-dtl:last-child {
  border-right: none;
}
@media (max-width: 640px) {
  .service-listing .last-row {
    border-top: none;
  }
  .service-listing .services-dtl a {
    visibility: visible;
  }
}
.testimonial-box {
  margin: 80px 0;
}
.testimonial-box .testimonial-box-con {
  border: 1px solid #f3f3f3;
  box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 30px;
  margin-top: 50px;
}
.testimonial-box .testimonials-by img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
.testimonial-box .testimonials-by h3 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #03045e;
  font-size: 18px;
  margin: 0;
  line-height: 26px;
}
.testimonial-box .testimonials-by h3 span {
  font-size: 14px;
  color: #b5c2ca;
}
.testimonial-box p {
  margin-top: 20px;
  color: #849aa8;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}
.testimonial-box p span {
  color: #d9e1e6;
  font-size: 20px;
  display: inline-block;
  margin: 0 10px;
}
.testimonial-box li {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
.testimonial-box li a {
  color: #304254;
}
.testimonial-box li a:hover {
  color: #03045e;
}
@media (min-width: 768px) and (max-width: 980px) {
  /* .testimonial-box .testimonial-box-con {
    padding: 30px 25px;
  } */
}
.agent-listing .agent-intro {
  margin-top: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #304254;
}
.agent-listing a.agent-img {
  background-color: #000;
  display: inline-block;
}
.agent-listing a.agent-img:hover img {
  opacity: 0.8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.agent-listing .col-sm-6 {
  margin-top: 50px;
}
.agent-listing i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #03045e;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-top: 25px;
}
.agent-listing h3 {
  font-size: 16px;
  color: #304254;
}
.agent-listing h3 a {
  color: #304254;
}
.agent-listing h3 span {
  font-size: 12px;
  color: #03045e;
}
.agent-listing p {
  color: #989898;
  line-height: 25px;
  padding-top: 10px;
}
@media (min-width: 481px) and (max-width: 640px) {
  .agent-listing .col-sm-6 {
    float: left;
    width: 50%;
  }
}
.columns {
  margin: 50px 0;
}
.columns h3 {
  font-size: 18px;
  color: #304254;
  margin: 0;
}
.columns h3 span {
  color: #03045e;
}
.columns p {
  line-height: 30px;
  color: #989898;
  margin-top: 20px;
  font-size: 14px;
}
.columns .row div {
  margin-top: 50px;
}
.accordion-section {
  overflow: hidden;
  border: 1px solid #f3f3f3;
  box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  background: #fff;
  margin-top: 30px;
}
.accordion-section .accordion-section-title {
  width: 100%;
  padding: 25px 40px;
  display: inline-block;
  transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
  -o-transition: all linear 0.15s;
  font-size: 16px;
  color: #304254;
  position: relative;
}
.accordion-section .accordion-section-title i {
  position: absolute;
  right: 30px;
  top: 25px;
  color: #d3d3d3;
  font-size: 24px;
  transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.accordion-section .accordion-section-title.active,
.accordion-section .accordion-section-title:focus,
.accordion-section .accordion-section-title:hover {
  text-decoration: none;
  outline: none;
}
.accordion-section .accordion-section-title.active i,
.accordion-section .accordion-section-title:focus i,
.accordion-section .accordion-section-title:hover i {
  color: #03045e;
}
.accordion-section .accordion-section-title.active i {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion-section .accordion-section-content {
  padding: 0 30px 25px;
  display: none;
}
.accordion-section .accordion-section-content p {
  color: #989898;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 980px) {
  /* .accordion-section .accordion-section-title i {
    right: 15px;
  } */
}
.faq-sec {
  border: 1px solid #f3f3f3;
  box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  background: #fff;
  margin-top: 60px;
  padding: 0 30px 30px;
}
.faq-sec .ques {
  width: 40px;
  display: inline-block;
  background-color: #03045e;
  line-height: 40px;
  padding-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  vertical-align: top;
  font-size: 20px;
}
.faq-sec .faq-con {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: 80%;
}
.faq-sec .faq-con h3 {
  font-size: 16px;
  color: #304254;
  margin-top: 30px;
}
.faq-sec .faq-con p {
  color: #989898;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 980px) {
  /* .faq-sec .faq-con {
    width: 73%;
  } */
}
@media (max-width: 428px) {
  .faq-sec .faq-con {
    width: 100%;
    margin: 0;
  }
}
.find-agent {
  margin: 50px 0 100px;
}
.find-agent .find-agent-con {
  border: 1px solid #f3f3f3;
  box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  margin-top: 60px;
  padding: 0 30px;
}
.find-agent .find-agent-con .find-agent-form {
  padding: 50px 15px 50px 0;
}
.find-agent .find-agent-con .find-agent-form input[type='submit'] {
  margin-top: 30px;
}
.find-agent .find-agent-con .find-agent-form p {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 300;
  color: #304254;
}
.find-agent .find-agent-con .find-agent-feat {
  padding: 30px 0 50px 30px;
  border-left: 1px solid #f3f3f3;
}
.find-agent .find-agent-con .find-agent-feat li {
  position: relative;
  padding-left: 25px;
  line-height: 30px;
  padding-top: 10px;
  color: #869294;
  font-weight: 300;
}
.find-agent .find-agent-con .find-agent-feat li:before {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 16px;
  content: '';
  color: #03045e;
  font-family: FontAwesome;
}
@media (max-width: 980px) {
  .find-agent .find-agent-con .find-agent-feat {
    padding: 0 0 50px 0;
    border-left: none;
  }
}
.contact-us {
  margin: 70px 0;
}
.contact-us .contact-map {
  display: block;
}
.form-box {
  border: 1px solid #f3f3f3;
  border-top: none;
  box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
}
.form-box h2 {
  margin: 0;
  color: #fff !important;
  background-color: #03045e;
  line-height: 65px;
  padding: 0 25px;
}
.form-box .form-content {
  padding: 25px;
}
.form-box .form-content input[type='text'],
.form-box .form-content textarea {
  margin-bottom: 25px;
}
.form-box .form-content input[type='submit'] {
  margin: 25px 0;
}
.contact-info h3 {
  font-size: 24px;
  color: #304254;
  font-weight: 300;
  margin: 0;
}
.contact-info i.icon {
  color: #fff;
  background-color: #03045e;
  text-align: center;
  line-height: 37px;
  width: 37px;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-border-radis: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.contact-info p {
  vertical-align: top;
  display: inline-block;
  width: 82%;
  font-size: 16px;
  line-height: 32px;
  color: #768ba2;
  font-weight: 300;
}
.contact-info p a {
  color: #768ba2;
}
.contact-info p a:hover {
  color: #03045e;
}
.contact-info p.social {
  margin-left: 55px;
}
.contact-info p.social a {
  display: inline-block;
  color: #304254;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}
.contact-info p.social a:hover {
  color: #03045e;
}
.contact-info .contact-address {
  padding: 50px 30px;
  border-right: 1px solid #f3f3f3;
}
.border-right {
  border-right: 1px solid #fa9909;
}
.contact-info .contact-address div {
  margin-top: 20px;
}
.contact-info .contact-dtl {
  padding: 50px 30px;
}
.contact-info .contact-dtl div {
  margin-top: 20px;
}
@media (min-width: 981px) and (max-width: 1169px) {
  .contact-info p {
    width: 77%;
    font-size: 15px;
    line-height: 30px;
  }
  .contact-info .contact-address {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /* .contact-info .contact-address {
    padding: 50px 10px 50px 30px;
  }
  .contact-info .contact-dtl {
    padding: 50px 10px 50px 30px;
  } */
}
@media (max-width: 980px) {
  .contact-info p {
    width: 80%;
    font-size: 15px;
  }
  .contact-info .contact-address {
    padding: 50px 0;
    border: none;
  }
  .contact-info .contact-dtl {
    padding: 0 0 50px;
  }
}
.agent-listings {
  margin: 100px 0;
}
.agent-listings .agent-dtl-con {
  border: 1px solid #f3f3f3;
  border-left: none;
  border-bottom: none;
  box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 -14px 35px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  margin-left: -30px;
}
.agent-listings .agent-intro {
  padding: 40px;
}
.agent-listings .agent-intro h3 {
  font-size: 24px;
  color: #304254;
  font-weight: 300;
  margin: 0;
}
.agent-listings .agent-intro h3 span {
  color: #03045e;
  font-size: 12px;
  font-weight: 300;
}
.agent-listings .agent-intro article {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  color: #304254;
  font-weight: 300;
}
.agent-listings .agent-intro p {
  font-weight: 300;
  color: #989898;
  line-height: 25px;
}
.agent-listings .contact-info {
  background-color: #f6f8f9;
}
.agent-listings .form-box {
  margin-left: -30px;
}
.agent-listings .form-box input[type='text'].input-inline {
  width: 48%;
  display: inline-block;
}
.agent-listings .form-box input[type='text'].input-inline.email {
  margin-right: 1%;
}
.agent-listings .form-box input[type='text'].input-inline.phone {
  margin-left: 2%;
}
@media (min-width: 981px) and (max-width: 1169px) {
  .agent-listings .contact-info .contact-address {
    padding-left: 15px;
    padding-right: 15px;
  }
  .agent-listings .contact-info p {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  /* .agent-listings .agent-dtl-con,
  .agent-listings .form-box {
    margin-left: 0;
  } */
}
@media (max-width: 980px) {
  .agent-listings .form-box input[type='text'] {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
  }
}
.product-main {
  background-color: #e7edee;
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-top: -20px;
}
.product-main .prod-tab-content {
  padding-bottom: 60px;
}
.product-main h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.product-main h4 {
  font-size: 24px;
  color: #304254;
  font-weight: 300;
  margin: 0;
}
.product-main h4 span {
  background-color: #03045e;
  margin-right: 15px;
  margin-top: -25px;
  text-align: center;
  width: 50px;
  display: inline-block;
  padding: 50px 0 20px;
  border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  -webkit-border-radius: 0 0 25px 25px;
  color: #fff;
  font-size: 24px;
}
.product-main p {
  font-weight: 300;
  font-size: 14px;
  color: #869294;
  line-height: 30px;
  margin-top: 30px;
}
.product-main p.tel {
  font-size: 20px;
}
.product-main p.tel span {
  font-size: 12px;
  display: block;
}
.product-main img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 675px;
  width: 100%;
}
.product-detail h2 {
  margin: 70px 0 30px;
}
.product-detail h4 {
  color: #304254;
  font-size: 16px;
}
.product-detail p {
  color: #989898;
  font-size: 14px;
}
.product-detail ul li {
  color: #304254;
  font-size: 16px;
  line-height: 35px;
}
.product-detail ul li span {
  color: #03045e;
  margin-right: 10px;
}
.product-detail .benifit {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
  padding: 60px 75px;
}
.wwa {
  text-align: center;
}
.wwa h2 {
  margin: 70px 0 30px;
}
.wwa h4 {
  color: #304254;
  font-size: 16px;
}
.wwa p {
  color: #989898;
  font-size: 14px;
  margin-bottom: 50px;
}
.wwa .mis-vis {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
  padding: 50px 75px 30px;
}
.wwa .mis-vis span {
  display: inline-block;
  height: 53px;
  width: 53px;
  border-radius: 100%;
  background: #03045e;
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.wwa .mis-vis h4 {
  color: #304254;
  font-size: 16px;
  margin: 30px 0;
}
@media (min-width: 1920px) {
  .product-main img {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /* .product-main h4 span {
    margin-top: 0;
  }
  .product-main img {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    float: right;
    width: 35%;
  } */
}
@media (max-width: 980px) {
  .product-main h4 span {
    margin-top: 0;
  }
  .product-main img {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    width: 100%;
  }
}
.blog-page {
  margin-top: 50px;
}
.blog-page .single-post {
  margin-top: 50px;
}
.blog-page .single-post .blog-icon {
  margin-top: 35px;
}
.blog-page .single-post .blog-meta {
  color: #a6a6a6;
}
.blog-page .single-post .blog-meta a {
  margin-left: 30px;
  color: #a6a6a6;
}
.blog-page .single-post .blog-meta a:hover {
  color: #03045e;
}
.blog-page .single-post .blog-meta a i {
  margin-right: 10px;
}
.blog-page .single-post p {
  color: #a6a6a6;
  font-weight: 300;
  font-size: 15px;
  margin-top: 15px;
  line-height: 25px;
}
.blog-page .single-post .blog-btn {
  margin-top: 30px;
}
.blog-page .single-post .blog-btn .img-inline {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog-page .single-post .blog-btn .img-inline img {
  border-radius: 100%;
  width: 42px;
  height: 42px;
  margin-right: 20px;
}
.blog-page .single-post .blog-btn .img-inline a {
  color: #03045e;
  margin-top: 10px;
}
.quote-post {
  margin-top: 50px;
  padding: 40px;
  background-color: #efefef;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.quote-post .quote-img {
  margin-right: 30px;
}
.quote-post .quote-text h5 {
  margin: 0;
  line-height: 35px;
  color: #a6a6a6;
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
}
.quote-post .quote-text h6 {
  color: #03045e;
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
}
.ins-page {
  margin: 40px 0;
}
.ins-page li {
  text-transform: uppercase;
}
.ins-page li:first-child span {
  background: #03045e;
  color: #fff;
  border-color: #03045e;
  border-radius: 20px;
  margin-right: 10px;
}
.ins-page li:first-child span:hover {
  background: #fff;
  color: #03045e;
  border-color: #03045e;
}
.ins-page li:last-child a {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.ins-page li a {
  background: #efefef;
  color: #000;
  border-color: #efefef;
  border-radius: 20px;
  margin-right: 10px;
}
@media (max-width: 980px) {
  .ins-page {
    font-size: 12px;
  }
  .quote-post {
    display: inline-block;
    padding: 30px;
  }
  .quote-post .quote-img {
    margin-bottom: 25px;
  }
  .blog-title {
    font-size: 24px !important;
  }
}
.blog-post {
  margin-top: 50px;
}
.blog-post h2 {
  font-size: 24px !important;
  margin-top: 40px;
  margin-bottom: 35px;
}
.blog-post .search-text .search {
  padding: 15px;
  background-color: #efefef;
}
.blog-post .search-text .btn-search {
  max-height: 40px;
  padding: 5px 22px;
  line-height: normal;
}
.category-post .inline-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  font-size: 15px;
}
.category-post .inline-text h4 {
  margin: 0;
  margin-left: 15px;
  font-size: 15px;
  color: #304254;
}
.category-post .inline-text h4:hover {
  color: #03045e;
}
.category-post .inline-text .margin-left-auto {
  margin-left: auto;
}
.blue-text {
  color: #03045e;
}
.border-bottom {
  border-bottom: 1px solid #efefef;
}
.recent-post li a {
  font-size: 14px;
  color: #304254;
}
.recent-post li a:hover {
  color: #03045e;
}
.recent-post li h6 {
  color: #a6a6a6;
}
.tags a {
  padding: 8px 15px;
  background: #f9f9f9;
  color: #a4a4a4;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 11px;
}
.tags a:first-child,
.tags a:hover {
  background: #03045e;
  color: #fff;
}
.blog-author {
  margin-top: 35px;
}
.blog-author .author-text {
  background-color: #03045e;
  color: #fff;
  padding: 15px;
  text-align: center;
  min-width: 263px;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-author .cap-title {
  line-height: 26px;
  color: #304254;
  margin-top: 25px;
}
.caption-list {
  margin-top: 25px;
}
.caption-list li {
  margin-bottom: 10px;
}
.caption-list li a {
  margin-left: 10px;
  color: #a6a6a6;
}
.caption-list li a:hover {
  color: #03045e;
}
.quote-post1 {
  margin: 35px 0;
  padding: 40px;
  background-color: #efefef;
  border-left: 3px solid #03045e;
}
.quote-post1 .quote-text h5 {
  margin: 0;
  line-height: 35px;
  color: #a6a6a6;
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
}
.display-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.display-line .ml-auto {
  margin-left: auto;
}
.relate-post h6 {
  font-size: 15px;
  color: #304254;
}
.relate-post a {
  font-size: 15px;
}
.relate-post a:hover {
  color: #03045e;
}
.social-post {
  margin: 45px 0;
  padding: 40px;
  background-color: #f1f6f8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-post .social-img {
  margin-right: 30px;
  max-width: 100px;
  border-radius: 100%;
}
.social-post .social-text h5 {
  line-height: 35px;
  color: #a6a6a6;
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
}
.social-post .social-text h6 {
  color: #03045e;
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
}
.social-post .social-icon li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
.social-post .social-icon a {
  background: #d6e4ea;
  border-radius: 100%;
  padding: 10px 15px;
  color: #a6a6a6;
}
.social-post .social-icon a:hover {
  background: #66cef6;
  color: #fff;
}
.comment-post {
  margin: 45px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.comment-post .comment-img {
  margin-right: 30px;
  max-width: 100px;
  border-radius: 100%;
}
.comment-post .comment-text h4 {
  color: #304254;
}
.comment-post .comment-text h5 {
  line-height: 28px;
  color: #a6a6a6;
  font-size: 16px;
}
.comment-post .comment-text h6 {
  color: #03045e;
  font-size: 16px;
}
.comment-post-right {
  margin-left: 127px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 30px;
  background: #f1f6f8;
}
.comment-post-right .comment-img {
  margin-right: 30px;
  max-width: 100px;
  border-radius: 100%;
}
.comment-post-right .comment-text h4 {
  color: #304254;
}
.comment-post-right .comment-text h5 {
  line-height: 28px;
  color: #a6a6a6;
  font-size: 16px;
}
.comment-post-right .comment-text h6 {
  color: #03045e;
  font-size: 16px;
}
.comment {
  margin-top: 35px;
}
.comment input[type='password'],
.comment input[type='text'],
.comment select,
.comment textarea {
  background-color: #f9f9f9;
  border-bottom: none;
  padding: 12px;
  border-radius: 20px;
}
@media (max-width: 980px) {
  .blog-page .single-post .blog-meta a i {
    margin-right: 2px;
  }
  .sm-display {
    display: inherit;
  }
  .social-post {
    display: inline-block;
    padding: 30px;
    text-align: center;
  }
  .sm-inline {
    display: inherit;
  }
  .comment-post {
    display: inherit;
  }
  .comment-post-right {
    display: inherit;
    margin-left: 0;
  }
}
