html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Figtree", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px;
}

img {
  width: 100%;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}

.desctop-hidden {
  display: none;
}
@media (max-width: 991px) {
  .desctop-hidden {
    display: block;
  }
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ae1f25;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
  background-color: #fff;
}

.btn {
  color: #fff;
  background-color: #ae1f25;
  border: 2px solid #ae1f25;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .btn {
    padding: 14px 25px;
    letter-spacing: 2px;
  }
}

.btn:hover {
  color: #fff;
  border: 2px solid #214083;
  background-color: #214083;
  border-radius: 50px;
}

.title-h {
  font-size: 50px;
  font-weight: 600;
  line-height: 53px;
  margin-bottom: 20px;
  margin-top: 10px;
  letter-spacing: -1px;
  font-family: "Figtree", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 35px;
    line-height: 38px;
  }
}

.little-h {
  color: #ae1f25;
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 16px;
    letter-spacing: 3px;
  }
}

.inner-h {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #333;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 28px;
    line-height: 32px;
  }
}

.title-p {
  font-size: 22px;
  font-weight: 200;
  line-height: 32px;
  padding-bottom: 20px;
  font-family: "Figtree", sans-serif;
  color: #666;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/******navbar start*******/
.top-bar {
  width: 100%;
  z-index: 9999;
  background-color: #214083;
}
.top-bar span {
  margin: 0 10px;
}
.top-bar p, .top-bar a {
  display: inline-block;
  padding-top: 4px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 16px;
    line-height: 18px;
    padding-top: 0px;
    letter-spacing: 0px;
    margin-bottom: 3px;
  }
}
.top-bar .top-text-right {
  text-align: right;
}
@media (max-width: 550px) {
  .top-bar .top-text-right {
    text-align: center;
  }
}
.top-bar .svg-inline--fa {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  padding: 6px;
  width: 31px;
  height: 31px;
  margin: 1px 0px 3px 10px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .top-bar .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.top-bar .svg-inline--fa:hover {
  color: #fff;
  border: 1px solid #ae1f25;
  background-color: #ae1f25;
}
.top-bar a:hover {
  color: #ae1f25;
}

.attr-nav p a .svg-inline--fa {
  display: inline-block;
  margin: 34px 0 0 10px;
  color: #333;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 28px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px #eee;
  }
}

.navbar-brand {
  height: auto;
  padding: 2px 5px;
}
@media (max-width: 1198px) {
  .navbar-brand {
    padding: 1px 0 0 0;
    margin-top: 2px;
  }
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 80px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 70px;
    margin-top: 4px;
  }
}

.navbar-brand img {
  width: auto;
  height: 80px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 80px;
    margin-top: 4px;
  }
}

.caret {
  margin-left: 4px;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 250px;
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 5px solid #214083;
    margin-top: 0px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 31px 7px 29px 10px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #214083;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
    font-family: "Figtree", sans-serif;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 7px 15px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #214083;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #222 !important;
    text-transform: uppercase;
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding: 12px 0;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #333;
    font-size: 20px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
}
@media (max-width: 992px) and (max-width: 991px) {
  nav.navbar.bootsnav .navbar-nav {
    margin: 0px -15px 0px -15px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 28px 6px 20px 6px;
  }
}
@media (min-width: 1290px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 150px;
  }
}
@media (min-width: 1290px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 150px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

.mobile-view {
  display: block !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .mobile-center {
    text-align: center;
  }
}

.small-view {
  display: none !important;
}
@media (max-width: 991px) {
  .small-view {
    display: block !important;
  }
}

/******navbar end**********/
/*****hero start*********/
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slide-half-img,
.slider .owl-item {
  height: 100vh;
}
@media (max-width: 991px) {
  .slider #owlCarousel,
  .slider .owl-stage-outer,
  .slider .owl-stage,
  .slide-half-img,
  .slider .owl-item {
    height: 94vh;
  }
}

.slider {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .slider {
    height: 94vh;
  }
}
.slider h1, .slider h2, .slider h3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.slider h3 {
  padding-bottom: 0;
  margin-top: 5px;
}
.slider h1 {
  margin-bottom: 0px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .slider .btn {
    margin-top: 0;
    padding: 12px 25px;
  }
}

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.slider .owl-item-bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .slider .owl-item-bg {
    height: 94vh;
  }
}

.slide-content {
  position: absolute;
  bottom: 200px;
  width: 100%;
  z-index: 6;
}
@media (max-width: 768px) {
  .slide-content {
    top: 220px;
  }
}

.slide-text {
  text-align: center;
  position: relative;
  padding: 30px 25px 20px 25px;
  border-radius: 4px;
  background-color: rgba(0, 34, 51, 0.45);
  z-index: 7;
}
@media (max-width: 768px) {
  .slide-text {
    padding: 1px 10px 10px 10px;
  }
}

.slider .owl-nav {
  position: absolute;
  top: 45vh;
  right: 5px;
  left: 5px;
}
@media (max-width: 768px) {
  .slider .owl-nav {
    left: 2px;
    right: 2px;
  }
}
.slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 5px;
  padding: 4px 0px;
  display: inline-block;
  cursor: pointer;
  width: 12px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 12px;
  }
}
.slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 1;
}
.slider .owl-prev {
  float: left;
}
.slider .owl-next {
  float: right;
}
.slider .owl-theme .owl-controls {
  margin-top: -30px;
}
.slider .owl-theme .owl-dots .owl-dot span {
  z-index: 555;
  background: red;
}

.slide-back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100%;
}

.slider-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 650px) {
  .slider-bottom {
    bottom: 15px;
  }
}
.slider-bottom li {
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 650px) {
  .slider-bottom li {
    padding: 0 5px;
  }
}
.slider-bottom ul {
  list-style: none;
  padding-left: 0;
}
.slider-bottom .svg-inline--fa {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  vertical-align: top;
  margin-right: 6px;
}
@media (max-width: 650px) {
  .slider-bottom .svg-inline--fa {
    margin-right: 3px;
  }
}

.list-middle {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .list-middle {
    border-left: none;
    border-right: none;
    margin: 10px 0;
  }
}

.color-cta {
  background-color: #214083;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .color-cta {
    text-align: center;
    padding: 15px 0;
  }
}
.color-cta h3, .color-cta h4 {
  color: #fff;
  margin-bottom: 5px;
}
.color-cta p {
  color: #ccc;
  margin-bottom: 5px;
}
.color-cta .title-p {
  margin: 0;
  padding: 0;
}
.color-cta img {
  width: 50px;
  margin-top: -10px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .color-cta img {
    display: block;
    margin: 0px auto;
  }
}

.bottom-hero {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bottom-hero {
    padding: 35px 0;
  }
}
.bottom-hero .back {
  z-index: 0;
  background-color: #222;
}

.banner-item {
  overflow: hidden;
  border-radius: 10px;
  padding: 30px 20px 30px 20px;
  box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .banner-item {
    margin-top: 15px;
  }
}
.banner-item img {
  height: 65px;
  width: auto;
}
.banner-item h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #214083;
  font-weight: 700;
  font-size: 25px;
  margin-top: 15px;
}

.bottom-row {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .bottom-row {
    margin-top: 0px;
  }
}
.bottom-row h4 {
  color: #fff;
}

/***************hero end******/
/***** hero end ********/
/******* index-cta start *******/
.index-cta .index-box {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
  margin-bottom: 15px;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .index-cta .index-box {
    height: 220px;
    margin-top: 25px;
  }
}
.index-cta .back {
  background: rgba(13, 13, 13, 0.15);
}
.index-cta .btn {
  margin: 3px;
  min-width: 230px;
}

/******* index-cta end ********/
/******* cta start ********/
.cta {
  background-attachment: fixed;
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cta {
    padding: 120px 0;
  }
}
.cta .back {
  background: rgba(0, 34, 51, 0.15);
}
.cta .title-p {
  font-weight: 400;
  color: #222;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .cta .title-p {
    font-size: 18px;
    line-height: 23px;
  }
}
.cta .cta-box {
  background-color: rgba(242, 242, 242, 0.84);
  padding: 50px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .cta .cta-box {
    padding: 20px 15px;
  }
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
  }
}
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end *******/
.services-right-text {
  padding: 0;
}

.services-right-text .services-img-right {
  margin-right: 45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img-right {
    margin-right: 0;
  }
}

.services-right-text .services-right-black {
  padding: 150px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: rgb(235, 239, 250);
  margin-right: -45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-right-black {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.services-right-text .services-img-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img-mobile {
    height: 220px;
    display: block;
  }
}

.services-right-text ul, .about-left-text ul {
  list-style: none;
  padding-left: 0;
}
.services-right-text .svg-inline--fa, .about-left-text .svg-inline--fa {
  margin-right: 15px;
  color: #ae1f25;
}
.services-right-text li, .about-left-text li {
  margin-bottom: 10px;
}

.about-left-text {
  padding: 0;
}

.about-left-text .about-img {
  margin-left: 45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img {
    margin-left: 0;
  }
}

.about-left-text .about-text {
  padding: 150px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: rgb(235, 239, 250);
  margin-left: -45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.about-left-text .about-img2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img2 {
    height: 220px;
    display: block;
  }
}

/****** index-product ********/
.products .product-box {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  margin-top: 30px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .products .product-box {
    margin-bottom: 15px;
  }
}
.products .product-box h4, .products .product-box h5, .products .product-box h6 {
  margin: 10px 0;
}
.products .product-box h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 30px;
  color: #ae1f25;
}
.products .product-box h5 {
  font-size: 26px;
  font-weight: 500;
  color: #214083;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .products .product-box h5 {
    font-size: 29px;
  }
}
.products .product-box .title {
  font-size: 24px;
  line-height: 28px;
  min-height: 56px;
  font-family: "Nunito Sans", sans-serif;
}
.products .product-box .btn {
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}
.products .product-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 210px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .products .product-img {
    height: 180px;
  }
}

.testimonial {
  overflow: hidden;
}

.products .owl-nav {
  position: absolute;
  top: 43%;
  left: -5px;
  right: -5px;
}
@media (max-width: 768px) {
  .products .owl-nav {
    left: 5px;
    right: 5px;
  }
}
.products .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .products .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.products .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.products .owl-prev {
  float: left;
}
.products .owl-next {
  float: right;
}
.products .owl-theme .owl-dots .owl-dot.active span, .products .owl-theme .owl-dots .owl-dot:hover span {
  background: #ae1f25;
}

.product-sale {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  width: 120px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .product-sale {
    width: 140px;
  }
}
.product-sale .ribbon {
  padding: 7px 2px 7px 2px;
  background-color: #ae1f25;
  margin: 0;
  font-family: "Figtree", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: line-through;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 550px) {
  .product-sale .ribbon {
    font-size: 16px;
  }
}

.product-sold {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  width: 120px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .product-sold {
    width: 140px;
  }
}
.product-sold .ribbon {
  padding: 7px 2px 7px 2px;
  background-color: #999;
  margin: 0;
  font-family: "Figtree", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 550px) {
  .product-sold .ribbon {
    font-size: 16px;
  }
}

/********* services end *********/
.product-index-text h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 15px;
}
.product-index-text h4 {
  font-size: 16px;
}
.product-index-text a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
}

.product-index-img {
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
}
@media (max-width: 500px) {
  .product-index-img {
    height: 220px;
    margin-top: 25px;
  }
}

.product-index-box {
  margin-top: 30px;
}

/*********** testimonials start *********/
.review-box-home {
  background-color: #fff;
  padding: 20px 25px 0 35px;
  box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin: 20px 15px 20px 2px;
  min-height: 450px;
}
@media (max-width: 700px) {
  .review-box-home {
    padding: 20px 15px;
    margin: 2px;
    box-shadow: none;
    border: 1px solid #eee;
  }
}
.review-box-home .test-img {
  width: 60px !important;
}

.testimonial .description {
  margin: 20px 0px;
  font-size: 18px;
  color: #111;
  line-height: 27px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7; /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 991px) {
  .testimonial .description {
    padding: 5px 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.testimonial .title {
  display: block;
  font-size: 19px;
  font-weight: 600;
  color: #214083;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0px;
  margin: 20px 20px 35px 0;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .testimonial .title {
    margin-bottom: 10px;
  }
}

.review-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  margin-top: 30px;
}
@media (max-width: 700px) {
  .review-title {
    margin-top: 20px;
  }
}

.testimonials .owl-nav {
  right: 10px;
}
@media (max-width: 768px) {
  .testimonials .owl-nav {
    left: 5px;
    right: 5px;
  }
}
.testimonials .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 11px 17px 9px 17px;
  background-color: #ae1f25;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .testimonials .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.testimonials .owl-theme .owl-controls .owl-nav [class*=owl-] .svg-inline--fa {
  font-size: 20px;
}
.testimonials .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #214083;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #ae1f25;
}

@media (max-width: 991px) {
  .testi-left {
    text-align: center;
  }
}

.testimonial-bottom {
  padding: 180px 0 90px 20px;
  margin-top: -150px;
}
@media (max-width: 991px) {
  .testimonial-bottom {
    padding: 160px 0 90px 0px;
  }
}
.testimonial-bottom .svg-inline--fa {
  font-size: 18px;
  color: gold;
  margin-right: 2px;
}

/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 40px 0 60px 0;
}
.tc-footer h3 {
  font-family: "Nunito Sans", sans-serif;
  margin-left: 5px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .tc-footer {
    text-align: center;
  }
}
.tc-footer .back {
  background: rgba(235, 239, 250, 0.94);
}

.tc-footer .footer-title {
  color: #ae1f25;
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  margin: 40px 0 15px 0;
}

@media (max-width: 991px) {
  .tc-footer .footer-title {
    margin: 30px 0 10px 0;
  }
}
.tc-footer a {
  color: #555;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 20px;
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #ae1f25;
  transition: all 0.4s ease-in-out;
}

.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}

.tc-footer p {
  color: #555;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 991px) {
  .tc-footer p {
    line-height: 20px;
    font-size: 16px;
  }
}
.tc-footer .svg-inline--fa {
  display: inline-block;
  background-color: #ae1f25;
  border: 1px solid #ae1f25;
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 7px;
  border-radius: 50%;
  margin: 10px 2px 0 5px;
}

.tc-footer .svg-inline--fa:hover {
  border: 1px solid #ae1f25;
  background: #ae1f25;
  color: #fff;
}

.footer-copyright {
  margin-top: 15px;
  padding: 0px 0 10px 0;
  letter-spacing: 1px;
  color: #e6e6e6;
  font-size: 13px;
}

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 20px 15px;
    margin-top: 20px;
  }
}
.footer-cards {
  margin-bottom: 15px;
}

.footer-logo {
  width: 80%;
  margin-top: 20px;
}

.footer-bottom {
  background-color: #222;
}
.footer-bottom p, .footer-bottom a {
  color: #eee;
}
.footer-bottom a:hover {
  color: #ae1f25;
}

/******************************/
video {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.iframe-video {
  width: 100%; /* or a fixed value like 560px */
  height: 620px; /* change as needed */
  max-width: 100%;
}
@media (max-width: 991px) {
  .iframe-video {
    height: 420px;
  }
}
@media (max-width: 600px) {
  .iframe-video {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .iframe-video {
    height: 200px;
  }
}

.modal-backdrop.in {
  filter: alpha(opacity=40);
  opacity: 0.9;
}

.modal-dialog {
  margin: 120px auto;
}
@media (max-width: 990px) {
  .modal-dialog {
    margin: 100px auto;
  }
}

.close {
  font-size: 30px;
  filter: alpha(opacity=20);
  opacity: 0.7;
}

.modal-body {
  margin: 0 50px;
}
@media (max-width: 990px) {
  .modal-body {
    margin: 0 0px;
  }
}

.modal-header {
  border-bottom: none;
}

.modal-header img {
  width: 50%;
  margin: 30px 0 0 0;
}

.modal-body .title-p {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.modal-body .inner-h {
  margin-top: 0;
}

.logo-box {
  display: inline-block;
  width: calc(25% - 20px);
  margin: 10px 7px;
  position: relative;
  vertical-align: top;
  padding: 20px;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .logo-box {
    width: calc(33% - 20px);
  }
}
@media (max-width: 600px) {
  .logo-box {
    width: calc(50% - 20px);
  }
}

.logo-section-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}

.logo-box:hover {
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.15);
}/*# sourceMappingURL=style.css.map */