  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.secondary {
  color: #113b7c;
}
html,
body {
  height: 100%;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  vertical-align: baseline;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  color: #505050;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #113b7c;
}
dd,
dt {
  line-height: 1.6;
}
.mt50 {
  margin-top: 50px;
}
h1,
.h1 {
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 46px;
    line-height: 1.4;
  }
}
.h2,
h2 {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .h2,
  h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.h3,
h3 {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
p {
  line-height: 1.8;
  margin: 0 0 20px;
  margin-top: 0em;
}
p > img {
  margin: 20px 0;
}
@media (min-width: 1330px) {
  .container {
    max-width: 1360px;
  }
}
.primary-text {
  color: #fff;
}
.primary-text .section-title h2 {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .mobile-off {
    display: none;
  }
}
@media (max-width: 767px) {
  .wfooter1.wfooter3.text-right {
    text-align: center !important;
  }
}
.reviews {
  text-align: center;
  color: #fff;
}
.reviews h3.tname {
  margin-bottom: 0;
  font-size: 22px;
}
.reviews p {
  line-height: 1.4;
}
.primary {
  color: #e91d2d;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
 
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-primary.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
    padding-top: 0;
    margin-top: 0;
  }
}
.wrapper-area.opt-slideInUp {
  padding-top: 110px;
}
@media only screen and (max-width: 959px) {
  .wrapper-area.opt-slideInUp {
    padding-top: 70px;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e91d2d;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:visited {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: #113b7c;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: disc;
  line-height: 1.8;
}
.stick {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  transition: all 0.5 ease-out 0s !important;
  border-bottom: 2px solid #e91d2d;
  background-color: #f5f5f5;
}
.acurate {
  margin: 0;
  padding: 0;
}
.padding-left {
  padding-left: 0;
}
.padding-right {
  padding-right: 0;
}
.wrapper-area {
  overflow: hidden !important;
  width: 100%;
}
.section-padding-md {
  padding: 50px 0 50px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-md {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-md {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-md {
    padding: 38px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding-md {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 320px) {
  .section-padding-md {
    padding: 35px 0;
  }
}
.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-bottom: 60px;
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.section-padding-30 {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-padding-30 {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding-30 {
    padding-bottom: 40px;
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .section-padding-30 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.section-padding-top {
  padding-top: 75px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-padding-top {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding-top {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .section-padding-top {
    padding-top: 40px;
  }
}
.section-padding-bottom {
  padding-bottom: 84px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-padding-bottom {
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: 40px;
  }
}
.section-padding-bottom-30 {
  padding-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-padding-bottom-30 {
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding-bottom-30 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-padding-bottom-30 {
    padding-bottom: 40px;
  }
}
.section-spacing {
  padding: 76px 0 80px;
}
@media only screen and (max-width: 991px) {
  .section-spacing {
    padding: 54px 0 60px;
  }
}
.section-spacing .section-title {
  padding: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section-spacing .section-title {
    margin-bottom: 30px;
  }
}
.no-padding {
  padding: 0px !important;
}
.blog-button {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .blog-button {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-button {
    margin-top: 10px;
  }
}
.btn {
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.btn.btn-slider {
  background-color: #e91d2d;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.btn.btn-slider:hover {
  background-color: #113b7c;
}
.blog-post .post-info {
  border: 1px solid #f5f5f5;
  padding: 16px;
}
.post-info ul {
  margin: 0;
  padding: 15px 0;
}
.post-info ul li.right {
  float: right;
}
.post-info ul li.right i {
  color: #e91d2d;
}
.post-info ul li.right:hover {
  color: #e91d2d;
}
.post-info ul li.right a:hover {
  color: #111;
}
.post-info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.post-info ul li i {
  margin-right: 5px;
}
.wrapper-area .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  margin: 0 30px 30px 0;
}
/*-------------------------------------
1.1 Button style Here 
-------------------------------------*/
.wrapper-area .tss-wrapper .tss-layout4 .item-content,
.wrapper-area .tss-wrapper .tss-carousel4 .item-content {
  padding: 5px 0px 0px 0px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}
.wrapper-area .tss-wrapper .tss-layout4 .rating-wrapper,
.wrapper-area .tss-wrapper .tss-carousel4 .rating-wrapper {
  margin-bottom: 0;
  text-align: left;
}
.wrapper-area .primary-bg h2 {
  color: #fff !important;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wrapper-area .primary-bg h3 {
  color: #fff;
  margin-bottom: 0;
}
.wrapper-area .primary-bg p {
  color: #fff;
}
.wrapper-area .primary-bg a.btn.btn-sm {
  font-size: 36px;
  font-weight: 400;
  background-color: #e91d2d;
  border-radius: 0;
  color: #fff;
}
@media (max-width: 1199px) {
  .wrapper-area .primary-bg a.btn.btn-sm {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .wrapper-area .primary-bg a.btn.btn-sm {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wrapper-area .primary-bg a.btn.btn-sm {
    font-size: 26px;
  }
}
@media (max-width: 460px) {
  .wrapper-area .primary-bg a.btn.btn-sm {
    font-size: 22px;
  }
}
.wrapper-area .primary-bg a.btn.btn-sm:hover {
  background-color: #fff;
  color: #e91d2d;
}
.wrapper-area .btn {
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrapper-area .btn:hover {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrapper-area .btn.btn-lg-sec {
  color: #ffffff;
  background-color: #113b7c;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.6;
  padding: 15px 30px 15px 30px;
  font-weight: 400;
  border: none;
}
.wrapper-area .btn.btn-lg-sec:hover,
.wrapper-area .btn.btn-lg-sec:active,
.wrapper-area .btn.btn-lg-sec:focus,
.wrapper-area .btn.btn-lg-sec:active {
  outline: none;
  background-color: #fff;
  color: #e91d2d;
}
.wrapper-area .btn.btn-phone {
  color: #fff;
  font-size: 24px;
}
.wrapper-area .btn.btn-phone i {
  color: #e91d2d;
}
.wrapper-area .gform_button {
  border: none;
}
.wrapper-area .btn.btn-lg-1,
.wrapper-area .gform_button {
  color: #ffffff;
  background-color: #e91d2d;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  padding: 18px 50px 18px 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 1440px) {
  .wrapper-area .btn.btn-lg-1,
  .wrapper-area .gform_button {
    padding: 18px 26px 18px 26px;
  }
}
@media (max-width: 991px) {
  .wrapper-area .btn.btn-lg-1,
  .wrapper-area .gform_button {
    padding: 18px 26px 18px 26px;
  }
}
.wrapper-area .btn.btn-lg-1:hover,
.wrapper-area .gform_button:hover,
.wrapper-area .btn.btn-lg-1:active,
.wrapper-area .gform_button:active,
.wrapper-area .btn.btn-lg-1:focus,
.wrapper-area .gform_button:focus,
.wrapper-area .btn.btn-lg-1:active,
.wrapper-area .gform_button:active {
  outline: none;
  background-color: #113b7c;
  color: #fff;
}
.wrapper-area .btn.btn-lg-3 {
  color: #ffffff;
  background-color: #113b7c;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  padding: 18px 50px 18px 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 991px) {
  .wrapper-area .btn.btn-lg-3 {
    padding: 18px 26px 18px 26px;
  }
}
.wrapper-area .btn.btn-lg-3:hover,
.wrapper-area .btn.btn-lg-3:active,
.wrapper-area .btn.btn-lg-3:focus,
.wrapper-area .btn.btn-lg-3:active {
  outline: none;
  background-color: #e91d2d;
  color: #fff;
}
.wrapper-area .blog-sidebar-area .btn.btn-lg-3 {
  display: block;
}
.wrapper-area .btn.btn-lg-2 {
  color: #ffffff;
  background-color: #113b7c;
  border-radius: 0;
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding: 18px 50px 18px 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 1440px) {
  .wrapper-area .btn.btn-lg-2 {
    padding: 18px 26px 18px 26px;
  }
}
@media (max-width: 991px) {
  .wrapper-area .btn.btn-lg-2 {
    padding: 18px 26px 18px 26px;
  }
}
.wrapper-area .btn.btn-lg-2:hover,
.wrapper-area .btn.btn-lg-2:active,
.wrapper-area .btn.btn-lg-2:focus,
.wrapper-area .btn.btn-lg-2:active {
  outline: none;
  background-color: #e91d2d;
  color: #fff;
}
.wrapper-area .btn.btn-lg {
  color: #ffffff;
  background-color: #e91d2d;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 26px 7px 26px;
}
.wrapper-area .btn.btn-lg:hover,
.wrapper-area .btn.btn-lg:active,
.wrapper-area .btn.btn-lg:focus,
.wrapper-area .btn.btn-lg:active {
  outline: none;
  background-color: #113b7c;
  color: #fff;
}
.wrapper-area .btn.btn-lg.gust {
  color: #e91d2d;
  border: 2px solid #e91d2d;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .wrapper-area .btn.btn-lg.gust {
    padding: 13px 4px 13px 4px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrapper-area .btn.btn-lg.gust {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
  }
}
.wrapper-area .btn.btn-lg.gust:hover,
.wrapper-area .btn.btn-lg.gust:active,
.wrapper-area .btn.btn-lg.gust:focus,
.wrapper-area .btn.btn-lg.gust:active {
  outline: none;
  background-color: #e91d2d;
  color: #fff;
}
.wrapper-area .btn.btn-sm-sc {
  background-color: #113b7c;
  font-size: 20px;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px;
  color: #fff;
}
.wrapper-area .btn.btn-sm-sc:hover,
.wrapper-area .btn.btn-sm-sc:active,
.wrapper-area .btn.btn-sm-sc:focus,
.wrapper-area .btn.btn-sm-sc:active {
  outline: none;
  background-color: #fff;
  color: #e91d2d;
}
.wrapper-area .btn.btn-xs-sc {
  color: #ffffff;
  background-color: #113b7c;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  padding: 7px 20px 5px 20px;
}
@media (max-width: 991px) {
  .wrapper-area .btn.btn-xs-sc {
    padding: 10px 20px 8px 20px;
  }
}
.wrapper-area .btn.btn-xs-sc:hover,
.wrapper-area .btn.btn-xs-sc:active,
.wrapper-area .btn.btn-xs-sc:focus,
.wrapper-area .btn.btn-xs-sc:active {
  outline: none;
  background-color: #e91d2d;
}
@media (max-width: 991px) {
  .wrapper-area .blog-sidebar-area {
    margin-top: 50px;
  }
}
.wrapper-area .blog-sidebar-area .widget-mid {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #d9d9d9;
}
.wrapper-area .blog-sidebar-area .rt-el-info-box .rtin-content h2 {
  font-size: 36px;
}
.wrapper-area .blog-sidebar-area h4.icon-title {
  margin-bottom: 15px;
  line-height: 1;
  background: #1c1c1c;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrapper-area .blog-sidebar-area h4.icon-title a {
  color: #fff;
  display: block;
}
.wrapper-area .blog-sidebar-area h4.icon-title:hover {
  background-color: #e91d2d;
}
.wrapper-area .blog-sidebar-area h4.icon-title:hover .img-iconholder {
  background: #113b7c;
}
.wrapper-area .blog-sidebar-area h4.icon-title .img-iconholder {
  width: 45px;
  height: 45px;
  float: right;
  border-radius: 50%;
  line-height: 2;
  text-align: center;
  margin-top: -9px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #e91d2d;
}
.wrapper-area .blog-sidebar-area h4.icon-title .img-iconholder i {
  color: #fff;
  line-height: 2.2;
}
.wrapper-area .blog-sidebar-area h4.icon-title .img-iconholder span {
  float: left;
}
.wrapper-area .blog-sidebar-area h4.icon-title:hover {
  background-color: #e91d2d;
}
.wrapper-area .blog-sidebar-area h4.icon-title:hover a {
  color: #fff;
}
.wrapper-area .blog-sidebar-area h4.icon-title:hover i {
  color: #fff;
}
.wrapper-area .blog-post h3 {
  font-size: 22px;
}
.wrapper-area .btn-sm {
  background-color: #e91d2d;
  color: #ffffff;
  padding: 15px 30px 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
}
.wrapper-area .btn-sm:hover,
.wrapper-area .btn-sm:active,
.wrapper-area .btn-sm:focus,
.wrapper-area .btn-sm:active {
  outline: none;
  color: #ffffff;
  background-color: #113b7c;
}
.wrapper-area .btn-sm-light {
  background-color: #fff;
  color: #e91d2d;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 15px 30px 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
}
.wrapper-area .btn-sm-light:hover,
.wrapper-area .btn-sm-light:active,
.wrapper-area .btn-sm-light:focus,
.wrapper-area .btn-sm-light:active {
  outline: none;
  color: #fff;
  background-color: #e91d2d;
}
@media (max-width: 767px) {
  .wrapper-area .btn-sm-light {
    font-size: 30px;
    padding: 8px 28px;
  }
}
@media (max-width: 460px) {
  .wrapper-area .btn-sm-light {
    font-size: 26px;
  }
}
.wrapper-area .btn-sm-hover {
  background-color: #e91d2d;
  color: #ffffff;
  font-size: 24px;
  padding: 15px 30px 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
}
.wrapper-area .btn-sm-hover:hover,
.wrapper-area .btn-sm-hover:active,
.wrapper-area .btn-sm-hover:focus,
.wrapper-area .btn-sm-hover:active {
  outline: none;
  color: #e91d2d;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .wrapper-area .btn-sm-hover {
    font-size: 22px;
    padding: 10px 22px;
  }
}
@media (max-width: 991px) {
  .wrapper-area .btn-sm-hover {
    font-size: 20px;
    padding: 10px 22px;
  }
}
@media (max-width: 460px) {
  .wrapper-area .btn-sm-hover {
    font-size: 18px;
  }
}
.wrapper-area .btn-md2color {
  background-color: #113b7c;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 11px 26px 10px;
  border-radius: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrapper-area .btn-md2color:hover,
.wrapper-area .btn-md2color:active,
.wrapper-area .btn-md2color:focus,
.wrapper-area .btn-md2color:active {
  outline: none;
  color: #e91d2d;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .wrapper-area .btn-md2color {
    font-size: 18px;
  }
}
.wrapper-area .btn-md2more {
  background-color: #113b7c;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px;
  border-radius: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrapper-area .btn-md2more:hover,
.wrapper-area .btn-md2more:active,
.wrapper-area .btn-md2more:focus,
.wrapper-area .btn-md2more:active {
  outline: none;
  color: #ffffff;
  background-color: #e91d2d;
}
@media (max-width: 767px) {
  .wrapper-area .btn-md2more {
    font-size: 18px;
  }
}
.wrapper-area .wpcf7-form label {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.wrapper-area .wpcf7-form .wpcf7-form-control {
  color: #000;
  font-size: 18px;
  height: 52px;
  padding: 0 0 0 23px;
  text-transform: capitalize;
  font-weight: 400;
  background-color: #ececec;
  border: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  .wrapper-area .wpcf7-form .wpcf7-form-control {
    font-size: 14px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-top: 4px;
  }
}
@media (max-width: 991px) {
  .wrapper-area .wpcf7-form .wpcf7-form-control {
    height: 50px;
  }
}
.wrapper-area .wpcf7-form .wpcf7-submit {
  color: #ffffff;
  background-color: #113b7c;
  font-size: 26px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.6;
  padding: 10px 26px 8px 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 2px solid #113b7c;
  width: inherit !important;
  height: inherit !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrapper-area .wpcf7-form .wpcf7-submit:hover,
.wrapper-area .wpcf7-form .wpcf7-submit:active,
.wrapper-area .wpcf7-form .wpcf7-submit:focus,
.wrapper-area .wpcf7-form .wpcf7-submit:active {
  outline: none;
  background-color: transparent;
  color: #000;
}
@media (max-width: 991px) {
  .wrapper-area .wpcf7-form .wpcf7-submit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrapper-area .wpcf7-form .wpcf7-submit {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .wrapper-area .wpcf7-form .wpcf7-submit {
    font-size: 15px;
  }
}
.wrapper-area .wpcf7-form .wpcf7-submit:hover {
  outline: none;
  background-color: transparent;
  color: #000;
}
.wrapper-area .affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.wrapper-area .ubermenu .ubermenu-colgroup .ubermenu-column,
.wrapper-area .ubermenu .ubermenu-custom-content-padded,
.wrapper-area .ubermenu .ubermenu-nonlink,
.wrapper-area .ubermenu .ubermenu-retractor,
.wrapper-area .ubermenu .ubermenu-submenu-padded,
.wrapper-area .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
.wrapper-area .ubermenu .ubermenu-target,
.wrapper-area .ubermenu .ubermenu-widget,
.wrapper-area .ubermenu-responsive-toggle {
  padding: 44px 10px;
}
@media (max-width: 1788px) {
  .wrapper-area .ubermenu .ubermenu-colgroup .ubermenu-column,
  .wrapper-area .ubermenu .ubermenu-custom-content-padded,
  .wrapper-area .ubermenu .ubermenu-nonlink,
  .wrapper-area .ubermenu .ubermenu-retractor,
  .wrapper-area .ubermenu .ubermenu-submenu-padded,
  .wrapper-area .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-widget,
  .wrapper-area .ubermenu-responsive-toggle {
    padding: 44px 10px;
  }
}
@media (max-width: 1450px) {
  .wrapper-area .ubermenu .ubermenu-colgroup .ubermenu-column,
  .wrapper-area .ubermenu .ubermenu-custom-content-padded,
  .wrapper-area .ubermenu .ubermenu-nonlink,
  .wrapper-area .ubermenu .ubermenu-retractor,
  .wrapper-area .ubermenu .ubermenu-submenu-padded,
  .wrapper-area .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-widget,
  .wrapper-area .ubermenu-responsive-toggle {
    padding: 44px 10px;
  }
}
@media (max-width: 1330px) {
  .wrapper-area .ubermenu .ubermenu-colgroup .ubermenu-column,
  .wrapper-area .ubermenu .ubermenu-custom-content-padded,
  .wrapper-area .ubermenu .ubermenu-nonlink,
  .wrapper-area .ubermenu .ubermenu-retractor,
  .wrapper-area .ubermenu .ubermenu-submenu-padded,
  .wrapper-area .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-widget,
  .wrapper-area .ubermenu-responsive-toggle {
    padding: 44px 8px;
    font-size: 16px !important;
  }
}
@media (max-width: 1260px) {
  .wrapper-area .ubermenu .ubermenu-colgroup .ubermenu-column,
  .wrapper-area .ubermenu .ubermenu-custom-content-padded,
  .wrapper-area .ubermenu .ubermenu-nonlink,
  .wrapper-area .ubermenu .ubermenu-retractor,
  .wrapper-area .ubermenu .ubermenu-submenu-padded,
  .wrapper-area .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-widget,
  .wrapper-area .ubermenu-responsive-toggle {
    padding: 44px 5px;
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) {
  .wrapper-area .ubermenu .ubermenu-colgroup .ubermenu-column,
  .wrapper-area .ubermenu .ubermenu-custom-content-padded,
  .wrapper-area .ubermenu .ubermenu-nonlink,
  .wrapper-area .ubermenu .ubermenu-retractor,
  .wrapper-area .ubermenu .ubermenu-submenu-padded,
  .wrapper-area .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-widget,
  .wrapper-area .ubermenu-responsive-toggle {
    padding: 44px 5px;
    font-size: 16px !important;
  }
}
@media (min-width: 960px) and (max-width: 991px) {
  .wrapper-area .ubermenu .ubermenu-colgroup .ubermenu-column,
  .wrapper-area .ubermenu .ubermenu-custom-content-padded,
  .wrapper-area .ubermenu .ubermenu-nonlink,
  .wrapper-area .ubermenu .ubermenu-retractor,
  .wrapper-area .ubermenu .ubermenu-submenu-padded,
  .wrapper-area .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-widget,
  .wrapper-area .ubermenu-responsive-toggle {
    font-size: 16px !important;
    padding: 44px 5px;
  }
}
@media (max-width: 960px) {
  .wrapper-area .ubermenu .ubermenu-colgroup .ubermenu-column,
  .wrapper-area .ubermenu .ubermenu-custom-content-padded,
  .wrapper-area .ubermenu .ubermenu-nonlink,
  .wrapper-area .ubermenu .ubermenu-retractor,
  .wrapper-area .ubermenu .ubermenu-submenu-padded,
  .wrapper-area .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-target,
  .wrapper-area .ubermenu .ubermenu-widget,
  .wrapper-area .ubermenu-responsive-toggle {
    padding: 10px 5px;
    font-size: 18px !important;
  }
}
@media (max-width: 960px) {
  .wrapper-area .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-right {
    float: inherit;
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
.wrapper-area .sige-in.ubermenu-item.ubermenu-align-right {
  margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper-area .sige-in.ubermenu-item.ubermenu-align-right {
    margin-top: 18px;
  }
}
@media (min-width: 960px) and (max-width: 991px) {
  .wrapper-area .sige-in.ubermenu-item.ubermenu-align-right {
    margin-top: 20px;
  }
}
.wrapper-area .sige-in.ubermenu-item.ubermenu-align-right a {
  padding: 15px 30px;
}
@media (min-width: 960px) and (max-width: 991px) {
  .wrapper-area .sige-in.ubermenu-item.ubermenu-align-right a {
    padding: 10px 15px;
  }
}
.wrapper-area .sige-in.ubermenu-item.ubermenu-align-right a:hover {
  background-color: #113b7c;
  color: #fff;
}
@media (max-width: 1788px) {
  .wrapper-area .header-menu.affix .header-top-phone {
    font-size: 26px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrapper-area .header-menu.affix .header-top-phone {
    font-size: 18px;
    margin-top: 20px;
  }
}
.wrapper-area .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-2.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
  padding: 14px 0;
}
.wrapper-area .header-area {
  position: relative;
  background-color: #fff;
}
@media (max-width: 959px) {
  .wrapper-area .header-area {
    padding-bottom: 10px;
  }
}
.wrapper-area .header-area .logo-area {
  margin-top: 15px;
}
@media (max-width: 960px) {
  .wrapper-area .header-area .logo-area {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .wrapper-area .header-area .logo-area {
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .wrapper-area .header-area .logo-area img {
    width: 30%;
  }
}
@media (max-width: 400px) {
  .wrapper-area .header-area .logo-area img {
    width: 25%;
  }
}
.wrapper-area .header-area .top-right {
  text-align: right;
  margin-top: 26px;
}
@media (max-width: 960px) {
  .wrapper-area .header-area .top-right {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .wrapper-area .header-area .top-right {
    text-align: center !important;
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .wrapper-area .header-area .top-right .btn.btn-lg-1 {
    font-size: 15px;
    padding: 11px 2px 10px 2px;
  }
}
@media (max-width: 767px) {
  .wrapper-area .header-area .top-right .btn.btn-lg-1 {
    padding: 11px 15px 10px 15px;
  }
}
.wrapper-area .stick.header-area-two {
  position: fixed !important;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 99;
  border-bottom: 2px solid #e91d2d;
  /*.ubermenu .ubermenu-colgroup .ubermenu-column,
        .ubermenu .ubermenu-custom-content-padded,
        .ubermenu .ubermenu-nonlink,
        .ubermenu .ubermenu-retractor,
        .ubermenu .ubermenu-submenu-padded,
        .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
        .ubermenu .ubermenu-target,
        .ubermenu .ubermenu-widget,
        .ubermenu-responsive-toggle {
        padding: 20px 45px;     
        @media (max-width: 1199px) {
        padding: 15px 10px;
        }
        @media (max-width: 767px) {
        padding: 10px 8px;
        }
        }*/
}
.wrapper-area .stick.header-area-two .main-menu {
  padding-top: 5px;
}
.wrapper-area .stick.header-area-two .ubermenu .btn.btn-contact a {
  padding: 9px 18px 13px 26px !important;
}
.wrapper-area .stick.header-area-two .ubermenu .btn.btn-contact {
  margin: 9px 0 0 0;
}
.wrapper-area .stick.header-area-two .logo-area img {
  width: 150px;
}
.wrapper-area .stick.header-area-two .sige-in.ubermenu-item.ubermenu-align-right {
  margin-top: 0;
}
.wrapper-area .stick.header-area-two .btn-sm-hover {
  font-size: 16px;
  padding: 10px 25px 10px 25px;
}
.wrapper-area .stick.header-area-two .top-right.text-right a {
  font-size: 26px;
}
.wrapper-area .stick.header-area-two .top-right.text-right h4 {
  font-size: 16px;
}
.footer-top-area.text-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 150px;
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .footer-top-area.text-center {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .footer-top-area.text-center {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.footer-top-area.text-center .footer-banner-area h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer-top-area.text-center .footer-banner-area h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer-top-area.text-center .footer-banner-area h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.footer-top-area.text-center .footer-banner-area .btn.btn-lg-1 {
  background-color: #113b7c;
  border: 1px solid #113b7c;
}
.footer-top-area.text-center .footer-banner-area .btn.btn-lg-1:hover {
  background-color: #e91d2d;
  border: 1px solid #113b7c;
}
.footer-top-area.text-center .footer-banner-area h3.widgets-title {
  color: #fff;
  font-weight: 500;
}
.footer-top-area.text-center .footer-banner-area p {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .footer-top-area.text-center .footer-banner-area p {
    font-size: 22px;
    line-height: 1.2;
  }
}
.footer-area {
  background-color: #fff;
  padding: 70px 0 65px;
}
@media (max-width: 991px) {
  .footer-area {
    padding: 50px 0px 30px 0;
  }
}
@media (max-width: 767px) {
  .footer-area {
    text-align: center;
  }
}
.footer-area .container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .footer-area .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .footer-area .wfooter1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-mid {
    padding-top: 0;
  }
}
.footer-area .footer-mid .widgets {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .footer-area .footer-mid .widgets {
    margin-bottom: 0;
  }
}
.footer-area .footer-mid h2 {
  color: #e91d2d;
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-area .footer-mid h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  color: #e91d2d;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .footer-area .footer-mid h3 {
    margin-top: 12px;
    font-size: 24px;
  }
}
.footer-area .footer-mid p {
  line-height: 1.2;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer-area .footer-mid p {
    font-size: 18px;
  }
}
.footer-area .footer-mid .social-icon.list-inline li {
  margin: 0 10px;
  font-size: 24px;
}
.footer-area .footer-mid .social-icon.list-inline li a {
  color: #e91d2d;
}
.footer-area .footer-mid .social-icon.list-inline li a:hover {
  color: #113b7c;
}
.footer-area .widgets {
  margin: 0;
}
.footer-area .widgets .menu {
  margin: 0;
  padding: 0;
}
.footer-area .widgets .menu li {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  min-width: 201px;
}
.footer-area .widgets .menu li:first-child {
  border-left: none;
}
.footer-area .widgets .menu li a {
  color: #fff;
  padding-right: 10px;
}
.footer-area .widgets .menu li a:hover {
  color: #e91d2d;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-1.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
  padding: 15px 0;
  text-align: right;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-1.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
    margin-top: 29px;
  }
}
@media (max-width: 400px) {
  .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-1.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
    margin-top: 0px;
  }
}
.header-menu.affix .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-1.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .header-menu.affix .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-1.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  .header-menu.affix .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-1.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
    margin-top: 7px;
  }
}
@media (max-width: 960px) {
  #menu-item-43 {
    display: none;
  }
}
.txt-light.vc_general .section-title-wrp .section-title h2 {
  color: #fff;
}
.txt-light.vc_general .review-body {
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 20px;
}
.txt-light.vc_general .review-body:after {
  border-left: 18px solid rgba(0, 0, 0, 0);
  border-right: 18px solid rgba(0, 0, 0, 0);
  border-top: 25px solid #ffffff;
  bottom: -25px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.txt-light.vc_general .review-sender {
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
.txt-light.vc_general .review-sender h3 {
  margin-bottom: 0;
}
.txt-light.vc_general .review-sender p {
  color: #e91d2d;
}
.section-title-wrp .section-title-single {
  text-align: center;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .section-title-wrp .section-title-single {
    padding-bottom: 30px;
  }
}
.section-title-wrp .section-title-single h2 {
  margin-bottom: 0;
  color: #113b7c;
  position: relative;
  text-transform: uppercase;
  font-size: 36px;
}
@media (max-width: 1199px) {
  .section-title-wrp .section-title-single h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section-title-wrp .section-title-single h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-wrp .section-title-single h2 {
    font-size: 36px;
  }
}
.section-title-wrp .section-title-single p.sub-title {
  text-align: center;
}
.section-title-wrp {
  padding-bottom: 30px;
}
.section-title-wrp .section-title {
  text-align: center;
}
@media (max-width: 767px) {
  .section-title-wrp .section-title {
    padding-bottom: 0;
  }
}
.section-title-wrp .section-title h2 {
  margin-bottom: 0;
  color: #e91d2d;
  position: relative;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .section-title-wrp .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .section-title-wrp .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-title-wrp .section-title h2 {
    font-size: 34px;
    line-height: 1.2;
  }
}
.section-title-wrp .section-title p.sub-title {
  color: #505050;
  font-size: 36px;
  margin-bottom: 0;
  color: #113b7c;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 1200px) {
  .section-title-wrp .section-title p.sub-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-title-wrp .section-title p.sub-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-title-wrp .section-title p.sub-title {
    font-size: 22px;
  }
}
.rt-team-container h3 {
  margin-bottom: 20px;
}
.rt-team-container a:hover,
.rt-team-container h3 a:hover {
  color: #111;
}
.rt-team-container a.readmore {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .copy-left .text-left {
    text-align: center;
  }
}
.wpb_column.margin-50px {
  margin-top: -52px;
  position: relative;
  z-index: 33;
}
@media (max-width: 767px) {
  .wpb_column.margin-50px {
    margin-top: inherit;
  }
}
.service-single-wrp {
  text-align: center;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 991px) {
  .service-single-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .service-single-wrp {
    margin-bottom: 20px;
  }
}
.service-single-wrp .service-single-mid {
  text-align: center;
  position: relative;
}
.service-single-wrp .service-single-mid:after {
  background-color: rgba(14, 19, 36, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.service-single-wrp .service-single-mid .service-single-overlayer {
  z-index: 2;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
@media (max-width: 991px) {
  .service-single-wrp .service-single-mid .image-box img {
    width: 100%;
  }
}
.service-single-wrp .service-single-mid h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 1199px) {
  .service-single-wrp .service-single-mid h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .service-single-wrp .service-single-mid h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .service-single-wrp .service-single-mid h3 {
    font-size: 26px;
  }
}
.service-single-wrp .service-single-mid h3 a {
  display: block;
  color: #fff;
}
.service-single-wrp .service-single-mid h3 a:hover {
  color: #e91d2d;
}
.service-single-wrp .service-single-mid.secndery {
  position: absolute;
  background-color: rgba(17, 59, 124, 0.7);
  width: 100%;
  top: 40%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-single-wrp .service-single-mid.secndery h3 {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 991px) {
  .service-single-wrp .service-single-mid.secndery h3 {
    font-size: 24px;
  }
}
.service-single-wrp .service-single-mid.secndery h3 a:hover {
  color: #e91d2d;
}
.service-single-wrp .read-more {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.service-single-wrp .read-more:hover {
  color: #113b7c;
}
.service-single-wrp .read-more i {
  color: #113b7c;
}
@media (max-width: 767px) {
  .footer-area .widgets .menu {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .social-icon.list-inline {
    text-align: center;
  }
}
.wpcf7-form .row > .col-md-3 {
  margin-bottom: 20px;
}
.service-single-area {
  overflow: hidden;
  position: relative;
}
.service-single-area h2 a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #ffffff;
}
.service-single-area h2 a:hover {
  color: #113b7c;
}
.service-single-area .img-box img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.service-single-area .img-box img:hover {
  opacity: .8;
}
.service-single-area h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1199px) {
  .service-single-area h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .service-single-area h2 {
    font-size: 22px;
  }
}
.service-single-area h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
  .service-single-area h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .service-single-area h3 {
    font-size: 26px;
  }
}
.service-single-area .service-single-mid {
  position: relative;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-single-area a.btn-sm {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
@media (max-width: 991px) {
  .service-single-area a.btn-sm {
    font-size: 16px;
    padding: 9;
  }
}
.service-single-area:hover a.btn-sm {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}
.service-single-area:hover .service-single-mid {
  top: 25%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.inner-myblog .inner-myblog-box {
  border: 2px solid #efefef;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 199px) {
  .inner-myblog .inner-myblog-box {
    margin-bottom: 30px;
  }
}
.inner-myblog .inner-myblog-box .img-holder img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.inner-myblog .inner-myblog-box .img-holder img:hover {
  opacity: .8;
}
.inner-myblog .inner-myblog-box .inner-myblog-details {
  background: #ffffff;
  padding: 30px;
  border-bottom: 5px solid #e91d2d;
}
.inner-myblog .inner-myblog-box .inner-myblog-details h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .inner-myblog .inner-myblog-box .inner-myblog-details h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .inner-myblog .inner-myblog-box .inner-myblog-details h3 {
    font-size: 20px;
  }
}
.inner-myblog .inner-myblog-box .inner-myblog-details h3 a {
  color: #113b7c;
}
.inner-myblog .inner-myblog-box .inner-myblog-details h3 a:hover {
  color: #e91d2d;
}
.inner-myblog .inner-myblog-box .inner-myblog-details .short_content p {
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767px) {
  .inner-myblog .inner-myblog-box .inner-myblog-details .short_content p {
    line-height: 1.6;
  }
}
.inner-myblog .inner-myblog-box .inner-myblog-details p.hash {
  margin-bottom: 0;
  font-size: 18px;
}
.inner-myblog .inner-myblog-box .inner-myblog-details p.hash .btn-txt {
  color: #e91d2d;
  margin: 5px;
  text-decoration: underline;
}
.inner-myblog .inner-myblog-box .inner-myblog-details p.hash .btn-txt:hover {
  color: #113b7c;
}
.inner-myblog .inner-myblog-box .inner-myblog-details p.date-time-p {
  display: block;
  margin-bottom: 5px;
  color: #e91d2d;
  font-size: 15px;
}
.inner-myblog .inner-myblog-box .inner-myblog-details p.date-time-p a:hover {
  color: #113b7c;
}
.inner-myblog .inner-myblog-box:hover .inner-myblog-details {
  border-bottom: 5px solid #113b7c;
}
@media only screen and (max-width: 991px) {
  .inner-myblog .col-lg-6.col-md-6:last-child .inner-myblog-box {
    margin-bottom: 0;
  }
}
.footer-menu {
  background-color: #000000;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-menu ul li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  margin: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-menu ul li {
    margin: 5px;
  }
}
.footer-menu ul li a {
  color: #ffffff;
}
.footer-menu ul li a:hover {
  color: #e91d2d;
}
.right-footer {
  text-align: right;
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 767px) {
  .right-footer {
    text-align: center;
  }
}
.right-footer a.btn-book {
  background-color: #4096ca;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  padding: 7px 20px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .right-footer a.btn-book {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .left-footer {
    text-align: center;
  }
}
.left-footer h3 {
  font-size: 36px;
  color: #e91d2d;
}
@media only screen and (max-width: 1199px) {
  .left-footer h3 {
    font-size: 30px;
  }
}
.left-footer h4 {
  font-size: 24px;
  text-transform: uppercase;
}
.page-template-page-full .banner-area {
  padding: 200px 0 200px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  position: relative;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1199px) {
  .page-template-page-full .banner-area {
    padding: 100px 0 200px 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-page-full .banner-area {
    padding: 89px 0 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-full .banner-area {
    padding: 63px 0 50px 0;
  }
}
.page-template-page-full .banner-area:after {
  content: " ";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  opacity: .9;
}
.page-template-page-full .banner-area .banner {
  position: relative;
  z-index: 999;
}
.page-template-page-full .banner-area h1 {
  text-transform: uppercase;
  font-size: 48px;
  color: #e91d2d;
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 6px 15px;
}
@media (max-width: 991px) {
  .page-template-page-full .banner-area h1 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .page-template-page-full .banner-area h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.page-template-page-full .banner-area h2 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .page-template-page-full .banner-area h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .page-template-page-full .banner-area h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .page-template-page-full .banner-area h2 {
    font-size: 32px;
  }
}
.page-template-page-full .banner-area .btn-area {
  margin-top: 15px;
}
.page-template-page-full .banner-area .subtitle p {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 0;
}
@media (max-width: 991px) {
  .page-template-page-full .banner-area .subtitle p {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .page-template-page-full .banner-area .subtitle p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-full .banner-area .subtitle p {
    font-size: 24px;
    line-height: 1.3;
  }
}
.banner-area {
  padding: 150px 0 150px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  position: relative;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1199px) {
  .banner-area {
    padding: 100px 0 150px 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-area {
    padding: 100px 0 150px 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-area {
    padding: 100px 0 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area {
    padding: 90px 0 80px 0;
  }
}
.banner-area:after {
  content: " ";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  opacity: .9;
}
.banner-area .banner {
  position: relative;
  z-index: 999;
}
.banner-area h1 {
  font-size: 48px;
  color: #FFF;
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding: 6px 15px;
}
@media (max-width: 991px) {
  .banner-area h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.banner-area h2 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .banner-area h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .banner-area h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .banner-area h2 {
    font-size: 30px;
  }
}
.banner-area .btn-area {
  margin-top: 15px;
}
.banner-area .subtitle p {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 11px 50px;
}
.single-post .banner-area {
  padding: 125px 0 125px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  background-color: rgba(37, 35, 33, 0.8);
  text-align: center;
  background-position: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1199px) {
  .single-post .banner-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .single-post .banner-area {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 991px) {
  .single-post .banner-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .banner-area {
    padding: 50px 0;
  }
}
.single-post .banner-area:after {
  content: " ";
  width: 100%;
  background-color: rgba(37, 35, 33, 0.8);
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  opacity: .9;
}
.single-post .banner-area .banner {
  position: relative;
  z-index: 9;
}
.single-post .banner-area h1 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .single-post .banner-area h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .single-post .banner-area h1 {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .single-post .banner-area h1 {
    font-size: 42px;
    line-height: 1.2;
  }
}
.single-post .banner-area h1 span {
  color: #e91d2d;
}
.single-post .banner-area h2 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .single-post .banner-area h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .single-post .banner-area h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .single-post .banner-area h2 {
    font-size: 30px;
  }
}
.single-post .banner-area .btn-area {
  margin-top: 15px;
}
.blog-sidebar-area .transactions-holder {
  border-bottom: 2px solid #ebebeb;
  padding: 9px 0;
}
.blog-sidebar-area .rtin-img-holder img {
  width: 100%;
}
.blog-sidebar-area .blog-button {
  margin-top: 5px;
}
.blog-sidebar-area .blog-button .btn.btn-lg {
  display: block;
}
.blog-sidebar-area .widget {
  margin: 0 0 40px;
}
.blog-sidebar-area .widget.widget_kctheme_services {
  margin-top: 22px;
}
.blog-sidebar-area h3.widgets-title {
  font-size: 32px;
  color: #113b7c;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar-area h3.widgets-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-sidebar-area h3.widgets-title {
    font-size: 24px;
  }
}
.blog-sidebar-area h3 {
  font-size: 24px;
  color: #113b7c;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .blog-sidebar-area h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.blog-sidebar-area h3 a {
  color: #113b7c;
}
.blog-sidebar-area h3 a:hover {
  color: #e91d2d;
}
.blog-sidebar-area span.au-name,
.blog-sidebar-area span.date_class {
  font-style: italic;
  color: #e91d2d;
}
.blog-sidebar-area span.date_class {
  margin-bottom: 10px;
  display: block;
}
.blog-sidebar-area .tlp_blog_posts {
  background-color: #fff;
}
.blog-sidebar-area .tlp_blog_posts .blog-button {
  padding-bottom: 0;
  margin-top: 20px;
}
.blog-sidebar-area .tlp_blog_posts .blog-button .btn.btn-lg {
  font-size: 24px;
  padding: 10px 20px;
  font-weight: 400;
  border-radius: 0;
  background-color: #113b7c;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar-area .tlp_blog_posts .blog-button .btn.btn-lg {
    font-size: 20px;
  }
}
.blog-sidebar-area .tlp_blog_posts .blog-button .btn.btn-lg:hover {
  background-color: #e91d2d;
}
.blog-sidebar-area .tlp_blog_posts .more_posts {
  border: 1px solid #dddddd !important;
  padding: 15px;
}
.blog-sidebar-area .tlp_blog_posts .kc-post-box {
  background-color: #fff;
}
.blog-sidebar-area .tlp_blog_posts .kc-post-box .pull-left img {
  width: 90px;
}
.blog-sidebar-area .tlp_blog_posts .kc-post-box .tlp-posts-title {
  font-size: 20px;
}
.blog-sidebar-area .tlp_blog_posts .kc-post-box .tlp-posts-title a {
  color: #505050;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 22px;
}
.blog-sidebar-area .tlp_blog_posts .kc-post-box .tlp-posts-title a:hover {
  color: #e91d2d;
}
.blog-sidebar-area .tlp_blog_posts .kc-post-box:last-child {
  border: 0;
}
.blog-sidebar-area .tlp_blog_posts .btn-area {
  display: inline-block;
  overflow: hidden;
  padding: 0px 0 5px;
  width: 100%;
}
.blog-sidebar-area .tlp_blog_posts .btn-area .btn-lg {
  display: inline-block;
}
.site-content {
  background-color: #f8f8f8;
  padding-top: 40px;
}
.site-content .main-page-content ul {
  margin: 0 0 26px 0px;
}
.site-content .main-page-content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.site-content .main-page-content ul li:before {
  color: #e91d2d;
  font-size: 16px;
  line-height: 0.5em;
  margin-right: 0.27em;
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 10px;
}
.breadcrumbs {
  padding: 22px 0;
  border-bottom: 1px solid #dad6d8;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #113b7c;
}
.breadcrumbs a {
  color: #3a393b;
}
.breadcrumbs a:hover {
  color: #113b7c;
}
.breadcrumbs span {
  font-size: 20px;
}
.breadcrumbs .row > span {
  margin-right: 10px;
  font-size: 20px;
}
.breadcrumbs .row > span a {
  color: #113b7c;
}
.breadcrumbs .row > span a:hover {
  color: #e91d2d;
}
.breadcrumbs li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
  color: #e91d2d;
}
.breadcrumbs li a {
  color: #e91d2d;
}
.breadcrumbs li a:hover {
  color: #113b7c;
}
.KcBreadCrumbs {
  margin-bottom: 40px;
  overflow: hidden;
}
blockquote {
  font-size: 16px;
  padding: 18px 20px 40px 70px;
  margin-left: 3px;
  margin-bottom: 40px;
  background: #ffffff;
  position: relative;
  border: 1px solid #f5f5f5;
  border-left: 8px solid #e91d2d;
  margin-bottom: 30px;
}
blockquote:before {
  color: #a3a3a3;
  font-size: 30px;
  line-height: 1.5;
  margin-right: 20px;
  content: "\f10d";
  font-family: FontAwesome;
  float: left;
  position: absolute;
  left: 20px;
  top: 30%;
}
@media only screen and (max-width: 767px) {
  .no-container .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mbm-0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 959px) {
  .search-id {
    display: none;
  }
}
footer .footer-icon h3 {
  margin-bottom: 0;
  color: #e91d2d;
}
footer .footer-top-bar-area {
  background-color: #001c3c;
  text-align: center;
  color: #fff;
  padding: 42px 0;
}
footer .footer-top-bar-area p {
  font-size: 22px;
}
footer .footer-top-bar-area h3 {
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  footer .footer-top-bar-area h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-top-bar-area h3 {
    font-size: 24px;
  }
}
footer .footer-top-bar-area .btn-lg:hover,
footer .footer-top-bar-area .btn-lg:active,
footer .footer-top-bar-area .btn-lg:focus,
footer .footer-top-bar-area .btn-lg:active {
  outline: none;
  background-color: #fff;
  color: #e91d2d;
}
.sidebar-main .blog-button {
  margin: 0;
}
.sidebar-main .blog-button .btn-lg {
  display: block;
}
.sidebar-main h2.widget-title {
  font-size: 36px;
  margin-bottom: 55px;
  color: #505050;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  text-transform: uppercase;
}
.sidebar-main h2.widget-title:after {
  content: " ";
  width: 80%;
  background: #e91d2d;
  height: 3px;
  position: absolute;
  bottom: -18px;
  left: 0;
  margin: auto;
}
.developed-by.text-right {
  color: #ababab;
}
@media (max-width: 991px) {
  .developed-by.text-right {
    text-align: center !important;
  }
}
.developed-by.text-right a {
  color: #ababab;
}
.developed-by.text-right a:hover {
  color: #e91d2d;
}
.developed-by.text-right {
  font-size: 14px;
}
.copy-right p {
  font-size: 14px;
}
@media (max-width: 991px) {
  .copy-right p {
    text-align: center !important;
  }
}
.copy-right-area {
  background-color: #f2f2f2;
  padding: 18px 0;
}
.copy-right-area p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #b1b1b1;
}
@media (max-width: 991px) {
  .copy-right-area p {
    text-align: center !important;
  }
}
.copy-right-area p .widget {
  margin: 0;
  padding: 0;
}
.copy-right-area a {
  color: #868686;
}
.single .blog-image {
  margin-bottom: 20px;
}
.comment-form .col-sm-12 {
  padding: 0;
}
.comments-area {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}
.comments-area h3 {
  color: #113b7c;
  margin-bottom: 0;
}
.comments-area .main-comments .imgholder {
  margin-right: 30px;
  margin-bottom: 10px;
}
.comments-area .main-comments .comments-body p {
  margin-bottom: 10px;
}
.comments-area .main-comments .comments-body .replay-area {
  padding-top: 10px;
}
.comments-area .main-comments .comments-body .replay-area a {
  color: #666666;
}
.comments-area .main-comments .comments-body .replay-area a:hover {
  color: #e91d2d;
}
.comments-area .main-comments .comments-body .replay-area a i {
  color: #e91d2d;
  margin-right: 8px;
}
.comment-time {
  color: #979797;
  margin-bottom: 15px;
}
.main-comments {
  border-bottom: 1px solid #e3e3e3;
}
.each-comment {
  padding: 30px 0;
}
.main-comments ul.children {
  margin-left: 50px;
}
.avatar-disabled .main-comments ul.children {
  margin-left: 50px;
}
.children .main-comments {
  border-bottom: medium none;
  border-top: 1px solid #e3e3e3;
}
.no-comments {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
}
.comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
.comment-navigation ul {
  margin-top: 30px;
}
.comment-navigation ul li {
  margin-right: 5px;
  margin-top: 0;
}
.comment-navigation ul li a {
  display: inline;
  font-size: 12px;
  height: 49px;
  line-height: inherit;
  padding: 10px;
  width: inherit;
}
#respond .comment-reply-title {
  color: #000000;
  margin-bottom: 10px;
}
#respond .comment-notes,
#respond .logged-in-as {
  margin-bottom: 30px;
}
#respond .form-group {
  margin-bottom: 25px;
}
.comments-area ul li {
  list-style: none;
}
#respond form .submit.btn-send {
  background-color: #fff;
  border: 2px solid #e91d2d;
  box-shadow: none;
  color: #e91d2d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  padding: 15px 35px;
  text-shadow: initial;
  text-transform: uppercase;
}
#respond form .submit.btn-send:focus {
  border: 2px solid #e91d2d;
}
#respond form .submit.btn-send:hover {
  color: #fff;
  background-color: #e91d2d;
}
h3.comment-reply-title {
  position: relative;
}
h3.comment-reply-title::after {
  background: #e91d2d none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 15px 0 0;
  top: 0;
  width: 100px;
}
p.logged-in-as a {
  color: #071041;
}
p.logged-in-as a:hover {
  color: #e91d2d;
}
.comment-respond {
  padding-top: 20px;
}
.rt-wpls .slick-slide img {
  display: inline-block;
}
.wrapper-area .wpb_button,
.wrapper-area .wpb_content_element,
.wrapper-area ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.rt-wpls .single-logo .single-logo-container {
  background-color: #fff;
}
.visible-mobile {
  display: none;
}
@media (max-width: 960px) {
  .visible-mobile {
    display: block;
  }
}
@media (max-width: 960px) {
  .visible-dtop {
    display: none;
  }
}
.services-area .services-box {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 68px 0 57px;
  position: relative;
}
.blog-post .media-left {
  float: left;
  margin-right: 15px;
  max-width: 300px;
}
.blog-post .media-body p {
  margin-bottom: 10px;
}
.blog-post .post.type-post.status-publish {
  background: #ffffff;
  margin-bottom: 30px;
}
.blog-post .post-info {
  padding-top: 15px;
}
.blog-post h2 {
  line-height: 1.3;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}
.blog-post h2 a {
  color: #211e1c;
}
.blog-post h2 a:hover {
  color: #113b7c;
}
.blog-post h2 a:hover {
  color: #e91d2d;
}
.blog-post .post-info a.comment:hover {
  color: #e91d2d;
}
.blog-sidebar-area .btn.btn-lg {
  display: block;
}
.blog-sidebar-area .btn.btn-lg.btn-dark {
  background-color: #262626;
}
.blog-sidebar-area .tss-wrapper .tss-even .tss-grid-item {
  margin: 0;
}
.blog-sidebar-area .btn.btn-lg-ser {
  display: block;
  text-align: right;
  background-color: #1c1c1c;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  padding: 8px 20px;
}
.blog-sidebar-area .btn.btn-lg-ser:hover {
  background-color: #e91d2d;
}
.blog-sidebar-area .btn.btn-lg-ser:hover i {
  background-color: #fff;
  color: #e91d2d;
}
.blog-sidebar-area .btn.btn-lg-ser span {
  text-align: left;
  width: 90% !important;
  display: inline-block;
}
.blog-sidebar-area .btn.btn-lg-ser i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #e91d2d;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 1.7;
}
.single-blog-post .attachment-full.size-full.wp-post-image {
  width: 100%;
}
.single-blog-post h2 {
  text-transform: uppercase;
}
.single-blog-post .entry-meta ul {
  margin: 0;
  padding-left: 0;
}
.nav-links {
  overflow: hidden;
  padding: 15px 0;
}
/* 6.7 Widgets */
.widget .btn.btn-lg-sec {
  display: block;
}
.widget .contact-link {
  background-color: #113b7c;
  font-size: 28px;
  color: #fff;
  display: block;
  padding: 6px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget .contact-link:hover {
  background-color: #e91d2d;
}
.widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget .widget-title {
  letter-spacing: 0;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .widget .widget-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .widget .widget-title {
    font-size: 24px;
  }
}
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_nav_menu li {
  margin-top: 10px;
  list-style: none;
}
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu li a {
  color: #666666;
}
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover {
  color: #e91d2d;
  text-decoration: none;
}
.widget_categories li {
  text-align: right;
}
.widget_categories li a {
  float: left;
}
/* 6.7.1 Widget Search */
.search-form {
  position: relative;
}
.search-form .search-field {
  border-color: transparent;
}
.search-form .search-field:focus {
  background: none;
}
.search-submit:focus {
  outline: none;
}
/* 6.7.2 Widget Twitter */
.widget ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.widget_twitter li {
  margin-bottom: 20px;
}
.widget_twitter li:last-child {
  margin-bottom: 0;
}
.widget_twitter li a {
  color: #e91d2d;
}
.tweet-time {
  margin-top: 30px;
  font-size: 14px;
  display: block;
  color: #999999;
  text-transform: uppercase;
}
.widget-all-items {
  display: inline-block;
  margin-top: 20px;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.widget-all-items:hover {
  text-decoration: none;
}
/* 6.7.3 Widget Recent Posts */
.widget_recent_posts li {
  overflow: hidden;
  margin-bottom: 30px;
}
.widget_recent_posts li:last-child {
  margin-bottom: 0;
}
.recent-post-thumbnail {
  float: left;
  margin-right: 25px;
}
.recent-post-content {
  overflow-y: hidden;
  line-height: 1.29;
}
.post-title {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
}
.post-title:hover {
  color: #cee002;
  text-decoration: none;
}
.post-time {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.857rem;
  color: #999999;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  background-color: #f8f8f8 border: 1px solid #f1f1f1;
}
.secondary-overlayer h2 {
  color: #fff !important;
  margin-bottom: 0 !important;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .secondary-overlayer h2 {
    font-size: 45px;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  .secondary-overlayer h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .secondary-overlayer h2 {
    font-size: 30px;
    margin-bottom: 15px !important;
  }
}
.secondary-overlayer h3 {
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1199px) {
  .secondary-overlayer h3 {
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .secondary-overlayer h3 {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .secondary-overlayer h3 {
    line-height: 1.5;
  }
}
.primary-overlayer h2 {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .primary-overlayer h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .primary-overlayer h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .primary-overlayer h2 {
    font-size: 30px;
  }
}
.primary-overlayer h3 {
  color: #113b7c;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1199px) {
  .primary-overlayer h3 {
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .primary-overlayer h3 {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .primary-overlayer h3 {
    line-height: 1.5;
  }
}
.kc_vc_process_box {
  text-align: center;
  background-color: #c2363a;
  padding: 0 91px 17px 91px;
}
@media (max-width: 1200px) {
  .kc_vc_process_box {
    padding: 0 30px 17px 30px;
  }
}
@media (max-width: 767px) {
  .kc_vc_process_box {
    margin-bottom: 30px;
  }
}
.kc_vc_process_box .processno-box {
  display: inline-block;
  background: #161c31;
  width: 63px;
  padding: 1px;
  text-align: center;
  font-size: 48px;
  color: #fff;
  position: relative;
  top: -20px;
}
@media (max-width: 1200px) {
  .kc_vc_process_box .processno-box {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .kc_vc_process_box .processno-box {
    margin-bottom: 15px;
  }
}
.kc_vc_process_box h3 {
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .kc_vc_process_box h3 {
    margin-bottom: 10px;
  }
}
.kc_vc_process_box h3 a {
  color: #fff;
}
.kc_vc_process_box h3 a:hover {
  color: #113b7c;
}
.kc_vc_process_box h4 {
  color: #113b7c;
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 767px) {
  .kc_vc_process_box h4 {
    margin-bottom: 18px;
  }
}
.right-footer .footer-icon {
  color: #fff;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .right-footer .footer-icon {
    margin-top: 0;
  }
}
.right-footer .footer-icon ul {
  margin: 0;
}
.right-footer .footer-icon ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
@media (max-width: 991px) {
  .right-footer .footer-icon ul li {
    margin: 0 3px;
  }
}
.right-footer .footer-icon ul li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 28px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .right-footer .footer-icon ul li a {
    font-size: 22px;
  }
}
.right-footer .footer-icon ul li a:hover {
  color: #e91d2d;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-form-control.wpcf7-text {
  width: 100%;
  border: none;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e500;
  color: #fff;
}
.services-area {
  border-radius: 50%;
  overflow: hidden;
}
.services-area .service-single-overlayer {
  text-align: center;
}
.services-area .service-single-overlayer h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.services-area .service-single-overlayer h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.services-area .service-single-overlayer a.btn-sm {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.services-area .service-single-overlayer:hover a.btn-sm {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}
.services-area .service-single-overlayer:hover .service-single-mid {
  top: 25%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/*.wrapper-area .vc_row .vc_column_container .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
*/
div.wpcf7 .ajax-loader {
  display: none;
}
@media (max-width: 400px) {
  .slider-area {
    opacity: 0;
    display: none;
  }
}
.nav-control-middle .owl-controls i {
  color: #ffffff;
  display: block;
  line-height: 2;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.nav-control-middle .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle .owl-controls .owl-nav > div {
  background: #e91d2d;
  opacity: 1;
  font-size: 20px;
  margin: 0 4px;
  height: 50px;
  width: 50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
  opacity: 0;
}
.nav-control-middle .owl-controls .owl-prev {
  left: -45px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-middle .owl-controls .owl-prev {
    left: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-control-middle .owl-controls .owl-prev {
    left: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-middle .owl-controls .owl-prev {
    left: -15px;
  }
}
.nav-control-middle .owl-controls .owl-prev:hover {
  background: #113b7c;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.nav-control-middle .owl-controls .owl-prev:hover i {
  color: #e91d2d;
}
.nav-control-middle .owl-controls .owl-next {
  right: -45px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-middle .owl-controls .owl-next {
    right: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-control-middle .owl-controls .owl-next {
    right: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-middle .owl-controls .owl-next {
    right: -15px;
  }
}
.nav-control-middle .owl-controls .owl-next:hover {
  background: #113b7c;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.nav-control-middle .owl-controls .owl-next:hover i {
  color: #e91d2d;
}
.nav-control-middle:hover .owl-nav > div {
  opacity: 1;
}
.dot-control .owl-controls {
  line-height: 1;
  margin-top: 5px;
}
.dot-control .owl-controls .owl-dots .owl-dot span {
  margin: 0 10px 0 0;
  height: 15px;
  width: 15px;
  background: transparent;
  border: 1px solid #e91d2d;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.dot-control .owl-controls .owl-dots .owl-dot:last-child span {
  margin: 0;
}
.dot-control .owl-controls .owl-dots .active span {
  background: #e91d2d;
}
.dot-control .owl-nav {
  margin-top: 0;
}
.wpb_image_grid .wpb_image_grid_ul a.prettyphoto {
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.wpb_image_grid .wpb_image_grid_ul img {
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.wpb_image_grid .wpb_image_grid_ul a.prettyphoto img:hover {
  opacity: .95;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.footer-area-banner {
  background: #e91d2d;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0;
}
.footer-area-banner h2 {
  color: #fff;
}
.footer-area-banner h3 {
  color: #fff;
}
.footer-area-banner p {
  font-size: 24px;
  color: #fff;
}
.mid-boottom-footer.text-center {
  clear: both;
}
.footer-top-banner > .widgets {
  padding: 0 15px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 5px 15px;
  margin: 2px;
}
.footer-widget-social {
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .footer-widget-social {
    text-align: center ;
    margin-top: 0;
  }
}
.footer-widget-social li {
  list-style: none;
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
}
.footer-widget-social li a {
  color: #113b7c;
}
.footer-widget-social li a:hover {
  color: #e91d2d;
}
.wrapper-area .ubermenu-nav .ubermenu-submenu {

}
.wrapper-area .ubermenu-nav .ubermenu-submenu > li {
  border-top: 1px solid #224479;
}
.wrapper-area .ubermenu-nav .ubermenu-submenu > li > a {
  padding: 13px 15px;
  color: #fff;
  font-size: 18px;
}
.wrapper-area .ubermenu-nav .ubermenu-submenu > li > a:hover {
  color: #fff;
  background-color: #e91d2d;
}
.wrapper-area .ubermenu-nav .ubermenu-submenu > li:first-child {
  border-top: 0;
}
.wrapper-area .ubermenu-nav .ubermenu-submenu li.ubermenu-has-submenu-drop:last-child {
  border-top: 0;
}
.testimonials-box {
  margin-bottom: 20px;
  background: #f2f2f2;
  padding: 24px;
}
.testimonials-box p {
  margin-bottom: 0;
}
.testimonials-box .testimonial-t {
  font-size: 20px;
  color: #e91d2d;
}
.tss-wrapper .tss-layout7 .single-item-wrapper,
.tss-wrapper .tss-isotope3 .single-item-wrapper,
.tss-wrapper .tss-carousel7 .single-item-wrapper {
  padding: 30px;
  background: #fff;
  position: relative;
}
.btn-link {
  font-size: 20px;
  font-weight: 400;
  color: #113b7c;
}
.btn-link:hover {
  color: #e91d2d;
}
.wrapper-area .ubermenu .ubermenu-colgroup .ubermenu-column,
.wrapper-area .ubermenu .ubermenu-custom-content-padded,
.wrapper-area .ubermenu .ubermenu-nonlink,
.wrapper-area .ubermenu .ubermenu-retractor,
.wrapper-area .ubermenu .ubermenu-submenu-padded,
.wrapper-area .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
.wrapper-area .ubermenu .ubermenu-target,
.wrapper-area .ubermenu .ubermenu-widget,
.wrapper-area .ubermenu-responsive-toggle {
  color: #505050;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-2.ubermenu-responsive-toggle-content-align-center.ubermenu-responsive-toggle-align-full {
  font-size: 22px;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-2.ubermenu-responsive-toggle-content-align-center.ubermenu-responsive-toggle-align-full:hover {
  color: #113b7c;
}
.header-nav-main.affix .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-2.ubermenu-responsive-toggle-content-align-center.ubermenu-responsive-toggle-align-full {
  font-size: 22px;
  color: #e91d2d;
}
.header-nav-main.affix .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-2.ubermenu-responsive-toggle-content-align-center.ubermenu-responsive-toggle-align-full:hover {
  color: #113b7c;
}
@media only screen and (max-width: 991px) {
  .inner-myblog .inner-myblog-box {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .five-columns.vc_row .vc_col-sm-2 {
    float: left;
    width: 18.5%;
    padding: 0;
    margin-right: 1.5%;
    min-height: 0;
  }
  .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .the_five_custom_column {
    margin: 0 -5% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .the_five_custom_column .vc_col-md-offset-1 {
    margin-left: 0% !important;
  }
}
.payment-form-area {
  background-color: #f2f2f2;
}
.payment-form-area input[type="text"],
.payment-form-area input[type="email"],
.payment-form-area input[type="url"],
.payment-form-area input[type="password"],
.payment-form-area input[type="search"],
.payment-form-area input[type="number"],
.payment-form-area input[type="tel"],
.payment-form-area input[type="range"],
.payment-form-area input[type="date"],
.payment-form-area input[type="month"],
.payment-form-area input[type="week"],
.payment-form-area input[type="time"],
.payment-form-area input[type="datetime"],
.payment-form-area input[type="datetime-local"],
.payment-form-area input[type="color"],
.payment-form-area textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
.tss-wrapper .tss-layout4 .profile-img-wrapper,
.tss-wrapper .tss-carousel4 .profile-img-wrapper {
  flex: inherit !important;
  padding: 45px 0 25px 31px !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 30px !important;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-menu-2.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
  font-size: 22px !important;
  padding-left: 15px !important;
}
@media only screen and (max-width: 991px) {
  .inner-content ul {
    padding-left: 15px;
  }
}
.inner-content ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.ubermenu-responsive-default.ubermenu-responsive.ubermenu {
  padding-left: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tss-wrapper .tss-layout4 .single-item-wrapper,
  .tss-wrapper .tss-carousel4 .single-item-wrapper {
    background: #f8f8f8;
    margin-bottom: 0px;
    display: block;
    text-align: center !important;
  }
  .wrapper-area .tss-wrapper .tss-layout4 .rating-wrapper,
  .wrapper-area .tss-wrapper .tss-carousel4 .rating-wrapper {
    margin-bottom: 0;
    text-align: center;
  }
}
.blog-post .post.type-post.status-publish.sticky {
  background: #f5f5f5;
  padding: 15px;
}
.pagination-area {
  margin-top: 30px;
}
.pagination-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.pagination-area ul li {
  display: inline-block;
}
.pagination-area ul li a,
.pagination-area ul li span {
  background-color: #e1e1e1;
  color: #111111;
  font-weight: 400;
  transition: all 0.5s ease-out;
  padding: 12px 20px;
  margin: 0 3px;
  display: block;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li span.current {
  background-color: #e91d2d;
  color: #ffffff;
}
.single-blog-post h2 {
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 0;
}
.wfooter1 {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .wfooter1 {
    font-size: 16px;
  }
}
.wfooter1 h3 {
  font-size: 24px;
  color: #113b7c;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .wfooter1 h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .wfooter1 h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .wfooter1 h3 {
    font-size: 22px;
  }
}
.wfooter1 h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 500;
  color: #e91d2d;
}
.wfooter1 pre {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
.wfooter1 p {
  margin-bottom: 0;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .wfooter1 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .wfooter1 p {
    font-size: 18px;
  }
}
.page .wrapper-area .minimal-light .esg-filterbutton,
.page .wrapper-area .minimal-light .esg-navigationbutton,
.page .wrapper-area .minimal-light .esg-sortbutton,
.page .wrapper-area .minimal-light .esg-cartbutton a {
  color: #e91d2d;
}
.wfooter1.wfooter2 {
  margin-top: 30px;
}
.wfooter1.wfooter3 {
  margin-top: 30px;
}
.rt-staff-location {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  border-bottom: 4px solid #e91d2d;
}
.rt-staff-location .rtin-icon {
  max-width: 155px;
  max-height: 155px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 30px;
}
.rt-staff-location .rtin-content h3 {
  font-size: 36px;
  color: #645449;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .rt-staff-location .rtin-content h3 {
    font-size: 30px;
  }
}
.rt-staff-location .rtin-content h3 a {
  color: #645449;
}
.rt-staff-location .rtin-content h3 a:hover {
  color: #0092ae;
}
.rt-staff-location .rtin-content .my_term_archive {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0092ae;
}
.rt-staff-location .rtin-content .my_term_archive a {
  color: #0092ae;
}
.rt-staff-location .rtin-content .my_term_archive a:hover {
  color: #645449;
}
.rt-staff-location .rtin-content .rtin-text-location {
  font-size: 15px;
  color: #d075a1;
  margin-bottom: 0;
}
.rt-staff-location .rtin-content .rtin-text-location i {
  font-size: 24px;
  margin-right: 10px;
}
.btn-margin {
  margin-top: 40px;
}
.email-subscribe .name-box {
  display: none;
}
.email-subscribe .mc4wp-form-fields {
  max-width: 583px;
  margin: auto;
}
.email-subscribe .mc4wp-form-fields .email-box {
  float: left;
  text-align: left;
  font-size: 24px;
  padding-left: 12px;
  border: navajowhite;
  height: 55px;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .email-subscribe .mc4wp-form-fields .email-box {
    width: 100%;
    float: inherit;
  }
}
/*-------------------------------------
#. EL: Title
---------------------------------------*/
.rt-el-title {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .rt-el-title {
    margin-bottom: 30px;
  }
}
.rt-el-title .rtin-title {
  line-height: 1;
  font-weight: 600;
  color: #113b7c;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .rt-el-title .rtin-title {
    line-height: 1.2;
  }
}
.rt-el-title .rtin-subtitle {
  font-size: 24px;
  margin-bottom: 0;
  color: #e91d2d;
  font-weight: 400;
  letter-spacing: 2px;
}
.rt-el-title .rtin-subtitle p {
  line-height: 1.5;
  color: #e91d2d;
  font-weight: 400;
  text-transform: uppercase;
}
.rt-el-title-2 {
  text-align: center;
  position: relative;
}
.rt-el-title-2 .rtin-title {
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  color: #e91d2d;
  margin-bottom: 0px;
  letter-spacing: 2px;
  position: relative;
}
.rt-el-title-2 .rtin-title:after {
  content: " ";
  width: 200px;
  background-color: #113b7c;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -20px;
}
.rt-el-title-2 .rtin-subtitle {
  font-size: 24px;
  margin-bottom: 0;
  color: #e91d2d;
  font-weight: 500;
}
.rt-el-title-2 .rtin-subtitle p {
  line-height: 1.5;
  color: #e91d2d;
  font-weight: 500;
  text-transform: uppercase;
}
.rt-el-title-2.rtin-primary.style2 .rtin-title {
  color: #fff;
  position: relative;
}
.rt-el-title-2.rtin-primary.style2 .rtin-subtitle {
  color: #fff;
  text-transform: uppercase;
}
.rt-el-title-2.rtin-primary.style2 .rtin-subtitle p {
  line-height: 1.5;
}
.rt-el-title.rtin-light .rtin-title {
  color: #fff;
  position: relative;
}
.rt-el-title.rtin-light .rtin-subtitle {
  color: #113b7c;
}
.rt-el-title.style2.rtin-light .rtin-title {
  color: #fff;
}
.rt-el-title.style2.rtin-light .rtin-title:after {
  left: 0;
  right: inherit;
}
.rt-el-title2.style2.rtin-light .rtin-title {
  color: #fff;
}
.rt-el-title2.style2.rtin-light .rtin-title:after {
  left: 0;
  right: inherit;
}
.rt-el-title.style1.rtin-light .rtin-title {
  color: #fff;
}
.rt-el-title.style1.rtin-light .rtin-title:after {
  background-color: #fff;
}
.rt-el-title.style1.rtin-light .rtin-subtitle {
  color: #fff;
}
.rt-el-title2.style2.rtin-light .rtin-title {
  color: #fff;
}
.rt-el-title2.style2.rtin-light .rtin-title:after {
  background-color: #fff;
}
.rt-el-title2.style2.rtin-light .rtin-subtitle {
  color: #fff;
}
.testimonial-box {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .testimonial-box {
    padding: 30px 15px;
  }
}
.testimonial-box .d-inline li {
  list-style: none;
  display: inline-block;
  color: #e91d2d;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .testimonial-box .testimonial-img {
    display: inherit;
  }
  .testimonial-box .testimonial-img img {
    margin-bottom: 15px;
  }
}
.testimonial-box .testimonial-img img {
  width: 61px;
  margin-right: 30px;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.testimonial-box p {
  margin-bottom: 2px;
}
.testimonial-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #113b7c;
}
.program-box {
  text-align: center;
  background-color: #fff;
  padding: 0  45px 45px 45px;
}
.program-box .program-img .program-holder {
  position: relative;
  background-color: #e91d2d;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  margin: auto;
  top: -30px;
  font-size: 36px;
}
.program-box p {
  margin-bottom: 5px;
}
.program-box h3 {
  font-size: 24px;
  font-weight: 500;
  color: #113b7c;
  margin-bottom: 40px;
  position: relative;
}
.program-box h3:after {
  content: " ";
  width: 150px;
  background-color: #e91d2d;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -20px;
}
.bg-grey {
  background-color: #f9f9f9;
}
.rtin-item.dhome {
  margin-bottom: 30px;
}
.rtin-item.dhome .rtin-img img {
  width: 100%;
}
.rtin-item.dhome .rtin-footer {
  background-color: #fff;
  border-bottom: 2px solid #e91d2d;
  padding: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.rtin-item.dhome .rtin-footer .rtin-title {
  text-align: center;
  color: #113b7c;
  font-weight: 500;
  text-transform: uppercase;
}
.rtin-item.dhome .rtin-footer .rtin-title a {
  color: #113b7c;
}
.rtin-item.dhome .rtin-footer .rtin-title a:hover {
  color: #e91d2d;
}
.rtin-item.dhome .rtin-footer ul {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 20px;
}
.rtin-item.dhome .rtin-footer ul li {
  display: inline-block;
}
.rtin-item.dhome .rtin-footer ul li:last-child {
  float: right;
}
.rtin-item.dhome .rtin-footer ul li i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-right: 10px;
}
.rtin-item.dhome:hover ul li i {
  color: #e91d2d;
}
.rtin-item.dhome:hover .rtin-footer {
  border-bottom: 2px solid #113b7c;
}
.wrapper-area .blog-sidebar-area .rt-el-info-box .rtin-content h2 {
  font-size: 24px !important;
  top: 32%;
}
.wrapper-area .blog-sidebar-area .rt-el-info-box .rtin-content h2 a:hover {
  color: #e91d2d;
}
.wrapper-area .blog-sidebar-area .btn.btn-lg-1 {
  display: block;
}
.house-left-area h3 {
  font-size: 36px;
  color: #182b4b;
}
.house-left-area ul {
  margin: 0 0 20px 0;
}
.house-left-area ul li {
  list-style: none;
  clear: both;
  font-size: 24px;
}
.house-left-area ul li span {
  width: 150px;
  display: inline-block;
}
.container-holder {
  margin-bottom: 30px;
}
.main-level h3 {
  font-size: 36px;
  color: #182b4b;
  text-transform: uppercase;
}
.elementor-accordion .elementor-accordion-item {
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.elementor-tab-content ul li {
  list-style: none;
}
.elementor-tab-content ul li span {
  min-width: 200px;
  display: inline-block;
}
.elementor-accordion .elementor-tab-content {
  display: none;
  padding: 30px;
  border-top: none;
}
.elementor-accordion .elementor-accordion-item {
  border: none;
  margin-bottom: 20px;
}
.elementor-accordion a:hover,
.elementor-accordion a:focus,
.elementor-accordion a:active {
  color: #e91d2d;
  text-decoration: none;
}
.wrapper-area .header-area.home-page-header {
  background-color: transparent;
  padding: 25px 0 0 0;
  position: absolute;
  z-index: 99;
  width: 100%;
}
.wrapper-area .header-area.home-page-header .logo-area {
  text-align: center;
}
.wrapper-area .header-area.home-page-header .top-left a {
  font-size: 36px;
  font-weight: 500;
}
.wrapper-area .header-area.home-page-header .top-right {
  text-align: right;
  margin-top: 20px;
}
.wrapper-area .header-area.home-page-header .logo-area {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrapper-area .header-area.home-page-header .stick .logo-area {
  text-align: center;
  width: 161px;
  margin: auto;
  margin-top: 10px;
}
.wrapper-area .header-area.home-page-header .stick .top-left a {
  font-size: 24px;
  font-weight: 500;
}
.wrapper-area .header-area.home-page-header .stick .top-left {
  margin-top: 10px;
}
.wrapper-area .header-area.home-page-header .stick .top-right {
  text-align: right;
  margin-top: 9px;
  margin-bottom: 10px;
}
.footer-area .widgets .menu li {
  margin-top: 18px;
}
.widget_kctheme_locations {
  padding: 15px;
}
.widget_kctheme_locations h3.widgets-title {
  margin-bottom: 10px;
}
.widget_kctheme_locations .sub-title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #e91d2d;
}
.widget_kctheme_locations h3.item-title {
  margin: 8px 0 !important;
}
.widget_kctheme_locations .nav-control-layout2.owl-theme .owl-prev {
  left: -44px;
}
.widget_kctheme_locations .nav-control-layout2.owl-theme .owl-next {
  right: -44px;
}
.widget_kctheme_locations .nav-control-layout2.owl-theme:hover .owl-prev {
  opacity: 1;
  visibility: visible;
  left: -15px;
  background: #113b7c !important;
}
.widget_kctheme_locations .nav-control-layout2.owl-theme:hover .owl-next {
  opacity: 1;
  visibility: visible;
  right: -15px;
  background: #113b7c !important;
}
/* new --*/
.additional-menu-area {
  margin-left: 30px;
}
@media all and (max-width: 991px) {
  .additional-menu-area {
    margin-left: 28px;
  }
}
.additional-menu-area a.side-menu-trigger {
  color: #e91d2d;
  cursor: pointer;
  font-size: 21px;
  line-height: 0;
}
@media all and (max-width: 991px) {
  .additional-menu-area {
    margin-left: 28px;
  }
}
.additional-menu-area a.side-menu-trigger {
  color: #e91d2d;
  cursor: pointer;
  font-size: 21px;
  line-height: 0;
}
.additional-menu-area a.side-menu-trigger:hover {
  color: #ff6d00;
}
/* Header Right Menu */
.sidebartogol.sidenav {
  height: 100%;
  width: 400px;
  position: fixed;
  z-index: 999999999;
  top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #002154;
  overflow-x: hidden;
  padding-top: 40px;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media all and (max-width: 767px) {
  .sidebartogol.sidenav {
    width: 318px;
  }
}
body .rt-cover {
  z-index: 149;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
@media all and (min-width: 767px) {
  .header-icon-area {
    padding-top: 11px;
  }
}
.sidebartogol.sidenav .widgets {
  margin-bottom: 20px;
}
.sidebartogol.sidenav .widgets h3 {
  color: #e91d2d;
}
.sidebartogol.sidenav ul.menu {
  display: block;
  text-transform: uppercase;
}
.sidebartogol.sidenav .closebtn {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 24px;
  padding: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 55px;
  line-height: 26px;
  height: 34px;
  width: 34px;
}
.sidebartogol.sidenav .closebtn:hover {
  color: #ff6d00;
}
.sidebartogol.sidenav .sidenav-search {
  border: 1px solid #5f5f5f;
  margin: 0 20px 10px 20px;
}
.sidebartogol.sidenav ul li {
  border-bottom: none;
  margin-bottom: 0;
  line-height: 24px;
  list-style: none;
}
.sidebartogol.sidenav ul li.current-menu-item a {
  color: #e91d2d;
}
.sidebartogol.sidenav ul li > ul > li {
  padding-left: 20px;
}
.sidebartogol.sidenav ul li a {
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  border: none;
  padding: 4px 8px 7px 10px;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media all and (max-width: 767px) {
  .sidebartogol.sidenav ul li a {
    font-size: 18px;
  }
}
.sidebartogol.sidenav ul li a:hover {
  color: #e91d2d;
}
.sidebartogol.sidenav ul li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-right: 8px;
}
.additional-menu-area .mega-menu.hide-header > ul > li {
  padding-left: 0;
}
.additional-menu-area .mega-menu.hide-header > ul > li > a {
  display: none;
}
.additional-menu-area .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
.additional-menu-area .sidenav-address {
  padding: 30px 20px;
  line-height: 28px;
  margin-top: 30px;
  border-top: 1px solid #444444;
}
.additional-menu-area .sidenav-address h4 {
  color: #ffffff;
}
.additional-menu-area .sidenav-address span {
  color: #c4c4c4;
  font-size: 15px;
  display: block;
}
.additional-menu-area .sidenav-address span a {
  color: #c4c4c4;
  padding: 0;
}
.additional-menu-area .sidenav-address span a:hover {
  color: #ff6d00;
}
.additional-menu-area .sidenav-social {
  margin-top: 20px;
}
.additional-menu-area .sidenav-social span {
  display: inline-block;
  padding-right: 10px;
  font-size: 18px;
}
.wrapper-area .header-area .top-right {
  text-align: right;
  float: right;
}
.additional-menu-area {
  margin-left: 20px;
  text-align: right;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  .additional-menu-area {
    margin-top: 6px;
    margin-right: 5px;
  }
}
.address-menu {
  color: #111;
  padding: 30px;
}
.menu-address {
  color: #fff;
  padding: 30px;
}
.menu-address h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.menu-address h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.menu-address p {
  font-size: 16px;
  margin-bottom: 0;
}
.btn-sidebar-menu {
  position: absolute;
  top: 50px;
}
.btn-sidebar-menu a {
  font-size: 18px;
  text-transform: uppercase;
  color: #113b7c;
}
.btn-sidebar-menu a:hover {
  color: #e91d2d;
}
.jcontent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  font-size: 36px;
  z-index: 999;
  color: #fff;
}
@media all and (max-width: 767px) {
  .jcontent {
    bottom: 10px;
    font-size: 30px;
  }
}
.jcontent i {
  color: #fff;
}
.tagcloud-kc a:before {
  content: "#";
  font-color: #000;
}
.entry-content-area.search {
  margin-bottom: 40px;
}
.margin-b50px{
    margin-bottom: 30px;
}

.inner-myblog-box .img-holder {
height:0;
padding-top:50%;
background-size:cover;
background-position:center center;
}
