/* Base */
* {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.2em;
}

strong {
  font-size: 1.1em !important;
  font-weight: 600 !important;
}

p {
  color: black;
  font-weight: 300;
  font-size: .9em;
  margin: 0;
  padding: 0;
  text-align: justify;
}

html {
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

body {
  line-height: 1.7;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

.bg-dark {
  background-color: #a1a1a191;
}



.text-black {
  color: #000 !important;
}

.text-white {
  color: white;
}

.bg-black {
  background: #000 !important;
}

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.bg-black {
  background: #000;
}

.site-section {
  padding: 1.5em 0;
}


/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  width: 100%;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active>a {
  color: #000;
  display: inline-block;
  padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  text-transform: capitalize;
  font-size: 17px;
  letter-spacing: .05rem;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  text-decoration: none !important;
  padding: 10px 9px 0 9px;
}

.mobile-logo-box a img.logo {
  display: none;
  width: 200px;
  height: auto;
  padding: 0;
  margin: 0;
}


.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #000;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  /* font-size: 16px; */
  text-transform: capitalize;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #ff5e15 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #ff5e15;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #ff5e15 !important;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  z-index: 20;
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}



.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #ffffff;
}

.sticky-wrapper .site-navbar .site-menu>li {
  display: inline-block;
}

.sticky-wrapper .site-navbar .site-menu>li>a.active {
  color: #000;
  position: relative;
}

.sticky-wrapper .site-navbar .site-menu>li>a.active:after {
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}


.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li {
  display: inline-block;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
  padding: 6px 12px;
  display: inline-block;
  text-decoration: none !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active:after {
  background: #ff5e15;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li.active>a {
  color: #000;
}

.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Blocks */
.intro-section {
  background-size: cover;
  position: relative;

  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;

}

.intro-section,
.intro-section .container .row {
  min-height: 580px;
}

.intro-section.innerpage,
.intro-section.innerpage .container .row {
  width: 100%;
  margin: auto;
  height: 140px;
  min-height: 140px;
}



.intro-section h1 {
  font-weight: 500;
  color: #ffffff;
  padding-top: 44px;
}

.intro-section h1 strong {
  font-weight: 500;
}

.intro-section p {
  font-weight: 500;
}

.intro-section p a {
  color: white;
  text-decoration: underline;
}

.section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

.section-bg.style-1 {
  position: relative;
}

.section-bg.style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #183661;
  opacity: .9;
  z-index: 0;
}

.section-bg.style-1>.container {
  z-index: 2;
}

.section-bg.style-1 .icon {
  font-size: 3.5rem;
  color: #ff5e15;
}

.section-bg.style-1 h3 {
  color: #ff5e15;
  margin-bottom: 30px;
}

.section-bg.style-1 p {
  color: #7697c6;
}

.hero-slide {
  position: relative;
  margin-top: 85px;
}



.hero-slide .owl-nav .owl-prev,
.hero-slide .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 70px;
  height: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.hero-slide .owl-nav .owl-prev>span,
.hero-slide .owl-nav .owl-next>span {
  font-size: 1.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-slide .owl-nav .owl-prev:hover,
.hero-slide .owl-nav .owl-next:hover {
  background: #ff5e15;
}

.hero-slide .owl-nav .owl-prev:hover>span,
.hero-slide .owl-nav .owl-next:hover>span {
  color: #fff;
}

.hero-slide .owl-nav .owl-prev {
  left: 0;
}

.hero-slide .owl-nav .owl-next {
  right: 0;
}

.hero-slide .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.hero-slide .owl-dots .owl-dot {
  display: inline-block;
}

.hero-slide .owl-dots .owl-dot>span {
  border-radius: 0%;
  display: inline-block;
  width: 18px;
  height: 4px;
  margin: 2px 5px;
  background: white;
}

.hero-slide .owl-dots .owl-dot.active>span {
  background: #ff5e15;
}

.owl-slide-3,
.owl-slide {
  position: relative;
}

.owl-slide-3 .owl-stage,
.owl-slide .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-slide-3 .owl-nav .owl-prev,
.owl-slide-3 .owl-nav .owl-next,
.owl-slide .owl-nav .owl-prev,
.owl-slide .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.owl-slide-3 .owl-nav .owl-prev>span,
.owl-slide-3 .owl-nav .owl-next>span,
.owl-slide .owl-nav .owl-prev>span,
.owl-slide .owl-nav .owl-next>span {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-slide-3 .owl-nav .owl-prev,
.owl-slide .owl-nav .owl-prev {
  left: 0;
}

.owl-slide-3 .owl-nav .owl-next,
.owl-slide .owl-nav .owl-next {
  right: 0;
}


.footer {
  padding: 2em 0;
  background: #ffffff;
  color: #000000;
}


.footer .footer-heading {
  color: #000000;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.footer .footer-heading>span {
  border-bottom: 2px solid #ee1d23;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000000;
  font-weight: 500;
}

.footer a:hover {
  color: #ee1d23;
  text-decoration: underline;
}

.footer .copyright {
  color: #000000;
  padding-top: 7rem;
  padding-top: 50px;
  padding-bottom: 10px;
  padding-left: 200px;
  text-align: center;

}


/*engineers*/
.services-1-wrap .service-1 {
  padding: 20px 30px;
  border: 1px solid #efefef;
  border-right: none;
  position: relative;
}



.services-1-wrap .service-1 .number {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 500;
  color: #dcdcdc;
  color: #ee1d23;
}

.services-1-wrap .service-1 .service-1-icon {
  position: relative;
  /*margin-left: 20px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-1-wrap .service-1 .service-1-icon:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  top: 0;
  left: 26%;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 46px solid #ee1d23;
}

.services-1-wrap .service-1 .service-1-icon>span {
  color: #000;
  font-size: 4rem;
}

.services-1-wrap .service-1 .service-1-content .service-heading {
  color: #000;
  font-weight: 500;
}

.services-1-wrap .service-1 .service-1-content p {
  text-align: justify;
}

.services-1-wrap [class^="col-"]:last-child .service-1 {
  border-right: 1px solid #efefef;
}

.header-top>.container {
  padding-top: 13px;
  padding-bottom: 13px;
}

.header-top .quick-contact-icons .icon {
  margin-right: 10px;
}

.header-top .quick-contact-icons .icon span {
  font-size: 28px;
  line-height: 0;
}

.header-top .quick-contact-icons .text .h4 {
  color: #000;
  margin-bottom: 0;
}

.header-top .quick-contact-icons .text .caption-text {
  color: #000000;
  font-weight: 500;
}

.block-2 {
  background: #09162a;
  padding: 7rem 0;
}

.block-2 .img-overlap {
  margin-top: -150px;
}

.block-3 {
  background: #09162a;
  padding: 7rem 0;
  margin-bottom: 14rem;
}

.section-title {
  color: #fff;
  font-weight: 500;
}

.section-title strong {
  font-weight: 500;
}

.section-subtitle {
  font-weight: 500;
  color: #ee1d23;
}

.line-height-0 {
  line-height: 0;
}

.projects-carousel-wrap {
  position: relative;
  margin-bottom: -200px;
}

.project-item {
  position: relative;
  overflow: hidden;

  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);

}

.project-item:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.project-item img {
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.project-item .project-item-contents {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;

}

.project-item .project-item-contents .project-item-category {
  color: #ff5e15;
  text-transform: capitalize;
}

.project-item .project-item-contents .project-item-title {
  color: #fff;
  margin-bottom: 0;
}

.project-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.project-item:hover .project-item-contents {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.project-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.form-control:hover,
.form-control:focus,
.form-control:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  text-transform: capitalize;
  letter-spacing: .2rem;
}

.quote-form-wrap {
  background: #09162a;
  padding: 5rem;
}

.quote-form .form-control {
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  color: #fff;
}

.quote-form .form-control::-webkit-input-placeholder {
  color: #fff;
}

.quote-form .form-control::-moz-placeholder {
  color: #fff;
}

.quote-form .form-control:-ms-input-placeholder {
  color: #fff;
}

.quote-form .form-control:-moz-placeholder {
  color: #fff;
}

.quote-form .btn-primary:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.person {
  position: relative;
}

.person figure {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.person img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.person .person-contents {
  text-align: center;
}

.person .person-contents h3 {
  color: #000;
}

.person .person-contents .position {
  color: #ff5e15;
}

.person:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.person .social {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}

.person .social a {
  display: block;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
}

.person .social a>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.person .social a:hover {
  background: #000;
  color: #fff;
}

.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.testimonial blockquote p {
  color: black;
  font-weight: 500;
}

.testimonial .client-name {
  text-transform: capitalize;
  color: #ee1d23;
  font-weight: 500;
}

.blog-entry .img-link {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-entry .img-link img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;

  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5)
}

.blog-entry .img-link:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-entry .blog-entry-contents h3 {
  line-height: 1;
}

.blog-entry .blog-entry-contents h3 a {
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
}



.blog-entry .blog-entry-contents .meta,
.blog-entry .blog-entry-contents .meta a {
  color: black;
  text-align: justify;
}

.blog-entry .blog-entry-contents .meta a {
  color: #ff5e15;
}

.block-4 h3 {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

.block-4 p {
  color: #fff;
}

.block-4 .form-subscribe .form-control {
  color: #fff;
  border: 2px solid #ee1d23;
  background: none;
  border-radius: 0;
}

.block-4 .form-subscribe .btn {
  background: #000;
  border-color: #000;
  border-radius: 0;
}

.block-4 .form-subscribe .btn:hover,
.block-4 .form-subscribe .btn:active,
.block-4 .form-subscribe .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #000;
  border-color: #000;
  outline: none;
}

.block-4 .form-subscribe .btn:hover {
  background-color: #ee1d23;
  ;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  margin-bottom: 15px;
  color: #ee1d23 !important;
}

.categories li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}

.categories li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a {
  display: block;
}

.categories li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a {
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}



.comment-list li .comment-body .meta {
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}




.footer .footer-contact p i {
  width: 25px;
}

.footer .footer-contact p i:hover {
  color: #ee1d23;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 25px;
  color: #000000;
}

.footer .footer-social a:last-child i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #ee1d23;
}





.about-section {
  position: relative;
  padding: 2em 0;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 75px;
}

.about-section .content-column .text {
  position: relative;
  color: #777777;
  line-height: 2em;
  margin-bottom: 40px;
}

.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 500;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .inner-column {
  position: relative;
}


.about-section .image-column .inner-column .image {
  position: relative;
}


.about-section .image-column .inner-column .image {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 12px -2px rgb(180, 180, 180);
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: all .4s ease;
}

.about-section .image-column .inner-column .image img:hover {
  transform: scale(1.09);
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  color: black;
  font-weight: 500;
  line-height: 1.4em;
  padding-left: 125px;
  background: #fff;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: #ee1d23;
  font-weight: 500;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ee1d23;
}

.about-section .btn-style-three:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #ee1d23;
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-weight: 500;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #ee1d23;
}

.sec-title2 {
  color: #fff;
}

.sec-title {
  position: relative;
  padding-bottom: 7px;
}

.sec-title .title {
  position: relative;
  color: #ee1d23;
  font-weight: 500;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sec-title .title:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbbbbb;
}









.section-header h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.section-header p {
  color: black;
}

.contact-info {
  width: 50%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: black;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  line-height: 70px;
  color: #fff;
}

.contact-info-icon:hover {
  background-color: #ee1d23;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #ee1d23;
  margin-bottom: 5px;
}

.contact-info-content p {
  color: black;
}

.contact-form {
  background-color: #fff;
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: -50px;
}

.contact-form h2 {
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  padding: 5px 0;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box textarea:focus~span {
  color: #e91e63;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
  width: 100%;
  background: #ee1d23;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  border: 1px solid black;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
  background: black;
  color: #fff;
  border: 1px solid #fff;
}



.Social-media {
  display: flex;
}

.Social-media .icon {
  display: flex;
  background: black;
  height: 45px;
  width: 45px;
  margin: 0 15px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 6px 6px 10px -1px rgba(0, 124, 196, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 124, 196, 0);
  transition: transform 0.5s;
  color: #fff;
}

.Social-media .icon i {
  color: #fff !important;
  ;
  transition: transform 0.5s;

}

.Social-media .icon:hover {
  box-shadow: inset 4px 4px 6px -2px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px -0.5px 0px -1px rgba(255, 255, 255, 1),
    0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
    0px 12px 10px -10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 124, 196, 0.1);
  transform: translateY(2px);
}

.Social-media .icon:hover i {
  transform: scale(0.90);
}

.Social-media .icon:hover .fa-facebook {
  color: #3b5998;
}

.Social-media .icon:hover .fa-twitter {
  color: #00acee;
}

.Social-media .icon:hover .fa-whatsapp {
  color: #4fce5d;
}

.Social-media .icon:hover .fa-instagram {
  color: #f14843;
}

.Social-media .icon:hover .fa-youtube {
  color: #f00;
}




.vision-section {
  position: relative;
}

.vision-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.vision-section .content-column .big-text {
  position: relative;
  color: #222222;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.vision-section .content-column .big-text span {
  font-weight: 500;
}

.vision-section .content-column .text {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 25px;
}

.vision-section .content-column .more-detail {
  position: relative;
  color: #222222;
  font-weight: 500;
}

.vision-section .content-column .more-detail a {
  color: #fe9901;
  text-decoration: underline;
}

.hover-fx {
  display: inline-block;
  cursor: pointer;
  margin: 15px;
  width: 120px;
  height: 120px;
  line-height: 84px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #fff;
  transition: 300ms;
  padding: 12px;
}

.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #ee1d23;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.hover-fx:hover {
  background-color: #ee1d23;
  color: #00989A;
}

.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}


.slide {
  display: flex;
  align-items: center;
  justify-content: center;
}


.slide img {
  width: 100px;
  height: 100px;
  width: 200px;
  height: auto;
  animation: scroll 30s linear infinite;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  background-color: whitesmoke;
  padding: 8em 2em;
  padding: 3em 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-3800%)
  }
}

.value-section {
  padding: 5em 0;
}

.value {
  background: transparent;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}

.value .title {
  font-weight: 500;

}

.value:hover {
  transform: scale(1.05);
}

.specilization img {
  padding: 5px 0;
  border: 1px solid #fff !important;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 5px 3px #DCDCDC;
}

.product-detail img {
  border: 1px solid #ee1d23;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 5px 3px #DCDCDC;
}

.brocture {
  font-weight: 500;
  color: #fff !important;
}

.brocture-para {
  color: #fff !important;
  font-weight: 500;
}

.button-3d {
  display: inline-block;
  position: relative;
  border: 0;
  background: #fff;
  padding: 1.25em 1.5em;
  border-radius: 8px;
  font-weight: 500;
  transform-style: preserve-3d;
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1),
    background 0.3s cubic-bezier(0, 0, 0.58, 1);
  cursor: pointer;
  color: #ee1d23;

}

.button-3d:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: inherit;
  color: #fff;
  transform: translate3d(0, 0.5em, -1em);
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.button-3d:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;

  background: #ee1d23;

  filter: blur(4px);
  border-radius: inherit;
  top: 0;
  left: 0;
  transform: translate3d(0, .7em, -1em);
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.button-3d:hover {
  transform: translateY(-0.25em);
}

.button-3d:hover:before {
  transform: translate3d(0, 0.75em, -1em);
}

.button-3d:hover:after {
  transform: translate3d(0, 1.05em, -1em);
}

.button-3d:active {
  transform: translate(0, 0.5em);
}

.button-3d:active:before,
.button-3d:active:after {
  transform: translate3d(0, 0, -1em);
}

.blog-time {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.blog-time .date i {
  color: #ee1d23;
}

.blog-time .user i {
  color: #ee1d23;
}

.blog-time span {
  color: black;
}

.blogs {
  border: 1px solid black;
}

.snip1527 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  margin: 10px 1%;
  max-width: 380px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1527 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  height: 350px;
}

.snip1527 figcaption {
  width: 100%;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

figcaption h6 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

figcaption .specialization-text {
  font-size: 12px;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #700877;
  content: '';
  background: -moz-linear-gradient(90deg, #ff1900 0%, #ff1900 40%, #ff1900 40%);
  background: -webkit-linear-gradient(90deg, #ff1900 0%, #ff1900 40%, #ff1900 40%);
  background: linear-gradient(90deg, #ff1900 0%, #ff1900 40%, #ff1900 40%);
  opacity: 0.8;
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-weight: 500;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: capitalize;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}



.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
  display: inline-block;
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.snip1527 p {
  line-height: 1.6em;
  margin-bottom: 0px;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-testimonial {
  background-color: #231834;
  height: 630px
}

.home-testimonial-bottom {
  background-color: #ff0000;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 33px;
  margin-bottom: 0px;
  position: relative;
  height: 16px;
  top: 190px;
}

.home-testimonial h3 {
  color: var(--orange);
  /* font-size: 14px; */
  font-weight: 500;
  text-transform: capitalize;
}

.home-testimonial h2 {
  color: white;
  /* font-size: 28px; */
  font-weight: 500
}

.testimonial-inner {
  position: relative;
  top: -174px
}

.testimonial-pos {
  position: relative;
  top: 24px
}

.testimonial-inner .tour-desc {
  border-radius: 5px;
  padding: 40px
}

.color-grey-3 {
  /* font-size: 14px; */
  color: #6c83a2
}

.testimonial-inner img.tm-people {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none
}

.link-name {
  color: #6c83a2
}

.link-position {
  color: #6c83a2
}





/* my-logo sider css start */
@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-120%);
  }
}

.logos {
  overflow: hidden;
  padding: 40px 0;
  background-color: #e7e7e7;
  white-space: nowrap;
  position: relative;
}

.logos::before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 40s slide infinite linear;
}

.logos-slide img {
  height: 80px;
  margin: 0 30px;
}

.page_nameh {
  background-color: #f24747;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
}

.page_nameh h1 {
  color: white;
  margin-bottom: 0;
  text-align: center;
}

.page_nameh h1 a {
  color: white;
}

.page_nameh h1 a:hover {
  color: white;
}

@media screen and (max-width:1450px) {
  .my-container .nav-menu-container {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
}

@media screen and (max-width:1200px) {
  .home-testimonial {
    height: 560px !important;
  }

  .testimonial-inner .tour-desc {
    padding: 15px !important;
  }

  .testimonial-inner .tour-desc .tour-text {
    font-size: 15px;
  }

  .home-testimonial .tour-item {
    height: 385px;
  }
}

@media screen and (max-width:1256px) {
  .site-navbar .site-navigation .site-menu>li>a {
    font-size: 15px;
  }

  .logo-box a img.logo {
    width: 185px;
  }
}

@media (max-width: 1199.98px) {
  .services-1-wrap .service-1 {
    border: 1px solid #efefef;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:1188px) {
  .site-navbar .site-navigation .site-menu>li>a {
    font-size: 14px;
    padding: 8px 8px 0 8px;
  }

  .logo-box a img.logo {
    width: 170px !important;
  }
}

@media screen and (max-width:1132px) {
  .site-navbar .site-navigation .site-menu>li>a {
    font-size: 15px;
    padding: 8px 8px 0 8px;
  }

  .logo-box a img.logo {
    width: 180px !important;
  }
}

@media screen and (max-width:1088px) {
  .site-navbar .site-navigation .site-menu>li>a {
    font-size: 13px;
    padding: 4px 4px 0 4px;
  }

  .logo-box a img.logo {
    width: 165px !important;
  }
}

@media screen and (max-width:992px) {
  .page_nameh {
    margin-top: 0rem;
  }

  .header-top .contact-icon-header {
    display: none !important;
  }

  .mobile-logo-box a img.logo {
    display: block;
  }

  .bg-dark {
    background-color: #fff;
  }

  .loader img {
    width: 100% !important;
  }

  .my-container .nav-menu-container {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .testimonial-inner .tour-desc .tour-text {
    font-size: 12px;
  }

  .hero-slide {
    margin-top: 0 !important;
  }

  .intro-section,
  .intro-section .container .row {
    min-height: 420px;
  }


}

@media (max-width: 991.98px) {
  .sticky-wrapper {
    display: none;
  }

  .hero-slide .owl-nav {
    display: none;
  }
}

@media (max-width: 991px) {
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }
}

@media screen and (max-width:768px) {


  .about-section .image-column .inner-column {
    margin-bottom: 25px;
  }

  .value-section .value {
    margin-bottom: 25px;
  }

  .vision-section .col-md-6 img {
    margin-bottom: 20px;
    margin-top: 10px;
  }


  h1 {
    font-size: 2.1em;
  }

  h2 {
    font-size: 1.9em;
  }

  h3 {
    font-size: 1.7em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1em;
  }

  h6 {
    font-size: .9em;
  }

  .home-testimonial {
    height: 970px !important;
  }

  .testimonial-inner .style-3 {
    margin-bottom: 10px;
  }

  .testimonial-inner .tour-desc .tour-text {
    font-size: 14px;
  }

  .home-testimonial .tour-item {
    height: 270px;
  }
}

@media screen and (max-width:600px) {
  .testimonial-inner .style-3 {
    display: block !important;
  }
}

@media (max-width:576px) {
  .about-section {
    padding: 1em 0;
  }

  .about-section .btn-style-three {
    display: block;
    margin: auto;
    width: fit-content;
  }

  .Social-media {
    padding-bottom: 20px !important;
  }

  .intro-section h2 {
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    padding: 0;
    margin: 0;
  }

  .intro-section .row .col-lg-12 {
    margin-top: 0 !important;
  }

  .intro-section,
  .intro-section .container .row {
    height: 5vh !important;
    min-height: 40px !important;
  }

  .footer .copyright {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
}

@media screen and (max-width:552px) {
  .home-testimonial {
    height: 1112px !important;
  }

  .testimonial-inner .tour-desc .tour-text {
    font-size: 14px;
  }

  .home-testimonial .tour-item {
    height: 320px;
  }

  .logos::before,
  .logos:after {
    width: 60px;
  }

  .logos-slide img {
    margin: 0 10px;
  }

}



/* my-logo sider css end */