@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --red: #cc0815;
  --red_hover: #cc0815;
  --white: #FFF;
  ---title: #333333;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
html, body {
  height: 100%;
  /*padding: 0 !important;*/
}
.page-wrap {
  min-height: 100%;
  margin-bottom: 0px;
}
.page-wrap:after {
  content: "";
  display: block;
}
footer, .page-wrap:after {}
/*--------------General CSS---------*/
img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
}
a {
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  /*color: #3e3e3e;*/
}
a:hover, a:focus {
  /*color: #fe5e3a;*/
  text-decoration: none;
  outline: none;
}
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
p {
  line-height: 27px;
}
p:last-child {
  margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
  /* font-weight: normal; */
  font-weight: 800;
  margin: 0px 0px;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans 3', sans-serif;
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-size: 16px;
  color: #1F1F1F;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  background-color: #fff;
}


/* ======================menu css nad Go to top start  ====================== */

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  -webkit-transition: all .7s;
  transition: all .7s;
  background: #FFF;
  box-shadow: 0 0px 20px 2px rgb(0 0 0 / 10%);
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: 'Top';
  text-align: center;
  line-height: 44px;
  font-size: 11px;
  font-weight: normal;
  /*color: #7da966;*/
  color: #000;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  font-weight: bold;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #7da966;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  fill: #FFF;

}

/* ======================menu css nad Go to top end  ====================== */


/*-----------------------TOGGLE STICKY HOME CSS START-----------------------------------------------*/

.navbar-light .navbar-toggler {
  border: none;
  outline: none;
}
.nav-toggle-sm {
  transform: scale(.65);
  margin-right: -.3125rem;
}
.nav-toggle {
  width: 29px;
  height: 29px;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
}
.stick {
  width: 35px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #7da966;
  display: inline-block;
}
.body-menu-opened .collapsed .stick {
  background-color: #7da966;
}
.body-menu-opened .stick-1 {
  animation: stick-1-open .85s ease-out forwards;
}
.body-menu-opened .stick-2 {
  animation: stick-2-open .85s linear forwards;
  width: 35px;
  margin-left: 0px;
}
.body-menu-opened .stick-3 {
  animation: stick-3-open .85s linear forwards;
}
.stick:last-child {
  margin-bottom: 0px;
}
@-webkit-keyframes stick-1-open {
  0% {
    width: 35px;
  }
  30% {
    width: 3px;
    transform: translate(14px, 0px);
  }
  65% {
    width: 3px;
    transform: translate(14px, -35px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  100% {
    width: 2px;
    transform: translate(9px, 17px);
  }
}

@keyframes stick-1-open {
  0% {
    width: 35px;
  }
  30% {
    width: 3px;
    transform: translate(14px, 0px);
  }
  65% {
    width: 3px;
    transform: translate(14px, -35px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  100% {
    width: 2px;
    transform: translate(9px, 17px);
  }
}

@-webkit-keyframes stick-2-open {
  65% {
    width: 35px;
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    width: 35px;
    transform: translate(0px, 0px) rotate(45deg);
  }
}

@keyframes stick-2-open {
  65% {
    width: 35px;
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    width: 35px;
    transform: translate(0px, 0px) rotate(45deg);
  }
}

@-webkit-keyframes stick-3-open {
  65% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    transform: translate(0px, -8px) rotate(-45deg);
  }
}

@keyframes stick-3-open {
  65% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    transform: translate(0px, -8px) rotate(-45deg);
  }
}

.body-menu-close .stick-1 {
  width: 3px;
  animation: stick-1-close .85s ease-out forwards;
}

.body-menu-close .stick-2 {
  animation: stick-2-close .85s ease-out forwards;
  margin-left: 0px;
}

.body-menu-close .stick-3 {
  animation: stick-3-close .85s ease-out forwards;
}

@-webkit-keyframes stick-1-close {
  0%, 70% {
    width: 0px;
    transform: translate(0, 0);
  }
  100% {
    width: 35px;
    transform: translate(0, 0);
  }
}

@keyframes stick-1-close {
  0%, 70% {
    width: 0px;
    transform: translate(0, 0);
  }
  100% {
    width: 35px;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes stick-2-close {
  0% {
    width: 35px;
    transform: translate(0px, 0px) rotate(45deg);
  }
  20% {
    width: 3px;
    transform: translate(0, 0px) rotate(45deg);
  }
  40% {
    width: 0px;
  }
  65% {
    transform: translate(0, -26px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  80% {
    width: 0px;
  }
  100% {
    width: 35px;
    transform: translate(0, 0px);
  }
}

@keyframes stick-2-close {
  0% {
    width: 35px;
    transform: translate(0px, 0px) rotate(45deg);
  }
  20% {
    width: 3px;
    transform: translate(0, 0px) rotate(45deg);
  }
  40% {
    width: 0px;
  }
  65% {
    transform: translate(0, -26px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  80% {
    width: 0px;
  }
  100% {
    width: 35px;
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes stick-3-close {
  0% {
    width: 35px;
    transform: translate(0px, -8px) rotate(-45deg);
  }
  20% {
    width: 3px;
    transform: translate(0, -8px) rotate(-45deg);
  }
  40% {}
  65% {
    transform: translate(0, -35px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  90% {
    width: 3px;
  }
  100% {
    width: 35px;
    transform: translate(0, 0px);
  }
}

@keyframes stick-3-close {
  0% {
    width: 35px;
    transform: translate(0px, -8px) rotate(-45deg);
  }
  20% {
    width: 3px;
    transform: translate(0, -8px) rotate(-45deg);
  }
  40% {}
  65% {
    transform: translate(0, -35px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  90% {
    width: 3px;
  }
  100% {
    width: 35px;
    transform: translate(0, 0px);
  }
}

/*-----------------------TOGGLE STICKY HOME CSS end-----------------------------------------------*/


/*-----------------------main styles starts here-----------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
label {
  color: #5A7184;
  font-weight: 400;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0px;
}
.text_red {
  color: #cc0815;
}
textarea.form-control {
  resize: none;
}
.form-group {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-control {
  height: 50px;
  box-shadow: none;
  border: 1px solid #C3CAD9;
  border-radius: 8px;
  font-size: 16px;
  color: #183B56;
}
.form-control:focus {
  box-shadow: none;
  border-color: #C3CAD9;
}

.overlay_ctm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.font_b {
  font-weight: 700;
}
/*===================================== PLACE HOLDER CSSS START HERE    ====================================*/
input.form-control::-webkit-input-placeholder {
  color: #959EAD;
}
input.form-control::-moz-placeholder {
  color: #959EAD;
}
input.form-control::-ms-placeholder {
  color: #959EAD;
}
input.textbox::-ms-input-placeholder {
  color: #959EAD;
}
input.textbox::-ms-input-placeholder {
  color: #959EAD;
}
textarea.form-control::placeholder {
  color: #959EAD;
}
textarea.form-control {
  min-height: auto;
  height: auto;
}

.cf:before, .cf:after {
  content: "";
  display: table
}
.cf:after {
  clear: both;
}
.container {
  width: 100%;
  max-width: 1170px;
}
/*===================================== PLACE HOLDER CSSS END HERE    ====================================*/
/*===================================== Commen Butons ===================================*/


/*------ Button css over ----------------*/

/*======================================================================*/

/*      CUSTOM CHECK BOX AND CUSTOM RADIO CSS START   */
.custom-checkbox [type="checkbox"]:not(:checked), .custom-checkbox [type="checkbox"]:checked {
  left: -9999px;
  position: absolute;
}
.custom-checkbox [type="checkbox"]:not(:checked)+label:before, .custom-checkbox [type="checkbox"]:checked+label:before {
  border: 1px solid #cc0815;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.custom-checkbox [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.custom-checkbox [type="checkbox"]:not(:checked)+label:after, .custom-checkbox [type="checkbox"]:checked+label:after {
  color: #fff;
  content: "\f00c";
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 1.45;
  padding: 1px 2px 2px 3px;
  transition: all 0.2s ease 0s;
  background-color: #cc0815;
  width: 20px;
  height: 20px;
}
.custom-checkbox [type="checkbox"]:not(:checked)+label, .custom-checkbox [type="checkbox"]:checked+label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
}
/*  CUSTOM check CSS START  */
/*  CUSTOM RADIO CSS START  */
.radio-btn-small {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
  position: relative;
  padding-left: 30px;
  margin-top: 3px;
}
.radio-btn-small:last-child {
  margin-right: 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]+label {
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}
input[type="radio"]+label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid #cc0815;
  background-color: #fff;
  border-radius: 100px;
}
input[type="radio"]:checked+label span:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #cc0815;
  top: 3px;
  left: 3px;
  border-radius: 100px;
}
input[type="radio"]:checked+label span {
  background-color: #fff;
}
input[type="radio"]:checked+label {
  color: #282828;
}


/*========================================================================
          bootstrap select box over
==========================================================================*/
.bootstrap-select.open>.dropdown-toggle.btn-default:hover, .bootstrap-select.open>.dropdown-toggle.btn-default:focus {
  background-color: #fff;
}
.bootstrap-select>.dropdown-toggle {
  border: 1px solid #ababab;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option, .bootstrap-select.btn-group .dropdown-toggle .fas {
  color: #555;
}
/*========================================================================
          bootstrap select box over
==========================================================================*/



/*home_css_start*/

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
}
.navbar-light .navbar-nav .main_btn {
  min-width: 124px;
  line-height: 40px;
  font-size: 14px;
}
.navbar-brand {
  padding-top: 0px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #7da966;
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #7da966;
}

.nav-scroll .top_menu_home .navbar-light .navbar-nav .nav-link:hover,
.nav-scroll .top_menu_home .navbar-light .navbar-nav .nav-link:focus {
  color: #7da966;
}

/*----------------*/

.top_menu {
  position: relative;
}

.nav_bar_ctm .navbar-brand {
  position: relative;
}

.home_banner {
  margin-bottom: 40px;
}
.in_content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  /*  margin-top: 87px;*/
}
.banner_text {
  color: #fff;
  text-align: left;
  position: absolute;
  left: 110px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner_text h1 {
  /* font-weight: 400; */
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 72px;
  max-width: 695px;
  line-height: 75px;
}
.banner_text p {
  font-weight: 500;
  line-height: 35px;
  max-width: 770px;
  text-align: left;
  font-size: 20px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  font-size: 50px;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 9;
}
.home_about_sec {
  margin-bottom: 40px;
}
.web_title {
  font-weight: 800;
  color: #000;
  font-size: 30px;
}
.home_about_sec .web_title {
  margin-bottom: 10px;
}
.web_title span {
  color: #7da966;
}

.main_btn {
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  /* text-transform: capitalize; */
  touch-action: manipulation;
  transition: all .3s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  background-color: #cc0815;
  min-width: 170px;
  line-height: 48px;
  border-radius: 5px;
}
.main_btn::before {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1.5px solid #fff;
  opacity: 0;
  transition: all .3s ease-in-out;
  /* border-radius: 5px; */
}
.main_btn:hover {
  color: #FFF;
}
.main_btn:hover::before {
  opacity: 1;
}

/* select2_css_start */

.select2-container {
  width: 100% !important;
  padding: 0;
}
span.select2-selection__rendered {
  white-space: nowrap;
}
.select2-container {
  width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
  width: 98%;
}
.select2-dropdown .select2-results__option {
  position: relative;
}

/* select2_css_end */


/* ----------------------------- home_css_start ----------------------------- */
.top_hed ul {
  display: flex;
  justify-content: end;
  margin-bottom: 5px;
}
.top_hed ul li {
  display: inline-block;
  margin-left: 15px;
}
.top_hed ul li a {
  color: #000;
  font-size: 14px;
}
.top_hed ul li a i {
  font-size: 15px;
  padding-right: 5px;
  vertical-align: middle;
}
.top_hed ul li a:hover {
  color: #cc0815;
}
.top_hed ul li span {
  color: #000;
  padding: 0px 5px 0px 9px;
}
.header .menu>ul .menu_icon a:hover {
  border: none;
  color: #cc0815;
}
.header .menu>ul .menu_btn a {
  background: #cc0815;
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
}
.header .menu>ul .menu_btn a:hover {
  border: none;
  background-color: #cc0815;
}
.slide_ctm .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 0px 5px;
  background: #c3c3c3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 50px;
}
.slide_ctm .owl-theme .owl-dots {
  position: absolute;
  right: 60px;
  bottom: 20px;
}
.slide_ctm .owl-carousel .owl-dots.disabled {
  display: block;
}
.slide_ctm .owl-theme .owl-dots .owl-dot span {
  border: 1px solid var(--white);
  background-color: transparent;
}
.slide_ctm .owl-theme .owl-dots .owl-dot.active span, .slide_ctm .owl-theme .owl-dots .owl-dot:hover span {
  border: 3px solid var(--red);
  background-color: transparent;
}
.play_btn {
  position: absolute;
  top: 30px;
  right: 170px;
}
.about_home {
  /* margin-top: 10px; */
  background-image: url(../images/about_img.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
.about_data {
  margin: 90px 0px 80px;
}
.about_data h4 {
  color: #cc0815;
  font-size: 30px;
}
.about_data h2 {
  color: var(---title);
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.about_data p {
  font-size: 16px;
}
.about_data p:last-child {
  margin-bottom: 0px;
}
.about_data .main_btn {
  margin-top: 30px;
}
.service_sce {
 // background-color: #F7F7F7;
  padding: 70px 0px;
  position: relative;
  overflow: hidden;
}
.service_sce::before {
  border: 9px solid var(--red);
  border-radius: 500px;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  bottom: -118px;
  left: -170px;
  height: 300px;
  width: 300px;
}
.service_sce .web_title {
  margin-bottom: 70px;
}
.web_title h2 {
  font-size: 34px;
  /* font-weight: 300; */
  font-weight: 800;
  color: #cc0815;
}
.web_title p {
  /* font-weight: 300; */
  font-weight: 600;
  font-size: 18px;
  color: var(---title);
}
.web_title .white_color {
  color: var(--white);
}
.service_bolg {
  border-radius: 25px;
  overflow: hidden;
}
.wgl-services-7 .wgl-services_wrap {
  position: relative;
  z-index: 1;
  border-radius: 0px;
  overflow: hidden;
}



.wgl-services-7 .wgl-services_wrap:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*opacity: 0;*/
  transition: 0.4s;
  /* background-color: rgba(0, 0, 0, 0.3); */
  //background-image: url(../images/service_rectangle.png);
  background-repeat: no-repeat;

}

.wgl-services-7 .wgl-services_image-wrap {
  overflow: hidden;
}
.wgl-services-7 .wgl-services_image-wrap img {
  height: 241px;
  width: 100%;
}
.wgl-services-7 .wgl-services_title {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  font-weight: 600;
  color: #FFF;
  font-size: 22px;
}
.wgl-services-7 .wgl-services_title a {
  color: #FFF;
  transition: all 0.5s;
  font-weight: 600;
  font-size: 24px;
}
/* .wgl-services-7 .wgl-services_title a:hover {
  color: #f7931e;
} */


.wgl-services-7 .wgl-services_text {
  color: #ffffff;
  transition: opacity 0.4s, visibility 0.4s, max-height 0.6s, margin 0.4s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.wgl-services-7 .wgl-services_content {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  /*padding: 40px;*/
  padding: 30px 25px;
}
/* .wgl-services-7 .wgl-services_wrap:hover .wgl-services_content {
  padding-bottom: 50px;
} */

.wgl-services-7 .wgl-services_wrap:hover .wgl-services_text {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  transition: max-height 2s;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;



  /*max-height: 180px;
    opacity: 1;
    visibility: visible;
    transition: max-height 2s;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;*/
}

.wgl-services-7 .wgl-services_wrap:hover:before {
  opacity: 1;
  background-color:#cc0815;
  background-image: none;
}
.wgl-flipbox {
  position: relative;
  perspective: 1000px;
  height: 320px;
  width: 100%;
}
.owl-carousel .owl-dots.disabled {
  display: block;
}
.service_slider_main.owl-theme .owl-dots .owl-dot span,
.partners_slider_main.owl-theme .owl-dots .owl-dot span,
.team_slider_main.owl-theme .owl-dots .owl-dot span,
.service_slider_main_two.owl-theme .owl-dots .owl-dot span,
.partners_slider_main_new.owl-theme .owl-dots .owl-dot span,
.brands_slider_main.owl-theme .owl-dots .owl-dot span,
.nor_testimon_slider_main.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 10px;
  background: #707070;
}
.brands_slider_main.owl-theme .owl-dots .owl-dot span {
  background-color: #f2f2f2;
}
.service_slider_main.owl-theme .owl-dots .owl-dot.active span,
.service_slider_main.owl-theme .owl-dots .owl-dot:hover span,
.partners_slider_main.owl-theme .owl-dots .owl-dot.active span,
.partners_slider_main.owl-theme .owl-dots .owl-dot:hover span,
.team_slider_main.owl-theme .owl-dots .owl-dot.active span,
.team_slider_main.owl-theme .owl-dots .owl-dot:hover span,
.service_slider_main_two.owl-theme .owl-dots .owl-dot.active span,
.service_slider_main_two.owl-theme .owl-dots .owl-dot:hover span,
.partners_slider_main_new.owl-theme .owl-dots .owl-dot.active span,
.partners_slider_main_new.owl-theme .owl-dots .owl-dot:hover span,
.brands_slider_main.owl-theme .owl-dots .owl-dot.active span,
.brands_slider_main.owl-theme .owl-dots .owl-dot:hover span,
.nor_testimon_slider_main.owl-theme .owl-dots .owl-dot.active span,
.nor_testimon_slider_main.owl-theme .owl-dots .owl-dot:hover span {
  background: #cc0815;
}

.service_blog_main .main_btn {
  margin-top: 40px;
}

.products_sec {
  margin: 70px 0px;
  display: inline-block;
  width: 100%;
}
.products_sec .web_title {
  margin-bottom: 50px;
}
.products_tab_main .nav-pills {
  margin-top: 20px;
}
.products_tab_main .nav-pills .nav-link {
  border: 1px solid #DDDDDD;
  font-size: 20px;
  /* font-weight: 400; */
  font-weight: 800;
  color: var(---title);
  padding: 18px 30px;
  width: 338px;
  text-align: left;
  margin-bottom: 20px;
  border-radius: 25px;
  margin-right: 15px;
  position: relative;
}
.products_tab_main .nav-pills .nav-link.active,
.products_tab_main .nav-pills .show>.nav-link {
  background-color: var(--white);
  border: 2px solid #291963;
  border-right: transparent;
  border-radius: 25px 0px 0px 25px;
  margin-right: 0px;
  width: 353px;
}
.products_tab_main .nav-pills .nav-link.active:after {
  height: 100%;
  width: 20px;
  background-color: #FFF;
  position: absolute;
  display: block;
  content: "";
  right: -10px;
  top: 0;
}
.tab-content {
  width: 100%;
  border: 2px solid #291963;
  border-radius: 25px;
  /* min-height: 724px; */
  padding: 40px;
}
.products_img img {
  border-radius: 25px;
}
.products_dis p {
  font-size: 16px;
  color: #1F1F1F;
  font-weight: 400;
  margin: 20px 0px;
}
.products_dis_sub {
  padding-left: 30px;
}
.products_dis_sub ul {
  margin-bottom: 30px;
}
.products_dis_sub ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.products_dis_sub ul li::after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  background-color: #cc0815;
  display: block;
  border-radius: 50px;
}
.latest_news_sec {
  background-color: #F7F7F7;
  padding: 100px 0px;
}
.blog_top_one h5 {
  font-size: 24px;
  /* font-weight: 300; */
  font-weight: 600;
  color: #cc0815;
  text-transform: uppercase;
}
.blog_top_one h3 {
  color: #000;
  /* font-weight: 400; */
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
}
.blog_top_one p {
  color: #000;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.blog_top_one a {
  font-weight: 600;
  color: #cc0815;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.blog_top_one a:hover {
  color: #cc0815;
}
.blog_top_one_img img {
  border-radius: 25px;
}
.blog_dt_full {
  margin: 20px 0;
  width: 100%;
  display: inline-block;
  position: relative;
}
.blog_dt_full::after {
  width: 100%;
  height: 1px;
  background-color: #8a8a8a;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
}
.blog_dt_full p {
  text-align: right;
  color: var(--white);
  background-color: #454545;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.blog_small_blog {
  position: relative;
  margin-bottom: 30px;
  border-radius: 25px;
  overflow: hidden;
}
.blog_small_img {
  position: relative;
}
.blog_small_img img, .blog_new_img img {
  width: 100%;
}
.blog_small_img::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url(../images/blog_small_rectangle.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.blog_data {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: block;
}
.blog_data_in {
  padding: 40px;
  color: var(--white);
  position: relative;
  height: 100%;
}
.blog_data_in h5 {
  font-size: 24px;
  line-height: 35px;
}
.blog_data_in p {
  line-height: 28px;
  margin: 10px 0px 5px;
}
.blog_data_in span {
  width: 100%;
  display: inline-block;
}
.blog_data_in_more a {
  font-weight: 600;
  color: #FFF;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.latest_news_sec .main_btn {
  margin-top: 35px;
}
.our_partners_sec {
  margin: 70px 0px;
  width: 100%;
  display: inline-block;
}
.our_partners_sec .web_title {
  margin-bottom: 50px;
}
.our_partners_sec .web_title h2 {
  color: var(---title);
  font-size: 42px;
}


.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel.owl-drag .owl-item {
  align-self: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.partners_slider_main.owl-theme .owl-dots .owl-dot span {
  background: #f2f2f2;
}
.contact_sec_main {
  background-color: #333333;
  padding: 70px 0px;
}
.contact_sec_main .web_title {
  margin-bottom: 40px;
}
.contact_sec_main .web_title h2, .contact_sec_main .web_title p {
  color: var(--white);
}
.contact_blog {
  background-color: var(--white);
  border-radius: 25px;
  padding: 40px;
}
textarea.form-control {
  min-height: auto;
  height: auto;
  line-height: normal;
}
p.submitting {
  color: #5A7184;
  margin-bottom: 30px;
  display: inline-block;
}
.footer_sec {
  border-top: 1px solid #F7F7F7;
  background-color: #FFF;
  padding-top: 50px;
}
.footer_menu ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.footer_menu ul li a {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.footer_menu ul li a i {
  color: #cc0815;
  padding-right: 5px;
}
.footer_menu ul li a:hover {
  color: #cc0815;
}
.footer_menu, .footer_address, .footer_follow {
  padding-left: 50px;
  margin-top: 20px;
}
.footer_address ul li {
  position: relative;
  margin-bottom: 10px;
}
.footer_address ul li i {
  color: #cc0815;
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 0px;

}
.footer_address ul li p, .footer_address ul li a {
  color: #000;
  padding-left: 30px;
}
.footer_follow {
  margin-top: 20px;
}
.footer_follow h4 {
  color: #cc0815;
  font-size: 18px;
  text-transform: uppercase;
}
.footer_follow ul {
  display: inline-grid;
  padding: 0px 0px;
  grid-template-columns: repeat(2, 35px);
  width: 90%;
  grid-gap: 20px 0;
  justify-content: space-between;
  margin-top: 20px;
}
.footer_follow ul li a img {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  display: inline-block;
}
.footer_follow ul li a:hover img {
  /* -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); */
}
.footer_btm {
  border-top: 1px solid #707070;
  margin-top: 60px;
  padding: 20px 0px;
}
.copyright_text {
  color: #999999;
}
.cms_page {
  text-align: right;
}
.cms_page ul li {
  display: inline-block;
}
.cms_page ul li a {
  display: inline-block;
  margin-left: 20px;
  color: #999;
  display: inline-block;
}
.cms_page ul li a:hover {
  color: var(--red);
}

.slide_ctm .owl-carousel .owl-item .item {
  width: 100%;
  /*height:800px;*/
}
.slide_ctm .owl-carousel .owl-item img {
  width: 100%;
  /*height:800px;*/
}

/* ----------------------------- home_css_end ----------------------------- */

/* ---------------------------- contact_css_start --------------------------- */
.inner_banner {
  position: relative;
}
.contact_banner {
  background-image: url(../images/contact_banner.jpg);
  width: 100%;
  height: 668px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
}
.contact_banner_two {
  background-image: url(../images/contact_rectangle.png);
  position: absolute;
  top: 218px;
  left: -270px;
  display: block;
  width: 139%;
  height: 600px;
  background-size: 100%;
  z-index: -1;
}

.inner_banner_title {
  position: absolute;
  text-align: center;
}
.contact_banner .inner_banner_title {
  top: 260px;
  left: 0;
  right: 0;
}
.inner_banner_title ul li {
  display: inline-block;
}
.inner_banner_title ul li, .inner_banner_title ul li a {
  color: var(--white);
  font-size: 16px;
}
.inner_banner_title ul li a:hover {
  color: var(--red);
}
.inner_banner_title h1 {
  color: var(--white);
  font-size: 60px;
  margin-top: 5px;
}
.contact_form_main {
  position: relative;
  z-index: 1;
  margin-top: -250px;
}
.contact_info_blog_main {
  margin-top: 60px;
}
.contact_info_blog {
  margin-bottom: 30px;
}
.contact_info_icon {
  width: 64px;
  height: 64px;
  text-align: center;
  background-color: #F1F0F5;
  border-radius: 16px;
  margin: 0px auto;
  display: grid;
  place-items: center;
}
.contact_info_icon img {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.contact_info_blog:hover .contact_info_icon img {
  /* -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); */

}

.contact_info_blog h4 {
  color: #183B56;
  font-size: 24px;
  font-weight: 800;
  margin: 15px 0px 10px;
}
.contact_info_blog p {
  font-size: 16px;
  line-height: 28px;
}
.contact_info_blog a, .contact_info_blog span {
  color: #291963;
  font-size: 16px;
  font-weight: bold;
}
.contact_info_blog span {
  padding-left: 5px;
}
.map_main {
  margin-top: 50px;
}
/* ---------------------------- contact_css_end --------------------------- */

/* ----------------------------- Recruitment_css_start ---------------------------- */
.recruitment_banner {
  background-image: url(../images/recruitment.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.recruitment_banner .inner_banner_title {
  display: inline-block;
  padding: 194px 0px 110px;
  position: relative;
  text-align: left;
}

.faq-container {
  width: 100%;
  /* background-color: #fff; */
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  margin-bottom: 60px;
}

.faq-item {
  padding: 10px;
  /* border-bottom: 1px solid #e0e0e0; */
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border: 1px solid #E5EAF4;
  margin-bottom: 20px;
  border-radius: 8px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
 font-size: 18px;
    font-weight: 500;
    padding-bottom: 3px;
    padding-top: 3px;
    color: #000;
    width: 46%;
}

.faq-question2 {
  font-size: 14px;
  color: #5A7184;
}

.faq-answer {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  color: #cc0815;
}

.icon-container i.active {
  transform: rotate(90deg);
}

#search-wrapper {
  display: flex;
  /* border: 1px solid rgba(0, 0, 0, 0.276); */
  align-items: stretch;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  max-width: 100%;
  /* box-shadow: 2px 1px 5px 1px rgba(0, 0, 0, 0.273); */
  border: 1px solid #E5EAF4;
  padding: 10px;

}
#search {
  border: none;
  width: 350px;
  font-size: 15px;
  margin-right: 10px;
}
#search:focus {
  outline: none;
}
.search-icon {
  margin: 10px;
  color: #cc0815;
}
#search-button {
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #cc0815;
  padding: 0px 30px;
  border-radius: 8px;
  margin: -4px -4px -4px -4px;
  font-size: 16px;
  font-weight: bold;
}
/* ----------------------------- Recruitment_css_end ---------------------------- */

/* ----------------------------- about_css_start ---------------------------- */
.inner_banner_mb {
  margin-bottom: 60px;
}
.inner_banner_about {
  margin-bottom: 0px;
}
.about_banner {
  background-image: url(../images/about_usbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about_banner .inner_banner_title {
  display: inline-block;
  padding: 194px 0px 110px;
  position: relative;
  text-align: left;
}
.inner_banner_blog {
  margin-bottom: 0px;
}

.projects_banner {
  background-image: url(../images/projectsbanner.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.projects_banner .inner_banner_title {
  display: inline-block;
  padding: 194px 0px 110px;
  position: relative;
  text-align: left;
}


.products_blog {
  background-image: url(../images/blog-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.products_blog .inner_banner_title {
  display: inline-block;
  padding: 194px 0px 110px;
  position: relative;
  text-align: left;
}
.about_sec_one {
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
}
.about_sec_one::before {
  border: 9px solid #cc0815;
  border-radius: 500px;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  top: -170px;
  right: -150px;
  height: 300px;
  width: 300px;
}
.about_sec_one h4, .undertakes_service_sec h4 {
  font-size: 30px;
  font-weight: 800;
  color: #cc0815;
}
.about_sec_one h5, .undertakes_service_sec h5 {
  color: var(---title);
  font-size: 36px;
  line-height: 44px;
  margin-top: 5px;
}
.about_ceo_sec {
  background-color: #cc0815;
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}
.about_ceo_sec::before {
  border: 9px solid #cc0815;
  border-radius: 500px;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  bottom: -138px;
  left: -190px;
  height: 300px;
  width: 300px;
}
.about_ceo_img {
  padding: 0px 40px;
}
.about_ceo_img img {
  width: 100%;
  height: 300px;
  border-radius: 500px;
  border: 10px solid #cc0815;
}
.about_ceo_info {
  position: relative;
}
.about_ceo_info i {
  font-size: 36px;
  color: #cc0815;
  position: absolute;
  top: -5px;
}
.about_ceo_info_data {
  color: var(--white);
  padding-left: 60px;
}
.about_ceo_info_data p {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}
.about_ceo_info_data h5 {
  font-size: 17px;
  font-weight: 400;
}
.about_ceo_info_data h4 {
  font-size: 19px;
  margin-top: 5px;
  font-weight: 400;
}
.our_history_sec {
  border-bottom: 1px solid #cc0815;
  padding: 80px 0px;
}
.our_history_info h5 {
  font-size: 34px;
  color: #cc0815;
}
.our_history_info h4 {
  font-size: 38px;
  color: #1F1F1F;
  margin: 5px 0px 20px;
}
.our_history_info p span {
  color: #cc0815;
  margin-bottom: 0px;
  font-weight: 800;
}
.mission_sec {
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}
.mission_sec::before {
  border: 9px solid #cc0815;
  border-radius: 500px;
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  bottom: -98px;
  left: -120px;
  height: 300px;
  width: 300px;
}
.mission_img {
  position: relative;
}
.mission_img img {
  border-radius: 25px;
}
.mission_info {
  padding-left: 100px;
}
.mission_info h3, .vision_info h3 {
  color: #cc0815;
  font-size: 34px;
  border-bottom: 1px solid #cc0815;
  width: auto;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.mission_info p, .vision_info p {
  font-size: 18px;
}
.vision_sec {
  background-color: #F7F7F7;
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}
.vision_sec::before {
  border: 9px solid #cc0815;
  border-radius: 500px;
  z-index: 0;
  content: "";
  position: absolute;
  display: block;
  bottom: -98px;
  right: -120px;
  height: 300px;
  width: 300px;
}
.vision_info {
  padding-right: 100px;
}
.vision_info p {
  color: #000;
}
.values_sec {
  margin: 80px 0px;
}
.values_title h5 {
  font-size: 30px;
  color: #cc0815;
}
.values_title h2 {
  color: #141414;
  font-size: 34px;
  font-weight: bold;
  margin-top: 5px;
}
.values_sec .contact_info_blog {
  margin-top: 70px;
}
.contact_info_blog h4 {
  color: #141414;
  margin: 25px 0px 15px;
  font-size: 20px;
}
.about_team_sec {
  background-color: #cc0815;
  padding: 70px 0px 80px;
}
.team_title h3 {
  font-size: 34px;
  color: #cc0815;
}
.team_title p {
  color: var(--white);
  margin-top: 5px;
}
.team_slider_main .item {
  width: 100%;
}
.team_blog {
  background-color: var(--white);
  padding: 24px;
  border-radius: 25px;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 40px;
}
.team_blog img {
  border-radius: 10px;
  width: 100%;
}
.team_blog a {
  color: var(---title);
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}
.team_blog a:hover {
  color: #cc0815;
}
.team_blog p {
  color: #cc0815;
  margin-bottom: 0;
}
.certificates_sec {
  margin: 70px 0px 50px;
}
.certificates_blog {
  margin-bottom: 30px;
  border: 1px solid #291963;
  padding: 10px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.certificates_blog:before {
  position: absolute;
  top: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
  background-image: url(../images/certificates_rectangle_hover.png);
  background-repeat: no-repeat;
}
.certificates_blog:hover:before {
  opacity: 1;
  transform: translateY(0%);
  top: 0;
}
.certificates_sec .values_title {
  margin-bottom: 50px;
}
.certificates_img {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.certificates_img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../images/certificates_rectangle.png);
  z-index: 1;
}
.certificates_img>img {
  border-radius: 25px;
}
.gallery_img_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 2;
}
.gallery_img_icon a {
  text-decoration: none;
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery_img_icon a img {
  width: 70px;
}

.certificates_blog:hover .gallery_img_icon {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
}
.about_contact {
  background-color: #fff;
  padding: 50px 0px;
}
.about_contact_data {
  position: relative;
  color: #000;
}
.about_contact_data h2 {
  font-size: 56px;
  font-weight: bold;
}
.about_contact_data .main_btn {
  font-size: 22px;
  position: absolute;
  top: 19px;
  padding: 10px 50px;
  min-width: auto;
  right: 0px;
}
.modal-body {
  padding: 0;
}
/* ----------------------------- about_css_end ---------------------------- */


/* ---------------------------- service_css_start --------------------------- */
.radius_25 img {
  border-radius: 25px;
}

.fire_services_data {
  padding-left: 30px;
}
.about_sec_one .fire_services_data h5 {
  margin-bottom: 40px;
}
.about_sec_one .fire_services_data p {
  margin-bottom: 30px;
}
.alpha_service_two_main {
  background-color: #cc0815;
  padding: 80px 0px;
}
.alpha_service_two_info {
  padding-right: 80px;
}
.alpha_service_two_info h4 {
  font-size: 30px;
  font-weight: 800;
  color: #cc0815;
}
.alpha_service_two_info h3 {
  color: var(--white);
  font-size: 36px;
  line-height: 44px;
  margin-top: 10px;
}
.alpha_service_two_info p {
  color: var(--white);
  margin-top: 40px;
}
.alpha_fire {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}
.alpha_fire::before {
  border: 9px solid #cc0815;
  border-radius: 500px;
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  bottom: -118px;
  left: -80px;
  height: 400px;
  width: 400px;
}
.alpha_fire .alpha_service_two_info {
  padding-right: 0px;
  padding-left: 60px;
}
.alpha_fire .alpha_service_two_info h3 {
  color: var(---title);
  font-size: 42px;
}
.alpha_fire .alpha_service_two_info p {
  color: #1F1F1F;
}
.fire_services_btm_img {
  margin-top: 30px;
}
.fire_services_btm_img_two {
  margin-top: 100px;
}
.alpha_service_undertakes .alpha_service_two_info {
  padding-right: 0px;
}
.undertakes_service_sec {
  margin: 80px 0px;
}
.undertakes_service_sec h4, .undertakes_service_sec h5 {
  font-weight: 400;
}
.undertakes_service_sec h5 {
  margin-bottom: 30px;
}
.undertakes_service_data {
  margin-top: 30px;
}
.undertakes_service_data p {
  margin-bottom: 30px;
}
.service_industries_sce::before {
  display: none;
}
.service_industries_sce .web_title {
  margin-bottom: 60px;
}
.service_industries_sce .web_title h2 {
  font-weight: 800;
}
.service_industries_sce .service_bolg {
  margin-bottom: 30px;
}
.service_industries_sce .wgl-services-7 .wgl-services_title a {
  font-weight: bold;
}
.service_industries_sce .wgl-services-7 .wgl-services_wrap:hover .wgl-services_text {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}
.inner_banner_services {
  margin-bottom: 0px;
}
.services_banner {
  background-image: url(../images/service.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.services_banner .inner_banner_title {
  display: inline-block;
  padding: 194px 0px 110px;
  position: relative;
  text-align: left;
}
.services-info-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.services-info-sec-images img {
  border-radius: 20px;
}
.services-info-sec-title h5 {
  font-weight: 700;
  font-size: 42px;
}
.services-info-sec-content {
  margin-top: 40px;
}
.services-info-sec-second .img-fluid {
  width: 100%
}
.services-info-sec-second {
  background: #F7F7F7;
  padding: 60px 0;
}
.services-info-sec-title h4 {
  font-size: 30px;
  font-weight: 800;
  color: #cc0815;
}
.services-info-sec-second h5, .services-info-sec-second p {
  color: #000;
}
section.mission_sec.services-info-sec-three img.img-fluid {
  width: 100%;
  margin-bottom: 20px;
}
.services-info-sec-three-image {
  margin-top: 50px;
}
.services-info-sec-four .mb-30 {
  margin-bottom: 40px;
}
.services-info-sec-four .img-fluid {
  width: 100%
}
.service_industries_sce .owl-carousel.owl-drag .owl-item {
  display: block;
}

/* ---------------------------- service_css_end --------------------------- */

/* ---------------------------- project_css_start --------------------------- */
.inner_banner_project {
  margin-bottom: 0px;
}
.project_banner {
  background-image: url(../images/project_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.project_banner .inner_banner_title {
  display: inline-block;
  padding: 194px 0px 110px;
  position: relative;
  text-align: left;
}
.project-box .img-fluid {
  width: 100%;
}
.project-box {
  position: relative;
}
.project-box p {
  background: #f2f2f2;
  padding: 30px 18px;
  position: absolute;
  width: 100%;
  top: 75%;
  border-radius: 0 0 28px 28px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.project_sec_one .services-info-sec-title {
  margin-bottom: 50px
}

.recruitment_heading {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--bs-danger);
}

.recruitment_headings {
  padding-top: 60px;
  padding-bottom: 30px;
}

.services-info-sec-titless h1 {
  font-size: 52px;
  margin-top: 5px;
  font-weight: bold;
  color: #cc0815;
}

.services-info-sec-titless h3 {
  color:  #cc0815;
  font-size: 33px;
  font-weight: bold;
}

.flickity-page-dots {
  bottom: 25px;
}

.main-gallery {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  border-top: solid 10px #ffffff;

}

.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  padding : 45px
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
}

.testimonial-quote {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.testimonial-author {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.flickity-enabled.is-draggable {
  background-color: #cc0815 !important;
}
/* ---------------------------- project_css_end --------------------------- */

/* ---------------------------- products_css_start --------------------------- */
.inner_banner_products {
  margin-bottom: 0px;
}
.products_banner {
  background-image: url(../images/products.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.products_banner .inner_banner_title {
  display: inline-block;
  padding: 194px 0px 110px;
  position: relative;
  text-align: left;
}
.search-container {
  float: right;
}

.search-container input[type=text] {
  padding: 6px;
  margin-top: 0;
  font-size: 17px;
  border: none;
  padding-left: 30px;
}

.search-container button {
  float: right;
  padding: 8px 17px 4px;
  margin-top: 0;
  margin-right: 0px;
  background: #cc0815;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
}
.search-container form .search_ctm_icon {
  position: absolute;
  top: 16px;
  color: #cc0815;
}

.search-icon-new {
  position: absolute;
  top: 16px;
  color: #cc0815;
  margin: 0;
}

.search-container button:hover {
  background: #cc0815;
}
.search-container form {
  border-radius: 8px;
  filter: drop-shadow(0px 2px 2.5px rgba(0, 0, 0, 0.04));
  background-color: #ffffff;
  border: 1px solid #e5eaf4;
  padding: 6px 6px 6px 15px;
  position: relative;
}
.accordion-item .accordion-button:focus {
  box-shadow: none;
}
.products_sec_one .accordion {
  /* margin-top: 50px; */
}
.accordion-item .accordion-button {
  font-size: 22px;
  line-height: 14px;
  color: #291963;
  font-weight: 900;
  background-color: transparent;
  box-shadow: none;
  padding: 25px 40px;
}
.accordion-body {
  padding-top: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid #291963 !important;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 8px !important;
}
.accordion-button::after {
  transform: rotate(-90deg);
}
.accordion-item .accordion-button.collapsed {
  font-size: 22px;
  line-height: 14px;
  color: #6a6a6a;
  font-weight: 900;
  border-radius: 8px;
}
.products_sec_one .accordion-inner {
  margin-top: 10px;
}
.accordion-inner button.accordion-button {
  background-color: #e5e5e5;
}
.accordion-inner .accordion-collapse.collapse.show {
  background-color: #e5e5e5;
}
.accordion-inner button.accordion-button.collapsed {
  background-color: #ffffff
}
.card-slider {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .card-slider {
    width: 80%;
  }
}
.card-slider .slick-prev-icon, .card-slider .slick-next-icon {
  color: black;
}
.card-slider .slick-slide {
  padding: 0 10px;
}
.card-slider .card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  height: 265px;
  border-radius: 3px;
  border: none;
  background-color: transparent;
  text-decoration: none;
  color: rgba(0, 0, 0, .9);
  transition: all 0.1s linear;
}

.products_sec_one .accordion-inner .accordion-item {
  margin-bottom: 20px
}
.card-slider .card .main-link:hover h2 {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .card-slider .card {
    height: auto;
  }
}
.card-slider .card .main-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.card-slider .card .main-link:focus {
  outline: none;
}
.card-slider .card .main-link:focus .title {
  /* outline: 3px dashed orange;
  outline-offset: -4px; */
  /* color: royalblue; */
  /* text-decoration: underline; */
}
.card-slider .card .title {
  color: #000;
  margin: 0;
  padding: 10px 10px 5px 0px;
  font-size: 16px;
  font-weight: bold;
}
.card-slider .card .button {
  color: #000;
  text-decoration: underline;
}
.card-slider .card .title:hover {
  text-decoration: underline;
}
.card-slider .card .image {
  /** Visually place the image above all other content (like the heading) in the parent flex container (.card). */
  order: -1;
  position: relative;
  height: 200px;
  padding: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-slider .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.5);
  transition: all 0.3s ease-in-out;
}
.card-slider .card .image:hover img {
  width: 110%;
  height: 110%;
}
.card-slider .card .description {
  margin: 7px 10px 15px 10px;
  font-size: 14px;
  opacity: 0.8;
}
.card-slider .card .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #cc0815;
}
.card-slider .card .price {
  padding-left: 10px;
}
.card-slider .card .price .new-price {
  font-weight: bold;
}
.card-slider .card .price .original-price {
  margin-left: 5px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  text-decoration: line-through;
}
.card-slider .card .rating {
  margin: 10px 0 15px 10px;
  color: orange;
  font-size: 12px;
}
.card-slider .card .rating .reviews-link {
  color: rgba(0, 0, 0, .6);
  margin-left: 5px;
}
.card-slider .card .rating .reviews-link:hover {
  color: black;
}
.card-slider .card .rating .reviews-link:focus {
  color: royalblue;
  outline: 3px dotted royalblue;
  outline-offset: 2px;
}
/* .card-slider .card:hover {
   border-color: rgba(0, 0, 0, .4);
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}*/
.card-slider .card:hover .image img, .card-slider .card:focus .image img {
  filter: grayscale(0);
}
.card-slider .card a:focus {
  outline: none;
}
/** Demo only */
.note {
  text-align: center;
  font-size: 14px;
  max-width: 960px;
  padding: 40px 20px;
  margin: 0 auto;
  opacity: 0.8;
}
.note a {
  color: black;
  font-weight: bold;
}
.note a:hover, .note a:focus {
  color: royalblue;
}
.product-title h4 {
  font-size: 16px;
  line-height: 14px;
  color: #291963;
  font-weight: 700;
}
.product-title h5 {
  font-size: 30px;
  line-height: 24px;
  color: #cc0815;
  font-weight: 700;
}
.single-product-image {
  margin-top: 50px;
}
.single-product-image img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #707070;
}
.single-product-image2 img {
  margin-bottom: 20px;
}
img.brand-img {
  width: auto;
}
.products_sec_one::before {
  top: -210px;
  right: -160px;
  height: 320px;
  width: 280px;
}
/* ---------------------------- products_css_End --------------------------- */

.blog-list {
  padding: 50px;
  border-radius: 15px;
  background-size: cover !important;
}
.blog-list h2 {
  font-size: 28px;
  line-height: 34px;
  color: ##cc0815;
  font-weight: 700;
}
.blog-list p {
  font-size: 19px;
  line-height: 30px;
  color: ##cc0815;
  font-weight: 400;
  margin-top: 30px;
}
.blog-list a {
  font-size: 20px;
  line-height: 12px;
  text-decoration: underline;
  color: ##cc0815;
  font-weight: 700;
}
.blog-list {
  margin-bottom: 20px;
}

/*  */
.accordion-item .accordion_top_had .accordion-button {
  font-size: 24px;
  font-weight: 900;
  padding: 35px 30px;
}
.products_sec_one .accordion-body {
  padding: 0px 30px 20px;
}
.slick-slider.slick-dotted {
  padding-top: 20px;
}
.products_sec_one .slick-dots li.slick-active button .slick-dot-icon {
  color: #cc0815;
}
.products_sec_one .slick-dots li button .slick-dot-icon:before {
  font-size: 9px;
}
.products_sec_one .slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: 0px;
  margin-left: 0px;
  font-size: 9px;
}
.products_sec_one .slick-dots li button:focus .slick-dot-icon:before {
  color: #cc0815;
}
.products_sec_one .slick-dots {
  padding-bottom: -50px;
}


/* projects_css_start */
.project_sec_one {
  margin-bottom: 80px;
}
.projects_img {
  border: 1px solid #291963;
  border-radius: 25px;
  overflow: hidden;
  background-color: #F2F2F2;
  margin-bottom: 30px;
}
.projects_img img {
  width: 100%;
}
.projects_img h4 {
  font-weight: bold;
  font-size: 19px;
  color: var(---title);
  text-align: center;
  padding: 30px 5px;
  height: 105px;
}

/* blog_css_start */

.blog-sec-title {
  margin: 60px 0px 30px;
}

.blog_small_img_one img {
  width: 100%;
}

.blog_small_img::after {
  background-image: url(../images/blog_small_rectangle_one.png);
}
.bolg_sce_one .blog_data_in h5 {
  font-size: 35px;
  line-height: 40px;
}
.bolg_sce_one .blog_data_in p {
  font-size: 21px;
  line-height: 30px;
  margin-top: 15px;
}
.bolg_sce_one .blog_data_in a {
  font-weight: 600;
  color: #FFF;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}

.bolg_sce_one .blog_data_in_more p {
  font-weight: 300;
  color: #FFF;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.blog_new_sec {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.blog_new_data {
  color: #FFF;
  position: absolute;
  left: 30px;
  bottom: 25px;
}
.blog_new_data h5 {
  font-weight: bold;
  font-size: 20px;
}
.blog_new_data p {
  font-size: 13px;
  font-weight: 300;
  margin-top: 15px;
}
.blog_sport {
  width: 100%;
  height: 400px;
  background-image: url(../images/blog_sport.jpg);
  padding: 70px 0px;
  margin-top: 50px;
  position: relative;
}
.blog_sport_data {
  color: #FFF;
  position: relative;
}
.blog_sport_data h2 {
  font-size: 40px;
  line-height: 50px;
}
.blog_sport_data p {
  font-size: 21px;
  line-height: 30px;
  margin: 30px 0px 25px;
  max-width: 615px;

}
.blog_sport_data a {
  font-weight: 600;
  color: #FFF;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}
.published_date {
  position: absolute;
  bottom: 60px;
  left: 105px;
  font-size: 13px;
  font-weight: 400;
  color: #FFF;
}
.container_blog {
  position: relative;
  text-align: center;
}
.topics_blog img {
  border-radius: 25px;
}
.topics_blog a {
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 26px;
  line-height: normal;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0px 10px;
}
.topics_blog p {
  font-size: 13px;
}
.blog_topics_sec .web_title h2 {
  color: #cc0815;
  margin-bottom: 50px;
}

.blog_contact_data h2 {
  font-size: 34px;
  font-weight: bold;
  color: #cc0815;
}
.blog_contact_data p {
  color: #c1c1c1;
}
.blog_contact_form {
  position: relative;
}
.blog_contact_form .form-control {
  height: 56px;
  border-radius: 10px;
  padding-right: 145px;
}
.blog_contact_form .form-group {
  position: relative;
}
.blog_contact_form .form-group .send_email {
  font-size: 14px;
  color: #FFF;
  background-color: #cc0815;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 35px;
  line-height: 56px;
  border-radius: 0px 10px 10px 0px;
}

/* --------------------------- products_css_start --------------------------- */
.products_accordion_main {
  margin-top: 50px;
}
.accordion-item-inner .sub_btn_accrdi.collapse {
  font-size: 19px;
}

#sub-accordionExample .accordion-item .accordion-button {
  background-color: #E5E5E5;
}
#sub-accordionExample .accordion-item .accordion-button.collapsed {
  background-color: #FFF;
}
#sub-accordionExample .accordion-body-bg {
  background-color: #E5E5E5;
}
.products_tab_img_blog img {
  border-radius: 10px;
}
.products_tab_img_blog h2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
  padding-left: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  color: #cc0815;
}
.products_tab_img_blog a {
  font-size: 15px;
  text-decoration: underline;
  padding-left: 5px;
  color: #1F1F1F;
}
.brands_main {
  margin-top: 30px;
}
.brands_slider_main .owl-dots {
  margin-top: 50px;
}
.more_products {
  position: relative;
}
.more_products img {
  margin-bottom: 0px;
}
.more_products {
  position: relative;
}
.more_view {
  width: 100%;
  height: 100%;
  background-color: rgba(111, 111, 111, 0.32);
  position: absolute;
  left: 0px;
  top: 0;
  text-align: center;
  border-radius: 10px;
  color: #FFF;
  font-size: 90px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.single-product .product-title h4 {
  font-size: 20px;
  line-height: normal;
  color: #291963;
  font-weight: 700;
}
.single-product .product-title h5 {
  font-size: 33px;
  line-height: 27px;
}
.single-product-image .brand-img {
  border: none;
}
.dtl_title_pro {
  color: #291963;
  font-size: 25px;
}
.dtl_title_pro_two {
  font-size: 20px;
  font-weight: 500;
}
.accordion-item {
  border: 1px solid #E5EAF4 !important;
}
.border-style-added {
  border: 1px solid #291963 !important;
}
/* --------------------------- products_css_end --------------------------- */
.nor_testimon {
  background-color: #cc0815;
  padding: 80px 0px;
  color: #FFF;
}
