/**
* Template Name: RITOS
* Author: Altitude Media
*/




/*--------------------------------------------------------------
# Import fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-Light.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
        url('../fonts/HKGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "HK Grotesk", sans-serif;
  color: #111;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "HK Grotesk", sans-serif;
  font-weight: 700;
}

.h2, h2{
  font-size: 2.5rem;
}

.embed-responsive-getting-started {
    position: relative;
    padding-bottom: 35%;
    padding-top: 0%;
    height: 0;
    overflow: hidden;
}

.embed-responsive {
    position: relative;
    padding-bottom: 35%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive video {
  border-radius: 14px;
  border: 1px solid #eee;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.media-container{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.media-container:before{
  /*content: "";
  border: 13px solid #000;
  border-radius: 16px;
  width: calc( 100% + 24px );
  height: calc( 100% + 24px );
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 11;
*/}

.media-container .embed-responsive{
  z-index: 22;
  position: relative;
}

.rounded {
    border-radius: .75rem!important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #ed1b24;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #111111;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# entry-title
--------------------------------------------------------------*/
.entry-title {
  padding: 150px 0 40px 0;
  color: #fff;
  width: 100%;
  background: url(../img/hero-bg.jpg) 50% 85% no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .entry-title {
    /* margin-top: 57px; */
  }
}

.entry-title h1 {
  font-size: 3rem;
}

.entry-title ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.entry-title ol a {
  color: #fff;
  transition: 0.3s;
}

.entry-title ol a:hover {
  text-decoration: underline;
}

.entry-title ol li + li {
  padding-left: 10px;
}

.entry-title ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #ed1b24;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header li.logo {
  line-height: 0;
  margin-left: 8rem;
  margin-right: 8rem;
}

.header li.logo  a{
  display: inline-block;
}

.header li.logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: "HK Grotesk", sans-serif;
  margin-top: 3px;
  margin-left: 1em;
  margin-right: 1em;
  display: block;
}

.header li.logo span,
.navbar a{
  color: #fff;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
  width: 100%;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar:not(.navbar-mobile) li:first-child{
  margin-left: 0;
}

.navbar:not(.navbar-mobile) li:last-child{
  margin-left: 0;
  margin-right: 0;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a.button{
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
}

.navbar a.button{
  border-color: #111;
}

.navbar-mobile a.button{
    display: inline-block;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 20px;
    min-width: 120px;
    text-align: center;
    border-color: #111!important;
}

.header:not(.header-scrolled) .navbar a.button{
  border-color: #fff;
}

.header.header-scrolled li.logo span,
.header.header-scrolled .navbar a, .header.header-scrolled  .navbar a:focus {
  color: #111;
}

.navbar a i, .navbar a:focus i {
  margin-left: 5px;
}

.navbar a:hover, .navbar .active,
.navbar .active:focus, .navbar li:hover > a {
  position: relative;
  color: #111;
}

.header:not(.header-scrolled) a:hover,
.header:not(.header-scrolled) .navbar .active{
  color: #fff;
}

@media only screen and (min-width: 1100px){
  .navbar a.nav-link:hover:after,
  .navbar a.nav-link.active:after,
  .navbar a.nav-link.active:focus:after,
  .navbar li:hover > a.nav-link:after {
      height: 3px;
      width: 100%;
      position: absolute;
      background: #ed1b24;
      content: "";
      bottom: 0px;
  }
}

.navbar .logo a:after{
  display: none;
}

.navbar .getstarted {
  background: #ed1b24;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ed1b24;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    color: #fff;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff!important;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ed1b24;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.jpg) top center no-repeat;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 65px;
  font-weight: 700;
  color: #fff;
}

.hero h2 {
  color: #111111;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 20px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #ed1b24;
    box-shadow: 0px 5px 30px rgb(10 10 10 / 40%);
    border: 2px solid #ed1b24;
    color: white;
    font-weight: bold;
}

.btn-get-started:hover {
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
}

.btn-outline-light{
  border: 2px solid #fff!important;
  background: transparent!important;
}

#main.inner-page .btn-outline-light{
  color: #111;
  border-color: #111!important;
  background: transparent!important;
  box-shadow: none;
  font-weight: 600;
}

.inner-page .statement .btn-outline-light {
    color: #121212;
    font-weight: 700;
    border: 2px solid #121212!important;
    box-shadow: none;
}

.inner-page .statement .btn-outline-light:hover{
    opacity: 0.75;
}

.hero .btn-get-started span {
  font-family: "HK Grotesk", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}


.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover,
.hero .btn-outline-light:hover{
    opacity: 0.8;
}

.hero .hero-img {
  text-align: right;
}



@media (min-width: 1024px) {
  .hero {

  }
}

@media (max-width: 991px) {
  .hero {
    height: 100vh;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    /* font-size: 32px; */
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
#services{
    padding-bottom: 120px;
    padding-top: 90px;
}

#services:before,
.inner-page:before{
  width: 400px;
  height: 400px;
  display: inline-block;
  content: "";
  position: absolute;
  background: url(../img/bg-content-left.jpg) no-repeat bottom right;
  background-size: contain;
  top: -200px;
  left: -250px;
  z-index: -11;
}

#services:after,
.inner-page:after{
  width: 750px;
  height: 750px;
  display: inline-block;
  content: "";
  position: absolute;
  background: url(../img/bg-content-left.jpg) no-repeat center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -11;
}

.inner-page:after{
  right: -350px;
}

#services .section-inner{
    padding-left: 0;
    padding-right: 0;
    margin-left: calc( calc( 100% - 1380px ) / 2 );
}

#services .section-inner img{
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

#about {
  background-color: #E3E3E3;
}

#about  .section-inner{
    padding-left: 0;
    margin-right: calc( calc( 100% - 1380px ) / 2 );
    padding-right: 0;
}

#services .container-fluid,
#about .container-fluid{
  padding-right: 0;
  padding-left: 0;
}

.about .content,
.services .content {
  padding: 40px 60px 40px 40px;
}

.services h3 {
  font-size: 14px;
  font-weight: 700;
  color: #ed1b24;
  text-transform: uppercase;
}

.services h2 {
  font-weight: 700;
}

.services p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.btn-read-more {
  line-height: 0;
  transition: 0.5s;
  color: #ed1b24;
}

.btn-read-more span {
  font-family: "HK Grotesk", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
  transform: rotate(-45deg);
}

.about .btn-read-more:hover i,
.services .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
 .accordion-button {
      background-color: transparent;
      padding-left: 0;
  }

  .accordion-item {
      background-color: transparent;
  }

  .accordion-button:not(.collapsed) {
      font-weight: bold;
      background-color: transparent;
      color: #111;
  }

  .accordion-button:focus {
      border-color: transparent;
      box-shadow: none;
  }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
  padding-bottom: 0;
  position: relative;
  z-index: 22;
}

.testimonials:before{
  width: 400px;
  height: 400px;
  display: inline-block;
  content: "";
  position: absolute;
  background: url(../img/bg-content-left.jpg) no-repeat bottom right;
  background-size: contain;
  top: 50%;
  left: -310px;
  transform: translateY(-50%);
  z-index: -11;
}

.testimonials:after{
  width: 700px;
  height: 700px;
  display: inline-block;
  content: "";
  position: absolute;
  background: url(../img/bg-content-left.jpg) no-repeat bottom right;
  background-size: contain;
  top: -200px;
  right: -300px;
  z-index: -11;
}


.testimonials-slider{
  position: relative;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 10px 30px;
  margin: 20px 15px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 100px;
  display: block;
  text-align: left;
  transition: 0.3s;
  border-radius: 15px;
  overflow: auto;
}


@media only screen and (min-width: 1300px){
  .testimonial-slide.slick-slide:nth-child(even) {
      margin-left: 100px;
      width: calc( 100% - 100px)!important;
  }
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
  float: right;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 50px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
  float: left;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  position: relative;
  top: 15px;
  left: 5px;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: normal;
  margin: 0 auto 15px auto;
  border-left: 2px solid #ED1C24;
  padding-left: 30px;
}

.testimonials .testimonial-item .profile {
  padding-left: 30px;
  overflow: visible;
}

.testimonials .col-lg-7{
  padding-left: 5em;
}

.testimonial-pagination{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
}

.testimonial-pagination button{
  text-align: center;
  padding: 0!important;
  width: 15px;
  height: 15px;
  margin-right: 0!important;
}

.testimonial-pagination .slick-dots li button:before{
  background-color: #0C3C60;
  opacity: 1;
  font-size: 11px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  color: #0C3C60;
}

.testimonial-pagination li.slick-active button:before{
   background-color: #fff;
   border: 1px solid #0C3C60;
   color: #fff;
}



/*--------------------------------------------------------------
# Statement
--------------------------------------------------------------*/
#statement{
  padding-top: 0;
  position: relative;
  z-index: 11;
}

@media only screen and  (min-width: 1200px){
  body.home #statement{
    margin-top: -6rem;
  }
}

#statement .container{
  /*background: #000 url(../img/bg-footer-statement.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  border-radius: 50px;*/
  padding: 8rem 0 4rem 0;
}

/*--------------------------------------------------------------
# Internal page
--------------------------------------------------------------*/
.inner-page{
  position: relative;
  overflow: hidden;
}

.inner-page h5{
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px){
  .inner-page .col-lg-6:first-of-type{
    padding-right: 5rem;
  }
}

.inner-page a:not(.btn-outline-light){
  color: #ed462f;
}

.inner-page form{
  font-size: 110%;
}

.inner-page form h2{
  margin-bottom: 2rem;
}

.inner-page form button{
  background-color: #ed462f;
  border-color: #ed462f;
  font-size: 110%;
  font-weight: 700;
  min-width: 200px;
}

.inner-page form button:hover,
.inner-page form button:focus{
  background-color: #ed462f;
  border-color: #ed462f;
  opacity: 0.7;
}


.inner-page form .form-group{
  margin-bottom: 1.5rem;
}

.inner-page form .form-group select,
.inner-page form .form-group textarea,
.inner-page form .form-group input[type="text"],
.inner-page form .form-group input[type="password"],
.inner-page form .form-group input[type="email"],
.inner-page form .form-group input[type="number"]{
  border: 2px solid;
}

.inner-page form em{line-height: 1.2;display: block;margin-top: 0.25rem;font-size: 14px;}

.inner-page form div.text-right{
  text-align: right;
}



/*--------------------------------------------------------------
# Member area
--------------------------------------------------------------*/
body.logged-in .entry-content .nav-link {
    color: #111;
}

body.logged-in .entry-content .nav-link.active{
    color: #ed462f!important;
    font-weight: bold;
}

body.logged-in .tab-content .content {
    border: 1px solid #dee2e6;
    border-top: 0;
}

body.logged-in #messages table tr.unread td {
    font-weight: bold;
}

body.logged-in #messages table tr.read td {
    font-weight: normal;
}
body.logged-in #messages .message-content{
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}

body.logged-in #messages table tr td a {
    color: initial;
}

body.logged-in #messages table tr td.lead a {
    color: #ed462f
}

table tr.editing a[href*="#new"],
table tr.editing a[href*="#update"],
table tr.editing a[href*="#trash"],
table tr.new a[href*="#update"],
table tr.new a[href*="#trash"],
table tr.new .form-control,
table tr.new .form-control-plaintext,
table tr.new a[href*="#cancel"],
table tr.new a[href*="#save"] {
    display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 20px;
  font-size: 14px;
  font-weight: 700;
  background: #E3E3E3;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  border-radius: 15px;
  color: #737373;
}

.footer ul,
.footer p{
  margin-bottom: 0;
  margin-top: 1em;
}

.footer ul li{
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}

.footer ul li a{
  color: #727272;
}

.footer ul li a:hover{
  color: #000;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #111111;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #111111;
}

.footer .text-right{
  text-align: right;
}

.footer img{
  object-fit: cover;
}

/*--------------------------------------------------------------
# Small Laptops
--------------------------------------------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1300px){
  .navbar ul{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar ul li{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }

  .header li.logo{
    margin-left: 1rem;
    margin-right: 1rem;
  }


}

@media only screen and (max-width: 1300px){

    #services .section-inner,
    #about .section-inner{
      max-width: 95%;
      margin-left: auto;
      margin-right: auto;
    }

    #services .section-inner{
      margin-left: 5%;
    }

     #about .section-inner{
      margin-right: 5%;
    }

    .about .content,
    .services .content{
      padding: 0;
    }

     .services .content{
       padding-right: 2rem;
     }

    .about .content{
      padding-left: 2rem;
    }

    .testimonials{
      padding-bottom: 60px;
    }

    .testimonial-pagination{
      left: 50%;
      top: auto;
      transform: translate(-50%, 0);
      width: 100%;
    }

     #statement .container{
        padding-top: 5rem;
        padding-bottom: 5rem;
      }
}

@media only screen and (max-width: 1023px){

   .header a.logo{
    width: 50%;
    float: left;
    display: inline-block;
    color: #fff;
  }

  .header .navbar{
    width: 50%;
    text-align: right;
    display: inline-block;
  }

  .header .navbar-mobile{
    width: 100%;
    text-align: left;
  }

  .header a.logo span{
    font-size: 24px;
    font-weight: 700;
  }

  header.header-scrolled .mobile-nav-toggle,
  header.header-scrolled a.logo{
    color: #111;
  }

  .navbar-mobile a:hover,
  .navbar-mobile .navbar .active{
    color: #ed462f!important;
  }


  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover > a {
    color: #ed1b24!important;
  }


  .header li.logo{
    display: none;
  }

  .navbar li{
    margin-left: 10px;
    margin-right: 10px;
  }

  .header li.logo span{
    margin-left: auto;
    margin-right: auto;
  }

  #services, #about{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .testimonials .col-lg-7{
    padding-left: 0;
  }

  .inner-page form h2{
    font-size: 1.75rem;
  }

  .inner-page .col-lg-6:first-child{
    padding-right: 0;
    padding-bottom: 2.5rem;
  }


}

@media only screen and (max-width: 767px){
  .hero h1,
  .entry-title h1{
    font-size: 2.0rem;
    line-height: 1;
  }

  .h2, h2{
    font-size: 1.75rem;
  }


  #services,
  #about,
  section{
    padding-top: 2rem;
    padding-bottom: 2rem;
   }

   #statement .container{
     padding: 2rem 1rem;
     border-radius: 20px;
     max-width: 90%;
   }

   #statement br{
     display: none;
   }

   .services .content{
   }

   .footer .col-lg-4,
   .footer .text-right {
    text-align: center;
  }
}

.grecaptcha-badge {
    visibility: hidden;
}

.sub-text
{
    font-size: x-small;
    color: gray;
}

.bold-lable
{
    font-weight: bold;
}

.text-box-border {
    border-style: solid;
    border-color: black;
    border-width: medium;
}

.found-hr {
    width: 30%;
    color: red;
}

.page-links {
    color: red;
}

.alert-success-box {
    color: black;
    background-color: limegreen;
    font-weight: bold;
    font-size: larger;
}

.alert-warning-box {
    color: black;
    background-color: orange;
    font-weight: bold;
    font-size: larger;
}

.icon-sized {
    font-size: 1.5rem
}