@import url("https://fonts.googleapis.com/css?family=Poppins:500,600,700|Roboto:400,400i,500,700&amp;display=swap");

html {
  font-size: 16px;
  scroll-behavior: smooth;
}


body {
  font-family: 'Poppins' !important;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  color: rgb(119, 119, 119);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media only screen and (max-width: 400px) {
  .bg-video {
    height: 46px!important;
}
.rc-img2 {
  bottom: 46px!important;
  left: 26px!important;
  width: 33%!important;
}
.rc-img {
  width: 25%!important;
}
.bg-video {
  height: 50px;
}
.video-sec-head h2 
{
font-size: 30px!important;
}

.video-sec-head h3{
  font-size:27px!important;
}
.circle-round {
  width: 150px!important;
  left: 32%!important;
}
}
@media  only screen and  (min-width:410px) and (max-width: 767px) {
  .rc-img2 {
    bottom: 46px!important;
    left: 26px!important;
    width: 33%!important;
}
.rc-img {
    width: 25%!important;
}
  .bg-video {
    height: 50px!important;
}
  .video-sec-head h2 
{
  font-size: 30px!important;
}

  .video-sec-head h3{
    font-size:27px!important;
  }
  .circle-round {
    width: 150px!important;
    left: 32%!important;
}
  .disc li{
    margin:0 10px;
  }
  body {
    font-size: 15px !important;
  }
}
p span{
    color: #000 !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    line-height: 26px !important;
     font-size: 15px !important;
}
li span{
    color: #000 !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    line-height: 26px !important;
     font-size: 15px !important;
}
p {
      color: #000;
      line-height: 1.6em;
      color: #000000;
      font-weight: 100;
      line-height: 26px;
      font-size: 15px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: rgb(23, 40, 51);
}

ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi::before {
  margin: 0px;
}

.section-padding {
  padding: 100px 0px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0px;
  }
}

@media (max-width: 767px) {
  .rc-img3 {
    width: 8%!important;
}
  .rc-img4 {
    width: 8%!important;
}
  .section-padding {
    padding: 50px 0px;
  }
}

.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0px 0px;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 1.875rem;
  color: #EC2024;
  display: inline-block;
  animation: 2s linear 0s infinite normal none running rotating;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {

  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: rgb(0, 154, 0);
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: rgb(255, 26, 26);
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotating {
  animation: 5s ease 0s infinite alternate none running rotating;
}

.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title,
.section-title-s2,
.section-title-s3,
.section-title-s4,
.section-title-s5 {
  margin-bottom: 17px;
}

@media (max-width: 767px) {

  .section-title,
  .section-title-s2,
  .section-title-s3,
  .section-title-s4,
  .section-title-s5 {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}

.section-title>span,
.section-title-s2>span,
.section-title-s3>span,
.section-title-s4>span,
.section-title-s5>span {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #EC2024;
  text-transform: capitalize;
  display: block;
  margin-top: -0.2em;
}

.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2,
.section-title-s4 h2,
.section-title-s5 h2 {
  font-size: 33px;
  margin: 0.1em 0px 0px;
}

@media (max-width: 991px) {

  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2,
  .section-title-s4 h2,
  .section-title-s5 h2 {
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {

  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2,
  .section-title-s4 h2,
  .section-title-s5 h2 {
    font-size: 1.875rem;
  }
}

.section-title-s2,
.section-title-s3,
.section-title-s4,
.section-title-s5 {
  margin-bottom: 60px;
}

@media (max-width: 991px) {

  .section-title-s2,
  .section-title-s3,
  .section-title-s4,
  .section-title-s5 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {

  .section-title-s2,
  .section-title-s3,
  .section-title-s4,
  .section-title-s5 {
    margin-bottom: 20px;
  }
}

.section-title-s3,
.section-title-s4 {
  text-align: center;
}

@media (max-width: 991px) {

  .section-title-s3,
  .section-title-s4 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {

  .section-title-s3,
  .section-title-s4 {
    margin-bottom: 40px;
  }
}

.section-title-s3 h2,
.section-title-s4 h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 0.5em;
}

.section-title-s3 p,
.section-title-s4 p {
  color: rgb(210, 210, 210);
  margin: 0px;
}

.section-title-s4 {
  margin-bottom: 0px;
}

.section-title-s4 h2 {
  color: rgb(19, 30, 74);
}

@media (max-width: 991px) {
  .section-title-s4 {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .section-title-s4 {
    margin-bottom: 20px;
  }
}

.section-title-s5 {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .section-title-s5 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-title-s5 {
    margin-bottom: 30px;
  }
}

.section-title-s5 h2 {
  margin-bottom: 0.4em;
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3 {
  background-color: rgb(23, 40, 51);
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: bold;
  padding: 12px 27px;
  border-radius: 0px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  border: 2px solid rgb(23, 40, 51);
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn-s3:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn-s3:focus,
.theme-btn:active,
.theme-btn-s2:active,
.theme-btn-s3:active {
  background-color: #17283300;
  color: rgb(255 255 255);
  border: 2px solid rgb(255 255 255);
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

.theme-btn-s2,
.theme-btn-s3 {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(19, 30, 74);
}

.theme-btn-s3 {
  border: 2px solid rgb(23, 40, 51);
  padding: 12px 27px;
}

@media (max-width: 991px) {
  .theme-btn-s3 {
    font-size: 13px;
    padding: 13px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s3 {
    padding: 11px 20px;
    font-size: 13px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: rgb(191, 191, 191);
  border-radius: 0px;
  outline: 0px;
  box-shadow: none;
  color: rgb(89, 89, 89);
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #EC2024;
  box-shadow: rgb(253, 130, 74) 0px 0px 5px 0px;
}

.form ::-webkit-input-placeholder {
  font-style: italic;
  color: rgb(89, 89, 89);
}

.form select {
  font-style: italic;
  background: url("../images/select-icon.png/index.html") right center no-repeat;
  display: inline-block;
  appearance: none;
  cursor: pointer;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: rgb(253, 130, 74);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
}

.social-links li a:hover {
  background-color: #EC2024;
}

.page-title {position: absolute;width: 100%;margin-top: 90px;height: 252px;position: relative;text-align: center;}

@media (max-width: 991px) {
  .page-title {
    /* height: 100px; */
    margin: 0!important;
  }
}

.page-title .container {
  height: 100%;
  display: table;
}

@media screen and (min-width: 992px) {
  .page-title .container {
    /* padding-top: 100px; */
  }
}

.page-title .container>.row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2 {
  font-size: 2.3375rem;
  font-weight: 900;
  color: rgb(255, 255, 255);
  margin: 0.5em 0px 0.3em;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 1.7rem;
  }
}

.preloader {
  /* background-color: rgb(255, 255, 255); */
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader .loader {
  /* width: 115px; */
  /* height: 100px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.preloader .gear {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  animation: 5s ease 0s infinite normal none running spin;
}

.preloader .two {
  left: 40px;
  width: 80px;
  height: 80px;
  animation: 5s ease 0s infinite normal none running spin-reverse;
}

.preloader .three {
  top: 45px;
  left: -10px;
  width: 60px;
  height: 60px;
}

@-webkit-keyframes spin {
  50% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  50% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-reverse {
  50% {
    transform: rotate(-360deg);
  }
}

@keyframes spin-reverse {
  50% {
    transform: rotate(-360deg);
  }
}

.service-sidebar {}

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

.service-sidebar>.widget+.widget {
  margin-top: 35px;
  padding-top: 10px;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border: 1px solid rgb(215 215 215);
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid rgb(235, 243, 253);
}

.service-sidebar .service-list-widget ul>li:last-child {
  border-bottom: 0px;
}

.service-sidebar .service-list-widget a {
  font-size: 0.875rem;
  background: rgb(255, 255, 255);
  font-weight: bold;
  display: block;
  color: rgb(10, 23, 43);
  padding: 15px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  background-color: rgb(23 40 51);
  color: rgb(255, 255, 255);
  margin: 0px -5px;
}

.service-sidebar .download-widget ul {
  list-style: none;
}

.service-sidebar .download-widget ul>li+li {
  margin-top: 5px;
}

.service-sidebar .download-widget ul a {
  background: rgb(19, 30, 74);
  color: rgb(255, 255, 255);
  padding: 18px 25px;
  font-weight: 600;
  display: block;
}

.service-sidebar .download-widget ul i {
  display: inline-block;
  padding-right: 10px;
  color: rgb(255, 255, 255);
}

.service-sidebar .download-widget ul a:hover {
  background: rgb(9, 14, 33);
}

.service-sidebar .contact-widget {
  background: url("../images/single-contact-widget-bg.jpg") center center / cover no-repeat local;
  /* padding: 45px 40px; */
  position: relative;
  text-align: center;
}

.service-sidebar .contact-widget::before {
  content: "";
  background: rgb(23 40 51);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.service-sidebar .contact-widget>div {
  position: relative;
  z-index: 1;
}

.service-sidebar .contact-widget h5 {
  font-size: 23px;
  line-height: 1.4em;
  color: rgb(255, 255, 255);
  /* margin: 1em 0px; */
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 24px;
}

.service-sidebar .contact-widget a {
  background-color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(119, 119, 119);
  padding: 10px 15px;
  display: inline-block;
  margin-top: 25px;
  border-radius: 50px;
}

.service-sidebar .contact-widget a:hover {
  color: #EC2024;
}

.service-sidebar .service-features-widget {
  padding: 45px 30px;
  position: relative;
  border: 2px solid rgb(247, 247, 247);
}

.service-sidebar .service-features-widget::before {
  font-family: Themify;
  content: "";
  font-size: 1.5625rem;
  color: #EC2024;
  position: absolute;
  right: 30px;
  top: 40px;
  opacity: 0.5;
}

.service-sidebar .service-features-widget h3 {
  font-size: 1.125rem;
  margin: 0px 0px 0.8em;
  text-transform: capitalize;
}

.service-sidebar .service-features-widget ol {
  list-style-position: inside;
  padding-left: 0px;
  margin: 0px;
}

.service-sidebar .service-features-widget ol>li+li {
  margin-top: 8px;
}

.blog-sidebar {}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget {
  padding: 35px 28px;
  border-radius: 0px;
  border: 2px solid rgb(244, 244, 244);
}

.blog-sidebar .widget h3 {
  font-size: 1.125rem;
  margin: 0px 0px 1.3em;
  position: relative;
  text-transform: capitalize;
}

/*.blog-sidebar .widget h3::before {*/
/*  content: "";*/
/*  background-color: #EC2024;*/
/*  width: 4px;*/
/*  height: 16px;*/
/*  position: absolute;*/
/*  left: -29px;*/
/*  top: 1px;*/
/*}*/

.blog-sidebar>.widget+.widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: rgb(248, 248, 248);
  height: 50px;
  font-size: 1rem;
  padding: 6px 50px 6px 20px;
  border: 0px;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s ease 0s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(253, 95, 23, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 1.25rem;
  color: #EC2024;
  border: 0px;
  outline: 0px;
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
}

.blog-sidebar .about-widget {
  text-align: center;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
}

.blog-sidebar .about-widget p {
  font-size: 0.9375rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
  font-size: 0.875rem;
  font-weight: bold;
  color: rgb(19, 30, 74);
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: #EC2024;
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 0.9375rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 0.875rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0px;
}

.blog-sidebar .category-widget ul>li+li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgb(243, 242, 242);
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: rgb(119, 119, 119);
  padding-left: 25px;
  position: relative;
}

.blog-sidebar .category-widget ul a::before {
  font-family: Themify;
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 11px;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover::before {
  color: #EC2024;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgb(243, 242, 242);
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 68px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    /* border-radius: 50%; */
    margin: 8px;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 68px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 0.875rem;
  line-height: 1.3em;
  margin: 0px 0px 0.3em;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0px;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: rgb(19, 30, 74);
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #EC2024;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 0.8125rem;
  color: rgb(119, 119, 119);
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0px 8px 8px 0px;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 0.8125rem;
  display: inline-block;
  padding: 5px 14px;
  color: rgb(119, 119, 119);
  border: 2px solid rgb(239, 239, 239);
  border-radius: 0px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #EC2024;
  color: rgb(255, 255, 255);
}

.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0px;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 1rem;
  font-weight: bold;
  color: rgb(169, 184, 196);
  border: 2px solid rgb(201, 207, 212);
  display: block;
  border-radius: 0px;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 0.9375rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #EC2024;
  border-color: #EC2024;
  color: rgb(255, 255, 255);
}

.pagination-wrapper .pg-pagination .fi::before {
  font-size: 0.9375rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

.theme-accordion-s1 {
  margin-bottom: 0px;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
}

.theme-accordion-s1 .panel+.panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
  background: #EC2024;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 0.9375rem;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a::before {
  font-family: themify;
  content: "";
  font-size: 0.9375rem;
  position: absolute;
  right: 25px;
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a::before {
    font-size: 1.125rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: rgb(255, 255, 255);
  color: rgb(19, 30, 74);
  box-shadow: rgba(68, 68, 68, 0.1) 0px 5px 15px 0px;
}

.theme-accordion-s1 .panel-heading .collapsed::before {
  transform: rotate(0deg);
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
  background-color: rgb(255, 255, 255);
  border: 0px;
  padding: 40px 25px 15px;
  box-shadow: rgba(68, 68, 68, 0.1) 0px 5px 15px 0px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    padding: 20px 25px 10px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p {
  margin-bottom: 1.3em;
}

.site-header {}

.site-header .navigation {
  background-color: rgb(255, 255, 255);
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
}

.site-header .navigation>.container {
  position: relative;
}

.site-header #navbar {
  transition: all 0.5s ease 0s;
}

.site-header #navbar>ul li a:hover,
.site-header #navbar>ul li a:focus {
  text-decoration: none;
  color: #ec2024 !important;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {}

  .site-header #navbar li {
    position: relative;
  }

  .site-header #navbar>ul>li>a {
    font-size: 1rem;
  }

  .site-header #navbar>ul .sub-menu {
    background-color: rgb(255, 255, 255);
    width: 223px;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 15px;
  }

  .site-header #navbar>ul>li .sub-menu li {
    border-bottom: 1px solid rgb(239, 239, 239);
  }

  .site-header #navbar>ul>li .sub-menu a {
    font-size: 0.875rem;
    display: block;
    padding: 13px 20px;
    color: rgb(19, 30, 74);
    font-weight: 500;
  }

  .site-header #navbar>ul>li>.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
  }

  .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
    position: relative;
  }

  .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a::before {
    font-family: themify;
    content: "";
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-header #navbar>ul>li:hover>.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .site-header #navbar .sub-menu>li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar>ul>li a {
    display: block;
    font-size: 0.875rem;
  }

  .site-header #navbar>ul>li .sub-menu li {
    border-bottom: 1px solid rgb(230, 230, 230);
  }

  .site-header #navbar>ul .sub-menu>li:last-child {
    border-bottom: 0px;
  }

  .site-header #navbar>ul>li>.sub-menu a {
    padding: 8px 15px 8px 45px;
  }

  .site-header #navbar>ul>li>.sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }

  .site-header #navbar>ul .menu-item-has-children>a {
    position: relative;
  }

  .site-header #navbar>ul .menu-item-has-children>a::before {
    font-family: themify;
    content: "";
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    justify-content: right;
    display: flex !important;
    padding-right: 0;
  }

  .site-header #navbar .has-mega-menu {
    position: relative;
  }

  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-top: 2px solid #EC2024;
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }

  .site-header #navbar .mega-menu {
    width: 1140px;
    left: 15px;
  }

  .site-header #navbar .half-mega-menu {
    width: 585px;
  }

  .site-header #navbar .mega-menu-box-title {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgb(230, 230, 230);
  }

  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }

  .site-header #navbar .has-mega-menu:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar>ul .mega-menu {
    width: 950px;
    right: 15px;
  }

  .site-header #navbar>ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {

  .site-header #navbar>ul .mega-menu,
  .site-header #navbar>ul .half-mega-menu {
    width: auto;
  }

  .site-header #navbar>ul .mega-menu .row,
  .site-header #navbar>ul .half-mega-menu .row {
    margin: 0px;
  }

  .site-header #navbar .mega-menu-content>.row>.col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }

  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted rgb(179, 179, 179);
    padding: 0px 0px 4px 5px;
    margin: 0px 25px 8px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }

  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {}

  .site-header .container {
    width: 100%;
  }

  .site-header .navbar-header button {
    background-color: #EC2024;
    width: 40px;
    height: 35px;
    border: 0px;
    padding: 5px 10px;
    outline: 0px;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }

  .site-header .navbar-header button span {
    background-color: rgb(255, 255, 255);
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }

  .site-header .navbar-header button span:last-child {
    margin: 0px;
  }

  .site-header #navbar {
    background: rgb(255, 255, 255);
    width: 280px;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    position: fixed;
    right: -330px;
    top: 0px;
    z-index: 100;
    display: block !important;
    height: 100% !important;
  }

  .site-header #navbar ul a {
    color: rgb(0, 0, 0);
  }

  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #EC2024;
  }

  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }

  .site-header #navbar .close-navbar {
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    color: rgb(0, 0, 0);
    border: 0px;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }

  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }

  .site-header #navbar>ul>li {
    border-bottom: 1px solid rgb(242, 242, 242);
  }

  .site-header #navbar>ul>li>a {
    padding: 10px 15px 10px 35px;
  }

  .site-header .slideInn {
    right: 0px !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }

  .site-header #navbar .navbar-nav {
    margin: 0px;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }

  .site-header .navbar-collapse.collapse.in {
    display: block;
  }

  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }

  .site-header .navbar-header {
    float: none;
  }

  .site-header .navbar-right {
    float: none;
  }

  .site-header .navbar-nav {
    float: none;
  }

  .site-header .navbar-nav>li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s ease 0s;
  }

  .body-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    transition: all 0.3s ease 0s;
  }
}

.header-style-1,
.header-style-2,
.header-style-3 {}

@media screen and (min-width: 992px) {

  .header-style-1,
  .header-style-2,
  .header-style-3 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-style-1 .navigation,
  .header-style-2 .navigation,
  .header-style-3 .navigation {
    background: transparent;
  }

  .header-style-1 .navbar-nav,
  .header-style-2 .navbar-nav,
  .header-style-3 .navbar-nav {}

  .header-style-1 #navbar>ul>li>a,
  .header-style-2 #navbar>ul>li>a,
  .header-style-3 #navbar>ul>li>a {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding: 25px 25px 20px;
    /* text-transform: uppercase; */
  }
}

@media screen and (min-width: 1500px) {

  .header-style-1 .container-fluid,
  .header-style-2 .container-fluid,
  .header-style-3 .container-fluid {
    margin: 0px 75px;
  }
}

@media (max-width: 991px) {

  .header-style-1 .navigation,
  .header-style-2 .navigation,
  .header-style-3 .navigation {
    background: rgb(19, 30, 74);
    padding: 15px 0px;
  }
}

.header-style-1 .container-fluid,
.header-style-2 .container-fluid,
.header-style-3 .container-fluid {
  position: relative;
}

.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand,
.header-style-3 .navbar-brand {
  margin-top: -5px;
}

@media (max-width: 991px) {

  .header-style-1 .navbar-brand,
  .header-style-2 .navbar-brand,
  .header-style-3 .navbar-brand {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    top: -2px;
  }
}

.header-style-1 .navbar-brand img,
.header-style-2 .navbar-brand img,
.header-style-3 .navbar-brand img {
  max-width: 190px;
}

.header-style-1 .search-contact,
.header-style-2 .search-contact,
.header-style-3 .search-contact {
  position: absolute;
  right: 15px;
  top: 0px;
  line-height: 111px;
}

@media (max-width: 991px) {

  .header-style-1 .search-contact,
  .header-style-2 .search-contact,
  .header-style-3 .search-contact {
    right: 55px;
    top: 16px;
    height: 0px;
    line-height: 0;
  }
}

.header-style-1 .search-contact>div,
.header-style-2 .search-contact>div,
.header-style-3 .search-contact>div {
  display: inline-block;
  float: left;
}

.header-style-1 .search-contact .header-search-area,
.header-style-2 .search-contact .header-search-area,
.header-style-3 .search-contact .header-search-area {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 8px;
}

@media (max-width: 1350px) {

  .header-style-1 .search-contact .header-search-area,
  .header-style-2 .search-contact .header-search-area,
  .header-style-3 .search-contact .header-search-area {
    border-right: 0px;
  }
}

.header-style-1 .search-contact .open-btn,
.header-style-2 .search-contact .open-btn,
.header-style-3 .search-contact .open-btn {
  background-color: transparent;
  color: rgb(255, 255, 255);
  padding: 0px;
  border: 0px;
  position: relative;
  top: 0px;
}

@media (max-width: 1199px) {

  .header-style-1 .search-contact .open-btn,
  .header-style-2 .search-contact .open-btn,
  .header-style-3 .search-contact .open-btn {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {

  .header-style-1 .search-contact .open-btn,
  .header-style-2 .search-contact .open-btn,
  .header-style-3 .search-contact .open-btn {
    margin-right: 10px;
  }
}

.header-style-1 .search-contact .open-btn:focus,
.header-style-2 .search-contact .open-btn:focus,
.header-style-3 .search-contact .open-btn:focus {
  border: 0px;
  outline: 0px;
  box-shadow: none;
}

.header-style-1 .search-contact .call,
.header-style-2 .search-contact .call,
.header-style-3 .search-contact .call {
  float: left;
  position: relative;
  padding-left: 82px;
  padding-right: 30px;
}

@media (max-width: 1350px) {

  .header-style-1 .search-contact .call,
  .header-style-2 .search-contact .call,
  .header-style-3 .search-contact .call {
    display: none;
  }
}

.header-style-1 .search-contact .call i,
.header-style-2 .search-contact .call i,
.header-style-3 .search-contact .call i {
  position: absolute;
  left: 30px;
}

.header-style-1 .search-contact .call i::before,
.header-style-2 .search-contact .call i::before,
.header-style-3 .search-contact .call i::before {
  font-size: 40px;
  color: #EC2024;
}

.header-style-1 .search-contact .call p,
.header-style-2 .search-contact .call p,
.header-style-3 .search-contact .call p {
  font-size: 0.9375rem;
  color: rgb(255, 255, 255);
  padding-top: 30px;
  margin: 0px;
}

.header-style-1 .search-contact .call h5,
.header-style-2 .search-contact .call h5,
.header-style-3 .search-contact .call h5 {
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
  margin: 0px;
}

@media (max-width: 1100px) {

  .header-style-1 .search-contact .call+a,
  .header-style-2 .search-contact .call+a,
  .header-style-3 .search-contact .call+a {
    display: none;
  }
}

@media screen and (min-width: 992px) {

  .header-style-2,
  .header-style-3 {
    /* position: relative; */
  }

  .header-style-2 #navbar>ul>li>a,
  .header-style-3 #navbar>ul>li>a,
  .header-style-2 .search-contact .call h5,
  .header-style-3 .search-contact .call h5,
  .header-style-2 .search-contact .open-btn,
  .header-style-3 .search-contact .open-btn {
    color: #000;
  }

  .header-style-2 .search-contact,
  .header-style-3 .search-contact {
    height: 81px;
    line-height: 81px;
    margin-left: 100px;
  }

  .header-style-2 .search-contact .call,
  .header-style-3 .search-contact .call {
    padding-right: 0px;
  }

  .header-style-2 .search-contact .call p,
  .header-style-3 .search-contact .call p {
    color: rgb(119, 119, 119);
  }

  .header-style-2 .search-contact .header-search-area,
  .header-style-3 .search-contact .header-search-area {
    border-right: none;
  }

  .header-style-2 .navigation,
  .header-style-3 .navigation {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.61), rgba(35, 50, 59, 0)); */
    padding: 0px 40px;
    background: #fff!important;
    color: #000;
  }
}

.header-style-2 .topbar,
.header-style-3 .topbar {
  background-color: #89091D;
  padding: 6px 40px;
}

@media (max-width: 991px) {

  .header-style-2 .topbar,
  .header-style-3 .topbar {
    padding: 15px 0px 10px;
  }
}

.header-style-2 .topbar .social-icons,
.header-style-3 .topbar .social-icons {
  overflow: hidden;
}

@media (max-width: 991px) {

  .header-style-2 .topbar .social-icons,
  .header-style-3 .topbar .social-icons {
    float: none;
    display: block;
    text-align: center;
  }
}

.header-style-2 .topbar .social-icons ul,
.header-style-3 .topbar .social-icons ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {

  .header-style-2 .topbar .social-icons ul,
  .header-style-3 .topbar .social-icons ul {
    display: inline-block;
  }
}

.header-style-2 .topbar .social-icons ul li,
.header-style-3 .topbar .social-icons ul li {
  float: left;
}

.header-style-2 .topbar .social-icons ul>li+li,
.header-style-3 .topbar .social-icons ul>li+li {
  margin-left: 15px;
}

.header-style-2 .topbar .social-icons ul a,
.header-style-3 .topbar .social-icons ul a {
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
}

.header-style-2 .topbar .social-icons ul a:hover,
.header-style-3 .topbar .social-icons ul a:hover {
  color: #EC2024;
}

.header-style-2 .topbar .contact-info,
.header-style-3 .topbar .contact-info {
  float: right;
}

@media (max-width: 767px) {

  .header-style-2 .topbar .contact-info,
  .header-style-3 .topbar .contact-info {
    float: none;
    text-align: center;
  }
}

.header-style-2 .topbar .contact-info ul,
.header-style-3 .topbar .contact-info ul {
  overflow: hidden;
}

@media (max-width: 767px) {

  .header-style-2 .topbar .contact-info ul,
  .header-style-3 .topbar .contact-info ul {
    display: flex;
    /* margin: 0; */
    justify-content: space-between;
    align-items: center;
  }
}

.header-style-2 .topbar .contact-info ul li,
.header-style-3 .topbar .contact-info ul li {
  float: left;
  color: rgb(255, 255, 255);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {

  .header-style-2 .topbar .contact-info ul li,
  .header-style-3 .topbar .contact-info ul li {
    float: none;
    margin-top: 5px;
  }
}

.header-style-2 .topbar .contact-info ul>li+li,
.header-style-3 .topbar .contact-info ul>li+li {
  margin-left: 25px;
}

@media (max-width: 767px) {

  .header-style-2 .topbar .contact-info ul>li+li,
  .header-style-3 .topbar .contact-info ul>li+li {
    /* margin: 10px 0px 0px; */
  }
}

.header-style-2 .topbar .contact-info i,
.header-style-3 .topbar .contact-info i {
  display: inline-block;
  padding-right: 11px;
  color: rgb(255, 255, 255);
}

.header-style-2 .topbar .contact-info ul>li:first-child i,
.header-style-3 .topbar .contact-info ul>li:first-child i {
  position: relative;
  top: 0px;
}

@media (max-width: 1199px) {

  .header-style-2 .search-contact .header-search-area,
  .header-style-3 .search-contact .header-search-area {
    border-right: 0px;
  }
}

@media (max-width: 991px) {

  .header-style-2 .navigation,
  .header-style-3 .navigation {
    background-color: rgb(255, 255, 255)!important;
  }

  .header-style-2 .search-contact .open-btn,
  .header-style-3 .search-contact .open-btn {
    color: rgb(19, 30, 74);
  }
}

@media (max-width: 1350px) {

  .header-style-2 .call,
  .header-style-3 .call {
    display: block !important;
  }
}

@media (max-width: 1199px) {

  .header-style-2 .call,
  .header-style-3 .call {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .header-style-3 .navigation {
    background-color: rgb(255, 255, 255);
  }
}

.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
}

.header-search-form form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .header-search-form form {
    width: 300px;
  }
}

.header-search-form form input {
  height: 60px;
  font-size: 16px;
  padding: 15px 25px;
  border: 0px;
  box-shadow: none;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .header-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

.header-search-form form input:focus {
  box-shadow: none;
}

.header-search-form form .btn {
  background-color: #EC2024;
  width: 60px;
  height: 100%;
  color: rgb(255, 255, 255);
  position: absolute;
  right: 0px;
  top: 0px;
  border: 0px;
  border-radius: 0px 60px 60px 0px;
}

.header-search-form form .btn:focus,
.header-search-form form .btn:active {
  outline: none;
  box-shadow: none;
}

.hero-slider {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
  top: 50px;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 100%!important;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: rgb(255, 255, 255);
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin-top: -30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev::before {
 font-family: FontAwesome;
  content: '\f053';
  font-size: 15px;
  color: rgb(212, 211, 211);
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next::before {
    font-family: FontAwesome;
  content: '\f054';
  font-size: 15px;
  color: rgb(212, 211, 211);
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: rgb(0, 0, 0);
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.hero-slider .swiper-pagination-bullet-active {
  color: rgb(255, 255, 255);
  background: #EC2024;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    display: none;
  }
}

.hero-style-1 {
  /* height: 850px; */
}

@media (max-width: 991px) {
  .hero-style-1 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-1 .container {
    padding-top: 95px;
  }
}

.hero-style-1 .slide-title,
.hero-style-1 .slide-text,
.hero-style-1 .slide-btns {
  max-width: 697px;
  text-align: center;
  margin: 0px auto;
}

.hero-style-1 .slide-title h2 {
  font-size: 3.8rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin: 0px 0px 0.4em;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
}

@media (max-width: 1199px) {
  .hero-style-1 .slide-title h2 {
    font-size: 3.625rem;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title h2 {
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-title h2 {
    font-size: 2.1875rem;
  }
}

.hero-style-1 .slide-text p {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(191 191 191);
  margin: 0px 0px 2em;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-text p {
    font-size: 1rem;
    font-weight: normal;
  }
}

.hero-style-1 .slide-btns>a:first-child {
  margin-right: 10px;
}

.hero-style-2,
.hero-style-3 {
  height: 750px;
}

@media (max-width: 991px) {

  .hero-style-2,
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {

  .hero-style-2,
  .hero-style-3 {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {

  .hero-style-2 .container,
  .hero-style-3 .container {
    margin-top: -110px;
  }
}

.hero-style-2 .slide-title,
.hero-style-3 .slide-title {
  max-width: 740px;
}

.hero-style-2 .slide-text,
.hero-style-3 .slide-text {
  max-width: 645px;
}

.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
  font-size: 4.5rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin: 0px 0px 0.4em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {

  .hero-style-2 .slide-title h2,
  .hero-style-3 .slide-title h2 {
    font-size: 3.625rem;
  }
}

@media (max-width: 991px) {

  .hero-style-2 .slide-title h2,
  .hero-style-3 .slide-title h2 {
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {

  .hero-style-2 .slide-title h2,
  .hero-style-3 .slide-title h2 {
    font-size: 2.1875rem;
  }
}

.hero-style-2 .slide-text p,
.hero-style-3 .slide-text p {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0px 0px 2em;
}

@media (max-width: 767px) {

  .hero-style-2 .slide-text p,
  .hero-style-3 .slide-text p {
    font-size: 1rem;
    font-weight: normal;
  }
}

.hero-style-2 .slide-btns>a:first-child,
.hero-style-3 .slide-btns>a:first-child {
  margin-right: 10px;
}

.hero-style-3 {
  height: 700px;
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-3 .container {
    margin-top: 0px;
  }
}

.site-footer {
  background-color: rgb(221 42 16);
  /* background-image: url("../images/dots.png"); */
  background-size: cover;
  position: relative;
  font-size: 15px;
  overflow: hidden;
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {
  color: rgb(255, 255, 255) !important;
}

.site-footer .upper-footer {
  padding: 90px 0px;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0px 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0px 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 1.125rem;
  margin: 0px;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
  color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
  .site-footer .widget-title h3 {
    padding-bottom: 0px;
    font-weight: 700;
  }
}

.site-footer .about-widget .logo {
  max-width: 250px;
}

.site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0px;
}

.site-footer .about-widget .social-icons {
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .about-widget .social-icons {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .about-widget .social-icons ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .about-widget .social-icons ul {
    display: inline-block;
  }
}

.site-footer .about-widget .social-icons ul li {
  float: left;
}

.site-footer .about-widget .social-icons ul>li+li {
  margin-left: 15px;
}

.site-footer .about-widget .social-icons ul a {
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
}

.site-footer .about-widget .social-icons ul a:hover {
  color: #EC2024;
}

.site-footer .link-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .site-footer .link-widget {
    max-width: 350px;
    padding: 0!important;
  }
}

.site-footer .link-widget ul {
  float: left;
}

.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul a {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover::before {
  text-decoration: underline;
}

.site-footer .link-widget ul>li+li {
  margin-top: 25px;
}

@media screen and (min-width: 1200px) {
  .site-footer .contact-widget {
    padding-left: 25px;
  }
}

.site-footer .contact-widget ul {
  margin-top: 25px;
}

.site-footer .contact-widget ul li {
  position: relative;
  display: flex;
}

.site-footer .contact-widget ul>li+li {
  margin-top: 15px;
}

.site-footer .contact-widget li span {
  color: rgb(255, 255, 255) !important;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}

.site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.site-footer .newsletter-widget form input {
  background-color: rgb(255, 255, 255);
  height: 50px;
  color: rgb(119, 119, 119);
  padding: 6px 20px;
  border-radius: 5px;
  border: 1px solid rgb(220, 219, 219);
  box-shadow: none;
}

.site-footer .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button {
  background: transparent;
  border: 0px;
  outline: 0px;
  font-size: 20px;
  color: #EC2024;
  margin-top: -2px;
  position: relative;
  right: -5px;
}

.site-footer .lower-footer {
 text-align: left;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer .lower-footer .row {
  padding: 20px 0px;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: rgb(232, 232, 232);
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0px;
}

.site-footer .lower-footer .copyright {
  display: inline-block;
  font-size: 0.875rem;
  margin: 0px;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0px 0px 20px;
  }
}

.site-footer .lower-footer .copyright a {
  color: rgb(255, 255, 255);
  /* text-decoration: underline; */
}

.site-footer .lower-footer .extra-link {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .extra-link ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link ul {
    display: inline-block;
  }
}

.site-footer .lower-footer .extra-link ul li {
  float: left;
}

.site-footer .lower-footer .extra-link ul>li+li {
  margin-left: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul>li+li {
    margin-left: 15px;
  }
}

.site-footer .lower-footer .extra-link ul>li+li::before {
  content: "";
  background: rgb(19, 30, 74);
  width: 15px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 11px;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul>li+li::before {
    display: none;
  }
}

.site-footer .lower-footer .extra-link ul a {
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
}

.site-footer .lower-footer .extra-link ul a:hover {
  text-decoration: underline;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.7s ease 0s;
}

.sticky-on {
  opacity: 1;
  top: 0px;
}

.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
  background: rgb(19, 30, 74);
}

.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
  background: rgb(23, 40, 51);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.about-us-section {
  background: rgba(23, 40, 51, 0.06);
  position: relative;
  z-index: 1;
  /* margin-top: -80px; */
  padding-top: 130px;
  overflow: hidden;
}

.about-us-section::before {
  content: "";
  background: url("../images/dots.png") center center / cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.about-us-section .details p {
  margin-bottom: 2em;
}

.about-us-section .details ul {
  width: 100%;
  float: left;
}

@media (max-width: 1199px) {
  .about-us-section .details ul {
    width: 100%;
    float: none;
  }
}

.about-us-section ul li {
  color: rgb(19, 30, 74);
  font-weight: 500;
  margin-bottom: 15px;
  list-style-type: auto;
  padding-left: 8px;
}

.about-us-section ul li i {
  color: #EC2024;
}

.about-us-section .btns {
  margin-top: 30px;
}

.about-us-section .btns>a {
  margin-right: 10px;
}

.about-us-section .right-col {
  position: relative;
}

@media (max-width: 991px) {
  .about-us-section .right-col {
    margin-top: 60px;
  }
}

.about-us-section .video-holder {
  width: 100%;
  background-color: #EC2024;
  padding: 8px;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 600px;
}

.about-us-section .video-holder a {
  color: rgb(255, 255, 255);
}

.about-us-section .video-holder i {
  display: inline-block;
  padding-right: 8px;
}

.service-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .service-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .service-section {
    padding-bottom: 70px;
  }
}

.service-section .title-text {
  text-align: right;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .service-section .title-text {
    text-align: left;
    margin-bottom: 50px;
    padding-top: 0px;
  }
}

.service-section .service-grids {
  margin: 0px -15px;
}

@media (max-width: 767px) {
  .service-section .service-grids {
    margin: 0px -7.5px;
  }
}

.service-section .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0px 15px 30px;
  padding: 40px 35px;
  text-align: center;
  box-shadow: rgba(19, 30, 74, 0.1) 0px 5px 47.2px 11.8px;
  transition: all 0.3s ease 0s;
  position: relative;
  top: 0px;
}

@media (max-width: 1199px) {
  .service-section .service-grids .grid {
    padding: 40px 35px;
  }
}

@media (max-width: 991px) {
  .service-section .service-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .service-section .service-grids .grid {
    width: calc(50% - 15px);
    padding: 30px 20px;
    margin: 0px 7.5px 15px;
  }
}

@media (max-width: 600px) {
  .service-section .service-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.service-section .service-grids .grid:hover {
  top: -10px;
  transition: all 0.3s ease 0s;
}

.service-section .service-grids .grid>.fi::before {
  font-size: 3.125rem;
  color: #EC2024;
}

.service-section .service-grids h4 {
  font-size: 1.125rem;
  margin: 1em 0px;
}

@media (max-width: 767px) {
  .service-section .service-grids h4 {
    font-size: 1rem;
  }
}

.service-section .service-grids h4 a {
  color: rgb(19, 30, 74);
}

.service-section .service-grids h4 a:hover {
  color: #EC2024;
}

.service-section .service-grids p {
  font-size: 0.9375rem;
  margin: 0px 0px 1em;
}

@media (max-width: 767px) {
  .service-section .service-grids p {
    font-size: 0.875rem;
  }
}

.service-section .service-grids .read-more {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgb(19, 30, 74);
}

@media (max-width: 767px) {
  .service-section .service-grids .read-more {
    font-size: 0.875rem;
  }
}

.service-section .service-grids .read-more:hover {
  color: #EC2024;
}

.service-section .service-grids .read-more .fi::before {
  font-size: 0.9375rem;
}

.service-section .view-all {
  text-align: center;
}

.service-section .view-all p {
  color: rgb(19, 30, 74);
  margin: 25px 0px 0px;
}

.service-section .view-all a {
  text-decoration: underline;
  color: #EC2024;
}

.services-pg-section {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .services-pg-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .services-pg-section {
    padding-bottom: 60px;
  }
}

.why-choose-section {
  background-color: rgb(19, 30, 74);
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .why-choose-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .why-choose-section {
    padding-bottom: 65px;
  }
}

.why-choose-section .why-choose-grids {
  margin: 0px -15px;
}

@media (max-width: 767px) {
  .why-choose-section .why-choose-grids {
    margin: 0px -7.5px;
  }
}

.why-choose-section .why-choose-grids .grid {
  width: calc(25% - 30px);
  float: left;
  margin: 0px 15px 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 35px 25px;
  transition: all 0.3s ease 0s;
  position: relative;
  top: 0px;
}

@media (max-width: 1199px) {
  .why-choose-section .why-choose-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .why-choose-section .why-choose-grids .grid {
    width: calc(50% - 15px);
    margin: 0px 7.5px 15px;
  }
}

@media (max-width: 600px) {
  .why-choose-section .why-choose-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.why-choose-section .why-choose-grids .fi::before {
  font-size: 3.125rem;
  color: #EC2024;
}

.why-choose-section .why-choose-grids h3 {
  font-size: 1.125rem;
  color: rgb(255, 255, 255);
  margin: 0.8em 0px 0.7em;
}

.why-choose-section .why-choose-grids p {
  font-size: 0.875rem;
  color: rgb(210, 210, 210);
  margin: 0px;
}

.testimonials-section {
  background-color: rgb(240, 251, 255);
  position: relative;
  padding-top: 110px;
}

@media (max-width: 991px) {
  .testimonials-section {
    padding: 90px 0px 80px;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 80px 0px 70px;
  }
}

.testimonials-section::before {
  background: url("../images/testimonials-bg-2.png") left bottom / cover no-repeat local;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.testimonials-section .testimonial-grids img {
  width: auto;
}

.testimonials-section .testimonial-grids {
  padding-left: 60px;
}

@media (max-width: 991px) {
  .testimonials-section .testimonial-grids {
    padding-left: 0px;
  }
}

.testimonials-section .grid .fi::before {
  font-size: 3.75rem;
  color: #EC2024;
  display: block;
  padding-left: 3px;
  margin: 1em 0px 0.3em;
}

@media (max-width: 991px) {
  .testimonials-section .grid .fi::before {
    font-size: 3.125rem;
    margin: 0px 0px 0.3em;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .fi::before {
    font-size: 2.5rem;
  }
}

.testimonials-section .quote p {
  font-size: 1.1875rem;
  color: rgb(19, 30, 74);
  font-style: italic;
}

@media (max-width: 767px) {
  .testimonials-section .quote p {
    font-size: 1rem;
  }
}

.testimonials-section .client-info {
  margin-top: 35px;
  position: relative;
  padding-left: 75px;
  height: 65px;
}

.testimonials-section .client-info .img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
}

.testimonials-section .client-info .img-holder img {
  border-radius: 50%;
}

.testimonials-section .client-info h5 {
  font-size: 1rem;
  margin: 0px 0px 0.3em;
  padding: 0.8em 0px 0px;
}

@media (max-width: 767px) {
  .testimonials-section .client-info h5 {
    font-size: 0.875rem;
  }
}

.testimonials-section .client-info p {
  font-size: 0.75rem;
  margin: 0px;
  line-height: 1.7em;
}

.testimonials-section .owl-theme .owl-controls {
  margin-top: 25px;
  text-align: left;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
  background: rgb(166, 181, 192);
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  background: #EC2024;
}

@media (max-width: 991px) {
  .testimonials-section .testimonial-left-img-holder {
    display: none;
  }
}

.featured-project-section {
  padding-bottom: 0px;
}

.featured-project-section .project-grids {
  background: url("../images/featured-project-bg.jpg") center center / cover no-repeat local;
}

.featured-project-section .project-grids .grid {
  width: 25%;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .featured-project-section .project-grids .grid {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 991px) {
  .featured-project-section .project-grids .grid {
    background-color: rgba(19, 30, 74, 0.9);
  }
}

@media (max-width: 600px) {
  .featured-project-section .project-grids .grid {
    width: 100%;
    float: none;
  }
}

.featured-project-section .project-grids .overlay {
  padding: 280px 60px 60px;
  position: relative;
  top: 60px;
  transition: all 0.5s ease 0s;
}

@media (max-width: 991px) {
  .featured-project-section .project-grids .overlay {
    padding: 80px 30px 50px;
    top: 0px;
  }
}

.featured-project-section .project-grids .grid:hover .overlay {
  background-color: rgba(19, 30, 74, 0.9);
  top: 0px;
}

.featured-project-section .project-grids .count {
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
  .featured-project-section .project-grids .count {
    font-size: 1.875rem;
  }
}

.featured-project-section .project-grids h3 {
  font-size: 1.375rem;
  color: rgb(255, 255, 255);
  margin-bottom: 1em;
}

@media (max-width: 991px) {
  .featured-project-section .project-grids h3 {
    font-size: 1.125rem;
  }
}

.featured-project-section .project-grids p {
  color: rgb(206, 204, 204);
  margin-bottom: 0px;
  padding-bottom: 2em;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .featured-project-section .project-grids p {
    font-size: 0.875rem;
  }
}

.featured-project-section .project-grids .overlay>a {
  position: relative;
  top: 100px;
}

@media (max-width: 991px) {
  .featured-project-section .project-grids .overlay>a {
    top: 0px;
  }
}

.featured-project-section .project-grids .grid:hover .overlay>a {
  top: 0px;
}

.partners-section .container {
  position: relative;
  padding: 45px 15px;
}

.partners-section .grid {
  text-align: center;
}

.partners-section .grid img {
  width: auto;
  margin: 0px auto;
  display: inline-block;
}

.fun-fact-section .fun-fact-grids .grid {
  width: 25%;
  float: left;
  padding: 35px;
  transition: all 0.3s ease 0s;
  position: relative;
  top: 0px;
}

@media (max-width: 1199px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 600px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 100%;
    float: none;
  }
}

.fun-fact-section .fun-fact-grids>.grid:nth-child(2n) {}

.fun-fact-section .fun-fact-grids .fi {
  position: absolute;
  left: 25px;
}

.fun-fact-section .fun-fact-grids .fi::before {
  font-size: 3.125rem;
  color: rgb(19, 30, 74);
}

.fun-fact-section .fun-fact-grids h3 {
  font-size: 80px;
  font-weight: bold;
  color: rgb(23, 40, 51);
  margin: 0px 0px 0.1em;
}

@media (max-width: 767px) {
  .fun-fact-section .fun-fact-grids h3 {
    font-size: 1.875rem;
  }
}

.fun-fact-section .fun-fact-grids p {
  color: rgb(79, 79, 79);
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
}

.team-section {
  padding-bottom: 45px;
}

@media (max-width: 991px) {
  .team-section {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-bottom: 15px;
  }
}

.team-section .team-grids {
  margin: 0px -15px;
}

@media (max-width: 767px) {
  .team-section .team-grids {
    margin: 0px -7.5px;
  }
}

.team-section .team-grids .grid {
  width: calc(25% - 30px);
  float: left;
  margin: 0px 15px 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .team-section .team-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .team-section .team-grids .grid {
    width: calc(50% - 15px);
    margin: 0px 7.5px 50px;
  }
}

@media (max-width: 500px) {
  .team-section .team-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.team-section .team-grids ul {
  list-style: none;
  display: inline-block;
}

.team-section .team-grids ul li {
  float: left;
}

.team-section .team-grids ul>li+li {
  margin-left: 10px;
}

.team-section .team-grids ul li a {
  background-color: #EC2024;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 0.8125rem;
  color: rgb(255, 255, 255);
  border-radius: 3px;
}

.team-section .team-grids ul li a:hover {
  background-color: rgb(223, 71, 2);
}

.team-section .team-grids .img-social {
  position: relative;
}

.team-section .team-grids .social {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.team-section .team-grids .grid:hover .social {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.team-section .team-grids .details {
  padding-top: 20px;
}

.team-section .team-grids h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0px 0px 0.1em;
}

@media (max-width: 767px) {
  .team-section .team-grids h3 {
    font-size: 1rem;
  }
}

.team-section .team-grids h3+span {
  font-size: 0.8125rem;
  color: #EC2024;
  font-weight: 600;
}

.quote-section,
.quote-section-s2 {}

.quote-section .left-col,
.quote-section-s2 .left-col {
  width: 50%;
  float: left;
  padding: 150px 185px 150px 100px;
}

@media (max-width: 1199px) {

  .quote-section .left-col,
  .quote-section-s2 .left-col {
    padding: 120px 185px 120px 60px;
  }
}

@media (max-width: 991px) {

  .quote-section .left-col,
  .quote-section-s2 .left-col {
    width: 100%;
    float: none;
    padding: 80px 50px;
    height: auto !important;
  }
}

@media (max-width: 767px) {

  .quote-section .left-col,
  .quote-section-s2 .left-col {
    padding: 60px 30px;
  }
}

.quote-section .right-col,
.quote-section-s2 .right-col {
  width: 50%;
  float: right;
}

@media (max-width: 991px) {

  .quote-section .right-col,
  .quote-section-s2 .right-col {
    width: 100%;
    float: none;
  }
}

.quote-section .left-col h2,
.quote-section-s2 .left-col h2 {
  font-size: 2.375rem;
  margin: 0px 0px 0.8em;
  text-transform: capitalize;
  line-height: 1.3em;
}

@media (max-width: 1199px) {

  .quote-section .left-col h2,
  .quote-section-s2 .left-col h2 {
    font-size: 2.0625rem;
  }
}

@media (max-width: 767px) {

  .quote-section .left-col h2,
  .quote-section-s2 .left-col h2 {
    font-size: 1.5625rem;
  }
}

.quote-section .details p,
.quote-section-s2 .details p {
  margin-bottom: 2em;
}

.quote-section ul li,
.quote-section-s2 ul li {
  color: rgb(19, 30, 74);
  font-weight: 500;
  list-style: disc;
  margin-bottom: 11px;
  font-size: 12px;
}

.quote-section ul li i,
.quote-section-s2 ul li i {
  color: #EC2024;
}

.quote-section .btns,
.quote-section-s2 .btns {
  margin-top: 30px;
}

.quote-section .btns>a,
.quote-section-s2 .btns>a {
  margin-right: 10px;
  margin-bottom: 10px;
}

.quote-section .right-col,
.quote-section-s2 .right-col {
  position: relative;
}

@media (max-width: 991px) {

  .quote-section .right-col,
  .quote-section-s2 .right-col {
    height: 800px !important;
  }
}

@media (max-width: 767px) {

  .quote-section .right-col,
  .quote-section-s2 .right-col {
    height: 700px !important;
  }
}

.quote-section .quote-area,
.quote-section-s2 .quote-area {
  background-color: rgb(255 255 255);
  /* max-width: 470px; */
  padding: 29px;
  box-shadow: rgba(25, 38, 62, 0.1) 0px 9px 42.32px 3.68px;
  position: relative;
}

@media (max-width: 991px) {

  .quote-section .quote-area,
  .quote-section-s2 .quote-area {
    left: 45px;
  }
}

@media (max-width: 767px) {

  .quote-section .quote-area,
  .quote-section-s2 .quote-area {
    left: 0px;
    padding: 0;
    /* margin: 0px 15px; */
    /* top: calc(50% - 283px); */
    box-shadow: unset;
  }
}

.quote-section .quote-area h3,
.quote-section-s2 .quote-area h3 {
  font-size: 1.5rem;
  margin: 0px 0px 0.5em;
}

.quote-section .quote-area p,
.quote-section-s2 .quote-area p {
  margin-bottom: 2em;
}

.quote-section .quote-area input,
.quote-section-s2 .quote-area input,
.quote-section .quote-area textarea,
.quote-section-s2 .quote-area textarea {
  border: 1px solid rgb(225, 223, 221);
  height: 45px;
  border-radius: 0px;
  box-shadow: none;
}

.quote-section .quote-area textarea,
.quote-section-s2 .quote-area textarea {
  height: 120px;
}

.quote-section .quote-area form>div+div,
.quote-section-s2 .quote-area form>div+div {
  margin-top: 15px;
}

.blog-section {
  padding-bottom: 65px;
  background: rgb(23, 40, 51);
}

@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 45px;
  }
}

.blog-section .blog-grids {
  margin: 0px -15px;
}

@media (max-width: 767px) {
  .blog-section .blog-grids {
    margin: 10px -7.5px;
  }
}

.blog-section .blog-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0px 15px 30px;
}

@media (max-width: 991px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 15px);
    margin: 0px 7.5px 30px;
  }
}

@media (max-width: 600px) {
  .blog-section .blog-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.blog-section .cats {
  font-size: 0.875rem;
  color: #EC2024;
}

.blog-section .entry-body h4 {
  background: #fff;
  font-size: 0.825rem;
  margin: 0;
  padding: 10px;
  line-height: 1.3em;
  color: #ff0000;
  border-top: 1px solid;
}

@media (max-width: 767px) {
  .blog-section .entry-body h4 {
    font-size: 1rem;
  }
}

.blog-section .entry-body h4 a {
  color: rgb(19, 30, 74);
}

.blog-section .entry-body h4 a:hover {
  color: #EC2024;
}

.blog-section .date {
  font-size: 0.875rem;
}

.blog-section .read-more {
  font-size: 0.875rem;
  color: rgb(19, 30, 74);
  font-weight: 500;
}

.blog-section .read-more:hover {
  color: #EC2024;
}

.blog-section .read-more .fi::before {
  font-size: 0.875rem;
  position: relative;
  top: 1px;
}

.cta-section {
  background: rgb(241, 242, 243);
  padding: 70px 0px 60px;
}

.cta-section h3,
.cta-section h4 {
  color: rgb(23, 40, 51);
  margin: 0px;
}

.cta-section p {
  margin: 0px;
}

.cta-section h3 {
  font-size: 33px;
  margin: 0px 0px 0.6em;
}

@media (max-width: 991px) {
  .cta-section h3 {
    font-size: 1.5625rem;
  }
}

.cta-section .contact-info {
  overflow: hidden;
  float: right;
}

@media (max-width: 991px) {
  .cta-section .contact-info {
    float: none;
  }
}

.cta-section .contact-info>div {
  float: left;
  position: relative;
  padding-left: 60px;
  padding-bottom: 5px;
  padding-top: 25px;
}

@media (max-width: 991px) {
  .cta-section .contact-info>div {
    padding-left: 0;
  }
}

@media (max-width: 400px) {
  .cta-section .contact-info>div {
    float: none;
  }
}

.cta-section .contact-info>div+div {
  margin-left: 55px;
}

@media (max-width: 400px) {
  .cta-section .contact-info>div+div {
    margin-left: 0px;
  }
}

.cta-section .contact-info i {
  position: absolute;
  left: 0px;
}

.cta-section .contact-info .fi::before {
  font-size: 2.8125rem;
  color: #EC2024;
}

@media (max-width: 991px) {
  .cta-section .contact-info .fi::before {
    font-size: 2.1875rem;
  }
}

.cta-section .contact-info h4 {
  font-size: 1.5rem;
  margin: 0px 0px 0.3em;
}

@media (max-width: 991px) {
  .cta-section .contact-info h4 {
    font-size: 1.125rem;
  }
}

.features-section {
  margin-top: -131px;
}

@media (max-width: 991px) {
  .features-section {
    margin: 90px 0px 0px;
  }
}

.features-section .feature-grids .grid {
  background-color: rgba(0, 0, 0, 0.4);
  width: 33.33%;
  float: left;
  padding: 35px 25px 35px 100px;
  position: relative;
}

@media (max-width: 991px) {
  .features-section .feature-grids .grid {
    background-color: rgb(255, 255, 255);
    padding: 35px 25px;
    text-align: center;
    box-shadow: rgba(19, 30, 74, 0.1) 0px 5px 47.2px 11.8px;
  }
}

@media (max-width: 767px) {
  .features-section .feature-grids .grid {
    width: 100%;
    float: left;
  }
}

.features-section .feature-grids>.grid+.grid {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.features-section .fi::before {
  font-size: 3.125rem;
  color: #EC2024;
}

.features-section .icon {
  position: absolute;
  left: 35px;
}

@media (max-width: 991px) {
  .features-section .icon {
    position: relative;
    left: auto;
  }
}

.features-section .count {
  font-family: Poppins, sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
  .features-section .count {
    color: rgb(19, 30, 74);
  }
}

.features-section h4 {
  font-size: 1.125rem;
  color: rgb(255, 255, 255);
  margin: 0px;
}

@media (max-width: 991px) {
  .features-section h4 {
    font-size: 1rem;
    color: rgb(19, 30, 74);
    margin: 0.7em 0px 0px;
  }
}

.service-section-s2 {
  padding-bottom: 33px;
  background: url("../images/dots.png") left top / 100% no-repeat local;
}

@media (max-width: 991px) {
  .service-section-s2 {
    padding-bottom: 23px;
  }
}

@media (max-width: 767px) {
  .service-section-s2 {
    padding-bottom: 13px;
  }
}

.service-section-s2 .title-text {
  text-align: right;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .service-section-s2 .title-text {
    text-align: left;
    margin-bottom: 50px;
    padding-top: 0px;
  }
}

.service-section-s2 .service-grids {
  margin: 0px -15px;
}

@media (max-width: 767px) {
  .service-section-s2 .service-grids {
    margin: 0px -7.5px;
  }
}

.service-section-s2 .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0px 15px 60px;
}

@media (max-width: 991px) {
  .service-section-s2 .service-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .service-section-s2 .service-grids .grid {
    width: calc(50% - 15px);
    margin: 0px 7.5px 60px;
  }
}

@media (max-width: 600px) {
  .service-section-s2 .service-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.service-section-s2 .service-grids h4 {
  font-size: 1.125rem;
  margin: 1.4em 0px 0.7em;
}

@media (max-width: 767px) {
  .service-section-s2 .service-grids h4 {
    font-size: 1rem;
  }
}

.service-section-s2 .service-grids h4 a {
  color: rgb(19, 30, 74);
}

.service-section-s2 .service-grids h4 a:hover {
  color: #EC2024;
}

.service-section-s2 .service-grids p {
  font-size: 0.9375rem;
  margin: 0px 0px 1em;
}

@media (max-width: 767px) {
  .service-section-s2 .service-grids p {
    font-size: 0.875rem;
  }
}

.service-section-s2 .service-grids .read-more {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgb(19, 30, 74);
}

@media (max-width: 767px) {
  .service-section-s2 .service-grids .read-more {
    font-size: 0.875rem;
  }
}

.service-section-s2 .service-grids .read-more:hover {
  color: #EC2024;
}

.service-section-s2 .service-grids .read-more .fi::before {
  font-size: 0.9375rem;
}

.featured-project-section-s2 {
  padding-bottom: 0px;
}

.featured-project-section-s2 .grid {
  transition: all 0.3s ease 0s;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .featured-project-section-s2 .grid {
    background-color: rgba(19, 30, 74, 0.9);
  }
}

@media (max-width: 600px) {
  .featured-project-section-s2 .grid {
    width: 100%;
    float: none;
  }
}

.featured-project-section-s2 .img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
}

.featured-project-section-s2 .overlay {
  padding: 280px 60px 60px;
  position: relative;
  top: 60px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

@media (max-width: 991px) {
  .featured-project-section-s2 .overlay {
    padding: 80px 30px 50px;
    top: 0px;
  }
}

.featured-project-section-s2 .grid:hover {
  cursor: grab;
}

.featured-project-section-s2 .grid:hover .overlay {
  background-color: rgba(19, 30, 74, 0.9);
  top: 0px;
  opacity: 1;
}

.featured-project-section-s2 .count {
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
  .featured-project-section-s2 .count {
    font-size: 1.875rem;
  }
}

.featured-project-section-s2 h3 {
  font-size: 1.375rem;
  color: rgb(255, 255, 255);
  margin-bottom: 1em;
}

@media (max-width: 991px) {
  .featured-project-section-s2 h3 {
    font-size: 1.125rem;
  }
}

.featured-project-section-s2 .grid p {
  color: rgb(206, 204, 204);
  margin-bottom: 0px;
  padding-bottom: 2em;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .featured-project-section-s2 .grid p {
    font-size: 0.875rem;
  }
}

.featured-project-section-s2 .overlay>a {
  position: relative;
  top: 100px;
}

@media (max-width: 991px) {
  .featured-project-section-s2 .overlay>a {
    top: 0px;
  }
}

.featured-project-section-s2 .grid:hover .overlay>a {
  top: 0px;
}

.featured-project-pg-section {
  margin-bottom: -20px;
}

.quote-section-s2 .right-col {}

.features-section-s2 {
  margin: 100px 0px 0px;
}

@media (max-width: 991px) {
  .features-section-s2 {
    margin: 90px 0px 0px;
  }
}

.features-section-s2 .feature-grids .grid {
  background-color: rgb(255, 255, 255);
  width: 33.33%;
  float: left;
  padding: 35px 25px 35px 100px;
  position: relative;
  box-shadow: rgba(25, 38, 62, 0.16) 0px 9px 42.32px 3.68px;
}

@media (max-width: 991px) {
  .features-section-s2 .feature-grids .grid {
    background-color: rgb(255, 255, 255);
    padding: 35px 25px;
    text-align: center;
    box-shadow: rgba(19, 30, 74, 0.1) 0px 5px 47.2px 11.8px;
  }
}

@media (max-width: 767px) {
  .features-section-s2 .feature-grids .grid {
    width: 100%;
    float: left;
  }
}

.features-section-s2 .feature-grids>.grid+.grid {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.features-section-s2 .feature-grids>.grid:nth-child(2) {
  background-color: #EC2024;
}

.features-section-s2 .feature-grids>.grid:nth-child(2) h4 {
  color: rgb(255, 255, 255);
}

.features-section-s2 .feature-grids>.grid:nth-child(2) .fi::before {
  color: rgb(255, 255, 255);
}

.features-section-s2 .fi::before {
  font-size: 3.125rem;
  color: #EC2024;
}

.features-section-s2 .icon {
  position: absolute;
  left: 35px;
}

@media (max-width: 991px) {
  .features-section-s2 .icon {
    position: relative;
    left: auto;
  }
}

.features-section-s2 .count {
  font-family: Poppins, sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  color: rgb(19, 30, 74);
}

@media (max-width: 991px) {
  .features-section-s2 .count {
    color: rgb(19, 30, 74);
  }
}

.features-section-s2 h4 {
  font-size: 1.125rem;
  color: rgb(19, 30, 74);
  margin: 0px;
}

@media (max-width: 991px) {
  .features-section-s2 h4 {
    font-size: 1rem;
    color: rgb(19, 30, 74);
    margin: 0.7em 0px 0px;
  }
}

.testimonials-section-s2 {
  background-color: rgb(240, 251, 255);
  padding-bottom: 40px;
  position: relative;
}

.testimonials-section-s2::before {
  background: url("../images/testimonials-bg.png") left bottom / cover no-repeat local;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (max-width: 991px) {
  .testimonials-section-s2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 {
    padding-bottom: 10px;
  }
}

.testimonials-section-s2 .testimonial-grids {
  margin: 40px -15px 0px;
}

.testimonials-section-s2 .testimonial-grids .grid {
  width: calc(50% - 30px);
  float: left;
  margin: 0px 15px 70px;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .testimonial-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .testimonials-section-s2 .testimonial-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.testimonials-section-s2 .quote {
  background: rgb(255, 255, 255);
  padding: 45px;
  position: relative;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .testimonials-section-s2 .quote {
    padding: 30px 25px;
  }
}

.testimonials-section-s2 .quote p {
  font-style: italic;
}

.testimonials-section-s2 .quote::before {
  content: "";
  border-right: 30px solid transparent;
  border-top: 20px solid rgb(255, 255, 255);
  position: absolute;
  left: 35px;
  bottom: -20px;
}

.testimonials-section-s2 .client-info {
  margin-top: 35px;
  position: relative;
  padding-left: 75px;
}

.testimonials-section-s2 .client-info .img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
}

.testimonials-section-s2 .client-info .img-holder img {
  border-radius: 50%;
}

.testimonials-section-s2 .client-info h5 {
  font-size: 1rem;
  margin: 0px 0px 0.3em;
  padding: 0.8em 0px 0px;
}

@media (max-width: 767px) {
  .testimonials-section-s2 .client-info h5 {
    font-size: 0.875rem;
  }
}

.testimonials-section-s2 .client-info p {
  font-size: 0.75rem;
  margin: 0px;
  line-height: 1.7em;
}

.contact-pg-section {
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .contact-pg-section {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section {
    padding-bottom: 80px;
  }
}

.contact-pg-section form input,
.contact-pg-section form select,
.contact-pg-section form textarea {
  background: rgb(255, 255, 255);
  width: 100%;
  height: 55px;
  border: 2px solid rgb(235, 237, 239);
  border-radius: 0px;
  box-shadow: none !important;
}

@media (max-width: 991px) {

  .contact-pg-section form input,
  .contact-pg-section form select,
  .contact-pg-section form textarea {
    height: 45px;
  }
}

.contact-pg-section form input:focus,
.contact-pg-section form select:focus,
.contact-pg-section form textarea:focus {
  border-color: #EC2024;
}

.contact-pg-section form textarea {
  height: 180px;
}

.contact-pg-section form {
  margin: 0px -15px;
  overflow: hidden;
}

.contact-pg-section form ::-webkit-input-placeholder {
  font-style: normal;
  color: rgb(157, 156, 156);
}

.contact-pg-section form select {
  display: inline-block;
  color: rgb(169, 169, 169);
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 0.9375rem;
}

.contact-pg-section form>div {
  width: calc(50% - 30px);
  float: left;
  margin: 0px 15px 30px;
}

@media (max-width: 600px) {
  .contact-pg-section form>div {
    width: calc(100% - 30px);
    float: none;
  }
}

.contact-pg-section form .fullwidth {
  width: calc(100% - 30px);
  float: none;
  clear: both;
}

.contact-pg-section .office-info {
  background-color: rgb(23 40 51);
  position: relative;
  padding: 40px;
  margin-top: -92px;
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .contact-pg-section .office-info {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .office-info {
    margin-top: 0px;
  }
}

.contact-pg-section .office-info>div {
  position: relative;
}

.contact-pg-section .office-info>div+div {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-pg-section .office-info h3 {
  font-size: 1.125rem;
  font-weight: normal;
  color: rgb(255, 255, 255);
  margin: 0px 0px 0.8em;
}

.contact-pg-section .office-info li {
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.contact-pg-section .office-info li i {
  color: #ffffff;
  display: block;
  padding-right: 23px;
}

.contact-pg-section .office-info ul>li+li {
  margin-top: 17px;
}

.contact-map-section .contact-map {
  height: 550px;
}

.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0px;
  outline: 0px;
}

.service-single-section {}

@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content {
    padding-left: 20px;
  }
}

.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s2,
.service-single-section .service-single-content .theme-btn-s3 {
  margin-top: 10px;
}

.service-single-section .service-single-content h2 {
  font-size: 1.875rem;
  margin: 0px 0px 0.7em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 1.375rem;
  }
}

.service-single-section .service-single-content h3 {
  font-size: 1.375rem;
  text-transform: capitalize;
  margin: 0px 0px 1em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 1.25rem;
  }
}

.service-single-section .service-single-content p {
  margin-bottom: 1.3em;
  margin-top: 9px;
}

.service-single-section .service-single-content blockquote {
  background: rgb(245, 249, 255);
  padding: 45px;
  margin: 55px 0px 80px;
  border-width: 0px 0px 0px 5px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-image: initial;
  position: relative;
  font-size: 1.0625rem;
  color: rgb(19, 30, 74);
  font-weight: 600;
  border-left-style: solid;
  border-left-color: rgb(229, 234, 241);
}

@media (max-width: 991px) {
  .service-single-section .service-single-content blockquote {
    font-size: 0.875rem;
    padding: 35px 25px;
    margin: 45px 0px 70px;
  }
}

.service-single-section .service-single-content blockquote p {
  margin-bottom: 0.5em;
}

.service-single-section .service-single-content blockquote>span {
  font-size: 0.8125rem;
}

.service-single-section .service-single-content .service-single-slider {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content .service-single-slider {
    margin-bottom: 50px;
  }
}

.service-single-section .service-single-content .benefit {
  margin-top: 23px;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content .benefit {
    margin-top: 50px;
  }
}

.service-single-section .service-single-content .benefit .details {
  /* width: calc(100% - 270px); */
  float: left;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .benefit .details {
    width: 100%;
    float: none;
  }
}

.service-single-section .service-single-content .benefit .img-holder {
  width: 270px;
  float: right;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .benefit .img-holder {
    width: 100%;
    float: none;
    margin: 45px 0px;
  }
}

.service-single-section .service-single-content ul {
  margin-bottom: 30px;
}

.service-single-section .service-single-content ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.service-single-section .service-single-content ul li span {
  background: #EC2024;
  width: 20px;
  height: 20px;
  line-height: 21px;
  color: rgb(255, 255, 255);
  border-radius: 30px;
  position: absolute;
  left: 0px;
  top: 2px;
  text-align: center;
  font-size: 10px;
}

.service-single-section .service-single-content ul li .fi::before {
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
}

.service-single-section .service-single-content ul>li+li {
  margin-top: 15px;
}

.service-single-section .why-choose-service {
  margin-top: 40px;
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .service-single-section .why-choose-service {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .service-single-section .why-choose-service {
    margin-bottom: 70px;
    margin-top: 10px;
  }
}

.service-single-section .why-choose-service .list {
  margin: 40px 0px 0px;
  clear: both;
}

.service-single-section .why-choose-service .list div {
  width: 50%;
  background-color: rgb(19, 30, 74);
  float: left;
  padding: 45px 25px 45px 105px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 650px) {
  .service-single-section .why-choose-service .list div {
    width: 100%;
    float: none;
    padding: 40px 25px 40px 95px;
  }
}

.service-single-section .why-choose-service .list i {
  position: absolute;
  left: 25px;
}

@media (max-width: 650px) {
  .service-single-section .why-choose-service .list i {
    top: 30px;
  }
}

.service-single-section .why-choose-service .list .fi::before {
  font-size: 3.125rem;
  color: #EC2024;
}

@media (max-width: 650px) {
  .service-single-section .why-choose-service .list .fi::before {
    font-size: 2.5rem;
  }
}

.service-single-section .why-choose-service h4 {
  font-size: 1.25rem;
  margin: 0px 0px 0.5em;
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .service-single-section .why-choose-service h4 {
    font-size: 1rem;
  }
}

.service-single-section .why-choose-service .list p {
  font-size: 0.9375rem;
  color: rgb(210, 210, 210);
  margin: 0px;
}

@media (max-width: 767px) {
  .service-single-section .why-choose-service .list p {
    font-size: 0.875rem;
  }
}

.service-single-section .service-single-tab {
  margin: 50px 0px;
  clear: both;
}

@media (max-width: 991px) {
  .service-single-section .service-single-tab {
    margin: 40px 0px;
  }
}

.service-single-section .service-single-tab .nav {
  overflow: hidden;
  margin: 0px;
}

.service-single-section .service-single-tab .nav li {
  float: left;
  padding-left: 0px;
}

.service-single-section .service-single-tab .nav>li+li {
  margin-top: 0px;
  margin-left: 3px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-tab .nav>li+li {
    margin-left: 1px;
  }
}

.service-single-section .service-single-tab .nav a {
  background: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: bold;
  color: rgb(19, 30, 74);
  padding: 13px 25px;
  border: 1px solid rgba(19, 30, 74, 0.2);
}

@media (max-width: 767px) {
  .service-single-section .service-single-tab .nav a {
    font-size: 0.8125rem;
    padding: 8px 12px;
    text-transform: none;
  }
}

@media (max-width: 350px) {
  .service-single-section .service-single-tab .nav a {
    padding: 8px;
  }
}

.service-single-section .service-single-tab .nav .active a,
.service-single-section .service-single-tab .nav a:hover {
  background: rgb(19, 30, 74);
  color: rgb(255, 255, 255);
}

.service-single-section .tab-content {
  padding: 35px 40px;
  border: 1px solid rgba(19, 30, 74, 0.2);
  margin-top: -1px;
}

@media (max-width: 767px) {
  .service-single-section .tab-content {
    padding: 25px 20px;
  }
}

.service-single-section .tab-content .tab-pane p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-single-section .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.service-single-section .tab-content .tab-pane p:last-child {
  margin-bottom: 0px;
}

.portfolio-sigle-section .project-info {
  width: 340px;
  padding: 25px 45px;
  border: 5px solid rgb(233, 242, 251);
  float: right;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .portfolio-sigle-section .project-info {
    width: auto;
    max-width: 300px;
    float: none;
    margin: 0px;
    padding: 25px;
  }
}

.portfolio-sigle-section .project-info h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.3em;
}

.portfolio-sigle-section .project-info ul {
  list-style: none;
}

.portfolio-sigle-section .project-info ul>li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.portfolio-sigle-section .project-info li {
  font-size: 0.875rem;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.portfolio-sigle-section .project-info li span {
  font-weight: 600;
  color: rgb(51, 51, 51);
  min-width: 100px;
  display: inline-block;
}

.portfolio-sigle-section .project-details {
  width: calc(100% - 400px);
  float: left;
}

@media (max-width: 991px) {
  .portfolio-sigle-section .project-details {
    width: 100%;
    float: none;
    margin-top: 70px;
  }
}

.portfolio-sigle-section .content-area {
  padding-top: 70px;
}

.portfolio-sigle-section .content-area h2 {
  font-size: 2rem;
  margin: 0px 0px 0.8em;
}

@media (max-width: 991px) {
  .portfolio-sigle-section .content-area h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .portfolio-sigle-section .content-area h2 {
    font-size: 1.5625rem;
  }
}

.portfolio-sigle-section .content-area p {
  margin-bottom: 1.7em;
}

.portfolio-sigle-section .challange-solution-section>div+div {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .challange-solution-section>div+div {
    padding-top: 0px;
  }
}

.portfolio-sigle-section .challange-solution-section h3 {
  font-size: 1.1875rem;
  margin: 2em 0px 1em;
}

.portfolio-sigle-section .challange-solution-section p {
  margin-bottom: 1.4em;
}

.portfolio-sigle-section .challange-solution-section ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  color: rgb(19, 30, 74);
  margin-top: 5px;
}

.portfolio-sigle-section .challange-solution-section ul li i {
  position: absolute;
  left: 0px;
  color: #EC2024;
  top: 2px;
}

.portfolio-sigle-section .prev-next-project {
  border: 5px solid rgb(245, 245, 245);
  padding: 28px 22px;
  margin-top: 80px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project {
    text-align: center;
    padding: 35px 22px;
  }
}

.portfolio-sigle-section .prev-next-project>div {
  display: inline-block;
  position: relative;
  padding-left: 75px;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project>div {
    display: block;
    float: none;
    padding: 0px;
  }
}

.portfolio-sigle-section .prev-next-project>div:first-child {
  float: left;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project>div:first-child {
    display: block;
    float: none;
    margin-bottom: 25px;
  }
}

.portfolio-sigle-section .prev-next-project>div:last-child {
  float: right;
  padding: 0px 75px 0px 0px;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project>div:last-child {
    display: block;
    float: none;
    padding: 0px;
  }
}

.portfolio-sigle-section .prev-next-project .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  border-right: 1px solid rgb(232, 232, 232);
  padding-right: 18px;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project .icon {
    display: none;
  }
}

.portfolio-sigle-section .prev-next-project .icon i {
  font-size: 1.875rem;
  color: rgb(210, 212, 217);
}

.portfolio-sigle-section .prev-next-project>div:last-child .icon {
  left: auto;
  right: 0px;
  border-left: 1px solid rgb(232, 232, 232);
  padding-left: 18px;
  border-right: 0px;
  padding-right: 0px;
}

.portfolio-sigle-section .prev-next-project a {
  display: block;
}

.portfolio-sigle-section .prev-next-project a>span {
  font-size: 0.75rem;
  color: rgb(123, 123, 123);
  text-transform: uppercase;
}

.portfolio-sigle-section .prev-next-project a>h5 {
  font-size: 1rem;
  color: rgb(19, 30, 74);
  margin: 0.5em 0px 0px;
  transition: all 0.2s ease 0s;
}

@media (max-width: 767px) {
  .portfolio-sigle-section .prev-next-project a>h5 {
    font-size: 1rem;
    margin: 0.1em 0px 0px;
  }
}

.portfolio-sigle-section .prev-next-project a:hover h5 {
  color: #EC2024;
}

.blog-pg-section {}

.blog-pg-section .blog-content .post {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 60px;
  }
}

.blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0px;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    margin: 25px 0px;
  }
}

.blog-pg-section .entry-meta li {
  font-weight: 500;
  font-size: 0.875rem;
  float: left;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li {
    font-size: 0.75rem;
  }
}

@media (max-width: 600px) {
  .blog-pg-section .entry-meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.blog-pg-section .entry-meta li i {
  font-size: 1rem;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li i {
    font-size: 0.75rem;
  }
}

.blog-pg-section .entry-meta>li+li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 600px) {
  .blog-pg-section .entry-meta>li+li {
    margin-left: 0px;
    padding-left: 0px;
  }
}

.blog-pg-section .entry-meta li a {
  color: rgb(99, 104, 147);
}

.blog-pg-section .entry-meta li a:hover {
  color: #EC2024;
}

.blog-pg-section .entry-meta li:last-child i {
  position: relative;
  top: 3px;
}

.blog-pg-section .post h3 {
  font-size: 1.875rem;
  line-height: 1.2em;
  margin: -0.27em 0px 0.7em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 1.375rem;
  }
}

.blog-pg-section .post h3 a {
  color: rgb(19, 30, 74);
}

.blog-pg-section .post h3 a:hover {
  color: #EC2024;
}

.blog-pg-section .post p {
  margin-bottom: 1.8em;
}

@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 1rem;
  }
}

.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
  background-color: rgb(245, 249, 253);
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {

  .blog-pg-section .format-standard,
  .blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.blog-pg-section .format-gallery {
  position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #EC2024;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"] {
  background: rgba(133, 133, 133, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  margin: 0px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 15px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 15px;
}

.blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.blog-pg-section .format-quote p {
  margin-bottom: 0px;
}

.blog-pg-section .format-quote::before {
  font-family: Flaticon;
  content: "";
  font-size: 12.5rem;
  color: rgb(236, 243, 251);
  margin-left: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
  position: relative;
}

.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .format-video .video-holder::before {
  content: "";
  background-color: rgb(19, 30, 74);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}

.blog-pg-section .format-video .video-holder:hover::before {
  opacity: 0.7;
}

.blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-video .video-holder .fi::before {
  font-size: 5rem;
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi::before {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .blog-content {
    padding: 0px;
  }
}

.blog-single-section {}

.blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0px;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta {
    margin: 25px 0px;
  }
}

.blog-single-section .entry-meta li {
  font-weight: 500;
  font-size: 0.875rem;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta li {
    font-size: 0.75rem;
  }
}

@media (max-width: 600px) {
  .blog-single-section .entry-meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.blog-single-section .entry-meta li i {
  font-size: 1rem;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta li i {
    font-size: 0.75rem;
  }
}

.blog-single-section .entry-meta>li+li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 600px) {
  .blog-single-section .entry-meta>li+li {
    margin-left: 0px;
    padding-left: 0px;
  }
}

.blog-single-section .entry-meta li a {
  color: rgb(99, 104, 147);
}

.blog-single-section .entry-meta li a:hover {
  color: #EC2024;
}

.blog-single-section .entry-meta li:last-child i {
  position: relative;
  top: 3px;
}

.blog-single-section .post h2 {
  font-size: 1.875rem;
  margin: -0.22em 0px 0.7em;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 1.5625rem;
  }
}

.blog-single-section .post p {
  margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
  font-size: 1.5rem;
  line-height: 1.3em;
  margin: 1.8em 0px 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 1.25rem;
  }
}

.blog-single-section .post blockquote {
  background-color: #EC2024;
  color: rgb(255, 255, 255);
  line-height: 1.6em;
  padding: 120px 45px 50px;
  margin-top: 60px;
  border: 0px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.blog-single-section .post blockquote::before {
  font-family: Flaticon;
  content: "";
  font-size: 3.75rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote::before {
    display: none;
  }
}

.blog-single-section .post blockquote .quoter {
  font-size: 0.875rem;
  display: block;
  margin-top: 15px;
}

.blog-single-section .tag-share {
  border-top: 1px solid rgb(230, 240, 251);
  border-bottom: 1px solid rgb(230, 240, 251);
  margin: 75px 0px 0px;
  padding: 30px 0px;
  color: rgb(19, 30, 74);
}

.blog-single-section .tag-share ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul li {
    margin: 2px;
  }
}

.blog-single-section .tag-share ul>li+li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul>li+li {
    margin: 2px;
  }
}

.blog-single-section .tag-share .tag {
  float: left;
}

.blog-single-section .tag-share .tag>span {
  color: rgb(19, 30, 74);
  font-weight: bold;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .tag ul {
  list-style: none;
  position: relative;
  top: 5px;
}

.blog-single-section .tag-share .tag li {
  position: relative;
}

.blog-single-section .tag-share .tag li::after {
  content: ",";
  position: absolute;
  right: -4px;
  bottom: 0px;
}

.blog-single-section .tag-share .tag a {
  font-size: 0.875rem;
  color: rgb(19, 30, 74);
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a {
    font-size: 0.8125rem;
  }
}

.blog-single-section .tag-share .tag a:hover {
  color: #EC2024;
}

.blog-single-section .tag-share .share {
  float: right;
  position: relative;
  top: -15px;
}

.blog-single-section .tag-share .share>span {
  color: rgb(19, 30, 74);
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .share ul {
  position: relative;
  top: 15px;
}

.blog-single-section .tag-share .share ul>li+li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul>li+li {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul>li {
    margin: 5px;
  }
}

.blog-single-section .tag-share .share a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid rgb(234, 230, 230);
  border-radius: 50%;
  display: inline-block;
  font-size: 0.875rem;
  color: rgb(98, 115, 129);
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share a {
    font-size: 0.8125rem;
  }
}

.blog-single-section .tag-share .share a:hover {
  background: #EC2024;
  border-color: #EC2024;
  color: rgb(255, 255, 255) !important;
}

.blog-single-section .tag-share .share ul>li:first-child a {
  color: rgb(60, 91, 164);
}

.blog-single-section .tag-share .share ul>li:nth-child(2) a {
  color: rgb(71, 160, 217);
}

.blog-single-section .tag-share .share ul>li:nth-child(3) a {
  color: rgb(0, 115, 177);
}

.blog-single-section .tag-share .share ul>li:nth-child(4) a {
  color: rgb(147, 63, 148);
}

.blog-single-section .author-box {
  padding: 35px 40px 25px;
  margin: 70px 0px;
  border: 2px solid rgb(244, 244, 244);
}

@media (max-width: 991px) {
  .blog-single-section .author-box {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .author-box {
    padding: 25px;
  }
}

.blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0px;
    margin: 15px 0px 0px;
  }
}

.blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: rgb(19, 30, 74);
}

.blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.blog-single-section .author-box .social-link a {
  display: block;
  font-size: 0.8125rem;
  color: rgb(19, 30, 74);
}

.blog-single-section .author-box .social-link a:hover {
  color: #EC2024;
}

.blog-single-section .more-posts {
  overflow: hidden;
  border: 2px solid rgb(244, 244, 244);
  padding: 0px 25px;
}

.blog-single-section .more-posts>div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts>div {
    width: 100%;
    float: none;
  }
}

.blog-single-section .more-posts>div>a {
  display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  padding: 40px 0px;
}

@media (max-width: 767px) {

  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid rgb(244, 244, 244);
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0px;
    text-align: left;
    border-top: 1px solid rgb(218, 233, 249);
  }
}

.blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0px;
  }
}

.blog-single-section .more-posts .next-post .post-control-link::before {
  font-family: Flaticon;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link::before {
    display: none;
  }
}

.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0px;
  }
}

.blog-single-section .more-posts .previous-post .post-control-link::before {
  font-family: Flaticon;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link::before {
    display: none;
  }
}

.blog-single-section .more-posts .previous-post>a>span,
.blog-single-section .more-posts .next-post>a>span {
  display: block;
}

.blog-single-section .more-posts .post-control-link {
  font-size: 0.875rem;
  color: rgb(119, 119, 119);
}

.blog-single-section .more-posts .post-name {
  font-size: 1.0625rem;
  color: rgb(19, 30, 74);
  margin: 0.7em 0px 0px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 1.125rem;
  }
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #EC2024;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area .comments {
  border: 2px solid rgb(244, 244, 244);
}

.blog-single-section .comments-area li>div {
  border-bottom: 1px solid rgb(244, 244, 244);
  padding: 35px;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area li>div {
    padding: 35px 25px;
  }
}

.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0px;
}

.blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.blog-single-section .comments-area ol>li:last-child div {
  border-bottom: 0px;
}

.blog-single-section .comments-area .comments-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0px 0px 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 1.25rem;
  }
}

.blog-single-section .comments-area li>div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0px;
    margin-top: 25px;
  }
}

.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-size: 1rem;
  color: rgb(19, 30, 74);
  font-weight: bold;
  margin: 0px 0px 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-size: 0.8125rem;
  color: rgb(119, 119, 119);
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0px;
  }
}

.blog-single-section .comments-area .comment-reply-link {
  background: rgb(254, 147, 99);
  font-size: 0.8125rem;
  width: 80px;
  height: 25px;
  line-height: 25px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  background-color: #EC2024;
}

.blog-single-section .comment-respond {
  margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
  font-size: 1.375rem;
  margin: 0px 0px 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 1.25rem;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 50px;
  border: 2px solid rgb(244, 244, 244);
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0px;
  border-radius: 0px;
  box-shadow: none;
  transition: all 0.3s ease 0s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #EC2024;
}

@media (max-width: 991px) {

  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #EC2024;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  border: 0px;
  outline: 0px;
  text-transform: capitalize;
  font-weight: bold;
  border-radius: 50px;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: rgb(19, 30, 74);
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0px;
  }
}

.error-404-section .error {
  width: 50%;
  float: left;
}

@media (max-width: 991px) {
  .error-404-section .error {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.error-404-section .error h2 {
  font-size: 12.5rem;
  margin: 0px;
}

@media (max-width: 991px) {
  .error-404-section .error h2 {
    font-size: 9.375rem;
  }
}

@media (max-width: 767px) {
  .error-404-section .error h2 {
    font-size: 6.25rem;
  }
}

.error-404-section .error-message {
  width: 50%;
  float: left;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0px;
  }
}

.error-404-section .error-message h3 {
  font-size: 1.25rem;
  margin: 0px 0px 0.8em;
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}

.shop-pg-section .shop-grids {
  margin: 0px -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.shop-pg-section .shop-grids .grid {
  width: calc(33% - 30px);
  float: ce;
  margin: 0px 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* display: flex; */
}

@media (max-width: 991px) {
  .shop-pg-section .shop-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 550px) {
  .shop-pg-section .shop-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.shop-pg-section .grid:hover .cart-details li {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

.shop-pg-section .img-cart {
  position: relative;
  overflow: hidden;
}

.shop-pg-section .cart-details {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 20px;
  text-align: center;
}

.shop-pg-section .cart-details ul {
  overflow: hidden;
  display: inline-block;
  list-style-type: none;
}

.shop-pg-section .cart-details li {
  float: left;
  margin: 7px;
  position: relative;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.shop-pg-section .cart-details li:last-child {
  transition: all 0.5s ease 0.1s;
}

.shop-pg-section .cart-details li a {
  background: #EC2024;
  line-height: 53px;
  text-align: center;
  font-size: 0.9375rem;
  color: rgb(255, 255, 255);
  padding: 7px 20px;
}

.shop-pg-section .cart-details li a:hover {
  background: rgb(51, 51, 51);
}

.shop-pg-section .details {
  text-align: center;
  padding: 12px 15px;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop-pg-section .details h4 {
font-size: 15px;
  margin: 0px 0px 0em;
  color: rgb(255 255 255);
  font-weight: 600;
  z-index: 3;
  position: relative;
}

@media (max-width: 991px) {
  .shop-pg-section .details h4 {
    font-size: 1rem;
  }
}

.shop-pg-section .details h4 a {
  color: rgb(255 255 255);
}

.shop-pg-section .details h4 a:hover {
  color: #EC2024;
}

.shop-pg-section .details del {
  color: rgb(170, 170, 170);
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .shop-pg-section .details del {
    font-size: 0.875rem;
  }
}

.shop-pg-section .details .price {
  color: rgb(19, 30, 74);
  font-weight: 500;
}

@media (max-width: 991px) {
  .shop-pg-section .details .price {
    font-size: 0.875rem;
  }
}

.shop-pg-section .pagination-wrapper {
  text-align: center;
  clear: both;
}

.shop-single-section {}

.shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
}

.shop-single-section .shop-single-slider .slider-nav {
  padding: 0px 25px;
  margin-top: 35px;
}

.shop-single-section .shop-single-slider .slider-nav>i {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 100;
}

.shop-single-section .shop-single-slider .slider-nav>i:hover {
  cursor: pointer;
}

.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0px;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-single-section .product-details {
  padding: 30px 30px 93px;
}

@media (max-width: 1199px) {
  .shop-single-section .product-details {
    padding: 40px 30px 85px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details {
    padding: 0px;
  }
}

.shop-single-section .product-details h2 {
  font-size: 1.75rem;
  line-height: 1.4em;
  margin: 0px 0px 0.33em;
}

@media (max-width: 767px) {
  .shop-single-section .product-details h2 {
    font-size: 1.375rem;
  }
}

.shop-single-section .product-details .price {
  font-size: 2.25rem;
  color: #EC2024;
  margin: 7px 0px 14px;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price {
    font-size: 1.5625rem;
  }
}

.shop-single-section .product-details .price .old {
  font-size: 1.5rem;
  font-weight: normal;
  color: rgb(170, 170, 170);
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price .old {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price .old {
    font-size: 1.125rem;
  }
}

.shop-single-section .product-details p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-details p:last-child {
  margin: 0px;
}

.shop-single-section .product-details .product-option {
  margin-top: 45px;
}

.shop-single-section .product-details .product-option .product-row {
  overflow: hidden;
}

.shop-single-section .product-details .product-option .product-row button::after {
  display: none;
}

.shop-single-section .product-details .product-option .product-row>div {
  height: 35px;
  display: inline-block;
  float: left;
}

.shop-single-section .product-details .product-option .product-row>div+div {
  margin-left: 15px;
}

.shop-single-section .product-details .product-option .product-row>div:first-child {
  width: 85px;
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn:hover,
.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn-s2:hover,
.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn-s3:hover {
  background: #EC2024;
  border-color: #EC2024;
  color: rgb(255, 255, 255);
}

.shop-single-section .product-details .product-option .theme-btn,
.shop-single-section .product-details .product-option .theme-btn-s2,
.shop-single-section .product-details .product-option .theme-btn-s3 {
  background-color: transparent;
  color: rgb(51, 51, 51);
  font-size: 0.875rem;
  padding: 0px 20px;
  height: 35px;
  line-height: 32px;
  outline: 0px;
  border: 2px solid rgb(230, 230, 230);
}

.shop-single-section .product-details .product-option .theme-btn:hover,
.shop-single-section .product-details .product-option .theme-btn-s2:hover,
.shop-single-section .product-details .product-option .theme-btn-s3:hover {
  background-color: #EC2024;
  color: rgb(255, 255, 255);
  border-color: #EC2024;
}

@media (max-width: 767px) {

  .shop-single-section .product-details .product-option .theme-btn,
  .shop-single-section .product-details .product-option .theme-btn-s2,
  .shop-single-section .product-details .product-option .theme-btn-s3 {
    font-size: 0.875rem;
  }
}

.shop-single-section .product-details .product-option .theme-btn::before,
.shop-single-section .product-details .product-option .theme-btn-s2::before,
.shop-single-section .product-details .product-option .theme-btn-s3::before {
  display: none;
}

.shop-single-section .product-details .product-option .heart-btn i {
  font-size: 0.9375rem;
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn,
.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn-s2,
.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn-s3 {
  background-color: rgb(255, 255, 255);
  font-size: 1.125rem;
  color: rgb(119, 119, 119);
  border: 1px solid rgb(230, 230, 230);
}

.shop-single-section .product-details #product-count {
  border-radius: 0px;
  border: 1px solid rgb(230, 230, 230);
}

.shop-single-section .product-details #product-count:focus {
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0px;
  border-color: rgb(230, 230, 230);
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #EC2024;
  color: rgb(255, 255, 255);
}

.shop-single-section .product-info {
  margin-top: 75px;
}

.shop-single-section .product-info h4 {
  font-size: 0.9375rem;
  margin: 0px;
  line-height: 1.7em;
}

.shop-single-section .product-info p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0px;
}

.shop-single-section .product-info .nav-tabs {
  border: 0px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.shop-single-section .product-info .nav-tabs li {
  border: 2px solid rgb(239, 239, 239);
  margin-right: 1px;
}

.shop-single-section .product-info .nav-tabs li.active a {
  border: 0px;
  outline: 0px;
}

.shop-single-section .product-info .nav-tabs a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgb(119, 119, 119);
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  display: block;
  padding: 12px 20px 11px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs a {
    font-size: 0.875rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}

.shop-single-section .product-info .nav-tabs a:hover,
.shop-single-section .product-info .nav-tabs .active a {
  background: #EC2024;
  color: rgb(255, 255, 255);
}

.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
  border-color: #EC2024;
}

.shop-single-section .product-info .tab-content {
  border: 2px solid rgb(239, 239, 239);
  padding: 35px 25px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .tab-content {
    border: 0px;
    padding: 0px;
    margin: 0px;
  }
}

.shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0px;
}

.shop-single-section .product-info .client-rv .client-pic {
  width: 60px;
  float: left;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.shop-single-section .product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time {
  border-bottom: 1px solid rgb(230, 230, 230);
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time>div,
.shop-single-section .product-info .client-rv .name-rating>div {
  display: inline-block;
  font-size: 0.875rem;
}

@media (max-width: 767px) {

  .shop-single-section .product-info .client-rv .name-rating-time>div,
  .shop-single-section .product-info .client-rv .name-rating>div {
    font-size: 0.75rem;
    display: block;
  }
}

.shop-single-section .product-info .client-rv .rating {
  font-size: 12px;
  color: #EC2024;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .rating {
    padding-left: 0px;
    margin: 4px 0px 7px;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: rgb(179, 179, 179);
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}

.shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}

@media screen and (min-width: 1200px) {
  .shop-single-section .product-info .review-form-wrapper {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-info .review-form {
    margin-top: 45px;
  }
}

.shop-single-section .product-info .review-form h4 {
  margin-bottom: 1.73em;
}

.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
  background: rgb(251, 251, 251);
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
  border: 2px solid rgb(239, 239, 239);
}

.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-info .review-form form textarea {
  height: 130px;
}

.shop-single-section .product-info .review-form form>div {
  margin-bottom: 27px;
}

.shop-single-section .product-info .review-form form>div:last-child {
  margin-bottom: 0px;
}

.shop-single-section .product-info .review-form form .rating-wrapper>div {
  display: inline-block;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating-wrapper>div {
    display: block;
    float: none !important;
  }
}

.shop-single-section .product-info .review-form form .rating-wrapper>div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating-wrapper>div:last-child {
    margin-top: 20px;
  }
}

.shop-single-section .product-info .review-form form .rating a {
  font-size: 14px;
  color: rgb(204, 204, 204);
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.shop-single-section .product-info .review-form form .rating a:last-child {
  margin: 0px;
}

.shop-single-section .product-info .review-form form .rating a:hover {
  color: #EC2024;
}

.shop-single-section .product-info .review-form form .theme-btn-s4 {
  background-color: transparent;
  color: rgb(144, 143, 143);
  outline: 0px;
  box-shadow: none;
}

.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
  background-color: #EC2024;
  color: rgb(255, 255, 255);
}

@media screen and (min-width: 767px) {
  .shop-single-section .product-info .review-form form .theme-btn-s4 {
    font-size: 0.9375rem;
    padding: 0px 20px;
  }
}

.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

.slide-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgb(35, 50, 59), rgba(35, 50, 59, 0.5));
  z-index: -1;
}

.partner-grids.partners-slider.owl-carousel.owl-theme.owl-loaded {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(221, 221, 221);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
}

section.under-banner {
  margin-top: -87px;
  background: #f1f2f3;
  /* z-index: 222; */
  /* position: relative; */
  padding: 50px 0;
  /* background: rgba(23, 40, 51, 0.06); */
}

.partner-grids.partners-slider .grid h3 {
  text-wrap: wrap;
  font-size: 14px;
  margin-top: 2px;
  color: rgb(30 30 30);
  font-weight: 600;
  margin-bottom: 0px;
}

.partner-grids.partners-slider .grid {
  text-align: center;
  text-wrap: wrap;
  padding: 20px;
  padding-bottom: 10px;
}

.partner-grids.partners-slider .grid i::before {
  font-size: 55px;
  color: rgb(23, 40, 51);
}

section.shop-pg-section.section-padding {
  background: rgb(23, 40, 51);
}

.text-white {
  color: rgb(255, 255, 255);
}

.shop-pg-section .shop-grids .grid .img-holder img {
  transform: scale(1);
  transition: all 1s ease 0.1s;
}

.shop-pg-section .shop-grids .grid:hover .img-holder img {
  transform: scale(1.1);
  transition: all 1s ease 0.1s;
}

.about-us-section .right-col {
  position: relative;
}

.about-us-section::before {
  content: "";
  width: 350px;
  height: 100%;
  position: absolute;
  /* top: -160px; */
  left: 64%;
  transform:skew(-40deg, 0deg);
  z-index: -1;
  background-color: rgba(23, 40, 51, 0.06);
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.features-item .image-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0px;
}

.features-item .image-box .icon-text h3 {
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center;
  display: flex;
}

.features-item1 li:first-child {
  margin-right: -85px;
}

.features-item1 li:nth-child(2) {
  margin-left: -116px;
}

.features-item1 li:last-child {
  margin-right: -85px;
}

.features-item2 li:first-child {
  margin-left: -85px;
}

.features-item2 li:nth-child(2) {
  margin-right: -110px;
}

.features-item2 li:last-child {
  margin-left: -85px;
}


.features-item li .featured-img {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fun-fact-grids .info {
  text-align: center;
}

.font-bg-altec {
  background-image: url("../images/All-tech-trans.jpg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-left: -1px;
}

.app-feature-main {
  background-color: rgba(23, 40, 51, 0.06);
}

.blog-grids .entry-body {
  text-align: center;
}

.fun-fact-section {
  /* padding-bottom: 0px; */
}

@media (min-width: 768px) {
  #enquiry-m .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
}
.featured-img svg {
    position: absolute;
    z-index: -1;
    width: 223px;
    left: -53px;
    /* top: 52%; */
    transform: translate(-50%, -50%);
}
#enquiry-m .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.quote-area .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgb(0, 0, 0);
  opacity: 1;
  /* font-size: 25px; */
}

.widget.about-widget p a {
  color: rgb(249 237 37);
  font-weight: 600;
}

.pl-100 {
  padding-left: 100px !important;
}

.p-0 {
  padding: 0px !important;
}

.pl-10 {
  padding-right: 10px !important;
}

.moke-img {
  position: relative;
}

.moke-img::before {
  content: "";
  width: 350px;
  height: 841px;
  position: absolute;
  top: -160px;
  right: -25%;
  transform: translateX(-50%) skew(40deg, 0deg);
  z-index: -1;
  background-color: rgba(23, 40, 51, 0.06);
}

.quote-section {
  overflow: hidden;
}

.menu2 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 25px;
  cursor: pointer;
}

.menu2 span {
  margin: 0px auto;
  position: relative;
  top: 12px;
}

.menu2 span::before,
.menu2 span::after {
  position: absolute;
  content: "";
}

.menu2 span,
.menu2 span::before,
.menu2 span::after {
  width: 21px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  display: block;
}

.menu2 span::before {
  margin-top: -6px;
}

.menu2 span::after {
  margin-top: 6px;
}

.example9 span {
  transition-property: margin, width;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.example8 span {
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.example8 span:before,
.example8 span:after {
  -webkit-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.example8:hover span {
  width: 16px;
  height: 16px;
  margin-top: -5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.example8:hover span:before,
.example8:hover span:after {
  margin-top: 0px;
  opacity: 0;
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.side-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 999;
}

.side-container .side-box {
  background-color: #fff;
  padding: 43px;
  position: relative;
  width: 0;
  /*400px*/
  display: none;
  height: 100%;
  z-index: 10;
}

.side-container .side-box.open-side {
  display: block;
}

.side-container .side-close-btn {
  color: #172833;
  cursor: pointer;
}

.side-container .side-content {
  margin-top: 50px;
  color: #fff;
  width: 300px;
}

.side-container .side-content .contact-info i {
  color: #172833;
  font-size: 27px;
  /* margin-right: 18px; */
}

.fixed-header {
  position: fixed;
  left: 0;
  top: 0;
  background: #89091D !important;
  width: 100%;
  /*transition: all 1s ease;*/
  z-index: 9999999999999;
}

.side-container .side-content .contact-info {
  margin-top: 30px;
}

.side-container .side-content .contact-info .inner-contact {
  display: flex;
  /* flex-direction: column; */
  /* justify-content: left; */
  align-items: center;
  margin: 20px 0;
  border: 1px solid #e5e5e59e;
  padding: 15px 10px;
}

.side-container .side-content .contact-info .inner-contact p {
  font-size: 15px;
  margin-bottom: 0;
  color: #6b6b6b;
  line-height: 19px;
  margin-top: 4px;
}

.side-container .side-content .contact-info .inner-contact h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
}

.side-container .side-content img {
  width: 180px;
  margin-bottom: 10px;
}

.side-container .side-content .contact-info .social-icons ul {
  display: flex;
  /* justify-content: center; */
  margin-top: 30px;
}

.side-container .side-content .contact-info .social-icons ul li a i {
  font-size: 17px;
}

.slide-bar-p a {
  color: #172833;
  font-weight: 600;
}

.loader img {
  width: 336px !important;
}

.theme-btn:hover {
  background-color: #17283300;
  color: rgb(23 40 51);
  border: 2px solid rgb(23 40 51);
}

.hero-style-1 .slide-btns .theme-btn:hover {
  background-color: #17283300;
  border: 2px solid rgb(189 196 201);
  border: 2px solid rgb(255 255 255);
  color: #fff;
}

.theme-btn-s3:hover {
  background-color: #172833;
  color: rgb(255 255 255);
  border: 2px solid rgb(255 255 255);
}

.side-container .side-content .contact-info .inner-contact i {
  margin-right: 20px;
}

.partner-grids.partners-slider .grid::after {
  content: '';
  width: 1px;
  height: 62px;
  position: absolute;
  right: 0;
  background-color: #e1e1e1;
  top: 50%;
  transform: translate(0px, -50%);
}



.side-container .side-content .contact-info .social-icons ul li a {
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #e5e5e59e;
  line-height: 30px;
  margin-right: 17px;
  text-align: center;
}

.odometer-formatting-mark {
  display: none;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #172833;
  color: #EC2024;
  text-decoration: none;
  border: 1px solid #EC2024;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  display: none!important;
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #EC2024;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  border: 1px solid #EC2024;
}

.shop-pg-section .details {
  position: relative;
}

.shop-pg-section .details::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #89091D;
  left: 0px;
  top: 0;
  position: absolute;
  z-index: 1;
  /* transform: skew(31deg); */
}

.shop-pg-section .details::before{
  content: '';
  /* width: 23%; */
  height: 100%;
  background-color: #DBD3AD;
  right: -15px;
  top: 0;
  position: absolute;
  z-index: 1;
  transform: skew(31deg);
}
.shop-pg-section .product-btn{
  z-index: 2;
  color: #fff;
  font-size: 10;
  font-size: 13px;
  margin-right: 13px;
  transition: all 1s ease ;
}

.shop-pg-section .shop-grids .grid:hover .product-btn i{
  transform: translateX(5px);
  transition: all 1s ease ;
}
.img-holder{
  position: relative;
}
.features-item li .featured-img:hover img{
    transform: scale(1.2);
      transition: all 0.2s ease ;
}
.features-item li .featured-img img{
      transition: all 0.2s ease ;
         transform: scale(1);
}
.side-container .side-content .contact-info .social-icons ul li a:hover{
    background:#172833;
    transition: all 0.2s ease ;
}
.side-container .side-content .contact-info .social-icons ul li a:hover i{
   color:#fff;
    transition: all 0.2s ease ;
}
.side-container .side-content .contact-info .social-icons ul li a{
    
    transition: all 0.2s ease ;
}
.side-container .side-content .contact-info .social-icons ul li a i{

    transition: all 0.2s ease ;
}
.img-holder::before{
  content: '';
  position: absolute;
   z-index: -1; 
  height: 80%;
  width: 40%;
  background: url(../images/bg-5.png);
  background-repeat: repeat;
  
  right: -43px;
  bottom: -40px;
  opacity: 0.6;
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}


@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}





.scroll-arrow {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  animation: arrow-wave 1s infinite;
  animation-direction: alternate;
}
.scroll-arrow:nth-child(1) {
  animation-delay: 0.1s;
}
.scroll-arrow:nth-child(2) {
  animation-delay: 0.2s;
}
.scroll-arrow:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes arrow-wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


.banner-arrow-down {
    position: absolute;
    bottom: 14%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -14%);
}


.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.mt--40{
    margin-top:-40px;
}



.btn-8 {
  --tilt: 40px;
  display: inline-block;
  /* box-sizing: border-box; */
  padding: 10px 20px;
  /* border-radius: 999px; */
  position: relative;
  overflow: hidden;
  color: white;
  background: #ff0000;
  text-transform: uppercase;
  border: 2px solid #ff0000;
}
.btn-8 span {
  font-weight: 900;
  /* mix-blend-mode: difference; */
}
.btn-8:before, .btn-8:after {
  content: "";
  z-index: 1;
  width: calc(100% + var(--tilt));
  height: 100%;
  position: absolute;
  top: 0;
  background: #ffffff;
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 100%, 0 100%);
  transition: transform 0.6s;
}
.btn-8:before {
  left: calc(-100% - var(--tilt));
}
.btn-8:after {
  left: 100%;
  transform: rotate(180deg);
}
.btn-8:hover:before {
  transform: translateX(100%);
}
.btn-8:hover:after {
  transform: rotate(180deg) translateX(100%);
}
.btn-8 span {
    z-index: 9;
    position: relative;
}
.btn-8:hover span {
   color: #ff0000!important;
   opacity: 1;
}






.btn-9 {
  --tilt: 40px;
  display: inline-block;
  /* box-sizing: border-box; */
  padding: 10px 20px;
  /* border-radius: 999px; */
  position: relative;
  overflow: hidden;
  color: white;
  background: transparent;
  text-transform: uppercase;
  border: 2px solid #ff0000;
}
.btn-9 span {
  font-weight: 900;
  /* mix-blend-mode: difference; */
}
.btn-9:before, .btn-9:after {
  content: "";
  z-index: 1;
  width: calc(100% + var(--tilt));
  height: 100%;
  position: absolute;
  top: 0;
  background: #ff0000;
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 100%, 0 100%);
  transition: transform 0.6s;
  border: none;
}
.btn-9:before {
  left: calc(-100% - var(--tilt));
}
.btn-9:after {
  left: 100%;
  transform: rotate(180deg);
}
.btn-9:hover:before {
  transform: translateX(100%);
}
.btn-9:hover:after {
  transform: rotate(180deg) translateX(100%);
}
.btn-9 span {
    z-index: 9;
    position: relative;
    color: #ff0000;
}
.btn-9:hover span {
   color: #ffffff !important;
   opacity: 1;
}




.site-header #navbar>ul li > a:after{
    content: '';
    display: block;
    height: 1.3px;
    margin-top: 7px;
    background: #ec2024;
    transform: scaleX(0);
    transition: transform .3s;
}

.site-header #navbar>ul li > a:hover:after{
    transform: scaleX(1);
    transition: transform .3s;
}
.featured-img svg {
  animation: gelatine 15s infinite;
}
@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}
.shop-pg-section .shop-grids2 .grid{
  width: 100%;
}

.pt-0{
  padding-top: 0 !important;
}

.service-sidebar {
  position: relative;
  /* border: 1px solid #dbdbdb; */
}
.widget.service-list-widget {
  overflow: hidden;
  /* border: 1px solid #e5e5e5; */
}

.d-flex{
  display: flex;
  text-align: left!important;

}
.justify-content-start{
  justify-content: flex-start !important;
}
.flex-column{
  flex-direction: column !important;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  right: 0;
  top: -60px;
}
.product-tag {
  border: 1px solid #ffffff47;
  padding: 27px;
  background: #ffffff1f;
}
.product-tag h4{
  color: #fff;
  font-size: 21px;
  line-height: 27px;

}
.product-tag h4:first-child{
  margin-bottom: 40px;
}
.section-title-s5 h6{
  color: #c9c9c9;
  line-height: 26px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: -4px;
}
.theme-btn.btn-8 {
  border: 2px solid #fff;
  margin-top: 21px;
  background-color: transparent;
}
#enquiry-p .quote-section .quote-area{
  max-width: 100% !important;
}
#enquiry-p .modal-dialog{
  width:900px
}
#enquiry-p .quote-area .close {
  position: absolute;
  top: -31px;
  right: -10px;
  color: rgb(255 255 255);
  opacity: 1;
  /* font-size: 25px; */
}
#contact-quote-form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #fff;
  width: 100%;
  height: 45px;
  border: 2px solid #ebedef;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.product-tag-div {
  background: url(https://ajjgar.com/cms/404);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 40px 10px;
  border-radius: 4px;
}
.product-tag-div h6{
  color: #fff;
  font-size: 21px;
}
#enquiry-p .quote-area p{font-size: 15px;margin-bottom: 15px;color: #fff;font-weight: 400;}
#enquiry-p .quote-area h3{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

#enquiry-p .modal-content{
  background-color: #172833;
}

#enquiry-p .form-control{
  background-color: transparent;
}

#enquiry-p #contact-quote-form select{
  border: 1px solid rgb(225, 223, 221);
}


.contact-widget .quote-section .quote-area{
    background:transparent;
}

@media screen and (max-width:525px){
    .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 0;
    top: -50px;
}
    .pro-sidebar{
        margin:0!important;
    }
.shop-pg-section .shop-grids {
    margin-top: 30px;
}
.phone-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.features-thumb img {
    width: 60%;
}

.features-item1 li:first-child {
    margin-right:0!important;
}
.features-item1 li:nth-child(2) {
    margin-left: 0!important;
}
.features-item1 li:last-child {
    margin-right:0!important;
}
.features-item2 li:first-child {
    margin-left:0!important;}
.features-item2 li:nth-child(2) {
    margin-right: 0!important;
}
.features-item2 li:last-child {
    margin-left:0!important;
}
    .contact-item {
    border: 1px solid #17283336;
    padding: 6px;
    margin: 15px 0;
}
    .img-holder {
    margin: 5px 0;}
    .img-holder img {
    width: 95%;
    margin: 0 10px;
}
.project-details {
    padding: 0 10px;
    margin-left: 0!important;
}
.blog-content-inner{
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 15px;
}
        .moda-frm.modal-body {
    position: relative;
    padding: 80px 0;
}
 .about-us-section {
  background: rgba(23, 40, 51, 0.06);
  position: relative;
  z-index: 1;
  /* margin-top: -80px; */
  padding-top: 30px;
  overflow: hidden;
}
.social-icons {
    display: none!important;
}
.banner-arrow-down{
    display: none!important;
}
       .imgone{
         position:static!important;
     }
     
    .imgone img{
    margin-left: 4px;
    /* left: 50px; */
    /*top: 0;*/
    /*left: 420px;*/
    /* position: absolute; */
    width: 50%!important;
    /* margin: 0 160px; */
}

     .imgtwo{
         position:static!important;
     }
     
    .imgtwo img {
    margin-right: -431px;
    /* left: 50px; */
    top: 0;
    right: 420px;
    position: absolute;
    width: 50%!important;
    /* margin: 0 160px; */
}
.img-para{
    padding-top:50px;
}

}


@media (max-width: 767px) {
.dialog-box{
    /* width: 500px!important; */
    /* margin: 30px auto; */
}
  .header-style-2 .topbar .contact-info ul>li+li,
  .header-style-3 .topbar .contact-info ul>li+li {
    /* margin: 10px 0px 0px; */
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
  }
  .header-style-2 .topbar .contact-info i, .header-style-3 .topbar .contact-info i {
    display: inline-block;
    padding-right: 0;
    color: rgb(255, 255, 255);
}
}

.nav-phn1 {
    display: none;
}


.nav-phn1 img {
    padding: 5px 19px 0 0;
}

/*//////////////////////////*/

@media screen and (max-width:768px){
.nav-phn1 {
    display: block;
}
.nav-phn {
     display: none; 
}

}

.font-bg-altec img {
    width: 100%!important;
    height: 100%;
}

.quote-area.quote-area2 {
    padding: 13px!important;
    background: white;
}

.img-para{
    padding: 15px 0;
}

.contact-item {
    border: 1px solid #17283336;
    padding: 6px;
}


.locate-btn{
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    color: black;
    background: #ffffff;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

.project-details{
    margin-left: 20px;
}


.site-header #navbar>ul li a.active{
 color: #000;
}

.phone-sec{
display: flex;
    justify-content: center;
    align-items: center;
}

.blog-sidebar .category-widget ul .active {
    /* padding-left: 10px; */
    /* transform: translateX(10px); */
    background: #172833;
}

.blog-sidebar .category-widget ul li {
    font-size: 15px;
    position: relative;
    padding: 10px 18px;
}
.blog-sidebar .category-widget ul .active a {
    color: #fff;
}
.blog-sidebar .category-widget ul a::before {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 11px;
}
.blog-sidebar .category-widget ul a:hover, .blog-sidebar .category-widget ul li:hover::before {
    color: rgb(236, 32, 36);
}
.blog-sidebar .category-widget ul .active::before {
    content: "";
    background-color: rgb(236, 32, 36);
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}
.blog-sidebar .widget {
    padding: 35px 0px;
    border-radius: 0px;
    border: 2px solid rgb(244, 244, 244);
    background: #fff;
}

.pr{
    padding-right: 45px;
}

.blog-sidebar .widget h3 {
    font-size: 1.125rem;
    margin: 0px 0px 1.3em;
    position: relative;
    text-transform: capitalize;
    padding-left: 28px;
}

.d-none{
    display:none;
}

.pt {
    padding-top: 39px;
}


a:focus{
    color: #fff!important;
    text-decoration:none!important;
}


/*.tab-pane p span{*/
/*    color:#000!important;*/
/*    font-size:20px!important;*/
/*}*/
.footer-copyright {
    color:#fff !important
}
.footer-copyright span{
    color:#fff !important
}

.ml-0{
    margin-left:0 !important;
}
/*  */
.video-sec-head {
  position: relative;
}
.video-sec-head h3 {
  font-size: 110px;
  text-align: center;
  text-transform: uppercase;
  max-width: 100% !important;
  color: #ff0000;
  font-weight: 500;
  z-index: 6;
  position: relative;
}
.video-sec-head h2 {
  font-size: 97px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  z-index: 6;
  position: relative;
  color: #ff0000;
}
.circle-round {
  position: absolute;
  top: -35%;
  left: 35%;
  width: 334px;
  transform: translate(-35%, 0%);
  opacity: 0.26;
  animation: 40s linear 0s infinite normal none running animName;
}
@keyframes animName{
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}

.mobile-img {
  display: none;
}
.bg-video {
  position: relative;
}
.bg-video {
  height: 140px;
  overflow: hidden;
  margin: 45px 0px;
}
.bg-video img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.wsmenu img, object, embed, video {
  border: 0 none;
  /* max-width: 100%; */
}
.p-t-70{
  padding-top: 70px;
  padding-bottom: 70px;
}


/*  */

.call_me {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 100000 !important;
  cursor: pointer;
}
.call_me::before {
  content: '';
  transform: scale(1, 1);
  opacity: .5;
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  left: 30px;
  bottom: 30px;
  border-radius: 100%;
  z-index: 9999;
  -webkit-animation: uptocallmini 1.5s infinite;
  -moz-animation: uptocallmini 1.5s infinite;
  animation: uptocallmini 1.5s infinite;
}
.call_me, .call_me::before {
  background: radial-gradient(#33a93c, #33a93c, #18791f);
}
.call_me i {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  -webkit-animation: uptocallphone 1.5s linear infinite;
  -moz-animation: uptocallphone 1.5s linear infinite;
  animation: uptocallphone 1.5s linear infinite;
  position: relative;
  z-index: 10001;
}
@keyframes uptocallmini{
0% {
  transform: scale(1, 1);
  opacity: .5;
}
80% {
  opacity: 0;
  transform: scale(1.5, 1.5);
}
85% {
  transform: scale(.5, .5);
  opacity: 0;}
}
.rc-img{
  z-index: 99;
  position: fixed;
  bottom: 0;
  right: 18px;
  width: 10%;
  filter: drop-shadow(2px 4px 6px black);
}
.rc-img2{
  z-index: 99;
  position: fixed;
  bottom: 42px;
  left: 36px;
  width: 10%;
  filter: drop-shadow(2px 4px 6px black);
  transform: rotate(32deg);
}
.rc-img3{
  position: fixed;
  top: 220px;
  right: 0;
  width: 3%;
  z-index: 9999999;
}
.rc-img4{
  position: fixed;
  top: 220px;
  transform: rotate(180deg);
  left: 0;
  width: 3%;
  z-index: 9999999;
}
/*  */
canvas {
  vertical-align: middle;
}
#canvas-container {
  height: 900px;
  position: absolute;
  width: 1600px;
  z-index: 2;
}
canvas {
  cursor: crosshair;
  display: block;
  position: absolute;
  z-index: 3;
}
canvas:active {
  cursor: crosshair;
}
.fw-text-wrapper {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.fw-text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.5em;
  left: 0;
  margin: auto;
  height: 1em;
  font-weight: 900;
  font-size: 4.5em;
}
.fw-text-overlay .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #dd2a10;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #000;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #5e59ac;
  border: 1px solid #5e59ac;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 17px;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #dd2a10;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
ul.disc {
  padding: 0 15px;
}


.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.tag-teal {
  background-color: #47bcd4;
}
.tag-purple {
  background-color: #5e76bf;
}
.tag-pink {
  background-color: #cd5b9f;
}

.card-body p {
  font-size: 13px;
  margin: 0 0 40px;
}
.user {
  display: flex;
  margin-top: auto;
}

.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #545d7a;
}
.thumbnail {
  /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%); */
  transition: 0.3s;
  /* min-width: 40%; */
  border-radius: 5px;
}

.thumbnail-description {
  min-height: 40px;
}

.thumbnail:hover {
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgb(79 72 72 / 15%);
}
.caption img {
  margin: 14px 0;
  padding: 10px 0;
  border-bottom: 1px solid #89091d;
} 	
.caption h4 {
  color: #dd2a10;
} 

.bomb {
  width: 15%;
  position: absolute;
  bottom: -160px;
  left: 0;
  animation-name: floating;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  0% { transform: translate(0,  0px); }
  50%  { transform: translate(0, 15px); }
  100%   { transform: translate(0, -0px); }    
}
/* Hide the dropdown by default */
.dropdown-menu {
  display: none;
}

/* Show the dropdown when the parent is hovered */
.dropdown:hover .dropdown-menu {
  display: block;
}
.mnu-li li {
  padding: 4px 0;
}
.imgone img {
  border: 1px solid #9f9797;
}
.imgtwo img {
  border: 1px solid #9f9797;
}
.entry-media {
  border: 1px solid #cccccc52;
}
.gl-img {
  border: 1px solid #ccc;
  margin: 15px;
}
/* .pr-img img{
    width: 70%;
} */