/*============================================
<=={Master Stylesheet}==>

============================================
<=={Table Of Contents}==>

01 - Fonts Style
02 - Variable Style
03 - Global Style
04 - BG Color Style
05 - Animation Style
06 - Preloader Style
07 - Back To Top Style
08 - Video Btn Style
09 - Pagination Style
10 - Main Btn Style
11 - Main Detail Btn Style
12 - Hover Style
13 - Main Section Title Style
14 - Header Style
15 - Navbar Style
16 - Banner Style
17 - About Style
18 - Services Style
19 - Projects Style
20 - Team Style
21 - Testimonial Style
22 - Blog Style
23 - Footer Style
24 - FAQ Style
25 - Counter Style
27 - Solution Style
28 - Page Banner Style
29 - Project Style
30 - Team Details Style
31 - Blog Details Style

============================================
/*

/*
01 - Fonts Style
<<<<======================================================>>>>*/
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&amp;display=swap");
/*
02 - Variable Style
<<<<======================================================>>>>*/
/*
03 - Global Style
<<<<======================================================>>>>*/
body {
  font-size: 17px;
  font-family: 'Montserrat', sans-serif!important;
  color: #4a4c59;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #4a4c59;
}

a:hover {
  text-decoration: none;
  color: #da251d;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #1d213e;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

p {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 55px;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  color: #da251d;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #da251d;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ps-15 {
  padding-left: 15px;
}

.pe-15 {
  padding-right: 15px;
}

.ms-15 {
  margin-left: 15px;
}

.me-15 {
  margin-right: 15px;
}

.mt-minus-100 {
  margin-top: -100px;
}

/*
04 - BG Color Style
<<<<======================================================>>>>*/
.bg-color-f55e1a {
  background-color: #da251d;
}

.bg-color-150f03 {
  background-color: #150f03;
}

.bg-color-251f1a {
  background-color: #251f1a;
}

.bg-color-f2f3f5 {
  background-color: #f2f3f5;
}

.bg-color-f7f8f9 {
  background-color: #f7f8f9;
}

.bg-color-f9f9f9 {
  background-color: #f9f9f9;
}

/*
05 - Animation Style
<<<<======================================================>>>>*/
.delay-0-2s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-0-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/*
06 - Preloader Style
<<<<======================================================>>>>*/
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 99999;
}

.preloader .content {
  position: absolute;
  width: 80px;
  height: 80px;
  -webkit-animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
          animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}

.preloader .ball {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11%;
  height: 50%;
  background-color: transparent;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  overflow: visible;
}

.preloader .ball:nth-of-type(2) {
  -webkit-transform: translate(-50%, 0) rotate(36deg);
          transform: translate(-50%, 0) rotate(36deg);
}

.preloader .ball:nth-of-type(3) {
  -webkit-transform: translate(-50%, 0) rotate(72deg);
          transform: translate(-50%, 0) rotate(72deg);
}

.preloader .ball:nth-of-type(4) {
  -webkit-transform: translate(-50%, 0) rotate(108deg);
          transform: translate(-50%, 0) rotate(108deg);
}

.preloader .ball:nth-of-type(5) {
  -webkit-transform: translate(-50%, 0) rotate(144deg);
          transform: translate(-50%, 0) rotate(144deg);
}

.preloader .ball:nth-of-type(6) {
  -webkit-transform: translate(-50%, 0) rotate(180deg);
          transform: translate(-50%, 0) rotate(180deg);
}

.preloader .ball:nth-of-type(7) {
  -webkit-transform: translate(-50%, 0) rotate(216deg);
          transform: translate(-50%, 0) rotate(216deg);
}

.preloader .ball:nth-of-type(8) {
  -webkit-transform: translate(-50%, 0) rotate(252deg);
          transform: translate(-50%, 0) rotate(252deg);
}

.preloader .ball:nth-of-type(9) {
  -webkit-transform: translate(-50%, 0) rotate(288deg);
          transform: translate(-50%, 0) rotate(288deg);
}

.preloader .ball:nth-of-type(10) {
  -webkit-transform: translate(-50%, 0) rotate(324deg);
          transform: translate(-50%, 0) rotate(324deg);
}

.preloader .ball::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 56%;
  border-radius: 70px;
  background-color: #da251d;
}

.preloader .ball::after {
  position: absolute;
  content: "";
  bottom: -100;
  left: 0;
  width: 100%;
  height: 56%;
  border-radius: 70px;
  background-color: #ffc7bd;
  -webkit-animation: opacity-six 2.5s infinite linear;
          animation: opacity-six 2.5s infinite linear;
  opacity: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

@-webkit-keyframes spin-six {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin-six {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes opacity-six {
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacity-six {
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}













.et_pb_row {
	padding: 2% 0;
}
.et_pb_column, .et_pb_row, .et_pb_row_inner {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.et_pb_row {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	position: relative;
}
.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
	width: 32px;
	display: table-cell;
	line-height: 0;
}
.et_pb_main_blurb_image {
	margin-bottom: 30px;
	line-height: 0;
	max-width: 100%;
}
.et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
	width: 47.25%;
}
.et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
	margin-right: 5.5%;
}
.et_pb_column, .et_pb_row, .et_pb_row_inner {
	background-position: 50%;
	background-repeat: no-repeat;
}
.et_pb_module_header{
   color:#000;
   font-size: 18px;
   font-weight: 600;
}
.et_pb_column {
	float: left;
	background-position: 50%;
	position: relative;
	z-index: 2;
	min-height: 1px;
}
.et_pb_module.et_pb_text_align_left {
	text-align: left;
}
.et_pb_text_1 {
	padding-bottom: 0px!important;
	padding-top:0px;
}
.et_pb_text>:last-child {
	padding-bottom: 0;
}
.et_pb_text_inner {
	position: relative;
	margin-left:85px;
}
.et_pb_text_1 h2 {
	font-weight: 300;
	margin-top:40px;
	margin-bottom:30px;
}
@media (min-width: 981px) {
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
 margin-bottom: 5.82%;
}
}
.et_pb_module.et_pb_text_align_left {
	text-align: left;
}
.et_pb_blurb_position_left .et_pb_blurb_content {
	text-align: left;
}
.et_pb_blurb_content {
	max-width: 585px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	word-wrap: break-word;
	display: table;
	width: 100%;
}
.et_pb_main_blurb_image {
	display: inline-block;
	margin-bottom: 30px;
	line-height: 0;
	max-width: 100%;
}
.et_pb_blurb_1 .et-pb-icon, .et_pb_blurb_0 .et-pb-icon, .et_pb_blurb_2 .et-pb-icon {
	font-size: 32px;
	color: #ffffff;
	background-color: #da251d;
}
.et_pb_blurb_position_left .et-pb-icon-circle, .et_pb_blurb_position_right .et-pb-icon-circle {
	font-size: 16px;
	padding: 15px;
}
.et_pb_blurb_position_left .et-pb-icon, .et_pb_blurb_position_right .et-pb-icon {
	font-size: 23px;
	display: table-cell;
}
.et-pb-icon-circle {
	font-size: 48px;
	border-radius: 100%;
	padding: 25px;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
	text-align: left;
}
.et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 15px;
}
.et_pb_blurb_content p:last-of-type {
	padding-bottom: 0;
	font-size: 15px;
	line-height: 25px;
	color: #000;
	text-align:left;
	margin-bottom:10px;
	font-weight:500;
}
.why-h{
    margin-left: 53px;
    margin-bottom: 25px!important;
}
.why-w{
    max-width: 695px!important;
	padding-top: 80px;
    padding-bottom: 60px;
}

.quality-img{
   padding-right:25px;
   margin-bottom:30px;
}

.wt-team-arc2{
    padding: 20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.wt-info{
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
    height: 309px;
    padding: 50px;
}
.vision-image2{
    box-shadow: 0px 0px 10px #888;
}
.mission2:after{
    right: 0!important;
    left: auto;
}
.vision-section{
  padding-bottom:60px;
  padding-top:60px;
}
/*
07 - Back To Top Style
<<<<======================================================>>>>*/
.back-to-top {
  background-color: #da251d;
  color: #ffffff;
  position: absolute;
  right: 30px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}

/*
08 - Video Btn Style
<<<<======================================================>>>>*/
.video-btn {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-btn span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.video-btn span::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #da251d;
  -webkit-animation: videoTwo 8s linear infinite;
          animation: videoTwo 8s linear infinite;
}

.video-btn span::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #da251d;
  -webkit-animation: videoTwo 8s linear infinite;
          animation: videoTwo 8s linear infinite;
}

.video-btn span:nth-child(1)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.video-btn span:nth-child(1)::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.video-btn span:nth-child(2)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.video-btn span:nth-child(2)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.video-btn span:nth-child(3)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.video-btn span:nth-child(3)::before {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.video-btn span:nth-child(4)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.video-btn i {
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  background: #ffffff;
  color: #da251d;
  border: 5px solid #da251d;
  font-size: 30px;
}

@-webkit-keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

@keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

/*
09 - Pagination Style
<<<<======================================================>>>>*/
.pagination-wrap {
  margin-top: 10px;
  text-align: center;
}

.pagination-wrap .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #1d213e;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: #f9fbfe;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
}

.pagination-wrap .page-numbers:hover {
  color: #ffffff;
  border-color: #da251d;
  background-color: #da251d;
}

.pagination-wrap .page-numbers i {
  font-size: 20px;
}

.pagination-wrap .page-numbers.next {
  top: 3px;
}

.pagination-wrap .page-numbers.current {
  color: #ffffff;
  border-color: #da251d;
  background-color: #da251d;
}

/*
10 - Main Btn Style
<<<<======================================================>>>>*/
.main-btn {
  display: inline-block;
  position: relative;
  background-color: #da251d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 18px 21px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-transform:uppercase;
}

.main-btn::before, .main-btn::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #1d213e;
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 4px;
}

.main-btn::after {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.main-btn span {
  display: block;
}

.main-btn span::before, .main-btn span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #1d213e;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
  top: 0;
  border-radius: 4px;
}

.main-btn span::after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.main-btn.sub-btn {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
}

.main-btn:hover {
  color: #ffffff;
}

.main-btn:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.main-btn:hover::after {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.main-btn:hover span::before {
  height: 100%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.main-btn:hover span::after {
  height: 100%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/*
11 - Main Detail Btn Style
<<<<======================================================>>>>*/
.main-detail-btn {
  font-size: 16px;
  color: #1d213e;
  display: block;
  position: relative;
  font-weight: 500;
}

.main-detail-btn i {
  position: relative;
  top: 0;
  margin-left: 5px;
  font-size: 14px !important;
  margin-bottom: 0 !important;
  display: inline-block;
  color: #1d213e !important;
  margin-right: 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.main-detail-btn:hover {
  color: #da251d;
}

.main-detail-btn:hover i {
  color: #f55e1a !important;
}

/*
12 - Hover Style
<<<<======================================================>>>>*/
.hover-style {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}

.hover-style::before, .hover-style::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #da251d;
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 4px;
  z-index: -1;
}

.hover-style::after {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.hover-style .inner-border {
  display: block;
}

.hover-style .inner-border::before, .hover-style .inner-border::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #da251d;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: -1;
}

.hover-style .inner-border::after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.hover-style:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.hover-style:hover::after {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hover-style:hover .inner-border::before {
  height: 100%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.hover-style:hover .inner-border::after {
  height: 100%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/*
13 - Main Section Title Style
<<<<======================================================>>>>*/
.main-section-title {
  text-align: center;
  max-width: 600px;
  margin: -5px auto 19px;
}

.main-section-title .up-title {
  font-size: 18px;
  color: #da251d;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.main-section-title h2 {
    font-size: 33px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
}

.main-section-title h2:last-child {
  margin-bottom: 0;
}

.main-section-title p {
  max-width: 600px;
  margin: auto;
}

.main-section-title.left-title {
  margin-left: 0;
  text-align: left;
}

.main-section-title.white-title h2 {
  color: #ffffff;
}

.main-section-title.white-title p {
  color: #ffffff;
}

.p-style {
  color: #ffffff;
}

/*
14 - Header Style
<<<<======================================================>>>>*/
.up-header-content {
  position: relative;
}

.up-header-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #da251d;
}

.up-header-content .header-info-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.up-header-content .header-info-content li {
  display: inline-block;
  margin-right: 12px;
  position: relative;
  padding-left: 22px;
  color: #ffffff;
  font-size: 15px;
}

.up-header-content .header-info-content li i {
  position: absolute;
  top: 5px;
  left: 0;
}

.up-header-content .header-info-content li a {
  color: #ffffff;
}

.up-header-content .header-info-content li:last-child {
  margin-right: 0;
}

.up-header-content .header-social-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.up-header-content .header-social-content li {
  display: inline-block;
  margin-right: 12px;
}

.up-header-content .header-social-content li:last-child {
  margin-right: 0;
}

.up-header-content .header-social-content li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
}

.up-header-content .header-social-content li a:hover {
  background-color: #da251d;
  border-color: #da251d;
}

/*
15 - Navbar Style
<<<<======================================================>>>>*/
.navbar {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar.style-two {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar.is-sticky.style-two {
  background-color: #1d213e;
}

.navbar-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav.style-two .nav-item .nav-link {
  color: #ffffff;
}

.navbar-nav.style-two .nav-item .nav-link.dropdown-toggles:after {
  color: #ffffff;
}

.navbar-nav.style-two .nav-item .sub-menu .nav-link {
  color: #ffffff;
}

.navbar-nav.style-two .nav-item .sub-menu .nav-link.dropdown-toggles:after {
  color: #1d213e;
}

.navbar-nav .nav-item {
  display: inline-block;
  margin-right: 17px;
  position: relative;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar-nav .nav-item .nav-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 30px 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-decoration: none;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.navbar-nav .nav-item .nav-link:hover {
  font-weight: 600;
  color: #000;
}

.navbar-nav .nav-item .nav-link.active {
  color: #da251d;
}

.navbar-nav .nav-item .nav-link.active.dropdown-toggles:after {
  color: #da251d;
}

.navbar-nav .nav-item .nav-link.dropdown-toggles {
  padding-right: 16px;
}

.navbar-nav .nav-item .nav-link.dropdown-toggles:after {
  content: "\efc2";
  font-family: IcoFont !important;
  color: #1d213e;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 33px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.navbar-nav .nav-item .nav-link:hover.dropdown-toggles:after{
color: #fff;
}
.navbar-nav .nav-item .nav-link:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.navbar-nav .nav-item .nav-link.active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.navbar-nav .nav-item .sub-menu {
  position: absolute;
  width: 210px;
  text-align: left;
  top: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-top: 3px solid #da251d;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  background: #ffffff;
  display: block;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  display: block;
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item .nav-link {
  color: #000;
  padding: 15px 15px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-nav .nav-item .sub-menu .nav-item .nav-link.dropdown-toggles:after {
  right: 15px !important;
  top: 18px !important;
}

.navbar-nav .nav-item .sub-menu .nav-item .nav-link::before {
  display: none;
}

.navbar-nav .nav-item .sub-menu .nav-item .nav-link.active {
  background: #da251d;
  color: #ffffff;
}

.navbar-nav .nav-item .sub-menu .nav-item .nav-link:hover {
  background: #da251d;
  color: #ffffff;
}

.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub {
  position: absolute;
  width: 225px;
  text-align: left;
  top: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-top: 3px solid #da251d;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  background: #ffffff;
  display: block;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 0;
  left: 210px;
  top: 0 !important;
}

.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item {
  display: block;
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link {
  color: #000;
  padding: 15px 15px;
  display: block;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}
.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link::before {
  display: none;
}

.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link.active {
  background: #da251d;
  color: #ffffff;
}

.navbar-nav .nav-item .sub-menu .nav-item .sub-menu-sub .nav-item .nav-link:hover {
  background: #da251d;
  color: #ffffff;
}

.navbar-nav .nav-item .sub-menu .nav-item:hover .sub-menu-sub {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.menu-slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: -360px;
  width: 320px;
  padding: 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 99999;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.menu-slide-bar.show {
  left: 0;
}

.close-mobile-menu {
  margin-bottom: 15px;
}

.close-mobile-menu .close-btn {
  position: absolute;
  font-size: 25px;
  top: 24px;
  right: 20px;
  background-color: #1d213e;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  color: #ffffff;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: -100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.body-overlay.active {
  left: 0;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-mobile-menu ul .nav-item .nav-link {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.side-mobile-menu ul .nav-item .nav-link:hover {
  color: #da251d;
  padding-left: 5px;
}

.side-mobile-menu ul .nav-item .nav-link.active {
  color: #da251d;
  padding-left: 5px;
}

.side-mobile-menu ul .nav-item ul {
  padding-left: 0;
  list-style: none;
}

.side-mobile-menu ul .nav-item ul .nav-item {
  padding-left: 15px;
}

.side-mobile-menu ul .nav-item ul .nav-item:hover .nav-link {
  color: #da251d;
  padding-left: 20px;
}

.side-mobile-menu ul .nav-item ul .nav-item .nav-link {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 13px;
}

.side-mobile-menu ul .nav-item ul .nav-item .nav-link.active {
  color: #da251d;
  padding-left: 20px;
}

.side-mobile-menu ul .has-children .dropdown-toggles:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-width: 0 2px 0 0;
  border-style: solid;
  border-color: initial;
  right: 14px;
  top: 57%;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.side-mobile-menu ul .has-children .dropdown-toggles:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: initial;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-top-logo {
    margin-bottom: 3px;
    width: 372px;
    margin-top: 5px;
}

.side-mobile-menu ul .has-children a[aria-expanded=true]:before {
  display: none;
}

.mobile-menu {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #da251d;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  float: right;
  display: none;
}

.mobile-menu .mobile-menu-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
}

.mobile-menu .mobile-menu-btn .mobile-menu-bar {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  top: 0;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
}

.mobile-menu .mobile-menu-btn .mobile-menu-bar:before {
  display: block;
  content: "";
  top: 10px;
  -webkit-transition: opacity 0.125s ease 0.275s;
  transition: opacity 0.125s ease 0.275s;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
}

.mobile-menu .mobile-menu-btn .mobile-menu-bar:after {
  display: block;
  content: "";
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
}

.mobile-menu.open {
  opacity: 1;
}

.mobileMenus .mm-collapse:not(.mm-show) {
  display: none;
}

.mobileMenus .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.for-mobile {
  display: none;
}
.m-r{
   margin-right:30px!important;
}
.padd-l{
   padding-left:30px;
}
/*
16 - Banner Style
<<<<======================================================>>>>*/
.banner-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-section.bg-1 {
  background-image: url(../images/banner/banner-bg-1.jpg);
}

.banner-section.bg-2 {
  background-image: url(../images/banner/banner-bg-2.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
}

.banner-section.bg-2::before {
  background-color: rgba(2, 1, 1, 0.6);
}

.banner-section.bg-3 {
  background-image: url(../images/banner/banner-bg-3.jpg);
  padding-top: 280px;
  padding-bottom: 235px;
}

.banner-section.bg-3::before {
  background-color: rgba(2, 1, 1, 0.81);
}

.banner-content {
  max-width: 700px;
  position: relative;
}

.banner-content h1 {
    font-size: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 60px;
}

.banner-content p {
  margin-bottom: 34px;
  font-size: 19px;
  max-width: 600px;
}

.banner-content ul {
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
}

.banner-content ul li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  padding-left: 40px;
}

.banner-content ul li:last-child {
  margin-right: 0;
}

.banner-content ul li i {
  color: #da251d;
  font-size: 30px;
  position: absolute;
  top: -3px;
  left: 0;
}

.banner-content ul li h3 {
  font-weight: 600;
  font-size: 19px;
}

.banner-content .banner-shape-2 {
  position: absolute;
  bottom: -50px;
  left: -50px;
}

.banner-content.style-two h1 {
  color: #ffffff;
}

.banner-content.style-two p {
  color: #ffffff;
}

.banner-content.style-two ul li h3 {
  color: #ffffff;
}

.banner-content.style-three {
  margin: auto;
  text-align: center;
}

/*
17 - Features Style
<<<<======================================================>>>>*/



.sec-2 {
    padding: 70px 0;
}
.sec-2 .row-1 {
    margin-bottom:0px;
}
.space-15 {
    margin-left: -8px;
    margin-right: -8px;
}
.sec-2 .garment .lft {
    position: relative;
}
.sec-2 .garment .content {
    position: absolute;
    bottom: 60px;
    left: 15px;
}
.sec-2 h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 28px;
    line-height: 40px;
}
.btn-1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.solution-text{
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}
.btn-1:before {
    position: absolute;
    content: "";
    left: 110%;
    top: 8px;
    width: 72px;
    height: 3px;
    background: #da251d;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn-1:after {
    position: absolute;
    content: "";
    left: 110%;
    top: 8px;
    width: 0;
    height: 3px;
    background: #f54b4b;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.border-line {
    position: relative;
    display: block;
}


.border-line:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.border-line:after, .border-line:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 9;
}
.border-line img {
    width: 100%;
}
.border-line:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.sec-2 .right-content {
    padding: 0 0 40px 30px;
}


.winter-sale {
    background-image: url(../images/shop-back.jpg);
    margin-top: 130px;
}
.winter-sale .title {
    font-size: 45px;
    font-weight: 500;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}
.winter-sale .title-subtitle {
    font-weight: 300;
    padding-top: 5px;
    display: block;
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 11px;
}

.winter_sale {
    margin-top: -80px;
}
.primary_dark_btn {
    background: #262626;
}
.sec5 p {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 0;
	font-weight:600;
}
.sec5 {
    background: #f8f8f8;
    padding: 50px;
    text-align: center;
}

/*---------------categories------------------*/
.categories-two .banner-item {
	background: #000;
}
.categories-two .banner-text {
	position: absolute;
	left: 0;
	right: 0;
	padding: 10px 0;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	max-height: 110px;
}
.categories-two .banner-text a {
	font-size: 23px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px 0;
	left: 0;
	text-transform:uppercase;
}
.banner-item {
    margin-bottom: 30px;
    position: relative;
}
.categories-two .banner-text span {
	font-size: 16px;
	text-align: center;
}
.categories-two .banner-item a img {
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0.40;
}
.hight-1 img {
	height: 581px;
	object-fit: cover;
}
.banner-item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.p_l {
	padding-left: 2px !important;
}
.p_b {
	padding-bottom: 2px;
}
.p_r {
	padding-right: 0px !important;
}
 @media only screen and (max-width: 767px) {
.p_l {
	padding-left: calc(var(--bs-gutter-x)/ 2) !important;
	padding-right: calc(var(--bs-gutter-x)/ 2) !important;
}
.p_r {
	padding-left: calc(var(--bs-gutter-x)/ 2) !important;
	padding-right: calc(var(--bs-gutter-x)/ 2) !important;
}
.p_b {
	padding-bottom: 30px;
}
.categories-two .banner-item {
	background: #000;
	width: 100%;
}
.categories-two .banner-item.banner-04 {
        margin-bottom: 0px;
}
.header-top-logo {
    margin-bottom: 0px;
    width: 223px;
    margin-top: 0px;
}
.mobile-logo img{
   width:200px;
}
.contact-area .contact-items .left-item {
    padding-left: 0px!important;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.categories-two .banner-item.banner-03  {
    margin-bottom: 30px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.p_l {
	padding-left: calc(var(--bs-gutter-x)/ 2) !important;
	padding-right: calc(var(--bs-gutter-x)/ 2) !important;
}
.p_r {
	padding-left: calc(var(--bs-gutter-x)/ 2) !important;
	padding-right: calc(var(--bs-gutter-x)/ 2) !important;
}
.p_b {
	padding-bottom: 30px;
}
.categories-two .banner-item {
	width: 100%;
}
.categories-two .banner-item.banner-03, .categories-two .banner-item.banner-04 {
        margin-bottom: 0px;
}
}


.banner-item a {
    display: block;
    position: relative;
    overflow: hidden;
}
.hight-2 img {
    height: 290px;
    object-fit: cover;
}

/*---------------Banner------------------*/

.new_banner_tow .title {
	font-size: 28px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}
.new_banner_tow .subtitle {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.new_banner_tow .banner-text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px 0 0 40px;
}
@media only screen and (max-width: 575px) {
.new_banner_tow .title {
	font-size: 25px;
}
.new_banner_tow .banner-item a img {
	height: 170px;
	object-fit: cover;
}
.new_banner_tow .banner-text {
	padding: 20px 0 0 20px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.new_banner_tow .banner-text {
	padding: 15px 0 0 15px;
}
.new_banner_tow .banner-item a img {
	height: 170px;
	object-fit: cover;
}
.new_banner_tow .title {
	font-size: 25px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.new_banner_tow .banner-text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 0 0 40px;
}

.new_banner_tow .title {
	font-size: 20px;
}
.new_banner_tow .banner-item a img {
	height: 200px;
	object-fit: cover;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.new_banner_tow .banner-text {
	padding: 30px 0 0 30px;
}
}

.ptb-100 {
    padding: 100px 0;
}
.banner_wrap .col_coustom_5 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    padding-right: 40px;
}
.banner_text_area h4 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 16px;
    text-transform: uppercase;
}
.banner_text_area h4 span {
    display: block;
}
.banner_text_area h3 {
    color: #da251d;
    font-size: 50px;
    letter-spacing: 0.2em;
    line-height: 46px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 90px;
    position: relative;
    text-transform: uppercase;
}
.banner_text_area h3::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.banner_text_area h3 span {
    display: block;
    font-size: 34px;
    font-weight: 200;
    letter-spacing: 0;
    color: #000000;
}
.banner_text_area p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    text-align: justify;
}
.banner_text_area .link {
    background: rgba(0, 0, 0, 0) url(img/icon/bg-arrow2.png) no-repeat scroll right center;
    color: #434343;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    margin-top: 40px;
    padding-right: 58px;
    text-transform: uppercase;
    vertical-align: top;
}
.banner_wrap .col_coustom_7 {
    display: table-cell;
    vertical-align: middle;
    width: 54.7%;
}
.banner_image_area a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.banner_image_area a::before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.85);
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}
.banner_image_area a img {
    transition: all 1000ms ease-in 0s;
}
.banner_image_area a:hover:before {
  opacity: 1;
  transform: scale(1);
}
.banner_image_area a:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}




.main-features-item {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 22px 7px;
  border-bottom: 3px solid #da251d;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  height: 245px;
  position:relative;
}
.features-section{
  padding-top:60px;
  padding-bottom:50px;
}
.main-features-item::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #da251d;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.main-features-item .main-icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 40px;
  color: #da251d;
  border: 1px solid #da251d;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.main-features-item h3 {
    margin-bottom: 0;
    font-size: 17px;
    color: #da251d;
}
.contact-text{
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.contact-text a{
    color: #000;
    font-weight: 600;
}

.main-features-item .shape-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 200px;
  color: rgba(245, 94, 26, 0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.main-features-item:hover .main-icon {
  background-color: #da251d;
  color: #ffffff;
}

.main-features-item:hover .shape-icon {
  color: rgba(245, 94, 26, 0.07);
}


/*************************/
.contact-area {
  position: relative;
  overflow: hidden;
  padding-top:60px;
  padding-bottom:60px;
}

.contact-area .fixed-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  text-align: right;
}

.contact-area .fixed-bg img {
  width: 60%;
  position: relative;
  right: 0;
  height: 100%;
  bottom: 0;
}

.contact-area .contact-items {
  background: #ffffff;
  overflow: hidden;
}

.contact-area .contact-items .right-item {
  padding: 50px;
  background: #0a1a52 none repeat scroll 0 0 !important;
  padding-left: 65px;
  position: relative;
  z-index: 1;
}
.news-content2{
   padding: 13px 0px 0px 0px;
}
.news-content2 a{
    font-size: 17px;
    color: #000;
}
.news-content2 a:hover{
   color: #000;
}

.pro-table {
    background: #db1017;
    color: #fff;
}

td {
   padding: 5px 10px !important;
  color: #000000;
  border: 1px solid #ddd;
  font-weight: 600;
  text-align: center;
}
.contact-area .contact-items .right-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/map.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.2;
  z-index: -1;
}

.contact-area .contact-items .left-item2 {
  padding: 50px;
  padding-right: 65px;
  padding-bottom: 0px;
  padding-top: 50px;
}

.contact-area .contact-items .left-item {
  padding: 0px;
  padding-left: 65px;
}

.enquiry-img{
   width:100%;
   padding-top:10px;
}
.form-career{
  padding-top:9px!important;
}

.contact-area .contact-items .item {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-area .contact-items .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.contact-area .contact-items .item i {
    display: inline-block;
    font-size: 27px;
    min-width: 38px;
    padding-right: 0px;
    color: #fff;
}
.thumb-pro{
   box-shadow:0px 0px 10px #888;
}

.map {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.contact-area .contact-items .item p {
  margin: 0;
  color: #fff;
}
.contact-area .contact-items .item p a{
  font-weight:400;
  color:#fff;
}

.contact-area .contact-items .item h5 {
  margin-bottom: 7px;
  text-transform: capitalize;
  font-weight: 700;
  font-size:18px;
  letter-spacing:1px;
  color:#fff;
}

.contact-area .contact-items .content h2 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 50px;
    position: relative;
    padding-bottom: 13px;
}

.contact-area .contact-items .content h2:before{
    content: "";
    background: #f01a1c;
    width: 60px;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 11px;
}

.contact-area .contact-items .content h2 span{
color: #f01a1c;
}

.contact-area .contact-items .content input, 
.contact-area .contact-items .content textarea {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  border-radius: inherit;
}

.contact-area .contact-items .content textarea {
  min-height: 150px;
}

.contact-area .contact-items .content button {
  background: #f01a1c;
  color: #ffffff;
  border: none;
  padding: 15px 40px;
  text-transform: uppercase;
}

.contact-area img.loader {
  margin-left: 10px;
}

.pagination {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    display: block;
}
.pagination .page-item {
    display: inline-block;
}
.pagination .page-item .page-link {
    width: 45px;
    height: 45px;
    line-height: 36px;
    color: #898c90;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 16px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    border-radius: 0;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.pagination .page-item i {
    font-size: 16px;
    font-weight: normal;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
    color: #ffffff;
    border-color: #da251d;
    background-color: #da251d;
}

 footer {
     background:#0a1a52;
}
 .footer_lft {
     padding:50px 0;
     background:#f9f9f9;
     height:100%;
}
 .footer_logo img {
    margin: 0 auto;
    display: table;
    margin-bottom: 25px;
    width: 330px;
    margin-top: 40px;
}
 .footer_logo ul {
     padding-left:70px;
	 list-style:none;
}
 .footer_logo ul li a {
     color: #000;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.50px;
     font-size: 12px;
     line-height:26px;
}
 .footer_logo ul li a i {
     margin-right:3px;
}
 .footer_logo ul li a:hover {
     color:#000;
}
 .fot_hed h5 {
    font-size: 23px;
    color: #fff;
    letter-spacing: 0.25px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0 5px 8px;
    border-left: 3px solid #fff;
}
 .fot_hed {
     padding-top:70px;
     padding-bottom:25px;
}
 .loc_mg img {
     float:left;
     margin-right:15px;
}
 .loc_mg h5 {
     font-weight:600;
     letter-spacing:0.50px;
     color:#fff;
     font-size:16px;
     line-height:32px;
}
 .loc_dtl span {
     font-size: 13px;
     line-height: 24px;
     letter-spacing: 0.50px;
     font-weight:700;
     padding-top: 10px;
     display:block;
     color: #fff;
}
 .call ul {
     padding-top:40px;
	 list-style:none;
}
 .call ul li a {
     color: #fff;
     font-weight: 700;
     letter-spacing: 0.50px;
     font-size: 13px;
     line-height:32px;
}
 .call ul li a i {
     margin-right:5px;
	 font-size:17px;
}
 .call ul li a:hover {
     color:#fff;
}
 .foot_link h5 {
     font-size: 17px;
     color: #fff;
     letter-spacing: 0.25px;
     font-weight: 600;
     padding:3px 0 3px 5px;
     border-left: 3px solid #fff;
     margin-bottom:15px;
	 text-transform:uppercase;
}
 .foot_link ul li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    font-size: 13px;
    line-height: 24px;
}
 .foot_link ul li a i {
     margin-right:3px;
}
 .foot_link ul li a:hover {
     color:#fff;
}
 .loction_dtl {
     padding-bottom:15px;
}
 .loction_dtl h5 {
     font-size: 17px;
     color: #fff;
     letter-spacing: 0.25px;
     font-weight: 600;
     margin-bottom:10px;
}
 .loction_dtl a {
     color: #fff;
     font-weight: 700;
     letter-spacing: 0.50px;
     font-size: 13px;
     display:table;
     line-height:24px;
}
 .loction_dtl a:hover {
     color:#fff;
}
 .copy {
     padding:30px 0 50px 0;
}
 .copy span {
     text-align:center;
     font-size: 15px;
     color: #fff;
     letter-spacing: 0.25px;
     font-weight: 400;
     display:block;
}
 .copy span a {
     color:#fff;
}
 .dfBDQI {
     display:none!important;
     position:absolute;
}
 #topcontrol {
     bottom: 70px!important;
     right: 10px!important;
     display: block;
     z-index: 123;
     position:absolute;
}
 #topcontrol img {
     width:44px;
     height:44px;
     border:2px solid #fff;
     border-radius:50%;
}

 .ftr-social ul {
     padding-left: 65px;
     margin-top: 30px;
}
 .ftr-social ul li {
     display: inline-block;
     width: 35px;
     height: 35px;
     line-height: 35px;
     text-align: center;
     background: #0a1a52;
     margin: 0 6px;
}
 .ftr-social ul li a {
     color: #fff;
     font-size: 16px;
}
.imp-links{
   list-style:none;
   padding-left:0px;
}
.loc_dtl a{
  color:#fff;
}
.mr-box{
   margin-bottom:20px;
}
.icons{
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.50px;
    font-weight: 700;
    padding-top: 10px;
    display: block;
    color: #fff;
}
/*************************/

/*
18 - About Style
<<<<======================================================>>>>*/
.about-us-img {
  border-top: 5px solid #da251d;
  border-right: 5px solid #da251d;
  padding-top: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.about-us-img .experience {
  background-color: rgba(245, 94, 26, 0.9);
  border-radius: 50%;
  display: inline-block;
  padding: 25px;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 180px;
  margin: auto;
  bottom: -85px;
}

.about-us-img .experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 5px dashed #ffffff;
  border-radius: 50%;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
}

.about-us-img .experience .experience-bg {
  width: 130px;
  height: 130px;
  background-color: #da251d;
  text-align: center;
  color: #ffffff;
  position: relative;
  border-radius: 50%;
}

.about-us-img .experience .experience-bg span {
  font-size: 26px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.about-us-img.style-two {
  padding: 0;
  border: none;
  max-width: 491px;
  margin-top: 80px;
}

.about-us-img.style-two .experience {
  top: -75px;
  left: auto;
  right: -80px;
  bottom: auto;
}

.about-us-img.style-two .about-img-child {
  max-width: 100px;
  margin: -50px auto 0;
}

.about-us-img.style-two .about-img-child img {
  border-radius: 50%;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.about-content .up-title {
  font-size: 18px;
  color: #da251d;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.about-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 43px;
    color: #000;
}
.theme-color{
    color: #da251d;
}
.about-us-section{
   padding-bottom:50px;
   padding-top:50px;
}
.about-content p {
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    line-height: 28px;
    font-size: 15px;
	text-align:justify;
}

.about-content ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
}

.about-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.requirement-list {
  text-align: justify;
}

.requirement-list p {
  margin-bottom: 0;
}


.requirement-list p i{
    color: #027ec8;
}


.requirement-list li{
    color: #000;
}

.about-content ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-weight:600;
  color: #da251d;
  font-size:19px;
}

.about-content .progress-bars {
  margin-bottom: 60px;
}

.about-content .progress-bars .progress-title-holder {
  position: relative;
}

.about-content .progress-bars .progress-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.about-content .progress-bars .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
}

.about-content .progress-bars .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: #1d213e;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}

.about-content .progress-bars .progress-content-outter {
  height: 6px;
  background-color: #e9e9e9;
}

.about-content .progress-bars .progress-content {
  height: 6px;
  background-color: #da251d;
  width: 0%;
}

.about-content.style-two .progress-bars {
  margin-bottom: 15px;
}

.about-content.style-two .main-btn {
  margin-top: 50px;
}

/*
19 - Services Style
<<<<======================================================>>>>*/





.carousel-control.left, .carousel-control.right {
    margin-right: 40px!important;
    margin-left: 32px!important;
    background-image: none;
    opacity: 1!important;
}
.carousel-control.left {
    left: -30px!important;
}
.carousel-control.left {
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
}
.carousel-control {
    width: 8%!important;
}
.carousel-control {
    width: 80px;
    height: 120px!important;
    top: 50%!important;
    margin-top: -60px!important;
    background-color: rgba(255, 255, 255, 0.2)!important;
    background-image: url(../images/arrow-left.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 33px 60px;
    -webkit-transition: left 0.3s, right 0.3s;
    transition: left 0.3s, right 0.3s;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.right {
    background-image: url(../images/arrow-right.png) !important;
    right: -40px!important;
}

.services-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.services-section .services-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.services-section.bg-2 {
  background-image: url(../images/services-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-services-item {
  padding: 40px;
  border: 1px solid #da251d;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  height:365px;
}
.pro-title{
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px!important;
}

.main-services-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #da251d;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.main-services-item i {
  font-size: 70px;
  color: #da251d;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.main-services-item h3 {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.main-services-item h3 a {
  color: #ffffff;
}

.main-services-item p {
  color: rgba(255, 255, 255, 0.8);
}

.main-services-item .main-detail-btn {
  color: #ffffff;
}

.main-services-item .main-detail-btn i {
  color: #ffffff;
}

.main-services-item .services-card-shape {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.main-services-item.style-two i {
  color: #da251d;
}

.main-services-item.style-two h3 a {
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
}

.main-services-item.style-two p {
    color: #000000;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
}

.main-services-item.style-two .main-detail-btn {
  color: #000;
  font-weight:600;
}

.main-services-item.style-two .main-detail-btn i {
  color: #4a4c59;
}

.main-services-item:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.main-services-item:hover i {
  color: #ffffff;
}

.main-services-item:hover .services-card-shape {
  opacity: 0.5;
}

.main-services-item:hover.style-two i {
  color: #ffffff;
}

.main-services-item:hover.style-two h3 a {
  color: #ffffff;
}

.main-services-item:hover.style-two p {
  color: #ffffff;
}

.main-services-item:hover.style-two .main-detail-btn {
  color: #ffffff;
}

.main-services-item:hover.style-two .main-detail-btn i {
  color: #ffffff !important;
}

.main-services-item:hover.style-two .services-card-shape {
  opacity: 0.1;
}

.main-services-item.active {
  border: 1px solid #f55e1a !important;
}

.main-services-item.active::before {
  width: 100%;
  right: auto;
  left: 0;
}

.main-services-item.active i {
  color: #ffffff;
}

.main-services-item.active .services-card-shape {
  opacity: 0.5;
}

.main-services-item.active .main-detail-btn i {
  color: #ffffff !important;
}

.services-slider.owl-theme .owl-dots {
  margin-top: 20px !important;
  line-height: 1;
}

.services-slider.owl-theme .owl-dots .owl-dot span {
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #da251d;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 15px;
  height: 15px;
}

.services-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #da251d;
  width: 15px;
  height: 15px;
}

.services-slider .owl-item.active.center .main-services-item {
  border: none;
}

.services-slider .owl-item.active.center .main-services-item::before {
  width: 100%;
  right: auto;
  left: 0;
}

.services-slider .owl-item.active.center .main-services-item .services-card-shape {
  opacity: 0.5;
}

.services-slider .owl-item.active.center .main-services-item i {
  color: #ffffff;
}
.choose-area-sec{
  padding-top:60px;
  padding-bottom:50px;
}

/*
20 - Projects Style
<<<<======================================================>>>>*/
.main-projects-item {
  position: relative;
  margin-bottom: 30px;
}

.main-projects-item .projects-img {
  display: block;
  margin-bottom: -60px;
}

.main-projects-item .project-content {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.main-projects-item .project-content h3 {
  font-size: 25px;
}

.main-projects-item .project-content h3 a {
  color: #1d213e;
}

.main-projects-item:hover .project-content h3 a {
  color: #da251d;
}

/*
21 - Team Style
<<<<======================================================>>>>*/
.team-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-section.bg-1 {
  background-image: url(../images/team/team-bg.jpg);
}

.main-team-item {
  margin-bottom: 30px;
}

.main-team-item .team-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-top: -60px;
}

.main-team-item .team-content h3 {
  font-size: 22px;
}

.main-team-item .team-content h3 a {
  color: #1d213e;
}

.main-team-item .team-content span {
  display: block;
  color: #4a4c59;
  font-size: 14px;
}

.main-team-item .team-content .team-social-link .controller {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #da251d;
  background-color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 38px;
  right: 30px;
  color: #da251d;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.main-team-item .team-content .team-social-link .controller:hover {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #da251d;
  color: #ffffff;
}

.main-team-item .team-content .team-social-link .social-link {
  position: absolute;
  top: -240px;
  right: 30px;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-bottom: 70px;
}

.main-team-item .team-content .team-social-link .social-link li {
  margin-top: 15px;
}

.main-team-item .team-content .team-social-link .social-link li:first-child {
  margin-top: 0;
}

.main-team-item .team-content .team-social-link .social-link li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  border-radius: 50px;
}

.main-team-item .team-content .team-social-link .social-link li a:hover {
  background-color: #da251d;
  color: #ffffff;
}

.main-team-item .team-content .team-social-link:hover ul {
  opacity: 1;
}

.main-team-item:hover .team-content h3 a {
  color: #da251d;
}


.mission {
    position: relative;
    padding-top: 150px;
    padding-bottom: 70px;
}
.mission-inner {
    position: relative;
    z-index: 2;
}
.large-8 {
    width: 66.66667%;
}
.large-offset-3 {
    margin-left: 25%;
}

.mission-left-text {
    margin-top: 95px;
    padding-bottom: 16px;
}
.side-separator:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background-color: #da251d;
}
.medium-10 {
    width: 83.33333%;
}
.large-offset-1 {
    margin-left: 8.33333%;
}
.mission-left-small-img {
    margin-top: 35px;
	margin-right:55px;
}
.medium-6 {
    width: 50%;
}
.large-8 {
    width: 66.66667%;
}
.mission-right-text {
    margin-top: 85px;
}
.side-separator {
    position: relative;
    padding: 0px 0 40px 28px;
}
.mission-right-small-img {
    margin-top: -106px;
	margin-bottom:35px;
}
.vision-statement{
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
/*
22 - Testimonial Style
<<<<======================================================>>>>*/
.testimonial-section {
   padding-top:70px;
   padding-bottom:80px;
}

.testimonial-slider.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  margin-bottom: 20px;
}

.main-testimonial-item {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.main-testimonial-item img {
  margin-bottom: 20px;
}

.main-testimonial-item p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    line-height: 28px;
}

.main-testimonial-item h3 {
  font-size: 19px;
  color:#000;
}

.main-testimonial-item span {
    display: block;
    color: #da251d;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 17px;
}

.main-testimonial-item ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  line-height: 1;
}

.main-testimonial-item ul li {
  display: inline-block;
  margin-right: 5px;
}

.main-testimonial-item ul li:last-child {
  margin-right: 0;
}

.main-testimonial-item ul li i {
  color: #da251d;
}

/*
23 - Video Style
<<<<======================================================>>>>*/
.video-section {
  background-image: url(../images/video-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #251f1a;
  opacity: 0.95;
  z-index: -1;
}

.video-content {
  max-width: 600px;
}

.video-content .up-title {
  font-size: 18px;
  color: #da251d;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.video-content h2 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 20px;
}

.video-content p {
  margin-bottom: 20px;
  color: #ffffff;
}

/*
24 - Blog Style
<<<<======================================================>>>>*/
.main-blog-item {
  margin-bottom: 30px;
}

.main-blog-item .blog-content {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.main-blog-item .blog-content ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style: none;
}

.main-blog-item .blog-content ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.main-blog-item .blog-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 10px;
  height: 1px;
  background-color: #1d213e;
}

.main-blog-item .blog-content ul li:last-child {
  margin-right: 0;
}

.main-blog-item .blog-content ul li:last-child::before {
  display: none;
}

.main-blog-item .blog-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.main-blog-item .blog-content h3 a {
  color: #1d213e;
}

/*
25 - Footer Style
<<<<======================================================>>>>*/
.footer-section {
  background-color: #0e0e0e;
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 21px;
}

.main-footer-item {
  margin-bottom: 30px;
}

.main-footer-item .footer-logo {
  margin-bottom: 20px;
  display: block;
}

.main-footer-item h3 {
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform:uppercase;
}

.main-footer-item p {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 28px;
}

.main-footer-item .footer-social-content {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.main-footer-item .footer-social-content li {
  display: inline-block;
  margin-right: 12px;
}

.main-footer-item .footer-social-content li:last-child {
  margin-right: 0;
}

.main-footer-item .footer-social-content li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
}

.main-footer-item .footer-social-content li a:hover {
  background-color: #da251d;
  border-color: #da251d;
}

.main-footer-item .import-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.main-footer-item .import-link li {
  margin-bottom: 11px;
}

.main-footer-item .import-link li:last-child {
  margin-bottom: 0;
}

.main-footer-item .import-link li a {
  color: #ffffff;
  font-size:14px;
}

.main-footer-item .import-link li a:hover {
  color: #da251d;
}

.main-footer-item .contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.main-footer-item .contact-info li {
  position: relative;
  padding-left: 27px;
  color: #ffffff;
  margin-bottom: 20px;
  font-size:14px;
}
.map {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ddd;
}
.main-footer-item .contact-info li:last-child {
  margin-bottom: 0;
}

.main-footer-item .contact-info li i {
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
  font-size:20px;
}
.differnt_popup{
   cursor:pointer;
   height:auto;
   position:fixed;
   left:15px;
   top:90%;
   width:60px;
   z-index:999999
}
.main-footer-item .contact-info li a {
  color: #ffffff;
}

.main-footer-item .contact-info li a:hover {
  color: #da251d;
}

.copy-right-section {
    background-color: #0e0e0e;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.1);
}

.copy-right-section p {
  color: #ffffff;
  font-size:15px;
}

/*
26 - FAQ Style
<<<<======================================================>>>>*/
.faq-section {
  background-image: url(../images/faq-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #251f1a;
  opacity: 0.96;
  z-index: -1;
}

.accordion.style-two .accordion-item .accordion-header .accordion-button {
  border: 1px solid #dddddd;
}

.accordion-item {
  margin-bottom: 20px;
  border-radius: 4px;
  border: none;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  font-size: 22px;
  font-weight: 600;
  padding: 15px;
}

.accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #da251d;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px 4px 0 0;
  border-color: #ffffff;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) i {
  background-color: #ffffff;
  color: #da251d;
}

.accordion-item .accordion-header .accordion-button::after {
  content: "\ea86";
  font-family: IcoFont !important;
  background-image: unset;
  font-size: 25px;
  width: auto;
  height: auto;
}

.accordion-item .accordion-header .accordion-button i {
  color: #ffffff;
  background-color: #da251d;
  border-radius: 50px;
  margin-right: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
}

.accordion-item .accordion-body {
  border: none;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  padding: 15px;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 4px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 4px;
}

.faq-img {
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.faq-img::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -15px;
  height: 100%;
  width: 100%;
  border: 5px solid #da251d;
  border-radius: 50%;
  z-index: -1;
}

.faq-img img {
  border-radius: 50%;
}

/*
27 - Counter Style
<<<<======================================================>>>>*/
.counter-wrap {
  background-image: url(../images/counter-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 60px;
}

.counter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #da251d;
  z-index: -1;
}

.main-counter-item {
  text-align: center;
  margin-bottom: 30px;
}

.main-counter-item h2 {
  font-size: 40px;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  margin-top: -10px;
}

.main-counter-item h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: -5px;
  margin-top: 8px;
  font-weight:500;
  text-transform:uppercase;
}
.counter-section{
  padding-top:40px;
}
/*
28 - Solution Style
<<<<======================================================>>>>*/
.solution-section {
  overflow: hidden;
}

.solution-form {
  max-width: 535px;
  margin-left: auto;
  margin-right: 100px;
}

.solution-form h2 {
  font-size: 45px;
  margin-bottom: 50px;
  margin-top: -10px;
}

.form-solution .form-group {
  margin-bottom: 30px;
}

.form-solution .form-group .form-control {
  border-color: #dddddd;
  background-color: #ffffff;
}

.form-solution .main-btn {
  border-radius: 4px;
}

.solution-bg-img {
  background-image: url(../images/solution-img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
29 - Page Banner Style
<<<<======================================================>>>>*/
.page-banner-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(1 5 9 / 48%);
  z-index: -1;
}
.section-space--inner--120 {
    padding-top: 60px;
    padding-bottom: 40px;
}
.pro-img {
    box-shadow: 0px 0px 10px #888;
    padding: 0px;
    width: 100%;
}
.mb-40 {
    margin-bottom: 40px;
}

.page-banner-section.bg-1 {
  background-image: url(../images/page-bg/page-bg-1.jpg);
}

.page-banner-section.bg-2 {
  background-image: url(../images/page-bg/page-bg-2.jpg);
}

.page-banner-section.bg-3 {
  background-image: url(../images/page-bg/page-bg-3.jpg);
}

.page-banner-section.bg-4 {
  background-image: url(../images/page-bg/page-bg-4.jpg);
}

.page-banner-section.bg-5 {
  background-image: url(../images/page-bg/page-bg-5.jpg);
}

.page-banner-section.bg-6 {
  background-image: url(../images/page-bg/page-bg-6.jpg);
}

.page-banner-section.bg-7 {
  background-image: url(../images/page-bg/page-bg-7.jpg);
}

.page-banner-content {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.page-banner-content h2 {
    font-size: 37px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  line-height: 1;
}

.page-banner-content ul li {
  display: inline-block;
  color: #fff;
  position: relative;
  margin-right: 30px;
}

.page-banner-content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.page-banner-content ul li a {
  color: #ffffff;
}

.page-banner-content ul li a:hover {
  color: #da251d;
}

.page-banner-content ul li:last-child {
  margin-right: 0;
}

.page-banner-content ul li:last-child::before {
  display: none;
}

/*
30 - Contact Style
<<<<======================================================>>>>*/
.contact-wrap {
  background-color: #f9f9f9;
}

.contact-form {
  padding: 50px;
}
.contact-section{
  padding-bottom:80px;
}
.contact-form h2 {
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: -10px;
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-group .form-control {
  border-color: #dddddd;
  background-color: #ffffff;
}

.form-contact .main-btn {
  border-radius: 4px;
}

.contact-map iframe {
  width: 100%;
  height: 762px;
  display: block;
}

/*
31 - Project Style
<<<<======================================================>>>>*/
.project-left-sidebar {
  background-color: #f2f2f2;
  padding: 30px;
}

.project-left-sidebar h3 {
  font-size: 25px;
  margin-bottom: 25px;
}

.project-left-sidebar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.project-left-sidebar ul li {
  margin-bottom: 20px;
}

.project-left-sidebar ul li:last-child {
  margin-bottom: 0;
}

.project-left-sidebar ul li a {
  display: block;
  background-color: #ffffff;
  padding: 12px 20px;
}

.project-left-sidebar ul li a:hover {
  background-color: #da251d;
  color: #ffffff;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.project-details-img {
  background-image: url(../images/projects/projects-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
32 - Team Details Style
<<<<======================================================>>>>*/
.team-details-content {
  background-color: #f2f2f2;
  padding: 30px;
}

.team-details-content h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.team-details-content ul {
  padding-left: 1px;
  margin-bottom: 0;
  list-style-type: none;
}

.team-details-content ul li {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 18px;
}

.team-details-content ul li:last-child {
  margin-bottom: 0;
}

.team-details-content ul li span {
  margin-right: 20px;
}

.team-details-content ul li a {
  margin-right: 20px;
}

.team-details-content ul li a:last-child {
  margin-right: 0;
}

/*
33 - Blog Details Style
<<<<======================================================>>>>*/
.blog-details-content .blog-details-main-img {
  margin-bottom: 30px;
}

.blog-details-content ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}

.blog-details-content ul li {
  display: inline-block;
  margin-right: 30px;
}

.blog-details-content ul li:last-child {
  margin-right: 0;
}

.blog-details-content ul li i {
  margin-right: 5px;
}

.blog-details-content .services-blog {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #dddddd;
}

.blog-details-content .accordion.style-two {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-details-content .blog-details-img {
  background-image: url(../images/blog/blog-5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.blog-details-content .comment-wrap {
  margin-bottom: 80px;
}

.blog-details-content .comment-wrap h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.blog-details-content .comment-wrap ul li {
  position: relative;
  padding-left: 110px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog-details-content .comment-wrap ul li h4 {
  font-size: 20px;
}

.blog-details-content .comment-wrap ul li img {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-details-content .comment-wrap ul li.replay {
  margin-left: 100px;
}

.blog-details-content .comment-wrap ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.blog-details-content .comment-wrap p a {
  margin-left: 50px;
  color: #da251d;
}

.blog-details-content .contact-form h2 {
  font-size: 40px;
}

.blog-sidebar {
  margin-left: 30px;
}

.blog-sidebar .blog-sidebar-item .src-form {
  position: relative;
  margin-bottom: 30px;
}

.blog-sidebar .blog-sidebar-item .src-form .form-control {
  border-radius: 0;
}

.blog-sidebar .blog-sidebar-item .src-form .src-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #da251d;
  color: #ffffff;
  width: 60px;
  height: 47px;
}

.blog-sidebar .about-us-img .experience {
  max-width: 124px;
  bottom: -60px;
}

.blog-sidebar .about-us-img .experience .experience-bg {
  width: 75px;
  height: 75px;
}

.blog-sidebar .about-us-img .experience .experience-bg span {
  font-size: 15px;
}

.blog-sidebar .categories {
  background-color: #f1f0f3;
  padding: 30px;
  margin-top: 90px;
  margin-bottom: 30px;
}

.blog-sidebar .categories h3 {
  font-size: 25px;
  margin-bottom: 25px;
}

.blog-sidebar .categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.blog-sidebar .categories ul li {
  margin-bottom: 10px;
}

.blog-sidebar .categories ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .categories ul li a {
  display: block;
}

.blog-sidebar .categories ul li a span {
  float: right;
}

.blog-sidebar .newslatter {
  margin-bottom: 30px;
}

.blog-sidebar .newslatter h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.blog-sidebar .newslatter .newslatter-form .form-control {
  border-radius: 0;
}

.blog-sidebar .newslatter .newslatter-form .main-btn {
  width: 100%;
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */