* {
  box-sizing: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');


body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #f8f9fa;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif !important;
}


a {
  text-decoration: none !important;
}

.container {
  position: relative;
}

.modal-section-main {
  position: absolute;
}

.modal-section-main .modal .modal-content {
  background-color: #0d1538;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  text-align: center;
}

.modal-section-main .modal .modal-content .modal-body {
  padding: 0;
}

.modal-section-main .modal .modal-content .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;

}

.modal-section-main .modal .modal-content .btn-close:focus {
  box-shadow: none;
}

.modal-section-main .modal .modal-content .heading {
  background-color: #ac0202;
  padding: 20px;
}

.modal-section-main .modal .modal-content .modal-body h2 {
  text-align: center;
  font-weight: 600;
  color: #fff;
}


.modal-section-main .modal .modal-content .modal-body p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}

.modal-section-main .modal .modal-content .modal-body form {
  padding: 20px;
}

.modal-section-main .modal .modal-content .modal-body span {
  display: block;
  margin-bottom: 10px;
}


.modal-section-main .modal .modal-content .modal-body input {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  padding: 0 10px;
  border: 1px solid #0d1538;
  color: #0d1538;
  font-weight: 600;

}
.modal-section-main .modal .modal-content .modal-body input::placeholder{
  color: #0d1538;
}
.modal-section-main .modal .modal-content .modal-body input:focus {
  box-shadow: none;
  border: 1px solid #ac0202;
  outline: none;
}

.modal-section-main .modal .modal-content .modal-body input[type="number"]::-webkit-outer-spin-button,
.modal-section-main .modal .modal-content .modal-body input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-section-main .modal .modal-content .modal-body input[type="Date"] {
  text-transform: uppercase;
  font-weight: 700;
}

.modal-section-main .modal .modal-content .modal-body .form-btn {
  width: fit-content;
  margin-top: 20px;

}

.modal-section-main .modal .modal-content .modal-body .form-btn {
  border-radius: 0;
  font-weight: 600;
  transition: all 0.4s;
  border: 1px solid #fff;
}

.modal-section-main .modal .modal-content .modal-body .form-btn:hover {
  background-color: #0d1538;
  color: #fff;
}

.modal-section-main .modal .modal-content h6 {
  color: #cecece;
}

.modal-section-main .modal .call-txt {
  padding: 16px 0;
  background-color: #ac0202;
}

.modal-section-main .modal .modal-content a {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  animation: zoomInOut 1s infinite alternate;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.fixed-btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.fixed-btn .btn-grp {
  display: flex;
  justify-content: space-between;
  opacity: .8;
  transition: all 0.4s;
}

.fixed-btn .btn-grp:hover {
  opacity: 1;
}

.fixed-btn .btn-grp a {
  display: block;
  width: 50%;

  padding: 15px 0;
  text-align: center;
  background-color: #fd7e14;
  font-weight: 700;
  font-size: 18px;
  color: #0d1538;

}

.fixed-btn .btn-grp a svg {
  margin-right: 10px;
}

.fixed-btn .btn-grp a:nth-child(2) {
  background-color: rgb(0, 80, 0);
  color: #fff;
}

@media(max-width:768px) {
  .fixed-btn {
    display: block;

  }

}

.banner-carousel img {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 200px;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
}

.section-title h2 {
  color: #0d1538;
  font-family: 'Philosopher', sans-serif !important;
  font-weight: 600;
}

.section-title.dark-bg h2 {
  color: #fff;
  font-family: 'Philosopher', sans-serif !important;
  font-weight: 600;
}

.section-title.dark-bg h2 span {
  color: #ffbd29;
}
.section-title h2 span {
  color: #ac0202;
}

.service-main-section {
  background-color: #0d1538;
  position: relative;
  padding: 80px 0;
}

.service-main-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-dark.png);
  opacity: .1;
  background-repeat: no-repeat;
  background-size: cover;

}

.service-main-section .service-box-main {
  position: relative;
  margin-bottom: 30px;

}

.service-main-section .service-box-main .box-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 10px;
  border: 3px inset #0d1538;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.service-main-section .service-box-main .box-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.5s;
}

.service-main-section .service-box-main:hover .box-img img {
  transform: scale(1.1);
}

.service-main-section .service-box-main .box-content {
  padding: 10px 20px;
  text-align: center;
}

.service-main-section .service-box-main h4 a {
  color: #ac0202;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #ffbd29;
  padding: 10px ;
  border-top-left-radius: 40px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 40px;
border: 1px solid #fff;
  display: block;
  transition: all 0.4s;
}

.service-main-section .service-box-main h4 a:hover {
  border-top-right-radius: 40px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 40px;
}

.service-main-section .service-box-main p {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #cecece;
  height: 110px;
  overflow: scroll;
}

.service-main-section .service-box-main .btn-grp a {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 10px;
  background-color: #ffbd29;
  color: #ac0202;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: all 0.4s;
}

.service-main-section .service-box-main .btn-grp a svg {
  margin-right: 5px;
}

.service-main-section .service-box-main .btn-grp a:nth-child(2) {
  background-color: #fff;
  color: #0d1538;
}

.service-main-section .service-box-main .btn-grp a:hover {
  transform: scale(1.1);
  background-color: #ac0202;
  color: #fff;
}

@media (max-width:992px) {
  .service-main-section .service-box-main p {
    height: auto;
  }

}

.about-main-section {
  padding: 80px 0;
  position: relative;
}

.about-main-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-dark.png);
  opacity: .15;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-main-section .left-content h4 {
  font-weight: 600;
  color: #0d1538;
  text-transform: capitalize;

}


.about-main-section .left-content p {
  color: #0d1538;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;

  line-height: 28px;
}

.about-main-section .left-content .feature-box {
  padding: 24px 0;
  border: 1px solid #cecece;
  text-align: center;
  margin-bottom: 20px;
}

.about-main-section .left-content .feature-box svg {
  color: #ac0202;
  width: 25px;
  height: 25px;
}

.about-main-section .left-content .feature-box h5 {
  font-size: 26px;
  font-weight: 600;
  color: #0d1538;
  margin-bottom: 0;

}

.about-main-section .left-content .call-btn {
  display: block;
  width: fit-content;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 600;
  background-color: #ac0202;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
transition: all 0.4s;
}
.about-main-section .left-content .call-btn:hover{
  background-color: #ffbd29;
  color: #ac0202;
}
.about-main-section .right-content {
  position: relative;
}

.about-main-section .right-content img {
  position: relative;
}

.about-main-section .right-content img:nth-child(1) {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border: 2px solid #ffbd29;
}

.about-main-section .right-content img:nth-child(2) {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  border: 2px solid #ffbd29;
  transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

@media (min-width:1200px) and (max-width:1400px) {
  .about-main-section .right-content img:nth-child(1) {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border: 2px solid #ffbd29;
  }

  .about-main-section .right-content img:nth-child(2) {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: 65%;
    right: 0;
    border: 2px solid #ffbd29;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .about-main-section .right-content img:nth-child(1) {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border: 2px solid #ffbd29;
  }

  .about-main-section .right-content img:nth-child(2) {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    top: 80%;
    right: 0;
    border: 2px solid #ffbd29;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
}

@media (max-width:992px) {
  .about-main-section .left-content h4 {
    text-align: center;
  }

  .about-main-section .right-content {
    margin-bottom: 30px;
    text-align: center;
  }

  .about-main-section .right-content img:nth-child(1) {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border: 2px solid #ffbd29;
  }

  .about-main-section .right-content img:nth-child(2) {
    display: none;
  }
}

@media (max-width:568px) {

  .about-main-section .right-content img:nth-child(1) {
    width: 300px;
    height: 300px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border: 2px solid #fd7e14;
  }

}

.whyus-section {
  position: relative;
  padding: 80px 0;
}

.whyus-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-dark.png);
  opacity: .1;
  background-repeat: no-repeat;
  background-size: cover;

}



.whyus-section .whyus-content {
  margin: 30px 0;
}

.whyus-section .whyus-content p {
  color: #0d1538;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 40px;
}

.whyus-section .whyus-content .feature-btn{
  text-align: center;
  display: block;
  padding: 10px;
  border-top-left-radius: 40px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 40px;
  margin-bottom: 10px;
  background-color: #ac0202;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.4s;
}
.whyus-section .whyus-content .feature-btn.active{
  background-color: #0d1538;
}
.whyus-section .whyus-content .feature-btn:hover{
  background-color: #0d1538;
}

.whyus-section .feature-box-wrapper{
  margin-top: 50px;
}

.whyus-section .feature-box-wrapper .feature-box{
  text-align: center;
  padding: 30px 20px;
  background-color: #ac0202;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-bottom: 20px;
  transition: all 0.4s;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 1px solid #fff;
}
.whyus-section .feature-box-wrapper .feature-box.active,.whyus-section .feature-box-wrapper .feature-box:hover{
  background-color: #0d1538;
}

.whyus-section .feature-box-wrapper .feature-box .icon svg{
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  color: #fff;
  animation: zoomInOut 1s infinite alternate;
}

.whyus-section .feature-box-wrapper .feature-box h3{
  font-weight: 800;
  font-size: 38px;
  color: #f9d423;
font-family: 'Philosopher',sans-serif!important;
}

.whyus-section .feature-box-wrapper .feature-box p{
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.whyus-section .whyus-cta{
  padding: 60px 0 0;
  text-align: center;
}

.whyus-section .whyus-cta h2{
  font-weight: 600;
  color: #0d1538;
  font-family: 'Philosopher',sans-serif!important;
  margin-bottom: 20px;
}

.whyus-section .whyus-cta h2 span{
  color: #ac0202;
}


.whyus-section .whyus-cta .btn-grp a{
  padding: 15px 20px;
  background-color: #ac0202;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: all 0.5s;
  animation: bounceBtn .6s infinite alternate;
  border: 1px solid #fff;
}

@keyframes bounceBtn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.whyus-section .whyus-cta .btn-grp a:hover{
  background-color: #ffbd29;
  color: #ac0202;
}
.whyus-section .whyus-cta p.note{
  font-weight: 600;
  font-size: 18px;
}
.whyus-section .whyus-cta p.note span{
  color: #ac0202;
}
.mid-banner img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
}


.main-cta-box {
  position: relative;
  background-color: #0d1538;
  overflow: hidden;
}

.main-cta-box .container-fluid {
  padding: 0;
}

.main-cta-box .left-content {
  padding: 20px 0 60px;
}

.main-cta-box .left-content h6 {
  color: #cecece;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.main-cta-box .left-content h3 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 36px;
  color: #ffbd29;
  margin-bottom:20px ;
}

.main-cta-box .left-content p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 50px;
}

.main-cta-box .left-content .btn-grp a {
  padding: 16px 30px;
  margin-right: 10px;
  background-color: #ffbd29;
  border: 1px solid #fff;
  color: #0d1538;
  font-weight: 600;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: all 0.4s;
}

.main-cta-box .left-content .btn-grp a:nth-child(2) {
  background-color: #fff;

}
.main-cta-box .left-content .btn-grp a:hover{
  background-color: #ac0202;
  color: #fff;
}
.main-cta-box .right-content {
  position: relative;
  height: 100%;
  min-height: 450px;
  background:url(../img/whyus-gif.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-cta-box .right-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 21, 56,0.7);
}

.main-cta-box .right-content .content-wrapper {
  position: relative;
  padding: 20px;
}

.main-cta-box .right-content .content-wrapper h4 {
  font-family: 'Philosopher', sans-serif !important;
  color: transparent;
  text-align: center;
  margin-bottom: 30px;
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  background-clip: text;
  background-size: 400% 400%;
  -webkit-background-clip: text;
  font-weight: 700;
  font-size: 30px;
  animation: slideTextBg 2s infinite;
}
@keyframes slideTextBg{
  0%{
    background-position: 100% 0;
    transform: scale(1);
  }
  50%{
    background-position: 50% 50%;
    transform: scale(1.1);
  }
  100%{
    background-position: 100% 0;
    transform: scale(1);
  }
}
.main-cta-box .right-content .content-wrapper .zodiac-box {
  text-align: center;
  margin-bottom: 20px;
}

.main-cta-box .right-content .content-wrapper .zodiac-box button {
  text-align: center;
  background-color: transparent;
  border: none;
  transition: all 0.4s;
}

.main-cta-box .right-content .content-wrapper .zodiac-box button img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
  background-color: #0d1538;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: all 0.4s;
}

.main-cta-box .right-content .content-wrapper .zodiac-box button p {
  color: #ffbd29;
  font-weight: 700;
  position: relative;
}


.main-cta-box .right-content .content-wrapper .zodiac-box button:hover{
  transform: scale(1.2);
}
.main-cta-box .right-content .content-wrapper .zodiac-box button:hover img{
  transform: rotate(360deg);
  box-shadow: 0 0 40px -10px #fff;
  
}
@media (max-width:992px) {
  .main-cta-box .left-content {
    text-align: center;
    padding: 80px 20px !important;
  }
}

@media (max-width:568px) {
  .main-cta-box .left-content h3 {
    font-size: 28px;
  }

  .main-cta-box .left-content .btn-grp a {
    padding: 12px 14px;
    margin-right: 0;
    background-color: #fd7e14;
    color: #0d1538;
    font-weight: 600;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }

}

.service-section-two {
  padding: 60px 0;
  position: relative;
}

.service-section-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-dark.png);
  opacity: .15;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-section-two .service-box {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.service-section-two .service-box .box-img {
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.service-section-two .service-box img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: all 0.4s;
  min-height: 140px;
  height: 100%;
}


.service-section-two .service-box:hover img {
  filter: grayscale(50%);
  transform: scale(1.1);

}


.service-section-two .service-box h4 a {
  color: #0d1538;
  font-weight: 700;
  font-family: 'Philosopher', sans-serif !important;
  display: block;
  margin-bottom: 15px;
}


.service-section-two .service-box .call-btn {
  padding: 10px 18px;
  background-color: #ac0202;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: all 0.4s;
}

.service-section-two .service-box .call-btn:hover {
  background-color: #ffbd29;
  color: #ac0202;
  transform: scale(1.1);
}

.testimonials {
  background-color: #0d1538;
  padding: 40px 0;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-dark.png);
  opacity: .15;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials .testimonial-box {
  text-align: center;
  position: relative;
}

.testimonials .testimonial-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-top: 6px solid #cecece;
  border-left: 6px solid #cecece;
  opacity: .2;
}

.testimonials .testimonial-box .box-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 10px;
  border: 2px inset rgba(255, 255, 255, 0.3);
  margin: 0 auto 10px;
}

.testimonials .testimonial-box .box-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: grayscale(100%) blur(2px);
}

.testimonials .testimonial-box .box-content {
  padding: 0 10px;
}

.testimonials .testimonial-box .box-content p.name {
  color: #ffbd29;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Philosopher', sans-serif !important;
  margin-bottom: 0;
}

.testimonials .testimonial-box .box-content .place {
  display: block;
  color: #cecece;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 1px;
  margin: 10px 0;
}


.testimonials .testimonial-box .box-content .message {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
}


