/***************************************************************************************************************
||||||||||||||||||||||||||              MASTER STYLESHEET FOR TREX                 ||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. Base styles
* 2. Header styles
* 3. search popup styles
* 4. Banner styles
* 5. navigation styles
* 6. services styles
* 7. about styles
* 8. features styles
* 9. projects styles
* 10. brands styles
* 11. blog styles
* 12. cta styles
* 13. Testimonials styles
* 14. team styles
* 15. video styles
* 16. faq styles
* 17. funfact styles
* 18. contact styles
* 19. Footer styles
* 20. inner banner styles
* 21. sidebar styles
* 22. pricing styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/**************************
* 1. Base styles
*************************/
body {
  font-family: "Hind";
  font-size: 15px;
  line-height: 1.25em;
  color: #666666;
  letter-spacing: 0.025em;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

[class^='flaticon-']:before,
[class*=' flaticon-']:before,
[class^='flaticon-']:after,
[class*=' flaticon-']:after {
  font-size: inherit;
  margin-left: 0;
  line-height: 1;
  vertical-align: middle;
}

i.rotated {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.container {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1170px;
  }
}
.sec-pad {
  padding: 110px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.sec-title {
  margin-bottom: 50px;
}
.sec-title h3,
.sec-title p {
  margin: 0;
}
.sec-title h3 {
  font-size: 30px;
  line-height: 1.4em;
  color: #051829;
  font-family: 'Montserrat';
  margin-top: -7px;
}
.sec-title h3 span {
  font-weight: bold;
}
.sec-title p {
  font-size: 16px;
  line-height: 1.45em;
  color: #666666;
  letter-spacing: 0.025em;
}
.sec-title .line {
  display: block;
  width: 33px;
  height: 3px;
  background: #E61E0F;
  margin-top: 3px;
  margin-bottom: 16px;
}
.sec-title.text-center .line {
  margin-left: auto;
  margin-right: auto;
}

.sec-title-style-two {
  margin-bottom: 50px;
}
.sec-title-style-two h3,
.sec-title-style-two p {
  margin: 0;
}
.sec-title-style-two h3 {
  color: #051829;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.025em;
  display: inline-block;
  position: relative;
  text-align: right;
  margin-right: 30px;
  padding-right: 40px;
}
.sec-title-style-two h3 span {
  font-weight: 700;
}
.sec-title-style-two h3:after {
  content: '';
  width: 2px;
  height: 55px;
  background: #E61E0F;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-title-style-two p {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}

.thm-btn {
  border: none;
  outline: none;
  background: #E61E0F;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #151e37;
  display: inline-block;
  padding: 14px 33.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thm-btn:hover {
  background: #151e37;
  color: #fff;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #E61E0F;
  color: #151e37;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scroll-to-top:hover {
  background-color: #0f182f;
  color: #fff;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 38px;
}

.bootstrap-select > .dropdown-toggle {
  border-radius: 0;
  background: #EBEEF0;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #666;
  font-size: 15px;
  font-family: 'Hind';
  padding: 8px 15px;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #E61E0F;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  padding: 9px 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #E61E0F;
  color: #fff;
  cursor: pointer;
}

.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-top: 50px;
}
.post-pagination li {
  display: inline-block;
  vertical-align: middle;
}
.post-pagination li + li {
  margin-left: 5px;
}
.post-pagination li.active a {
  color: #051829;
  background: #E61E0F;
}
.post-pagination li a {
  display: block;
  background: #E0E3E8;
  color: #051829;
  font-size: 14px;
  font-family: 'Hind';
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  padding: 0 9px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.post-pagination li a:hover {
  color: #051829;
  background: #E61E0F;
}

.preloader {
  background-color: #fff;
  background-image: url(../img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  display: none;
}

/**************************
* 2. Header styles
*************************/
.header-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.top-bar {
  background: #151E37;
  padding: 10px 0;
}
.top-bar .contact-infos-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar .contact-infos-list li {
  display: inline-block;
  vertical-align: middle;
}
.top-bar .contact-infos-list li + li {
  margin-left: 15px;
}
.top-bar .left-content p,
.top-bar .right-content p {
  margin: 0;
  color: #B5B5B5;
  font-family: 'Montserrat';
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}
.top-bar .left-content p i,
.top-bar .right-content p i {
  color: #E61E0F;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-bar .social a {
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.top-bar .social a:hover {
  color: #E61E0F;
}
.top-bar .social a + a {
  margin-left: 10px;
}
.top-bar .social-two {
  display: inline-block;
  vertical-align: baseline;
}
.top-bar .social-two span,
.top-bar .social-two a {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1em;
}
.top-bar .social-two span {
  color: #E61E0F;
  font-size: 15px;
  margin-right: 10px;
}
.top-bar .social-two a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.top-bar .social-two a + a {
  margin-left: 11px;
}
.top-bar .social-two a:hover {
  color: #E61E0F;
}

.top-header {
  padding: 14px 0;
  border-bottom: 1px solid #666666;
}
.top-header .logo {
  padding: 2px 0;
}
.top-header .header-right-info .single-header-right-info {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
}
.top-header .header-right-info .single-header-right-info .icon-box,
.top-header .header-right-info .single-header-right-info .text-box {
  display: table-cell;
  vertical-align: middle;
}
.top-header .header-right-info .single-header-right-info .icon-box i {
  color: #E61E0F;
  font-size: 42px;
}
.top-header .header-right-info .single-header-right-info .text-box {
  padding-left: 10px;
}
.top-header .header-right-info .single-header-right-info .text-box h3,
.top-header .header-right-info .single-header-right-info .text-box p {
  margin: 0;
}
.top-header .header-right-info .single-header-right-info .text-box h3 {
  margin: 0;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
}
.top-header .header-right-info .single-header-right-info .text-box p {
  font-family: 'Hind';
  font-size: 12px;
  color: #c6c5c5;
}
.top-header .header-right-info .single-header-right-info a.thm-btn {
  font-size: 15px;
  color: #052139;
  font-family: 'Poppins';
  font-weight: 500;
  padding: 16px 48px;
}
.top-header .header-right-info .single-header-right-info a.thm-btn:hover {
  background: #fff;
}
.top-header .header-right-info .single-header-right-info + .single-header-right-info {
  border-left: 1px solid #666666;
  margin-left: 40px;
  padding-left: 25px;
}
.top-header .header-right-info .single-header-right-info:last-child {
  padding-left: 0;
  border-left: 0;
}

.header-style-two .top-bar {
  border-bottom: 1px solid #2D3449;
  padding: 9px 0;
}
.header-style-two .top-bar .left-content p,
.header-style-two .top-bar .right-content p {
  line-height: 24px;
}
.header-style-two .top-bar .left-content p,
.header-style-two .top-bar .right-content p {
  color: #FFFFFF;
  font-weight: 600;
}
.header-style-two .top-header {
  background: #151E37;
  border: none !important;
}
.header-style-two .top-header .header-right-info .single-header-right-info .icon-box {
  width: 44px;
  height: 44px;
  border: 1px solid #E61E0F;
  text-align: center;
}
.header-style-two .top-header .header-right-info .single-header-right-info .icon-box i {
  font-size: 26px;
  line-height: 42px;
}
.header-style-two .top-header .header-right-info .single-header-right-info .text-box p {
  font-size: 14px;
  text-transform: uppercase;
}
.header-style-two .top-header .header-right-info .single-header-right-info .text-box h3 {
  color: #FFFFFF;
  font-size: 22px;
  font-family: "Hind";
  font-weight: 400;
}
.header-style-two .header-navigation {
  background: #151E37;
}
.header-style-two .header-navigation .container {
  background: #fff;
  padding-left: 50px;
  margin-bottom: -25px;
  z-index: 100;
}
.header-style-two .header-navigation ul.navigation-box > li {
  padding: 31px 0;
}
.header-style-two .header-navigation ul.navigation-box > li > a {
  color: #151E37;
}
.header-style-two .header-navigation .container .right-side-box {
  right: 25px;
}
.header-style-two .header-navigation .right-side-box a.thm-btn {
  font-family: 'Hind';
  font-size: 16px;
  color: #151E37;
  font-weight: 500;
  padding: 11px 19px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-style-two .header-navigation .right-side-box a.thm-btn:hover {
  color: #fff;
}
.header-style-two .header-navigation.stricky-fixed {
  background: #fff;
}
.header-style-two .header-navigation.stricky-fixed ul.navigation-box > li {
  padding: 22px 0;
}
.header-style-two .header-navigation.stricky-fixed .container {
  margin-bottom: 0;
  padding-left: 0;
}
.header-style-two .header-navigation.stricky-fixed .container .right-side-box {
  right: 0px;
}

.header-style-three .top-header {
  background: #fff;
}
.header-style-three .header-navigation .container {
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0;
}
.header-style-three .header-navigation .container .right-side-box {
  right: 0;
}
.header-style-three .header-navigation ul.navigation-box > li > a {
  color: #FEFEFE;
}
.header-style-three .header-navigation.stricky-fixed {
  background: #151E37;
}
.header-style-three .top-header .header-right-info .single-header-right-info .icon-box {
  background: #151E37;
}
.header-style-three .top-header .header-right-info .single-header-right-info .text-box h3 {
  color: #151E37;
}
.header-style-three .top-header .header-right-info .single-header-right-info .text-box p {
  color: #666;
}

.header-style-four {
  position: relative;
}
.header-style-four .top-bar {
  padding: 18px 0;
  border-bottom: 1px solid #222B32;
}
.header-style-four .top-header {
  padding: 8px 0;
  background: #151E37;
}
.header-style-four .header-navigation ul.navigation-box > li > a {
  color: #999999;
}
.header-style-four .header-navigation ul.navigation-box > li.current > a,
.header-style-four .header-navigation ul.navigation-box > li:hover > a {
  color: #151E37;
}
.header-style-four .header-navigation .right-side-box a.thm-btn {
  padding: 16px 21.5px;
}
.header-style-four .header-navigation .container .right-side-box a.search-btn {
  color: #000000;
  border: none;
  margin-right: 40px;
}
.header-style-four .header-navigation .container .right-side-box .social a {
  color: #000000;
}
.header-style-four .header-navigation.stricky-fixed {
  background: #fff;
}
.header-style-four .header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-style-five .top-bar {
  border-bottom: 0;
  background: #fff;
}
.header-style-five .top-bar .left-content p,
.header-style-five .top-bar .right-content p {
  color: #151E37;
}
.header-style-five .top-bar .left-content p i,
.header-style-five .top-bar .right-content p i {
  color: #151E37;
  font-size: 15px;
}
.header-style-five .top-bar .social a {
  color: #151E37;
}
.header-style-five .header-navigation {
  background: #fff;
}
.header-style-five .header-navigation .container {
  padding-right: 200px;
  background: #151E37;
  margin-bottom: -40px;
}
.header-style-five .header-navigation .main-navigation {
  float: right;
}
.header-style-five .header-navigation ul.navigation-box > li > a {
  color: #FFFFFF;
}
.header-style-five .header-navigation .container .logo-box {
  left: 30px;
}
.header-style-five .header-navigation .right-side-box a.thm-btn:hover {
  background: #fff;
  color: #151E37;
}
.header-style-five .header-navigation.stricky-fixed {
  background: #151E37;
}

.header-style-six {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-style-six .top-bar {
  background: transparent;
}
.header-style-six .header-navigation {
  background: transparent;
}
.header-style-six .header-navigation .container {
  margin-bottom: 0px;
}
.header-style-six .top-bar .left-content p,
.header-style-six .top-bar .right-content p {
  color: #fff;
}
.header-style-six .top-bar .left-content p i,
.header-style-six .top-bar .right-content p i {
  color: #E61E0F;
}
.header-style-six .top-bar .social a {
  color: #fff;
}
.header-style-six .top-bar .social a:hover {
  color: #E61E0F;
}

/**************************
* 3. search popup styles
*************************/
.search_area {
  position: relative;
  max-width: 950px;
  margin: auto;
}

.search_area .search_box_inner {
  background: transparent;
  padding: 100px 60px;
  display: block;
  overflow: hidden;
}

.search_area .search_box_inner h3 {
  padding-bottom: 20px;
  font-family: "Hind", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.search_area .search_box_inner .input-box {
  display: block;
  position: relative;
}

.search_area .search_box_inner .input-box input {
  background: transparent;
  border-radius: 0px;
  outline: none;
  height: 50px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.search_area .search_box_inner .input-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.search_area .search_box_inner .input-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.search_area .search_box_inner .input-box input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.search_area .search_box_inner .input-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.search_area .search_box_inner .input-box .input-box-btn {
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 4;
}

.search_area .search_box_inner .input-box .input-box-btn .btn-default {
  padding: 0px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #fff;
  font-size: 24px;
}

.search_area .mfp-close {
  right: 0px;
  color: #fff;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.98;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/**************************
* 4. Banner styles
*************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}
#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 720px;
  }
}
#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}
#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
  background: none;
  width: 70px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  visibility: visible !important;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel [class*=carousel-control] {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  #minimal-bootstrap-carousel [class*=carousel-control] {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
  }
}

#minimal-bootstrap-carousel .carousel-control-prev {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
  right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
  opacity: 1;
  background: #000;
}
@media (max-width: 480px) {
  #minimal-bootstrap-carousel [class*=carousel-control]:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
  }
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  min-height: 870px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #242A34;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .carousel-item {
  min-height: 768px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #242A34;
}

#minimal-bootstrap-carousel.slider-home-four .carousel-inner .carousel-item {
  min-height: 795px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #242A34;
}

#minimal-bootstrap-carousel.slider-home-six .carousel-inner .carousel-item {
  min-height: 890px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #242A34;
}

.slider-content-style .content {
  text-align: center;
  position: relative;
  z-index: 999;
}
.slider-content-style .content h3, .slider-content-style .content h2, .slider-content-style .content p {
  margin: 0;
}
.slider-content-style .content h3 {
  font-family: 'Montserrat';
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  color: #FFFFFF;
  letter-spacing: 0;
}
.slider-content-style .content p {
  font-family: 'Hind';
  color: #FFFFFF;
  font-size: 24px;
  line-height: 36px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  margin-top: 20px;
  margin-bottom: 70px;
}
.slider-content-style .content a.thm-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 11px 27.5px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slider-home-two a.thm-btn {
  margin-top: 45px;
}

.slider-home-six a.thm-btn {
  margin-top: 45px;
}

/**************************
* 5. navigation styles
*************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
  padding-right: 162px;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}
.header-navigation .container .right-side-box a.search-btn {
  font-size: 15px;
  color: white;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-left: 1px solid #666666;
  margin-left: 35px;
  padding-left: 35px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.header-navigation .container .right-side-box a.search-btn:focus, .header-navigation .container .right-side-box a.search-btn:active, .header-navigation .container .right-side-box a.search-btn:hover {
  color: #E61E0F;
}
.header-navigation .container .right-side-box .social {
  display: inline-block;
  vertical-align: middle;
}
.header-navigation .container .right-side-box .social span,
.header-navigation .container .right-side-box .social a {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
.header-navigation .container .right-side-box .social span {
  color: #E61E0F;
  font-size: 15px;
  margin-right: 10px;
}
.header-navigation .container .right-side-box .social a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation .container .right-side-box .social a + a {
  margin-left: 11px;
}
.header-navigation .container .right-side-box .social a:hover {
  color: #E61E0F;
}
.header-navigation .main-navigation {
  float: left;
  text-align: left;
}
@media (min-width: 1025px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}
.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 16px 0;
  display: inline-block;
  vertical-align: middle;
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 30px;
}
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #E61E0F;
}
.header-navigation ul.navigation-box > li.current > a:after,
.header-navigation ul.navigation-box > li:hover > a:after {
  opacity: 1;
}
.header-navigation ul.navigation-box > li > a {
  font-family: 'Hind';
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  letter-spacing: 0em;
  /*&:after {
      content: "\f0d7";
      font-family: Font Awesome\ 5 Free;
      font-size: 13px;
      margin-left: 4px;
      color: $thm_b_color;
  }
  &:only-child:after {
      content: '';
      display: none;
  }*/
}
.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 239px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
}
@media (min-width: 1025px) {
  .header-navigation ul.navigation-box > li > ul.sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #666666;
  font-family: "Hind", sans-serif;
  padding: 9.5px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu li + li {
  border-top: 1px solid #E2E2E2;
}
.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  background: #E61E0F;
  color: #fff;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 239px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  padding: 9.5px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li + li {
  border-top: 1px solid #E2E2E2;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li:hover > a {
  background: #ECECEC;
  color: #242424;
  position: relative;
}
.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
  background: #100F0F;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}
.header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 30px;
  padding-bottom: 30px;
}

/**************************
* 6. services styles
*************************/
.slider-and-service-wrapper {
  position: relative;
}

.service-style-one {
  position: absolute;
  bottom: 40px;
  z-index: 99;
  left: 0;
  width: 100%;
}

.single-service-style-one {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #E61E0F;
}
.single-service-style-one .content-box {
  background: rgba(21, 30, 55, 0.75);
  padding: 31.5px 40px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.single-service-style-one .content-box .text-box {
  float: left;
  padding: 2px 0;
}
.single-service-style-one .content-box .text-box h3,
.single-service-style-one .content-box .text-box p {
  margin: 0;
}
.single-service-style-one .content-box .text-box h3 {
  font-family: 'Montserrat';
  font-size: 21px;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  font-weight: 500;
}
.single-service-style-one .content-box .text-box p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 3px;
}
.single-service-style-one .content-box .icon-box {
  float: right;
}
.single-service-style-one .content-box .icon-box i {
  color: #fff;
  font-size: 53px;
}
.single-service-style-one .hover-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #E61E0F;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.single-service-style-one .hover-content .inner-box {
  width: 100%;
}
.single-service-style-one .hover-content h3 {
  float: left;
  color: #051829;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 53px;
}
.single-service-style-one .hover-content i {
  float: right;
  color: #051829;
  font-size: 53px;
}
.single-service-style-one:hover .content-box {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.single-service-style-one:hover .hover-content {
  top: 0;
}

.service-style-two {
  background: #151E37;
  padding: 110px 0;
}
.service-style-two .sec-title-style-two h3 {
  margin-right: 0px;
  color: #fff;
}
.service-style-two .sec-title-style-two p {
  padding-left: 55px;
  color: #fff;
}
.service-style-two .sec-title-style-two a.thm-btn {
  padding: 11px 25px;
  font-family: "Hind";
}
.service-style-two .sec-title-style-two a.thm-btn:hover {
  background: #fff;
  color: #051829;
}
.service-style-two .owl-theme .owl-stage-outer {
  padding-bottom: 27px;
}
.service-style-two .owl-theme .owl-dots {
  margin-top: 23px;
}
.service-style-two .owl-theme .owl-nav {
  display: none;
}
.service-style-two .owl-theme .owl-dots .owl-dot {
  margin: 0;
  padding: 0 8.5px;
}
.service-style-two .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C6C7C9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  margin: 0;
}
.service-style-two .owl-theme .owl-dots .owl-dot span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 2px solid #E61E0F;
}
.service-style-two .owl-theme .owl-dots .owl-dot span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #E61E0F;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 10;
}
.service-style-two .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}
.service-style-two .owl-theme .owl-dots .owl-dot.active span:after, .service-style-two .owl-theme .owl-dots .owl-dot.active span:before {
  opacity: 1;
}
.service-style-two .owl-nav {
  margin-top: 40px;
}
.service-style-two .owl-nav [class*=owl-] {
  width: 33px;
  height: 33px;
  color: #051829;
  font-size: 20px;
  background: #E61E0F;
  line-height: 33px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-two .owl-nav [class*=owl-] i {
  line-height: 33px;
}
.service-style-two .owl-nav [class*=owl-]:hover {
  color: #fff;
  background: #051829;
}
.service-style-two .owl-nav .owl-next {
  margin-left: 10px;
}
.service-style-two.white-bg {
  background: #fff;
}
.service-style-two.white-bg .sec-title-style-two h3 {
  margin-right: 0px;
  color: #051829;
}
.service-style-two.white-bg .sec-title-style-two p {
  padding-left: 55px;
  color: #666666;
}
.service-style-two.no-carousel {
  padding-bottom: 45px;
}
.service-style-two.no-carousel .single-service-style-two {
  margin-bottom: 45px;
}
.service-style-two.home-five {
  padding-top: 220px;
}

.single-service-style-two .img-box {
  position: relative;
  overflow: hidden;
}
.single-service-style-two .img-box > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-service-style-two .img-box .overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 201, 0, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.single-service-style-two .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-service-style-two .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.single-service-style-two .img-box .overlay .box .content a {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #151E37;
  line-height: 55px;
  font-size: 24px;
  color: #fff;
}
.single-service-style-two .img-box:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-service-style-two .img-box:hover .overlay {
  top: 0;
  opacity: 1;
}
.single-service-style-two .text-box {
  position: relative;
  padding-bottom: 15px;
  width: calc(100% - 35px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
  padding-top: 20px;
  padding-bottom: 35px;
  margin-top: -20px;
  background: #fff;
  -webkit-box-shadow: 0px 19px 27px rgba(61, 61, 61, 0.11);
          box-shadow: 0px 19px 27px rgba(61, 61, 61, 0.11);
}
.single-service-style-two .text-box h3,
.single-service-style-two .text-box p {
  margin: 0;
}
.single-service-style-two .text-box h3 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  margin-top: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-service-style-two .text-box h3:hover {
  color: #E61E0F;
}
.single-service-style-two .text-box p {
  color: #BABABA;
  font-family: 'Hind';
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .025em;
  margin-top: 10px;
}
.single-service-style-two .text-box a.read-more {
  width: 54px;
  height: 54px;
  background: #E61E0F;
  font-size: 24px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-service-style-two .text-box:hover a.read-more {
  opacity: 1;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.single-service-style-two .text-box h3 {
  color: #051829;
}
.single-service-style-two .text-box h3:hover {
  color: #E61E0F;
}
.single-service-style-two .text-box p {
  color: #666666;
}

.single-service-page-content h3 {
  margin: 0;
  color: #031532;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Montserrat';
  line-height: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
}
.single-service-page-content p {
  font-size: 15px;
  line-height: 28px;
  font-family: 'Hind';
  color: #666666;
  margin: 0;
}
.single-service-page-content ul.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
.single-service-page-content ul.list-items li {
  position: relative;
  color: #666666;
  font-size: 15px;
  font-family: 'Hind';
  padding-left: 25px;
}
.single-service-page-content ul.list-items li + li {
  margin-top: 10px;
}
.single-service-page-content ul.list-items li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
}

.service-style-three {
  position: relative;
}
.service-style-three .container-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-service-style-three {
  background: #fff;
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 34px 51px;
  z-index: 10;
  -webkit-box-shadow: 0px 21px 43px rgba(61, 61, 61, 0.11);
          box-shadow: 0px 21px 43px rgba(61, 61, 61, 0.11);
}
.single-service-style-three:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff url(../img/service-2-1-bg.jpg) center center no-repeat;
  background-size: cover;
  content: "";
  opacity: 1;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.single-service-style-three i.box-icon,
.single-service-style-three h3,
.single-service-style-three p {
  position: relative;
  z-index: 10;
}
.single-service-style-three i.box-icon {
  font-size: 50px;
  color: #E61E0F;
  display: block;
  margin-bottom: 20px;
}
.single-service-style-three h3 {
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}
.single-service-style-three h3 a {
  color: #051829;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-service-style-three h3 a:hover {
  color: #E61E0F;
}
.single-service-style-three p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Hind';
  letter-spacing: .025em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-service-style-three:hover:before, .single-service-style-three.active:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.single-service-style-three:hover h3 a,
.single-service-style-three:hover p, .single-service-style-three.active h3 a,
.single-service-style-three.active p {
  color: #fff;
}

/**************************
* 7. about styles
*************************/
.about-style-one .about-content .title-box {
  margin-bottom: 25px;
}
.about-style-one .about-content .title-box span, .about-style-one .about-content .title-box h3 {
  margin: 0;
}
.about-style-one .about-content .title-box span {
  font-family: 'Hind';
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}
.about-style-one .about-content .title-box h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #151E37;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -.01em;
  margin-top: 10px;
}
.about-style-one .about-content p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: .01em;
  color: #666666;
  margin: 0;
  width: 89%;
}
.about-style-one .about-content p + p {
  margin-top: 25px;
}
.about-style-one .about-content a.thm-btn {
  font-family: 'Montserrat';
  font-weight: 500;
  padding: 13.5px 32px;
  margin-top: 45px;
}

.about-style-two {
  background: #F5F5F5 url(../img/about-bg-1-1.jpg) center center no-repeat;
}
.about-style-two .container {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}
.about-style-two .about-content .tag-line {
  color: #666666;
  font-weight: 500;
  font-family: 'Hind';
  letter-spacing: -0.01em;
}
.about-style-two .about-content h3, .about-style-two .about-content p {
  margin: 0;
}
.about-style-two .about-content h3 {
  color: #151E37;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-family: 'Montserrat';
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
.about-style-two .about-content p {
  color: #666666;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.01em;
}
.about-style-two .about-content a.thm-btn {
  font-family: 'Montserrat';
  font-weight: 500;
  margin-top: 30px;
}

/**************************
* 8. features styles
*************************/
.feature-style-one .title-box {
  margin-bottom: 35px;
}
.feature-style-one .title-box h3,
.feature-style-one .title-box p {
  margin: 0;
}
.feature-style-one .title-box h3 {
  font-size: 30px;
  line-height: 1.4em;
  color: #051829;
  font-family: 'Montserrat';
  margin-top: -7px;
}
.feature-style-one .title-box h3 span {
  font-weight: bold;
}
.feature-style-one .title-box p {
  font-size: 15px;
  line-height: 25px;
  color: #6A6A6A;
  letter-spacing: 0;
}
.feature-style-one .title-box .line {
  display: block;
  width: 80px;
  height: 2px;
  background: #E61E0F;
  margin-top: 10px;
  margin-bottom: 25px;
}
.feature-style-one .title-box.text-center .line {
  margin-left: auto;
  margin-right: auto;
}
.feature-style-one img + img {
  margin-top: 3px;
}
.feature-style-one .single-feature-style-one + .single-feature-style-one {
  margin-top: 45px;
}
.feature-style-one .single-feature-style-one .icon-box,
.feature-style-one .single-feature-style-one .text-box {
  display: table-cell;
  vertical-align: top;
}
.feature-style-one .single-feature-style-one .icon-box .inner-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E61E0F;
  text-align: center;
}
.feature-style-one .single-feature-style-one .icon-box .inner-box i {
  color: #051829;
  font-size: 35px;
  line-height: 60px;
}
.feature-style-one .single-feature-style-one .text-box {
  padding-left: 20px;
}
.feature-style-one .single-feature-style-one .text-box h3,
.feature-style-one .single-feature-style-one .text-box p {
  margin: 0;
}
.feature-style-one .single-feature-style-one .text-box h3 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  color: #051829;
  margin-bottom: 17px;
  font-weight: 700;
}
.feature-style-one .single-feature-style-one .text-box p {
  font-family: 'Hind';
  font-size: 15px;
  line-height: 25px;
  color: #6A6A6A;
}

/**************************
* 9. projects styles
*************************/
.project-style-one a.thm-btn {
  margin-top: 25px;
}
.project-style-one.with-custom-scroll-bar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.project-style-one.with-custom-scroll-bar .custom-scroll-bar-wrapper [class*=single-project-] {
  float: left;
}
@media (max-width: 550px) {
  .project-style-one.with-custom-scroll-bar .custom-scroll-bar-wrapper .mCustomScrollBox,
  .project-style-one.with-custom-scroll-bar .projects-grid-view .mCustomScrollBox {
    position: static;
  }
}
.project-style-one.with-custom-scroll-bar .custom-scroll-bar-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 35px;
}
.project-style-one.with-custom-scroll-bar .custom-scroll-bar-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .project-style-one.with-custom-scroll-bar .custom-scroll-bar-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    max-width: 700px;
  }
}
.project-style-one.with-custom-scroll-bar .custom-scroll-bar-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.project-style-one.with-custom-scroll-bar .custom-scroll-bar-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
}
.project-style-one.with-custom-scroll-bar .custom-scroll-bar-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: #F4F5F6;
}
.project-style-one.with-custom-scroll-bar .custom-scroll-bar-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E61E0F;
}
.project-style-one.gray-bg {
  background: #F7F7F7;
}
.project-style-one.gray-bg .single-project-style-one {
  margin-bottom: 23px;
}

.single-project-style-one {
  margin-bottom: 30px;
}
.single-project-style-one .img-box {
  position: relative;
  overflow: hidden;
}
.single-project-style-one .img-box img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single-project-style-one .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.single-project-style-one .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(253, 201, 0, 0.9);
}
.single-project-style-one .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 30px;
  padding-bottom: 35px;
}
.single-project-style-one .img-box .overlay .box .content h3,
.single-project-style-one .img-box .overlay .box .content p {
  margin: 0;
}
.single-project-style-one .img-box .overlay .box .content h3 {
  color: #151E37;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
}
.single-project-style-one .img-box .overlay .box .content p {
  color: #FFFFFF;
  font-family: 'Hind';
  font-size: 16px;
}
.single-project-style-one .img-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-project-style-one .img-box:hover .overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.project-single-page .single-project-content {
  padding-left: 50px;
  padding-top: 80px;
}
.project-single-page .single-project-content h3, .project-single-page .single-project-content p {
  margin: 0;
}
.project-single-page .single-project-content h3 {
  color: #051829;
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 30px;
}
.project-single-page .single-project-content p {
  color: #74787D;
  font-size: 15px;
  line-height: 27px;
  font-family: "Hind";
}
.project-single-page .single-project-content p + p {
  margin-top: 35px;
}
.project-single-page .single-project-content ul.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.project-single-page .single-project-content ul.list-items li {
  position: relative;
  color: #9A9A9A;
  font-size: 15px;
  padding-left: 25px;
}
.project-single-page .single-project-content ul.list-items li + li {
  margin-top: 5px;
}
.project-single-page .single-project-content ul.list-items li span {
  color: #051829;
  margin-right: 5px;
}
.project-single-page .single-project-content ul.list-items li i {
  color: #E61E0F;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**************************
* 10. brands styles
*************************/
.brand-wrapper {
  background: #F5F5F5;
  padding: 54px 0;
}
.brand-wrapper.home-two {
  background: #fff;
  padding-bottom: 110px;
}
.brand-wrapper .brand-carousel .item img {
  border: 2px solid #E9E9E9;
}
.brand-wrapper .brand-carousel .owl-nav {
  margin: 0;
}

/**************************
* 11. blog styles
*************************/
.blog-style-one a.thm-btn {
  margin-top: 25px;
}

.single-blog-style-one {
  margin-bottom: 30px;
}
.single-blog-style-one .img-box {
  position: relative;
  overflow: hidden;
}
.single-blog-style-one .img-box > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-style-one .img-box .overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 201, 0, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.single-blog-style-one .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-blog-style-one .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-style-one .img-box .overlay .box .content a {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #151E37;
  line-height: 55px;
  font-size: 24px;
  color: #fff;
}
.single-blog-style-one .img-box:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-blog-style-one .img-box:hover .overlay {
  top: 0;
  opacity: 1;
}
.single-blog-style-one .img-box + .meta-info {
  margin-top: 0;
}
.single-blog-style-one .text-box h3,
.single-blog-style-one .text-box p {
  margin: 0;
}
.single-blog-style-one .text-box h3 {
  font-size: 22px;
  line-height: 30px;
  color: #051829;
  font-family: 'Montserrat';
  letter-spacing: -0.01em;
  margin-top: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-style-one .text-box h3:after {
  content: '';
  width: 45px;
  height: 2px;
  display: block;
  background: #E61E0F;
  margin-top: 10px;
}
.single-blog-style-one .text-box h3:hover {
  color: #E61E0F;
}
.single-blog-style-one .text-box p {
  color: #6A6A6A;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.025em;
  margin-top: 15px;
}
.single-blog-style-one .meta-info {
  background: #F2F2F2;
  padding: 8.5px 18px;
  margin-top: 40px;
}
.single-blog-style-one .meta-info a {
  color: #666666;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-style-one .meta-info a:hover {
  color: #151E37;
}
.single-blog-style-one .meta-info a + a {
  margin-left: 10px;
}

.blog-page .blog-post-wrapper {
  padding-right: 70px;
}
@media (max-width: 991px) {
  .blog-page .blog-post-wrapper {
    padding-right: 0;
  }
}
.blog-page .blog-post-wrapper .single-blog-style-one + .single-blog-style-one {
  margin-top: 50px;
}

.single-blog-page-content .single-blog-style-one .text-box h3:hover {
  color: #051829;
}
.single-blog-page-content .share-tag-box {
  margin-top: 30px;
}
.single-blog-page-content .share-tag-box .share-box span,
.single-blog-page-content .share-tag-box .share-box a {
  display: inline-block;
  vertical-align: middle;
}
.single-blog-page-content .share-tag-box .share-box span {
  color: #999999;
  font-family: 'Poppins';
  font-size: 15px;
  margin-right: 10px;
}
.single-blog-page-content .share-tag-box .share-box a {
  font-size: 15px;
  color: #242C33;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page-content .share-tag-box .share-box a:hover {
  color: #E61E0F;
}
.single-blog-page-content .share-tag-box .share-box a + a {
  margin-left: 10px;
}
.single-blog-page-content .share-tag-box .tags-box a {
  border: 1px solid #E6E9EC;
  color: #7A7E81;
  font-size: 14px;
  padding: 0 15px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page-content .share-tag-box .tags-box a:hover {
  background: #E61E0F;
  border-color: #E61E0F;
  color: #fff;
}
.single-blog-page-content .share-tag-box .tags-box a + a {
  margin-left: 10px;
}
.single-blog-page-content .author-box-wrapper .title-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.single-blog-page-content .author-box-wrapper .title-box h3 {
  margin: 0;
  color: #242C33;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins';
}
.single-blog-page-content .author-box-wrapper .title-box h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #E61E0F;
  margin-top: 10px;
}
.single-blog-page-content .author-box {
  padding: 40px 40px 30px;
  border: 1px solid #DBDDDE;
}
.single-blog-page-content .author-box .img-box,
.single-blog-page-content .author-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-blog-page-content .author-box .img-box i {
  background: #E7EBEC;
  width: 75px;
  text-align: center;
  height: 75px;
  line-height: 75px;
  font-size: 30px;
  color: #242C33;
}
.single-blog-page-content .author-box .text-box {
  padding-left: 25px;
}
.single-blog-page-content .author-box .text-box h3 {
  margin: 0;
  font-size: 18px;
  color: #242C33;
  font-weight: 500;
  font-family: 'Heebo';
  line-height: 1em;
  margin-bottom: 10px;
}
.single-blog-page-content .author-box .text-box h3:after {
  display: none;
}
.single-blog-page-content .author-box .text-box span {
  color: #999999;
  font-size: 14px;
  font-family: 'Rubik';
  display: block;
  line-height: 1em;
}
.single-blog-page-content .author-box .text-box p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Rubik';
  margin-top: 10px;
}
.single-blog-page-content .author-box .text-box .social {
  margin-top: 10px;
}
.single-blog-page-content .author-box .text-box .social a {
  font-size: 15px;
  color: #242C33;
}
.single-blog-page-content .author-box .text-box .social a + a {
  margin-left: 5px;
}
.single-blog-page-content .comment-form-box .title-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.single-blog-page-content .comment-form-box .title-box h3 {
  margin: 0;
  color: #242C33;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins';
}
.single-blog-page-content .comment-form-box .title-box h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #E61E0F;
  margin-top: 10px;
}
.single-blog-page-content .comment-form-box form input,
.single-blog-page-content .comment-form-box form textarea {
  width: 100%;
  height: 40px;
  background: #F8F8FA;
  border: none;
  outline: none;
  padding-left: 20px;
  font-size: 14px;
  color: #808992;
  display: block;
  margin-bottom: 20px;
}
.single-blog-page-content .comment-form-box form input::-webkit-input-placeholder,
.single-blog-page-content .comment-form-box form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808992;
}
.single-blog-page-content .comment-form-box form input::-moz-placeholder,
.single-blog-page-content .comment-form-box form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #808992;
}
.single-blog-page-content .comment-form-box form input:-ms-input-placeholder,
.single-blog-page-content .comment-form-box form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #808992;
}
.single-blog-page-content .comment-form-box form input:-moz-placeholder,
.single-blog-page-content .comment-form-box form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #808992;
}
.single-blog-page-content .comment-form-box form input.error,
.single-blog-page-content .comment-form-box form textarea.error {
  background: rgba(255, 0, 0, 0.3);
}
.single-blog-page-content .comment-form-box form label.error {
  display: none !important;
}
.single-blog-page-content .comment-form-box form textarea {
  padding-top: 10px;
  height: 200px;
}
.single-blog-page-content .comment-form-box form button[type=submit] {
  width: 100%;
  height: 45px;
  background: #E61E0F;
  color: #151E37;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins';
  text-align: center;
  line-height: 45px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: none;
  outline: none;
  margin-top: 10px;
  cursor: pointer;
}
.single-blog-page-content .comment-form-box form button[type=submit]:hover {
  background: #232C33;
  color: #E61E0F;
}

/**************************
* 12. cta styles
*************************/
.call-to-action-one {
  background: #fff url(../img/fun-fact-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 75px 0;
}
.call-to-action-one:before {
  content: '';
  background: #151e37;
  opacity: .9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.call-to-action-one .container {
  position: relative;
}
.call-to-action-one p {
  font-family: 'Montserrat';
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.01em;
  margin: 0;
  color: #ffffff;
}
.call-to-action-one p a {
  color: #E61E0F;
}

.call-to-action-two {
  background: #051829 url(../../img/cta-bg-2.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 110px 0;
}
.call-to-action-two img.person-image {
  position: absolute;
  bottom: 0;
  left: 70px;
}
@media (max-width: 1400px) {
  .call-to-action-two img.person-image {
    left: 0;
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .call-to-action-two img.person-image {
    display: none;
  }
}
.call-to-action-two:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #051829;
  opacity: .9;
}
.call-to-action-two .container {
  position: relative;
}
.call-to-action-two .title-box {
  margin-bottom: 29px;
}
.call-to-action-two .title-box h3,
.call-to-action-two .title-box p {
  margin: 0;
}
.call-to-action-two .title-box h3 {
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.call-to-action-two .title-box h3 span {
  font-weight: 400;
}
.call-to-action-two .title-box .line {
  display: block;
  width: 33px;
  height: 5px;
  border-radius: 2.5px;
  background: #E61E0F;
  margin-top: 8px;
  margin-bottom: 31px;
}
.call-to-action-two .title-box p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #C9C9C9;
  font-family: 'Hind';
}
.call-to-action-two .cta-two-form .title-box {
  margin-bottom: 22px;
}
.call-to-action-two .cta-two-form .title-box .line {
  margin-bottom: 21px;
}
.call-to-action-two .cta-two-form label {
  color: #E61E0F;
  font-family: 'Hind';
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.call-to-action-two .cta-two-form input {
  width: 100%;
  height: 38px;
  padding-left: 15px;
  background: #EBEEF0;
  margin-bottom: 10px;
}
.call-to-action-two .cta-two-form input.error {
  background: rgba(255, 0, 0, 0.5);
}
.call-to-action-two .cta-two-form button.thm-btn {
  margin-top: 31px;
}
.call-to-action-two .cta-two-form button.thm-btn:hover {
  color: #051829;
  background: #fff;
}
.call-to-action-two .cta-two-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  margin-bottom: 10px;
}
.call-to-action-two .cta-two-form label.error {
  display: none !important;
}
.call-to-action-two .contact-box {
  border: 2px solid #E61E0F;
  width: 100%;
  max-width: 390px;
  padding: 0 45px;
  margin-left: auto;
  margin-right: 50px;
  padding-top: 31px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .call-to-action-two .contact-box {
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.call-to-action-two .contact-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.call-to-action-two .contact-box ul li {
  position: relative;
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 25px;
}
.call-to-action-two .contact-box ul li + li {
  margin-top: 24px;
}
.call-to-action-two .contact-box ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #E61E0F;
  font-size: 16px;
}

/**************************
* 13. Testimonials styles
*************************/
.testi-title-one {
  background: #fff url(../img/testi-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 270px;
}
.testi-title-one:before {
  content: '';
  background: #051829;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}
.testi-title-one .sec-title {
  margin-bottom: 0;
  position: relative;
}
.testi-title-one .sec-title h3 {
  color: #fff;
}
.testi-title-one .sec-title p {
  color: #D0D0D0;
}

.testi-carousel-wrapper {
  margin-top: -205px;
  position: relative;
  z-index: 10;
  padding-bottom: 110px;
}
.testi-carousel-wrapper .container {
  max-width: 1200px;
}
.testi-carousel-wrapper .owl-nav {
  margin-top: 40px;
}
.testi-carousel-wrapper .owl-nav [class*=owl-] {
  width: 33px;
  height: 33px;
  color: #051829;
  font-size: 20px;
  background: #E61E0F;
  line-height: 33px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testi-carousel-wrapper .owl-nav [class*=owl-] i {
  line-height: 33px;
}
.testi-carousel-wrapper .owl-nav [class*=owl-]:hover {
  color: #fff;
  background: #051829;
}
.testi-carousel-wrapper .owl-nav .owl-next {
  margin-left: 10px;
}

.single-testi-carousel {
  padding: 20px 0px;
}
.single-testi-carousel .inner-box {
  padding: 0 50px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.11);
  position: relative;
}
.single-testi-carousel .inner-box i[class*=quotes-symbol] {
  color: #E61E0F;
  font-size: 59px;
  position: absolute;
  top: -20px;
  left: 25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-testi-carousel .content-box {
  padding-top: 60px;
  padding-bottom: 25px;
}
.single-testi-carousel .content-box p {
  margin: 0;
  color: #666666;
  font-size: 18px;
  line-height: 30px;
}
.single-testi-carousel .name-box {
  border-top: 1px solid #dedede;
  padding-top: 25px;
  padding-bottom: 30px;
}
.single-testi-carousel .name-box .img-box,
.single-testi-carousel .name-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-testi-carousel .name-box .img-box {
  width: 52px;
}
.single-testi-carousel .name-box .img-box img {
  width: 100%;
  border-radius: 50%;
}
.single-testi-carousel .name-box .text-box {
  padding-left: 15px;
}
.single-testi-carousel .name-box .text-box h3 {
  margin: 0;
  color: #151E37;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.single-testi-carousel .name-box .text-box span {
  color: #999999;
  font-size: 16px;
}

.testi-style-two {
  padding-bottom: 80px;
}

.single-testi-style-two {
  border: 2px solid #E61E0F;
  border-radius: 5px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
}
.single-testi-style-two .icon-box {
  width: 58px;
  height: 58px;
  border-radius: 5px;
  background: #E61E0F;
  text-align: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 0;
}
.single-testi-style-two .icon-box i {
  font-size: 25px;
  color: #fff;
  line-height: 58px;
}
.single-testi-style-two .text-box p {
  margin: 0;
  font-family: 'Hind';
  font-size: 15px;
  line-height: 25px;
  width: 92%;
}
@media (max-width: 320px) {
  .single-testi-style-two .text-box p {
    width: 100%;
  }
}
.single-testi-style-two .name-box {
  position: relative;
  margin-top: 20px;
}
.single-testi-style-two .name-box .img-box,
.single-testi-style-two .name-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-testi-style-two .name-box .img-box {
  width: 70px;
}
.single-testi-style-two .name-box .img-box > img {
  width: 100%;
  border-radius: 50%;
}
.single-testi-style-two .name-box .text-box {
  padding-left: 20px;
  width: 80%;
}
.single-testi-style-two .name-box .text-box h3 {
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #051829;
  font-size: 20px;
  letter-spacing: -0.050em;
}
.single-testi-style-two .name-box .text-box p {
  margin: 0;
  color: #9A9A9A;
  font-size: 14px;
  font-family: 'Hind';
  text-transform: uppercase;
}
.single-testi-style-two .name-box .text-box .review-stars {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 570px) {
  .single-testi-style-two .name-box .text-box .review-stars {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 10px;
  }
}
.single-testi-style-two .name-box .text-box .review-stars i {
  font-size: 16px;
  color: #E61E0F;
}

/**************************
* 14. team styles
*************************/
.team-style-one {
  padding: 110px 0;
}
.team-style-one .owl-theme .owl-dots .owl-dot {
  margin: 0;
  padding: 0 8.5px;
}
.team-style-one .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C6C7C9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  margin: 0;
}
.team-style-one .owl-theme .owl-dots .owl-dot span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 2px solid #E61E0F;
}
.team-style-one .owl-theme .owl-dots .owl-dot span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #E61E0F;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 10;
}
.team-style-one .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}
.team-style-one .owl-theme .owl-dots .owl-dot.active span:after, .team-style-one .owl-theme .owl-dots .owl-dot.active span:before {
  opacity: 1;
}
.team-style-one .owl-theme .owl-dots {
  margin-top: 50px;
}
.team-style-one .owl-nav {
  margin-top: 40px;
}
.team-style-one .owl-nav [class*=owl-] {
  width: 33px;
  height: 33px;
  color: #051829;
  font-size: 20px;
  background: #E61E0F;
  line-height: 33px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.team-style-one .owl-nav [class*=owl-] i {
  line-height: 33px;
}
.team-style-one .owl-nav [class*=owl-]:hover {
  color: #fff;
  background: #051829;
}
.team-style-one .owl-nav .owl-next {
  margin-left: 10px;
}

.team-style-one.team-page {
  padding-bottom: 50px;
}
.team-style-one .single-team-style-one {
  position: relative;
  margin-bottom: 150px;
  text-align: center;
}
.team-style-one .single-team-style-one .img-box > img {
  width: 100%;
}
.team-style-one .single-team-style-one .text-box {
  background: #242C33;
  padding: 21px 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.team-style-one .single-team-style-one .text-box h3, .team-style-one .single-team-style-one .text-box p {
  margin: 0;
}
.team-style-one .single-team-style-one .text-box h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Montserrat';
}
.team-style-one .single-team-style-one .text-box p {
  color: #9CA1A8;
  font-size: 16px;
  font-family: 'Hind';
  margin-top: 5px;
}
.team-style-one .single-team-style-one .text-box .social {
  position: relative;
  top: -100%;
  padding-top: 0px;
  margin-bottom: -30px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.team-style-one .single-team-style-one .text-box .social a {
  color: #fff;
  font-size: 18px;
}
.team-style-one .single-team-style-one .text-box .social a + a {
  margin-left: 15px;
}
.team-style-one .single-team-style-one:hover .text-box {
  background: #E61E0F;
}
.team-style-one .single-team-style-one:hover .text-box p {
  color: #fff;
}
.team-style-one .single-team-style-one:hover .text-box .social {
  padding-top: 15px;
  opacity: 1;
  top: 0%;
  margin-bottom: 0px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.team-style-one .team-carousel-style-one .single-team-style-one {
  margin-bottom: 150px;
}
.team-style-one .team-carousel-style-one .owl-dots {
  margin-top: -50px;
}

/**************************
* 15. video styles
*************************/
.video-box-style-one {
  position: absolute;
  bottom: 0;
  right: 0;
}
.video-box-style-one:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 120px;
  height: 200px;
  background: #E61E0F;
}
.video-box-style-one .img-box {
  position: relative;
}
.video-box-style-one .img-box > img {
  width: 100%;
}
.video-box-style-one .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 30, 55, 0.5);
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.video-box-style-one .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.video-box-style-one .img-box .overlay .content {
  display: table-cell;
  vertical-align: middle;
}
.video-box-style-one .img-box .overlay .content a {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #E61E0F;
  color: #fff;
  font-size: 30px;
  line-height: 115px;
  display: inline-block;
}
.video-box-style-one .img-box:hover .overlay {
  background: rgba(21, 30, 55, 0);
}

.video-box-style-two .img-box {
  position: relative;
}
.video-box-style-two .img-box > img {
  width: 100%;
}
.video-box-style-two .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.video-box-style-two .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.video-box-style-two .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.video-box-style-two .img-box .overlay .box .content span {
  display: block;
  color: #FFFFFF;
  font-family: 'Montserrat';
}
.video-box-style-two .img-box .overlay .box .content span.year {
  font-weight: 800;
  font-size: 185px;
  line-height: 1em;
}
.video-box-style-two .img-box .overlay .box .content span.tagline {
  font-size: 30px;
  margin-top: 8px;
}
.video-box-style-two .video-popup {
  text-align: center;
  width: 100%;
  background: #E61E0F;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Hind';
  font-weight: 600;
  text-transform: uppercase;
  padding: 23px 0;
  width: 100%;
  display: block;
  line-height: 24px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.video-box-style-two .video-popup i {
  font-size: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.video-box-style-two .video-popup:hover {
  background: #051829;
}

/**************************
* 16. faq styles
*************************/
.faq-style-one .accrodion-grp .accrodion + .accrodion {
  margin-top: 10px;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title {
  border: 1px solid #DEE0E1;
  background: #FFFFFF;
  padding: 16.5px 25px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  position: relative;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  font-family: 'Hind';
  letter-spacing: -0.01em;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #222222;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
  border: 1px solid #DEE0E1;
  padding: 31px 30px;
  border-top: 0;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .01em;
  color: #74787D;
  font-family: 'Hind';
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title {
  background: #E61E0F;
  border-color: #E61E0F;
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: '\f106';
}

.faq-page .accrodion-grp {
  border: 1px solid #DEE0E1;
  padding: 70px;
}
@media (max-width: 570px) {
  .faq-page .accrodion-grp {
    padding: 15px;
  }
}

/**************************
* 17. funfact styles
*************************/
.funfact-style-one {
  background: #fff url(../img/fun-fact-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 68px 0;
}
.funfact-style-one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 30, 55, 0.9);
}
.funfact-style-one .container {
  position: relative;
}
.funfact-style-one .single-funfact-style-one .icon-box, .funfact-style-one .single-funfact-style-one .text-box {
  display: table-cell;
  vertical-align: middle;
}
.funfact-style-one .single-funfact-style-one .icon-box i {
  color: #E61E0F;
  font-size: 69px;
}
.funfact-style-one .single-funfact-style-one .text-box {
  padding-left: 15px;
}
.funfact-style-one .single-funfact-style-one .text-box h3, .funfact-style-one .single-funfact-style-one .text-box p {
  margin: 0;
}
.funfact-style-one .single-funfact-style-one .text-box h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #E61E0F;
  font-size: 47px;
  line-height: 1;
  margin-bottom: 10px;
}
.funfact-style-one .single-funfact-style-one .text-box p {
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 27px;
  line-height: 1;
  text-transform: uppercase;
}

/**************************
* 18. contact styles
*************************/
.contact-form input, .contact-form textarea {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  background: #EEF1F5;
  height: 48px;
  color: #8F969E;
  font-size: 15px;
  font-family: 'Hind';
  padding-left: 25px;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8F969E;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8F969E;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #8F969E;
}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8F969E;
}
.contact-form input + input {
  margin-top: 15px;
}
.contact-form textarea {
  height: 140px;
  margin-top: 15px;
  padding-top: 10px;
}
.contact-form .thm-btn {
  width: 100%;
  padding: 13.5px 0;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  letter-spacing: 0em;
  margin-top: 15px;
}

#contact-google-map {
  width: 100%;
  height: 460px;
}

.contact-page form.contact-form label {
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #242C33;
  font-size: 15px;
  letter-spacing: 0.025em;
  margin-bottom: 7px;
}
.contact-page form.contact-form input, .contact-page form.contact-form textarea {
  background: #EBEEF0;
  height: 38px;
  padding-left: 15px;
  margin: 0;
  display: block;
  margin-bottom: 37px;
}
.contact-page form.contact-form input.error, .contact-page form.contact-form textarea.error {
  background: rgba(255, 0, 0, 0.45);
}
.contact-page form.contact-form label.error {
  display: none !important;
}
.contact-page form.contact-form textarea {
  height: 201px;
}
.contact-page form.contact-form .thm-btn {
  margin: 0;
}
@media (max-width: 991px) {
  .contact-page .contact-box {
    margin-top: 50px;
  }
}
.contact-page .contact-box .title-box {
  margin-bottom: 38px;
}
.contact-page .contact-box .title-box h3, .contact-page .contact-box .title-box p {
  margin: 0;
}
.contact-page .contact-box .title-box h3 {
  font-family: 'Poppins';
  font-weight: 600;
  color: #242C33;
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}
.contact-page .contact-box .title-box p {
  font-family: 'Hind';
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .01em;
}
.contact-page .contact-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-page .contact-box ul li {
  position: relative;
  font-size: 16px;
  color: #242C33;
  padding-left: 25px;
  font-family: 'Hind';
  font-weight: 500;
  letter-spacing: .025em;
}
.contact-page .contact-box ul li + li {
  margin-top: 24px;
}
.contact-page .contact-box ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #242C33;
  font-size: 16px;
}

/**************************
* 19. Footer styles
*************************/
.footer-top {
  padding: 100px 0 130px;
  background: #fff url(../img/footer-bg-1-1.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.footer-top:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 16, 32, 0.85);
}

.footer-widget .title-box {
  margin-bottom: 50px;
}
.footer-widget .title-box h3 {
  margin: 0;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 24px;
}
.footer-widget .title-box h3:after {
  content: '';
  width: 28px;
  height: 3px;
  background: #E61E0F;
  display: block;
  margin-top: 10px;
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}
.footer-widget ul li a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1em;
  display: block;
  font-family: 'Hind';
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.footer-widget ul li a:hover {
  color: #E61E0F;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.footer-widget ul li + li {
  margin-top: 34px;
}
.footer-widget ul.link-list li a {
  line-height: 1em;
}
.footer-widget ul.link-list li + li {
  margin-top: 20px;
}
.footer-widget p {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
  color: #FFFFFF;
  font-family: 'Hind';
}
.footer-widget a.logo-img {
  display: inline-block;
  margin-bottom: 30px;
}
.footer-widget .twitter-widget-content .single-twitter-widget + .single-twitter-widget {
  border-top: 1px solid #494949;
  padding-top: 15px;
  margin-top: 21px;
}
.footer-widget .twitter-widget-content .single-twitter-widget p {
  color: #CCCCCC;
  font-size: 15px;
  line-height: 25px;
}
.footer-widget .twitter-widget-content .single-twitter-widget .name {
  margin-top: 12px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Hind';
  display: inline-block;
  vertical-align: baseline;
}
.footer-widget .twitter-widget-content .single-twitter-widget .name i {
  color: #198CFA;
  font-size: 18px;
}
.footer-widget.twitter-widget {
  padding-left: 50px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .footer-widget.twitter-widget {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-widget.links-widget {
  margin-left: -58px;
}
@media (max-width: 991px) {
  .footer-widget.links-widget {
    margin-left: 0;
  }
}

.footer-bottom {
  background: #000204;
  padding: 13px 0;
}
.footer-bottom p {
  margin: 0;
  color: #BBBBBB;
  font-size: 16px;
}
.footer-bottom p a {
  color: #E61E0F;
}

/**************************
* 20. inner banner styles
*************************/
.inner-banner {
  background: #051829 url(../img/inner-banner-1-1.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 115px;
  padding-bottom: 150px;
}
.inner-banner .container {
  position: relative;
}
.inner-banner .page-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 48px;
  font-family: 'Montserrat';
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}
.inner-banner .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.inner-banner .breadcrumb li + li:before {
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
}
.inner-banner .breadcrumb li a,
.inner-banner .breadcrumb li span {
  color: #fff;
  font-family: 'Hind';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.025em;
}
.inner-banner .breadcrumb li a {
  color: #E61E0F;
}

/**************************
* 21. sidebar styles
*************************/
.sidebar {
  margin-left: -30px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-left: 0;
    margin-top: 80px;
  }
}
.sidebar .single-sidebar + .single-sidebar {
  margin-top: 50px;
}
.sidebar ul,
.sidebar p,
.sidebar h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .title-box {
  margin-bottom: 25px;
}
.sidebar .title-box h3 {
  color: #051829;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
}
.sidebar .title-box .line {
  display: block;
  width: 60px;
  height: 1px;
  background: #E61E0F;
  margin-top: 10px;
}
.sidebar ul.link-lists li + li {
  border-top: 1px solid #e1e1e1;
  padding-top: 14px;
  margin-top: 14px;
}
.sidebar ul.link-lists li a {
  display: block;
  color: #6A6A6A;
  font-size: 15px;
  font-family: 'Hind';
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar ul.link-lists li a:hover {
  color: #E61E0F;
}
.sidebar ul.link-lists li a span.count {
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar .search-form {
  width: 100%;
  position: relative;
  display: block;
  height: 39px;
}
.sidebar .search-form input {
  border: none;
  outline: none;
  width: calc(100% - 52px);
  border: 1px solid #E5E5E5;
  height: 39px;
  padding-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar .search-form button {
  width: 49px;
  height: 39px;
  background: #151E37;
  border: none;
  outline: none;
  color: #E61E0F;
  font-size: 14px;
  line-height: 39px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar .search-form button:hover {
  background: #E61E0F;
  color: #fff;
}
.sidebar .recent-post-sidebar .single-posts + .single-posts {
  margin-top: 40px;
}
.sidebar .recent-post-sidebar .single-posts .img-box,
.sidebar .recent-post-sidebar .single-posts .text-box {
  display: table-cell;
  vertical-align: middle;
}
.sidebar .recent-post-sidebar .single-posts .img-box {
  width: 76px;
}
.sidebar .recent-post-sidebar .single-posts .img-box > img {
  width: 100%;
  border-radius: 10px;
}
.sidebar .recent-post-sidebar .single-posts .text-box {
  padding-left: 20px;
}
.sidebar .recent-post-sidebar .single-posts .text-box h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25em;
  font-family: 'Montserrat';
  letter-spacing: -0.025em;
  width: 85%;
  margin-bottom: 8px;
}
.sidebar .recent-post-sidebar .single-posts .text-box h3 a {
  color: #051829;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .recent-post-sidebar .single-posts .text-box h3 a:hover {
  color: #E61E0F;
}
.sidebar .recent-post-sidebar .single-posts .text-box span {
  color: #BEBFC0;
  font-family: 'Hind';
  font-size: 14px;
  line-height: 1em;
  display: block;
}
.sidebar .recent-post-sidebar .single-posts .text-box span i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}
.sidebar .tag-lists {
  font-size: 0px;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .tag-lists li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-top: 10px;
}
.sidebar .tag-lists li a {
  display: block;
  padding: 5px;
  background: #F8F8FA;
  color: #757D7F;
  border: 1px solid #F2F2F1;
  font-size: 12px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .tag-lists li a:hover {
  color: #fff;
  background: #051829;
  border-color: #051829;
}
.sidebar .comments-lists li {
  font-size: 16px;
  color: #6A6A6A;
  letter-spacing: -0.025em;
  font-family: 'Hind';
  font-weight: 500;
}
.sidebar .comments-lists li + li {
  border-top: 1px solid #F1F1F1;
  padding-top: 15px;
  margin-top: 15px;
}
.sidebar .comments-lists li a {
  color: #151E37;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .comments-lists li a:hover {
  color: #E61E0F;
}
.sidebar .insta-lists {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
.sidebar .insta-lists li {
  float: left;
  width: 33.33333%;
  padding: 10px;
}
.sidebar .insta-lists li a {
  display: block;
  width: 100%;
}
.sidebar .insta-lists li a > img {
  width: 100%;
}
.sidebar .mc-form {
  position: relative;
  height: 45px;
  display: block;
  width: 100%;
}
.sidebar .mc-form input {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  width: calc(100% - 51px);
  height: 100%;
  background: #E9EBEC;
  color: #909090;
  font-family: 'Hind';
  font-size: 14px;
  border-radius: 10px;
  padding-left: 15px;
}
.sidebar .mc-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909090;
}
.sidebar .mc-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #909090;
}
.sidebar .mc-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #909090;
}
.sidebar .mc-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #909090;
}
.sidebar .mc-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 45px;
  background: #051829;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .mc-form button[type=submit] i {
  font-size: 14px;
  color: #E61E0F;
}
.sidebar .mc-form button[type=submit]:hover {
  background: #E61E0F;
}
.sidebar .mc-form button[type=submit]:hover i {
  color: #fff;
}

.service-sidebar {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .service-sidebar {
    padding-left: 0px;
    margin-top: 80px;
  }
}
.service-sidebar .single-sidebar + .single-sidebar {
  margin-top: 50px;
}
.service-sidebar .single-sidebar ul.service-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-sidebar .single-sidebar ul.service-lists li + li {
  margin-top: 9px;
}
.service-sidebar .single-sidebar ul.service-lists li a {
  display: block;
  border: 1px solid #EEEEEE;
  color: #86909E;
  font-size: 15px;
  font-family: 'Montserrat';
  position: relative;
  padding: 10px 0;
  padding-left: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-sidebar .single-sidebar ul.service-lists li a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #86909E;
  right: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-sidebar .single-sidebar ul.service-lists li a:hover {
  border-color: #E61E0F;
  background: #E61E0F;
  color: #051829;
}
.service-sidebar .single-sidebar ul.service-lists li a:hover i {
  color: #051829;
}
.service-sidebar .single-sidebar #service-page-google-map {
  width: 100%;
  height: 185px;
  margin-bottom: 45px;
}
.service-sidebar .single-sidebar .contact-infos-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-sidebar .single-sidebar .contact-infos-list li {
  padding-left: 35px;
  color: #666666;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.service-sidebar .single-sidebar .contact-infos-list li + li {
  margin-top: 27px;
}
.service-sidebar .single-sidebar .contact-infos-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 20px;
  color: #E61E0F;
}
.service-sidebar .single-sidebar.brochures h3, .service-sidebar .single-sidebar.brochures p {
  margin: 0;
  padding: 0;
}
.service-sidebar .single-sidebar.brochures h3 {
  font-family: 'Montserrat';
  font-weight: 600;
  color: #031532;
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}
.service-sidebar .single-sidebar.brochures p {
  font-family: 'Hind';
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .025em;
  color: #666666;
  margin-bottom: 30px;
}
.service-sidebar .single-sidebar.brochures a {
  display: block;
  padding: 13.5px 0;
  padding-left: 35px;
  text-align: center;
  position: relative;
  color: #151E37;
  font-family: 'Hind';
  font-weight: 500;
  letter-spacing: 0.025em;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-sidebar .single-sidebar.brochures a i {
  color: #051829;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-sidebar .single-sidebar.brochures a:hover {
  color: #E61E0F;
}
.service-sidebar .single-sidebar.brochures a:hover i {
  color: #E61E0F;
}
.service-sidebar .single-sidebar.brochures a + a {
  margin-top: 10px;
}

/**************************
* 22. pricing styles
*************************/
.single-price-box {
  text-align: center;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 1px 4px rgba(1, 47, 92, 0.15);
          box-shadow: 0px 1px 4px rgba(1, 47, 92, 0.15);
}
@media (max-width: 991px) {
  .single-price-box {
    margin-bottom: 50px;
  }
}
.single-price-box .top-box {
  background: #324352;
  padding-top: 20px;
  padding-bottom: 15px;
}
.single-price-box .top-box .price-box {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #031532;
  font-family: 'Poppins';
  font-weight: 600;
  letter-spacing: -0.05em;
  background: #FFFFFF;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}
.single-price-box .top-box h3 {
  margin: 0;
  color: #FFFFFF;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .01em;
  margin-top: 5px;
}
.single-price-box .feature-lists {
  padding: 36px 0;
}
.single-price-box .feature-lists p {
  margin: 0;
  font-family: 'Hind';
  font-size: 15px;
  line-height: 1;
  color: #666666;
  width: 100%;
}
.single-price-box .feature-lists p + p {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .pricing-style-one {
    padding-bottom: 60px;
  }
}

.tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 30px;
  border: 0;
}
.tab-title li {
  display: inline-block;
  margin-bottom: 0 !important;
}
.tab-title li a {
  display: block;
  border: none;
  outline: none;
  background: #F1F1F1;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #86909E;
  display: inline-block;
  padding: 14px 33.5px;
  cursor: pointer;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-title li a:hover {
  background: #E61E0F;
  color: #FFFFFF;
}
.tab-title li a.active {
  background: #E61E0F !important;
  color: #FFFFFF !important;
}

.tab-content p {
  color: #666666;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.025em;
  font-family: 'Hind';
  width: 80%;
  margin-bottom: 15px;
}
