@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.btn {
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 25px;
}

.btn-danger {
  background-color: #e20a17;
}

.btn-secondary {
  background-color: #002d71;
  border-color: #002d71;w
}

@media (max-width: 575.98px) {
  .btn {
    font-size: 14px;
  }
}
body {
  color: #666666;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 30px;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #111111;
  line-height: 1.2;
  font-weight: 700;
}

.block {
  padding: 70px 0;
}

.section-title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}
.section-title span {
  color: #e20a17;
}

.inner-page-header {
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inner-page-header h1 {
  color: #002d71;
}
.inner-page-header nav {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner-page-header nav .breadcrumb li {
  color: #111111;
}
.inner-page-header nav .breadcrumb li a {
  color: #111111;
}
.inner-page-header nav .breadcrumb li.active, .inner-page-header nav .breadcrumb li a:hover {
    color: #e20a17;
  }

.card {
  padding: 30px;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  cursor: pointer;
}
.card:hover {
  -webkit-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.form-control {
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e20a17;
}

.form-label {
  color: #111111;
  font-weight: 500;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background-color: #e20a17;
  border-radius: 7px;
}

body::-webkit-scrollbar-thumb {
  background-color: #002d71;
  border-radius: 7px;
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  .inner-page-header {
    padding: 70px 0;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 768.98px) {
  .block {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 34px;
  }
}



/*Top Header*/
.top-header {
    background-color: #F5F9FF;
    text-align: right;
    padding: 5px 0;

}

.top-header-info p{
    display:inline-block;
    color: #0E0E0E;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom:0;
}

.top-header-info p a{
    color: #0E0E0E;
}

.top-header-info p svg{
    color: #E20A17;
    margin-right: 5px;
}

.top-header-info p:last-child{
    margin-right: 0;
}

.top-header-info p img{
width:20px;
}





header {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c3edfb+0,e4f9fe+100 */
  background: rgb(195, 237, 251); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(195, 237, 251)), to(rgb(228, 249, 254)));
  background: linear-gradient(to right, rgb(195, 237, 251) 0%, rgb(228, 249, 254) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c3edfb", endColorstr="#e4f9fe",GradientType=1 ); /* IE6-9 */
}
header.home-header {
  position: absolute;
  top: 42px;
  left: 0;
  height: auto;
  width: 100%;
  background: transparent;
  z-index: 1;
}
header.home-header:before {
  position: relative;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-color: #002d71;
}
header nav .navbar-brand img {
  width: 100px;
}
header nav .navbar-nav li {
  margin: 0 20px;
}
header nav .navbar-nav li a {
  position: relative;
  color: #111111;
  padding: 5px 0 !important;
  font-weight: 500;
}
header nav .navbar-nav li a:hover, header nav .navbar-nav li a.active {
  color: #111111 !important;
}
header nav .navbar-nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  width: 5px;
  height: 5px;
  margin: 0 auto;
  background-color: #e20a17;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
header nav .navbar-nav li a:hover:after, header nav .navbar-nav li a.active:after {
  bottom: 0;
  opacity: 1;
}
header nav .nav-rtl a {
    display: inline-block;
  color: #ffffff;
  padding:10px 15px;
}
header nav .nav-rtl .btn {
  font-size: 14px;
  font-family: 500;
}
header nav .navbar-toggler {
  border: none;
}

header nav .navbar-toggler svg{
    font-size:24px;
    color:#e20a17;
}

header nav .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .s-logo{
    display: none;
}

header.fixed-header .s-logo{
    display: block;
}

header.fixed-header .n-logo{
    display: none;
}

header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #002d71;
  -webkit-animation: smoothScroll 1s forwards;
          animation: smoothScroll 1s forwards;
  z-index: 5;
}
header.fixed-header .navbar-brand img {
  width: 70px;
}
header.fixed-header nav .navbar-nav li a {
  color: #ffffff;
}
header.fixed-header nav .navbar-nav li a:hover, header.fixed-header nav .navbar-nav li a.active {
  color: #e20a17 !important;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 1299.98px){
    header nav .navbar-nav li{
        margin:0 15px;
    }
}

@media (max-width: 1199.98px){
    header nav .navbar-nav li{
        margin:0 10px;
    }
    header nav .navbar-nav li a{
        font-size:14px;
    }
}

@media (max-width: 991.98px) {

    header.home-header{
        top: 0;
    }

  header nav .navbar-collapse {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: #002d71;
    z-index: 99999;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  header nav .navbar-collapse.show {
    right: 0;
  }
  header nav .navbar-collapse ul {
    margin-top: 40px;
  }
  header nav .navbar-collapse ul li {
      margin-left:25px;
    margin-bottom: 20px;
  }
  header nav .navbar-collapse ul li a {
    color: #ffffff !important;
    transition: ease all 0.3s;
  }
  header nav .navbar-collapse ul li a.active, header nav .navbar-collapse ul li a:hover {
    color: #e20a17 !important;
    padding-left:10px !important;
  }

  header nav .navbar-nav li a:after{
right: inherit;
      bottom:13px;
  }

  header nav .navbar-nav li a:hover:after, header nav .navbar-nav li a.active:after{
      right:inherit;
      bottom:13px;
  }

  header nav .nav-rtl {
    padding: 0 20px;
  }
  header nav .nav-rtl a {
    display: block;
    margin-bottom: 20px;
  }
  header nav .nav-rtl a:hover {
    color: #e20a17;
  }
}
.banner-section {
  position: relative;

  height: 700px;
  background-color: #002d71;
}
.banner-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  height: 100%;
  background-image: url("../img/banner-img.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.banner-section .banner-slider .slick-list{
    padding-top: 150px;
}

.banner-section .banner-lft h1 {
  color: #111111;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.banner-section .banner-lft h1 span:first-child {
  color: #e20a17;
}
.banner-section .banner-lft h1 span:nth-child(2) {
  color: #002d71;
}
.banner-section .banner-lft p {
  font-size: 20px;
  color: #111111;
  margin-bottom: 30px;
}
.banner-section .banner-rtl {
  position: relative;
  text-align: right;
  padding-right: 100px;
}
.banner-section .banner-rtl .mob-img {
  height: 500px;
  margin-left: auto;
  -webkit-animation: bounce 3s infinite ease-in-out;
          animation: bounce 3s infinite ease-in-out;
}
.banner-section .banner-rtl .opt-img {
  position: absolute;
  left: 34%;
  top: 50%;
  width: 268px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.htl-section{
    margin-top: 60px;
}


  .gradient-border {
    --borderWidth: 3px;
    position: relative;
    border-radius: var(--borderWidth);
  }
  .gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #e20a17, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #2c75e2, #002d71);
    border-radius:15px;
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }


  @keyframes animatedgradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }



.htl-section-inner{
    position: relative;
    background-color: #fff;
    padding:30px 40px 40px 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border-radius:15px;
}

.htl-section-inner h2 span{
    color: #e20a17;
}

.htl-section-inner .point-num{
    /* position: absolute;
    top: -25px;
    right: -25px; */
    /* width: 65px;
    height: 65px;
    padding: 10px; */
    text-align: center;
    /* background-color: #e20a17; */
    border-radius: 10px;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto 10px auto;
    color: #fff;
    display: block;
    letter-spacing: 3px;
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); */
    /* animation: bounce1 3s infinite ease-in-out; */
}

.htl-section-inner .point-num img{
    width: 45px;
}

@-webkit-keyframes bounce1 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

  @keyframes bounce1 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

.htl-section-inner h2{
    line-height: 1.4;
    margin-bottom: 0;
}

.what-we-offer-section .card {
  margin-bottom: 30px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.what-we-offer-section .card .icon {
  margin-bottom: 25px;
}
.what-we-offer-section .card h4 {
  margin-bottom: 20px;
}
.what-we-offer-section .card h4 a {
  color: #111111;
}
.what-we-offer-section .card h4 a:hover {
  color: #e20a17;
}
.what-we-offer-section .card p {
  margin-bottom: 0;
}

.more-effective {
  position: relative;
  background-color: #F5F9FF;
  padding: 150px 0;
}
.more-effective img {
  position: absolute;
  left: 0;
  max-width: 600px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature-wrap {
  padding-left: 70px;
  margin-left: 40px;
  border-left: 1px solid #E7E7E7;
}
.feature-wrap .feature-item {
  margin-bottom: 40px;
}
.feature-wrap .feature-item .icon {
  float: left;
  margin-right: 30px;
}
.feature-wrap .feature-item .detail {
  display: block;
  overflow: hidden;
}

.announcement-section {
  position: relative;
  color: #ffffff;
  background-color: #002d71;
  overflow: hidden;
}

@media (min-width:1600px){
    .announcement-section{
    padding:150px 0;
    }
}

.announcement-section:before {
  content: "";
  position: absolute;
  top: -40%;
  right: -50px;
  width: 400px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.announcement-section .section-title {
  color: #ffffff;
}
.announcement-section .ancmt-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 30%;
  width: 100%;
  -webkit-animation: wobble-vertical-on-hover 2s infinite;
          animation: wobble-vertical-on-hover 2s infinite;
}
@-webkit-keyframes wobble-vertical-on-hover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.why-samaya-sms-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.why-samaya-sms-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.why-samaya-sms-item:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.why-samaya-sms-item img{
    width: 200px;
}

.why-samaya-sms-item p {
  margin-bottom: 0;
}

.why-samaya-sms {
  background-color: rgba(231, 240, 255, 0.4);
}

.trust-customer-section .customer-slider {
  margin-top: 50px;
}
.trust-customer-section .customer-slider .customer-slider-item img {
  width: 150px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: pointer;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.trust-customer-section .customer-slider .customer-slider-item img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.contact-section {
  background-color: #F5F9FF;
}
/*.contact-section .contact-form-wrap {*/
/*  padding-right: 5%;*/
/*}*/

.get-qoute-section {
  position: relative;
  color: #ffffff;
  background-color: #002d71;
  padding: 100px 0 300px 0;
}
.get-qoute-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url("../img/Ellipse.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.get-qoute-section .section-title {
  color: #ffffff;
}
.get-qoute-section .horz-mobile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  -webkit-animation: bounce 4s infinite;
          animation: bounce 4s infinite;
}

.box-words-wrapper {
  display: inline-block;
  position: relative;
}

.box-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: bold;
}

.box-words-wrapper b:nth-child(odd) {
  color: #e20a17;
}

.box-words-wrapper b:nth-child(even) {
  color: #002d71;
}

.box-words-wrapper b.is-visible {
  position: relative;
}

.box-headline.rotate-2 .box-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.box-headline.rotate-2 i,
.box-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}

.box-headline.rotate-2 b {
  opacity: 0;
}

.box-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .box-headline.rotate-2 i {
  opacity: 1;
}

.box-headline.rotate-2 i.in {
  -webkit-animation: box-rotate-2-in 0.4s forwards;
  animation: box-rotate-2-in 0.4s forwards;
}

.box-headline.rotate-2 i.out {
  -webkit-animation: box-rotate-2-out 0.4s forwards;
  animation: box-rotate-2-out 0.4s forwards;
}

.box-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .box-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .box-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .box-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes box-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes box-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes box-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes box-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
@media (max-width: 1399.98px) {
  .banner-section .banner-rtl .opt-img {
    left: 8%;
  }
  .more-effective img {
    max-width: 460px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-rtl {
    padding-right: 20px;
  }
  .more-effective img {
    max-width: 330px;
  }
  .feature-wrap {
    padding-left: 40px;
  }
  .why-samaya-sms-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768.98px) {
  .banner-section .banner-rtl .mob-img {
    height: 370px;
  }
  .banner-section .banner-rtl .opt-img {
    left: 35%;
  }
  .banner-section:before {
    width: 100%;
  }

  .htl-section{
    margin-top: 170px;
  }

  .what-we-offer-section {
    padding-top: 60px;
  }
  .more-effective {
    padding: 70px 0;
  }
  .more-effective img {
    position: relative;
    top: 0;
    max-width: 380px;
    margin-left: -30px;
    margin-bottom: 40px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .feature-wrap {
    padding-left: 0;
    padding-top: 40px;
    margin-left: 0;
    border-left: 0;
    border-top: 1px solid #e7e7e7;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-rtl .mob-img {
    height: 280px;
    margin-top: 50px;
  }
  .banner-section .banner-rtl .opt-img {
    left: inherit;
    width: 170px;
    right: 100px;
  }

  .htl-section{
    margin-top: 80px;
  }

  .gradient-border{
    --borderWidth:2px;
  }

  .htl-section-inner{
    padding: 20px;
  }

  .htl-section-inner h2{
    font-size: 20px;
    font-weight: 500;
  }

  .htl-section-inner .point-num{
    /* top: -20px;
    right: 0; */
    /* width: 40px;
    height: 40px; */
    padding: 5px;
    font-size:18px;
    font-weight: 500;
    border-radius: 5px;
  }

  .feature-wrap .feature-item {
    margin-bottom: 10px;
  }
  .feature-wrap .feature-item .icon {
    margin-bottom: 20px;
    float: none;
  }
  .why-samaya-sms-item img {
    width: 50%;
    margin-bottom: 40px;
  }
  .get-qoute-section {
    padding-bottom: 110px;
  }
  .get-qoute-section .horz-mobile {
    max-width: 230px;
  }
  .get-qoute-section:before {
    max-width: 230px;
  }
}

@media (max-width: 480px){
    .htl-section{
        margin-top:120px;
    }
}
.service-feature-wrap ul li {
  margin-bottom: 10px;
}
.service-feature-wrap ul li .icon {
  text-align: center;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #e20a17;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.service-feature-wrap ul li .info {
  display: block;
  overflow: hidden;
}
.service-feature-wrap ul li .info h3 {
  font-size: 20px;
}

.service-feature-wrap ul li .info h3 {
  font-size: 18px;
  font-weight: 600;
}

.faq-wrap .accordion-item {
  margin-bottom: 20px;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.faq-wrap .accordion-item .accordion-header button {
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-wrap .accordion-item .accordion-header button img {
  margin-right: 10px;
}
.faq-wrap .accordion-item .accordion-header button:not(.collapsed) {
  color: #111111;
  background-color: transparent;
}
.faq-wrap .accordion-item .accordion-header button:not(.collapsed):after {
  background-image: none;
  content: "-";
}
.faq-wrap .accordion-item .accordion-header button:after {
  background-image: none;
  content: "+";
  font-size: 20px;
}

.contact-area-wrap {
  position: relative;
  padding: 60px 40px;
  margin-bottom: -150px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  z-index: 1;
}
.contact-area-wrap .contact-area li {
  margin-bottom: 30px;
}
.contact-area-wrap .contact-area li h5 {
  font-size: 16px;
  font-weight: 600;
}
.contact-area-wrap .contact-area li svg {
  color: #e20a17;
  margin-right: 10px;
}
.contact-area-wrap .contact-area li p {
  margin-bottom: 0;
}
.contact-area-wrap .contact-area li p a {
  color: #666666;
}
.contact-area-wrap .contact-area li p a:hover {
  color: #e20a17;
}
.contact-area-wrap .contact-area li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768.98px) {
  .contact-area-wrap {
    padding: 40px 25px;
    margin-bottom: -50px;
  }
  .contact-area-wrap .contact-area {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .map {
    height: 400px;
  }
}
.quote-area-wrap {
  padding: 60px 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.quote-area-wrap .btn {
  font-size: 14px;
}
.quote-area-wrap .sms-req .btn-check:checked + .btn {
  color: #fff;
  background-color: #002d71;
}
.quote-area-wrap .sms-req .btn-outline-primary {
  color: #002d71;
  border-color: #002d71;
}

.thankyou{
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.thankyou h1{
    color: #e20a17;
    font-size: 70px;
}

@media (max-width: 768.98px) {
  .quote-area-wrap {
    padding: 40px 25px;
  }
  .quote-area-wrap .btn {
    font-size: 12px;
    padding: 8px 15px;
    margin-bottom: 5px;
  }
}
.error-page h3 {
  font-weight: 500;
}
.error-page h1 {
  font-size: 150px;
  font-family: "Montserrat", sans-serif;
  color: #e20a17;
}

@media (max-width: 768.98px) {
  .error-page h1 {
    font-size: 100px;
    font-family: "Montserrat", sans-serif;
    color: #e20a17;
  }
}
@media (max-width: 575.98px) {
  .error-page h1 {
    font-size: 80px;
    font-family: "Montserrat", sans-serif;
    color: #e20a17;
  }
}
footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .footer-top {
  padding: 100px 0 30px 0;
}
footer .footer-top h6 {
  margin-bottom: 25px;
}
footer .footer-top .si li {
  display: inline-block;
}
footer .footer-top .si li a {
  display: block;
  color: #002d71;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
footer .footer-top .footer-item .si li a:hover {
  color: #ffffff;
  background-color: #002d71;
  -webkit-transform: translateX(0) translateY(-5px);
          transform: translateX(0) translateY(-5px);
}
footer .footer-top .footer-item ul li {
  margin-bottom: 10px;
}
footer .footer-top .footer-item ul li a {
  display: inline-block;
  color: #666666;
}
footer .footer-top .footer-item ul li a:hover {
  color: #002d71;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
footer .footer-top .footer-contact li .icon {
  color: #e20a17;
  float: left;
  margin-right: 10px;
}
footer .footer-top .footer-contact li .info {
  display: block;
  overflow: hidden;
}
footer .footer-bottom {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #002d71;
  text-indent: -9999px;
  display: none;
  border-radius: 10px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #e20a17;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

@media (max-width: 991.98px) {
  footer .footer-top .footer-item {
    margin-bottom: 40px;
  }
  footer .footer-top .footer-item h6 {
    margin-bottom: 15px;
  }
}


/* Client Page */
.client-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

.client-item img{
    aspect-ratio: 16/9;
    object-fit: contain;
}

.get-qoute-section .btn{
    z-index: 9;
    position: relative;
}

.sk_reviews_grid-content.badge-content .sk_reviews_badge{
    background-color:#002d71 !important;
    border-color:#002d71 !important;
}

@media (max-width: 575.98px){
.client-item{
    padding:15px;
    height:100%;
    aspect-ratio:1/1;
} 

.client-item img{
    aspect-ratio:inherit;
}

}
