/*************************************
Template Name: News Template - 
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto:wght@400;700&display=swap') */


/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap'); */


/*================================================
   1.  GOOGLE FONTS
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

/* font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif; */



/*
.nunito {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
*/
body {
  font-family: poppins, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: montserrat, sans-serif;
  color: #0d1820;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
  }
}

ul{
  list-style: none;
  padding: 0;
}

/*-------- color code --------*/
:root {
  --primary-color: #db282d;
}

/*======================== HEADER ============================*/
.top-search-secton {
  box-shadow: rgb(0 0 0) 0px 5px 5px -5px;
}

a:hover {
  color: #0573e6;
}

.right-menu-link {
  display: none !important;
}

.right-menu-link .btn svg {
  fill: #000;
  height: 25px;
  width: 25px;
}

.right-menu-link .btn {
  padding: 3px 5px;
}

/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}

.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}

.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}

.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-left-0 {
  padding-left: 0;
}

.p-right-0 {
  padding-right: 0;
}

.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea {
  font-weight: 400;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0 solid !important;
}

a:hover {
  text-decoration: none !important;
}

*a:hover {
  text-decoration: none !important;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.offcanvas-top-height {
  height: 105px !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: #c6ccd4;
}

/*====================== START FOR MENU =========================================*/
.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.new-fade {
  -webkit-animation: .7s ease-in-out fadeInScale;
  -moz-animation: .7s ease-in-out fadeInScale;
  animation: .7s ease-in-out fadeInScale
}

@keyframes fadeInScale {
  0% {
    transform: scale(.9);
    opacity: 0
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}

.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.top-nav-main {
  margin-left: auto;
  margin-top: 0;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
}

.new-top-nav .navbar-nav li:hover {
  position: relative;
  display: inline-block;
  border-bottom: transparent;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.new-top-nav .navbar-nav li.nav-item a.nav-link {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 20px !important;
  text-transform: capitalize;
  color: #000 !important;
  line-height: 40px;
  transition: 350ms;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  -ms-transition: 350ms;
}
.new-top-nav .navbar-nav .nav-link:focus,
.new-top-nav .navbar-nav .nav-link:hover {
  color: #f9ba48;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.new-top-nav .navbar-nav li.nav-item:hover a.nav-link {
  position: relative;
  background: #db282d;
  padding: 0 20px !important;
  color: #fff !important;
  margin: 30px 0;
}

.dropdown-item {}

.new-top-nav {
  box-shadow: 0px 5px 5px -5px #000;
  padding: 0;
  border-top: 0;
  padding: 0;
  background-color: #fff !important;
  width: 100%;
  transition: .5s;
}

.navbar-brand {
  display: block;
}
.sticky-header .navbar-nav li.nav-item a.nav-link {color: #000 !important;}
.navbar-brand img {
  width: 220px;
}

.top-nav-main li a svg {
  fill: #000;
}

.top-nav-main li.nav-item a.nav-link.active svg {
  fill: #fff;
}

.top-nav-main li.nav-item a.nav-link:hover {
  color: #e72a54 !important;
  transition: 0.5s;
}

.top-nav-main li.nav-item a:hover span:before {
  transform: scaleX(1);
}

.top-nav-main li.nav-item a:hover span:after {
  transform: scaleX(1);
}

.top-nav-main li.nav-item a.active span:before {
  transform: scaleX(1);
}

.top-nav-main li.nav-item a.active span:after {
  transform: scaleX(1);
}

.search-icon {
  padding-right: 5px !important;
}
.custom-top-search {
  padding-right: 20px;
}
.search-icon svg {
  height: 20px;
  width: 20px;
  fill: #000;
}

.other-list-group a {
  border: 0;
  padding: 4px 0;
  font-size: 16px;
}

.other-list-group a:hover {
  color: #C70B0B;
  transition: 0.3s;
}

.dropdown-menu-new {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #ddd;
  transition: .5s;
  position: relative;
  padding: 5px 0;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:hover {
  background: #db282d;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child {
  border-bottom: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  color: #000;
  -webkit-transition: all 0.5s ease-out;
  font-size: 16px;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #fff;
  width: 100%;
  display: inline-block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #db282d;
}

.top-nav-main li.nav-item a.nav-link.active {
  color: #db282d !important;
}

.top-nav-main li.nav-item a.nav-link {
  fill: #db282d;
}

.attr-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.attr-nav ul li a {
  color: #000;
  margin-left: 0;
}

.top-search {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 100px;
  display: none;
}

.top-search-secton {
  float: right;
  margin-right: 0px;
  margin-top: -7px;
  background: #fff;
  padding: 15px;
}

.top-search input.form-control {
  background: #fff;
  border: 2px solid #f0f0ed;
  color: #000;
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 8px 5%;
  font-size: 15px;
  margin-right: 2px;
}

.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  width: 33px;
  height: 33px;
  text-align: center;
  background: #db282d;
  margin-left: 2px;
}

.top-search .input-group-addon svg {
  fill: #fff;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.search-form .close-search {
  margin-left: 2px !important;
}

.search-form .close-search svg {
  height: 20px;
  width: 20px;
  margin-top: 7px;
}

.header-style3_right__btn {
  position: relative;
  display: block;
}

.header-style3_right__btn a {
  color: #db282d;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  padding: 7px 15px 8px;
  background: transparent;
  border: 1px solid #db282d;
}

.btn-one:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: -1px;
  background: #db282d;
  opacity: 0;
  z-index: -1;
  ;
  content: "";
  border-radius: 0px;
  transform: scale(0.5) rotateX(45deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-one .txt {
  position: relative;
  z-index: 1;
}

.btn-one .txt svg {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.btn-one:hover,
.btn-one:focus {
  color: #ffffff;
  text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}

.btn-one:hover:before {
  opacity: 1.0;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.btn-title {
  border: none;
  padding: 12px 30px;
  color: #db282d;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
}

.btn-title::after,
.btn-title::before {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #db282d;
}

.btn-title:hover {
  color: #fff;
}

.btn-title:hover::before,
.btn-title:hover::after {
  transform: skew(0deg);
  background: #db282d;
}

.sticky-header{
  box-shadow: 0px 5px 5px -5px #000;
  backdrop-filter: blur(40px);
  z-index: 999999999;
}


/***

====================================================================
  Loading Transition
====================================================================

 ***/
/* Preloader */
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 9999;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(134, 0, 11, 0.2);
  border-top-color: #db282d;
  height: 170px;
  margin: 0 auto 45px auto;
  width: 170px;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #db282d;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 70px;
  position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  color: rgba(134, 0, 11, 0.2);
  position: relative;
  font-size: 70px;
  line-height: 70px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}
/* ------------------------------------
   Preloader CSS End Here
---------------------------------------*/
/*================================================
    4. BACK TO TOP
==================================================*/
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #db282d;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 2px 3px rgba(255, 152, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
  z-index: 9999;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.arrow svg {
  width: 30px;
  fill: #fff;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: #db282d;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/*====================== END FOR Back to top =========================================*/
.top-header {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}

.top-text-left {
  padding-top: 1px;
}

.wraper_top_left {
  margin-top: 3px;
}

.top-text-left a {
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.top-text-left a svg {
  padding-right: 5px;
  height: 20px;
  width: 20px;
}

.top-text-left a:last-child {font-size: 15px;}

.top_socail_icon_area {
  float: right;
  position: relative;
  margin-top: 2px;
}

.top_socail_icon_area .list-inline {
  padding: 0;
  margin: 0;
}

.top_socail_icon_area .list-inline li {
  display: inline-block;
  padding-left: 5px;
  list-style: none;
  position: relative;
  height: 27px;
  width: 27px;
  margin-right: 2px;
}

.top_socail_icon_area .list-inline li a {
  display: inline-block;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
}

.top_socail_icon_area .list-inline li a .cube-top svg {
  fill: #fff;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  height: 14px;
  width: 14px;
}

.cube,
.cube span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cube-top {
  background: transparent;
  background-size: 100%;
}

.cube-front {
  background-size: 100%;
  transform: translate(0, -100%) rotateX(90deg);
  transform-origin: bottom;
  border-radius: 50px;
}

.top_socail_icon_area .list-inline li a .cube-front svg {
  line-height: 30px;
  fill: #fff;
  height: 14px;
  width: 14px;
}

.top_socail_icon_area .list-inline li:hover .cube {
  transform: translate(0, 50%) rotateX(-90deg);
}

.top_socail_icon_area .list-inline li .facebook .cube-top {
  background: #3b5998;
}

.top_socail_icon_area .list-inline li .twitter .cube-top {
  background: #000;
}

.top_socail_icon_area .list-inline li .instagram .cube-top {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.top_socail_icon_area .list-inline li .linkedin .cube-top {
  background: #007bb5;
}

.top_socail_icon_area .list-inline li .youtube .cube-top {
  background: #ff0000;
}

.top_socail_icon_area .list-inline li .pinterest .cube-top {
  background: #cb2027;
}

.top_socail_icon_area .list-inline li .rss .cube-top {
  background: #f26522;
}

.top_socail_icon_area .list-inline li .cube-top {
  border-radius: 50%;
}

.top_socail_icon_area .list-inline li .facebook .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .facebook .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .twitter .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .twitter .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .instagram .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .instagram .cube-front svg {
  fill: #4e4e4e;
}

/* .top_sbackground: #fff;} */

.top_socail_icon_area .list-inline li .linkedin .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .youtube .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .youtube .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .pinterest .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .pinterest .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .rss .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .rss .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .linkedin .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .linkedin .cube-front svg {
  fill: #4e4e4e;
}

@-webkit-keyframes animationTop {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes animationTop {
  49% {
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes kenBurns {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.2)
  }
}

@-webkit-keyframes kenBurns {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.2)
  }
}
.sticky-header {box-shadow: 0px 5px 5px -5px #000;background: #fff !important;}
    .sticky-header .navbar-nav li.nav-item a.nav-link {color: #000 !important;}
    .sticky-header .search-icon svg {fill: #000;}
    .about-link-wrapper a {color:#0d1820;}
    .icon-box {display: flex;padding-bottom: 9px;}
    .icon-wrapper {padding-right: 20px;}
    .icon-wrapper svg {width: 16px;transition: .4s;}
    .icon-box a:last-child {border-left: 1px solid #ccc;padding-left: 20px;}
    .icon-box a span {}
    .blog-home-title {margin-bottom: 45px;position: relative;}
    .sub-title {font-size: 22px;margin-bottom: 0;display: inline-block;font-weight: 600;background: linear-gradient(90deg, #1e1f1e 23%, #020202 64%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;position: relative;text-transform: uppercase;}
    .sub-title:before {position: absolute;content: "";width: 40px;height: 3px;right: -48px;bottom: 7px;background: linear-gradient(90deg, #1e1f1e 23%, #020202 64%);}
    .blog-home-title h2::after, .blog-home-title h2::before {content: " ";position: absolute;left: 0;right: 0;margin: 0 auto;}
    .blog-home-title h2::before {bottom: -24px;width: 100px;padding: 4px 0 5px;border-style: solid;border-width: 1px 0;border-color: #403b3b;}
    .blog-home-title h2::after {bottom: -19px;width: 250px;height: 1px;background-color: #000;}
    .blog-home-title h2 {line-height: 40px;position: relative;}
    .home-left-image {margin-left: 50px;}
    .home-left-image-text {width:80%;}
    .home-left-image-wrapper img {width: 350px;}
    .attr-nav ul {margin-right:20px;}
    .home-left-image-text p {font-size: 17px;}
    .home-slider-text h1 strong {color: #db282d;}
.top-text-left a svg, .top-bar-social-text a svg {fill: #db282d;}
.top-bar-social-text {text-align: right;position: relative;}
.top-button-group button {background: transparent;font-weight: 400;
  font-size: 14px;
  border: 0;
    border-radius: 0;
  text-decoration: none;
  color: #000;
  padding: 9px 10px 9px 10px;
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  border-right: 1px solid #e0e0e0;}
.top-button-group button svg {fill: #db282d;}
.top-button-group button::after {display: none;}
.top-button-group-ul {z-index: 99999;right: 0;border-radius: 0;margin: 0;padding: 0;transition: 0.3s;padding: 5px 10px;box-shadow: rgb(0 0 0) 0px 5px 5px -5px;background: #fff;}
.top-button-group button:hover {background: transparent !important;color: #db282d !important;border-color: #e0e0e0 !important;color: #db282d !important;transition: 0.3s;}
.top-button-group button:focus, .top-button-group button:active {background: transparent !important;color: #db282d !important;border-color: #e0e0e0 !important;color: #db282d !important;}
.dropdown:hover>.dropdown-menu {display: block;}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;}
.top-button-group-ul li a {font-size: 13px;color: #000;transition: 0.3s;padding: 5px 10px;text-align: center;}
.top-button-group-ul li a:hover {color: #db282d;}

/*================================================
    6. HOME SECTION
==================================================*/
.home-section {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 0;
  min-height: 850px;
  height: auto;
  width: 100%;
}
.header-main-bg {
  background: url(../images/home-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  animation: kenBurns 10s ease alternate infinite;
  -webkit-animation: kenBurns 10s ease alternate infinite;
  background-position: 50% 0% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-section .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 850px;
    height: auto;
    padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.title h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.title h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  line-height: 70px;
  text-transform: capitalize;
}

.title p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}

.title h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.btn-7 {
  color: #fff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 50px;
  font-size: 18px;
  max-width: 140px;
  text-transform: uppercase;
  border: 1px solid #fff;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  margin-right: 15px;
}

.btn-7:before {
  left: 0;
}

.btn-7:before,
.btn-7:after,
.btn-7 span:before,
.btn-7 span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background-color: #db282d;
  z-index: -1;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

.btn-7:after {
  left: 50%;
}

.btn-7 span {
  transition: none;
}

.btn-7 span:before {
  left: 25%;
}

.btn-7 span:before,
.btn-7 span:after {
  top: auto;
  bottom: 0;
}

.btn-7 span:after {
  left: 75%;
}

.btn-7:hover {
  color: #fff;
  outline-width: 0;
  border-color: #db282d;
}

.btn-7:focus {
  color: #000;
  border-color: #db282d;
}

.btn-7:hover:before,
.btn-7:hover:after,
.btn-7:hover span:before,
.btn-7:hover span:after {
  height: 80px;
}

.btn-7:hover:before,
.btn-7:hover:after,
.btn-7:hover span:before,
.btn-7:hover span:after {
  height: 80px;
}

.home-left-image-top {}

.home-left-image-bottom {
  margin-top: 201px;
}

.home-slider-text {
  margin-top: 140px;
  width: 100%;
  text-align: center;
}

.home-slider-text h1 {
  font-size: 41px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.home-slider-text h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.home-left-image {
  position: relative;
  display: block;
}

.home-left-image a {}

.home-left-image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.home-left-image-wrapper:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.home-left-image-wrapper img {
  width: 100%;
  transform: scale(1.0);
  transition: all 700ms ease;
}

.home-left-image a:hover .home-left-image-wrapper:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.home-left-image a:hover .home-left-image-wrapper img {
  transform: scale(1.2);
}

.home-left-image-text {
  position: relative;
  background: #eff3f4;
  color: #000;
  width: 90%;
  margin: -20px auto auto;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  padding: 5px 7px;
  border: 0;
  text-align: center;
}

.home-left-image-text p {
  font-size: 25px;
  margin: 0;
  line-height: 40px;
}

.home-left-image-text::before,
.home-left-image-text::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #db282d;
  transition: all 0.9s ease-in-out 0s;
  -webkit-transition: all 0.9s ease-in-out 0s;
  -moz-transition: all 0.9s ease-in-out 0s;
  -o-transition: all 0.9s ease-in-out 0s;
  -ms-transition: all 0.9s ease-in-out 0s;
}

.home-left-image-text:before {
  bottom: 0;
  left: 0;
  width: 100%;
}

.home-left-image-text::after {
  top: 0;
  right: 0;
  width: 0;
}

.home-left-image a:hover .home-left-image-text:before {
  width: 100%;
}

.home-left-image a:hover .home-left-image-text:after {
  width: 100%;
}

/* =========================================
Responsive Home Section
========================================= */

@media (max-width: 1200px) {

  .home-section {
    height: auto;
    min-height: 700px;
  }

  .home-section .overlay {
    height: auto;
    padding: 120px 0;
  }

  .home-slider-text {
    margin-top: 0;
  }

  .home-left-image-bottom {
    margin-top: 50px;
  }

}


@media (max-width: 992px) {

  .home-slider-text h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .home-slider-text h3 {
    font-size: 20px;
  }

  .home-left-image-bottom {
    margin-top: 40px;
  }

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

}


@media (max-width: 768px) {
  .home-section {
    height: auto;
  }
  .home-section .overlay {
    height: auto;
    padding: 80px 0;
  }
  .home-slider-text {
    margin-bottom: 40px;
    text-align: center;
  }
  .home-slider-text h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .home-slider-text h3 {
    font-size: 18px;
  }
  .home-left-image {
    margin-bottom: 30px;
  }
  .home-left-image-bottom {
    margin-top: 0;
  }
  .home-left-image-text p {
    font-size: 18px;
  }
}

@media (max-width: 576px) {

  .home-slider-text h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .home-slider-text h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-left-image-text p {
    font-size: 16px;
  }
  .home-section .overlay {
    padding: 60px 0;
  }

}



/*================================================
            about us
==================================================*/
.about-us {
  padding: 120px 0;
  padding-bottom: 60px;
}
.about-us .section-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-us .section-subtitle:after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 50%;
}

.about-us .section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.about-us .section-title span {
  color: var(--primary-color);
}
.about-us p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  margin-bottom: 15px;
}
.about-us ul{
  margin: 30px 0;
}
.about-us .listext li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.about-us .listext-icon {
  display: flex;
  align-items: center;
}
.about-us .listext-icon svg {
  width: 25px;
  background-color: var(--primary-color);
  border-radius: 50%;
  padding: 3px;
}
.about-us .listext-text {
  margin-left: 15px;
}
.about-us .listext-text p {
  font-size: 16px;
  margin: 0;
}
.about-us .btn-lg-square {
  width: 48px;
  height: 48px;
  background: var(--primary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .btn-lg-square svg{
  width: 40px;
  height: 20px;
  fill: #fff;
}
.about-us .about-img {
  position: relative;
}
.about-us .about-img:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: 50%;
  bottom: 50%;
  z-index: 1;
  background: var(--primary-color);
}
.about-us .about-img img {
  position: relative;
  z-index: 10;
}
.about-us .about-img-hotifer {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 260px;
  padding: 30px;
  z-index: 11;
  border-radius: 2px;
  text-align: left;
  background: var(--primary-color);
  box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
}
.about-us .about-img-hotifer h2{
  font-size: 4.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.about-us .about-img-hotifer p{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
}
/*================================================
         our vission section
==================================================*/
.our-vission {
  padding-top: 30px;
  padding-bottom: 80px;
}

.our-vission .single-vission-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: rgb(71 71 71 / 22%) 0px 10px 55px 5px;
  box-shadow: rgb(71 71 71 / 22%) 0px 10px 55px 5px;
  padding: 25px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.vission-right {margin-right: 20px;}
.vission-left {margin-left: 20px;}
.our-vission .single-vission-box:hover {
  color: #fff;
  margin-top: -15px;
}

.our-vission .single-vission-box::before {
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f8f9fa;
  background-color: ##eff3f4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.our-vission .single-vission-box::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #ffffff;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.our-vission .single-vission-box:hover::before {
  width: 100%;
}

.our-vission .single-vission-box:hover::after {
  left: -50px;
  bottom: -50px;
}

.our-vission .single-vission-box .icon {
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background-color: #db282d;
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.our-vission .single-vission-box:hover .icon {
  background: #fff;
}

.our-vission .single-vission-box .icon svg {
  width: 35px;
  stroke: #fff;
}

.our-vission .single-vission-box:hover .icon svg {
  stroke: #db282d;
}

.our-vission .single-vission-box .title {
  margin-bottom: 0;
  position: relative;
  font-size: 30px;
  font-weight: 700;
}

.our-vission .single-vission-box p {
  margin-top: 12px;
  font-weight: 400;
    margin-top: 15px;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    color: #333;
}
/*================================================
   COUNTER SECTION
==================================================*/
.section-title-wrapper-white:before {
  background: #fff none repeat scroll 0 0;
}

.section-title-wrapper-white:after {
  background: rgba(0, 0, 0, 0) url(../images/icon/cap-white.jpg) no-repeat scroll 0 0;
}

.section-title-white h3 {
  color: #fff;
}

.counter-section {
  background: url('../images/counter-bg.jpg') center center repeat fixed;
  background-size: cover;
  background-position: bottom !important;
}

.counter-section .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 70px 0;
  height: 100%;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.counter-wrapper .counter-column {
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
}

.counter-column span {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transform: scale(1.0);
}

.counter-column h3 {
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.counter-effects {
  position: relative;
  margin-top: 70px;
}

.counter-circle {
  position: absolute;
  top: -71px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.counter-circle:before {
  content: "";
  width: 2px;
  height: 50px;
  position: absolute;
  left: 9px;
  border: 1px dashed #dfe8f3;
  bottom: -50px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.counter-img {
  width: 95px;
  height: 95px;
  line-height: 90px;
  border-radius: 50%;
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border: 1px solid #fbfbfb;
  background: transparent;
  position: relative;
  top: 0;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.counter-img svg {
  height: 50px;
  width: 50px;
  fill: #fff;
}

.counter-effects:hover .counter-img {
  position: relative;
  top: 10px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.counter-effects:hover {
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.counter-effects:hover .counter-circle:before {
  bottom: -60px;
  height: 60px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.counter-effects:hover .counter-img {
  position: relative;
  top: 10px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.counter-column:hover span {
  transform: scale(1.2);
  padding-left: 10px;
}

.section-title-wrapper {
  margin-bottom: 35px;
  position: relative;
}

.section-title-wrapper:before {
  background: #1d4e89 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 230px;
}

.section-title-wrapper-white:before {
  background: #fff none repeat scroll 0 0;
}

.section-title {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.section-title h3 {
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
}

/*====================== SERVICE SECTION Style =========================================*/
.one-service-area {
  padding-top: 60px;
  padding-bottom: 35px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.one-section-title h2 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 0;
}

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

.one-section-title p {
  margin-top: 5px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.single-service-style2 {
  position: relative;
  border: 1px solid #ddd;
  display: block;
  background: #ffffff;
  padding-left: 25px;
  padding-bottom: 35px;
  margin-bottom: 40px;
  margin-top: 50px;
  box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.09);
  z-index: 2;
  transition: 0.5s;
}

.single-service-style2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: all 700ms linear;
  transition-delay: 0.1s;
  background: #db282d;
}

.single-service-style2_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.20;
  z-index: -2;
}

.single-service-style2 .inner_box {
  position: relative;
  display: block;
  padding-left: 180px;
  min-height: 210px;
  z-index: 2;
}

.single-service-style2 .inner_box .img-holder {
  position: absolute;
  left: 0;
  width: 180px;
  margin-top: -40px;
}

.single-service-style2 .inner_box .text-holder {
  position: relative;
  display: block;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 35px;
}

.single-service-style2 .inner_box .text-holder h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}

.single-service-style2 .inner_box .text-holder h3 a {
  color: #222222;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style2 .inner_box .text-holder p {
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  text-align: justify;
  line-height: 1.8;
  min-height: 145px;
  max-height: 145px;
  overflow: hidden;
}

.single-service-style2 .inner_box .text-holder .readmore-button {
  position: relative;
  display: block;
  margin-top: 20px;
}

.single-service-style2 .inner_box .text-holder .readmore-button a {
  color: #db282d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style2:hover {
  margin-top: 40px;
}

/* .single-service-style2:hover .single-service-style2_bg {
  opacity: 1;
  transition: all 700ms linear;
  transition-delay: 0.2s;
}
.single-service-style2:hover:after {
  opacity: .90;
  transform: perspective(400px) scaleX(1.0);
} */
.single-service-style2 .inner_box .text-holder .readmore-button a svg {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}

/*====================== Why Choose section Style =========================================*/
.why-choose-us-section {
  padding-top: 70px;
}

.who-we-are-img {
  position: relative;
}
.who-we-are-img .who-we-are-img-2 {
  position: absolute;
  bottom: -100px;
  right: 35px;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}
.who-we-are-content .top-title {
  color: var(--primary-color);
  position: relative;
  line-height: 1;
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.who-we-are-content .top-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--primary-color);
}
.who-we-are-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
.who-we-are-content .single-who-we-are {
  margin-top: 25px;
  margin-bottom: 30px;
}
.who-we-are-content .single-who-we-are svg {
  fill: var(--primary-color);
  display: inline-block;
  margin-bottom: 25px;
  width: 50px;
  line-height: 1;
}
.who-we-are-content .single-who-we-are h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}
.who-we-are-content .single-who-we-are p {
  font-size: 16px;
  font-weight: 400;
}
.who-we-are-content .read-more {
  font-weight: 500;
  font-size: 15px;
  color: var(--primary-color);
  transition: .4s
}
.who-we-are-content .read-more:hover {
  color: #0c1529;
}

 .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin-left: -125px;
  margin-top: -45px;
}
.video-play .popup-youtube svg{
 width: 35px;
 fill: var(--primary-color);
}
 .video-play a {
  color: var(--primary-color);
  text-align: center;
  border-radius: 100%;
  margin: 0;
  background: #fff;
  padding: 0;
  display: flex;
  width: 75px;
  height: 76px;
  line-height: 75px;
  z-index: 33;
  position: relative;
  align-items: center;
  justify-content: center;
}

 .video-play:hover a {
  background: var(--primary-color);
}
.video-play:hover a svg{
  fill: #fff;
}
 .waves-block .waves {
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgb(0 0 0 / 30%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  left: 50%;
  margin-left: -125px;
  top: 50%;
  margin-top: -125px;
}

 .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

 .waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

 .waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes waves {
  0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/*====================== Work Process section Style =========================================*/
.work-process-section {
  padding-top: 60px;
  padding-bottom: 0;
}

.how-i-work-row {}

.process-item {
  border: 1px solid #000;
  display: block;
  height: 150px;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
  text-align: center;
  width: 150px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.process-item::before {
  border: 1px solid #000;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: -7px;
  bottom: -7px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.process-icon {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.process-icon svg {
  height: 60px;
  width: 60px;
}

.process-item:hover::before {
  right: 7px;
  bottom: 7px;
}

.process-item h3 {
  font-size: 20px;
  color: #000;
  margin: 0;
}

.process-icon {
  margin-bottom: 10px;
  margin-top: 7px;
}

/*========================================================
    LATEST NEWS Section Style
=========================================================*/
.latest-news-section {
  padding: 60px 0 50px;
  background-size: cover;
}
.latest-news-carousel .owl-nav {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}
.latest-news-carousel .owl-prev, .latest-news-carousel .owl-next {
  border: 1px solid #db282d !important;
  text-align: center;
  border-radius: 5%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #db282d!important;
  color: #ffffff!important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.latest-news-carousel .owl-prev svg , .latest-news-carousel .owl-next svg {
  height: 40px;width: 40px;fill: #fff;
}
.latest-news-carousel .owl-prev:hover svg , .latest-news-carousel .owl-next:hover svg {fill: #db282d;}
.latest-news-carousel .owl-prev svg {
  margin-left: -3px;
}
.latest-news-carousel .owl-next svg {
  margin-right: 3px;
}
.latest-news-carousel .owl-prev:focus, .latest-news-carousel .owl-next:focus {
	border: 1px solid #db282d !important;
}
.latest-news-carousel .owl-prev:hover, .latest-news-carousel .owl-next:hover {
	background: #fff!important;
  color: #db282d!important;
  border: 1px solid #db282d !important;
}
.latest-news-carousel .owl-prev {
	float: right;
  position: relative;
  margin-right: 50px;
}
.latest-news-carousel .owl-next {
  float: right;
  position: relative;
  margin-right: -90px;
}
.latest-news-single-item {
  margin-top: 45px;
}
.latest-news-single-blog {background: #fff;box-shadow: 0 0 20px #e8e8e8;margin-bottom: 30px;margin-top:15px;}
.latest-news-single-blog-image {}
.latest-news-single-blog-text {padding: 20px 25px;background: #fff;position: relative;z-index: 1;border: 1px solid #e0e0e0;-webkit-transition: all .35s;transition: all .35s;min-height:216px;max-height:216px;overflow: hidden;}
.latest-news-single-blog-text h3 a {color: #0d1820;}
.latest-news-single-blog-text h3 {font-size: 22px;line-height: 1.2;font-weight: 400;margin-bottom: 10px;text-transform: capitalize;}
.latest-news-single-blog-text-info {}
.icon-wrapper svg {height: 16px;width: 16px;fill: #db282d;}
.icon-wrapper a {color:#000;}
.icon-wrapper-main {display: flex;padding-bottom: 6px;font-size:14px;justify-content: space-between;align-items: center;}
.date-wrapper {display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;}
.date-wrapper svg {height:20px;width:20px;margin: auto;}
.icon-wrapper {margin-bottom: 5px;display: inline-block;}
.post-one__entry-date {background: #fff;color: #070c1e;height: 52px;width: 55px;text-align: center;font-size: 14px;font-weight: 700;text-transform: uppercase;line-height: 1;}
.post-one__entry-date .date {color: #fff;background: #070c1e;padding: 6px 5px;}
.post-one__entry-date .month {padding: 5px;border: 1px solid #e0e0e0;}
.post-one__entry-date span {display: block;}
.date-wrapper-link {}
.date-wrapper-link a {border: 1px solid #e0e0e0;
    width: 55px;
    height: 52px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}
.date-wrapper-link a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 15px solid #db282d;
    border-top: 15px solid transparent;
    -webkit-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
}
.date-wrapper-link a:hover {background:#db282d;border-color:#db282d;}
.date-wrapper-link a:hover svg {fill:#fff;}
.date-wrapper-link a:hover::before {
    border-left: 15px solid #fff;
}



/*====================== Footer Style =========================================*/
.wpo-site-footer {
  font-size: 15px;
  position: relative;
  overflow: hidden;
}
.wpo-site-footer .footer-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.wpo-site-footer .footer-bg:before {
  background: #0d1820;
  content: "";
  height: 100%;
  left: 0;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}
.wpo-site-footer .footer-bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.wpo-site-footer .wpo-support-section {
  padding: 40px 0;
  overflow: hidden;
}
.wpo-site-footer .container {
  position: relative;
}
.wpo-site-footer .wpo-support-section .wpo-support-title h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  text-align: left;
}
.wpo-site-footer .wpo-support-section .wpo-support-icon {
  position: relative;
}
.wpo-site-footer .wpo-support-section .wpo-support-icon .support {
  display: flex;
  justify-content: center;
}
.wpo-site-footer .wpo-support-section .wpo-support-icon .support .shape {
  background: var(--primary-color);
  border-radius: 50%;
  height: 80px;
  position: relative;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-site-footer .wpo-support-section .wpo-support-icon .support .shape:before {
  -webkit-animation: pulse 1s ease-in infinite;
  animation: pulse 1s ease-in infinite;
  background: #151515;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  z-index: -1;
}
.wpo-site-footer .wpo-support-section .wpo-support-icon .support .shape svg{
  width: 50px;
}
.wpo-site-footer .wpo-support-section .wpo-support-icon .support .shape svg:before {
  color: #fff;
  font-size: 38px;
  line-height: 80px;
}
.wpo-site-footer .wpo-support-section .wpo-support-icon .shape-1 {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.wpo-site-footer .wpo-support-section .wpo-support-munber {
  margin-left: 50px;
  text-align: left;
}
.wpo-site-footer .wpo-support-section .wpo-support-munber span {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.wpo-site-footer .wpo-support-section .wpo-support-munber P {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 0px;
}
.wpo-support-munber a {color: #fff;}
/*--------- Foote center ---------------*/
.wpo-site-footer .wpo-upper-footer {
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  padding: 70px 0;
}
.wpo-site-footer .container {
  position: relative;
}
.wpo-site-footer .link-widget {
  overflow: hidden;
}
.wpo-site-footer .widget-title {
  margin-bottom: 25px;
}
.wpo-site-footer .widget-title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.wpo-site-footer .link-widget ul li {
  position: relative;
}
.wpo-site-footer .link-widget ul li a {
  color: #bfbac8;
  font-size: 15px;
  font-weight: 400;
  transition: .4s;
}
.wpo-site-footer .link-widget ul li a svg{
  width: 25px;
  fill: #bfbac8;
}
.wpo-site-footer .link-widget ul li a:hover svg{
  fill: var(--primary-color)
}
.wpo-site-footer .link-widget ul li+li {
  padding-top: 15px;
}
.link-widget ul li a:hover {
  color: var(--primary-color);
}
.wpo-site-footer .link-widget ul li a i {
  padding-right: 18px;
}
.wpo-site-footer .link-widget ul li a i:before {
  font-size: 13px;
}
.wpo-site-footer .contact-widget {
  padding-left: 94px;
  position: relative;
}
.wpo-site-footer .contact-widget:before {
  background: hsla(0, 0%, 100%, .1);
  content: "";
  height: 423px;
  left: 0;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}
.wpo-site-footer .contact-widget:after {
  background: hsla(0, 0%, 100%, .1);
  content: "";
  height: 423px;
  position: absolute;
  right: 0;
  top: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.wpo-site-footer .contact-widget .shape-1 {
  background: var(--primary-color);
  height: 100px;
  left: -1px;
  position: absolute;
  top: 50%;
  width: 3px;
}
.wpo-site-footer .contact-widget .shape-2 {
  background: var(--primary-color);
  height: 100px;
  position: absolute;
  right: -1px;
  top: 50%;
  width: 3px;
}
.wpo-site-footer .widget-title {
  margin-bottom: 30px;
}
.wpo-site-footer .contact-widget ul li {
  color: #bfbac8;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}
.wpo-site-footer .contact-widget ul li+li {
  padding-top: 5px;
}
.wpo-site-footer .contact-widget h4 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 20px;
  text-align: left;
}
.wpo-site-footer .contact-widget form {
  margin-top: 25px;
  position: relative;
}
.wpo-site-footer .contact-widget form input {
  background-color: #151515;
  border: 1px solid transparent;
  box-shadow: none;
  color: #bfbac8;
  height: 55px;
  padding: 6px 15px;
  width: 244px;
}
.wpo-site-footer .contact-widget form input::placeholder{
  color: #777;
}
.wpo-site-footer .contact-widget form .submit {
  position: absolute;
  right: 31%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-widget form .submit button {
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 88% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 75%, 88% 100%, 0 100%, 0 0);
  color: #fff;
  font-size: 20px;
  height: 52px;
  line-height: 45px;
  outline: 0;
  width: 56px;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.contact-widget form .submit button svg{
  width: 80%;
}
.contact-widget ul {margin-bottom: 10px;}
/*----- Footer Bottom -------*/
.wpo-site-footer .wpo-lower-footer {
  background: #151515;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .row {
  padding: 20px 0;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: .9375rem;
  margin: 0;
  text-align: left;
  color: #fff;
}
.wpo-site-footer .wpo-lower-footer .copyright a {
  color: #fff;
  text-decoration: none;
}
.social-widget {
  text-align: left;
}
.social-widget ul {margin: 0;padding: 0;list-style: none;}
.social-widget ul li {
  display: inline-block;
}
.social-widget ul li a {
  background: var(--primary-color);
  color: #fff;
  height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 40px;
  transition: 0.4s;
}
.social-widget ul li a:hover {
  border-radius: 50%;
}
.social-widget ul li a svg {
  width: 20px;
  fill: #fff;
}
.footer_footer_info {text-align: right;color: #fff;margin:0;}
.footer_footer_info a {color: #db282d;transition: 0.5s;}
.footer_footer_info a:hover {color: #fff;}
/*======================== Service Page style ============================*/
.service_one_section {position: relative;}
.service_one_section-wrapper {position: relative;width: 100%;height: 850px;overflow: hidden;}
.service_one_section-bg {position: relative;top: 0;left: 0;width: 100%;height: 100%;}
.service_one_section-bg {position: relative;overflow: hidden;background: url(../images/service/pre-fabricated-steel-structure-3.jpg);background-size: cover;background-attachment: cover;background-repeat: no-repeat;width: 100%;height: 850px;}
.youtube-video-overlay {position: relative;overflow: hidden;width: 100%;background: transparent !important;}
.mb_YTPBar, .mb_YTPBar .buttonBar {display: none;}
.service_one_section-bg  .overlay {background-color: rgba(0,0,0,0.5);height: 850px;text-align: left;display: flex;justify-content: center;align-items: center;flex-direction: column;}
/* CSS to make the video responsive */
.video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.title_service_one {color: #fff;text-align: left;padding-top: 50px;}
.title_service_one h1 {font-size: 52px;color: #fff;font-weight: 700;line-height: 50px;text-transform: capitalize;margin-bottom: 20px;}
.title_service_one p {font-weight: 400;font-size: 18px;line-height: 30px;color: #fff;text-align: left;text-transform: capitalize;}
.title_service_two {text-align: center;}
.title_service_two p {text-align: center;}
.video-background_service_two {background: transparent !important;}
.video-background_service_two .overlay {background-color: rgba(0,0,0,0.7);}
.particle,
.particle:after {background: transparent;}
.particle:after {position: absolute;content: "";}
.particle_one {
  -webkit-animation: animParticle 60s linear infinite;
          animation: animParticle 60s linear infinite;
  box-shadow: 0px 0px #fff, 2066px 2283px #fff, 1737px 1100px #fff, 2052px 1402px #fff, 1745px 222px #fff, 163px 2486px #fff, 839px 138px #fff, 1666px 1022px #fff, 634px 1567px #fff, 2555px 1888px #fff, 10px 2307px #fff, 796px 2141px #fff, 1971px 2413px #fff, 2534px 589px #fff, 734px 1110px #fff, 2032px 1005px #fff, 1850px 591px #fff, 1171px 810px #fff, 1844px 1203px #fff, 2177px 963px #fff, 495px 863px #fff, 146px 762px #fff, 1449px 826px #fff, 851px 501px #fff, 1171px 638px #fff, 491px 942px #fff, 1206px 1748px #fff, 1162px 597px #fff, 908px 584px #fff, 402px 767px #fff, 1137px 447px #fff, 1979px 2408px #fff, 886px 434px #fff, 2548px 1849px #fff, 758px 1905px #fff, 1020px 215px #fff, 796px 381px #fff, 1272px 1212px #fff, 2503px 772px #fff, 2399px 484px #fff, 2377px 197px #fff, 2120px 2299px #fff, 1080px 551px #fff, 1940px 425px #fff, 1598px 36px #fff, 611px 622px #fff, 2526px 713px #fff, 942px 109px #fff, 2097px 2062px #fff, 172px 300px #fff, 2484px 336px #fff, 1181px 592px #fff, 1169px 1504px #fff, 1694px 1740px #fff, 1505px 1135px #fff, 1622px 1949px #fff, 2456px 607px #fff, 872px 1346px #fff, 1780px 2305px #fff, 897px 103px #fff, 297px 2085px #fff, 1633px 1835px #fff, 1766px 6px #fff, 1363px 163px #fff, 642px 2549px #fff, 2362px 622px #fff, 2049px 841px #fff, 2512px 2487px #fff, 2072px 1620px #fff, 1902px 102px #fff, 2465px 1987px #fff, 2381px 2380px #fff, 877px 162px #fff, 2058px 264px #fff, 476px 945px #fff, 1021px 202px #fff, 983px 2189px #fff, 1722px 293px #fff, 1836px 1066px #fff, 2502px 1418px #fff, 2276px 1458px #fff, 2013px 1003px #fff, 518px 2379px #fff, 362px 1913px #fff, 2511px 2045px #fff, 785px 2532px #fff, 1174px 1212px #fff, 1223px 2338px #fff, 2116px 2044px #fff, 947px 1544px #fff, 1612px 2116px #fff, 7px 2382px #fff, 1800px 1851px #fff, 1236px 2025px #fff, 114px 2365px #fff, 1003px 2482px #fff, 280px 378px #fff, 2022px 1329px #fff, 878px 2148px #fff, 1927px 1810px #fff, 573px 1715px #fff, 67px 1727px #fff, 1035px 1760px #fff, 74px 469px #fff, 560px 1955px #fff, 2299px 750px #fff, 850px 1059px #fff, 976px 538px #fff, 1611px 1822px #fff, 1040px 283px #fff, 2460px 872px #fff, 2290px 808px #fff, 2149px 2254px #fff, 2394px 821px #fff, 2065px 54px #fff, 2019px 2293px #fff, 1131px 653px #fff, 50px 937px #fff, 2276px 966px #fff, 1546px 2111px #fff, 223px 305px #fff, 230px 154px #fff, 262px 1184px #fff, 2506px 635px #fff, 1996px 2445px #fff, 79px 925px #fff, 178px 1128px #fff, 1803px 790px #fff, 371px 1570px #fff, 881px 754px #fff, 1411px 2268px #fff, 629px 2469px #fff, 1160px 2256px #fff, 1518px 2469px #fff, 1990px 450px #fff, 6px 538px #fff, 740px 1067px #fff, 1652px 377px #fff, 1537px 469px #fff, 696px 253px #fff, 228px 1459px #fff, 149px 1325px #fff, 638px 426px #fff, 1258px 1337px #fff, 1490px 25px #fff, 1707px 60px #fff, 1420px 1808px #fff, 1362px 1615px #fff, 722px 2338px #fff, 1309px 1466px #fff, 2130px 554px #fff, 1810px 2169px #fff, 2459px 1542px #fff, 2111px 1473px #fff, 964px 1456px #fff, 2123px 124px #fff, 1155px 886px #fff, 1743px 1025px #fff, 2215px 68px #fff, 1236px 929px #fff, 1209px 1281px #fff, 2156px 1722px #fff, 954px 558px #fff, 772px 1185px #fff, 1577px 1628px #fff, 1909px 1976px #fff, 1436px 1291px #fff, 1753px 356px #fff, 1042px 1392px #fff, 486px 1199px #fff, 1422px 823px #fff, 1687px 2160px #fff, 539px 1115px #fff, 1409px 1375px #fff, 2043px 2232px #fff, 362px 1795px #fff, 410px 1343px #fff, 976px 793px #fff, 1677px 916px #fff, 1537px 2271px #fff, 753px 1949px #fff, 1999px 744px #fff, 907px 2187px #fff, 1948px 805px #fff, 1246px 2270px #fff, 734px 2155px #fff, 152px 2411px #fff, 2426px 1335px #fff, 2532px 2099px #fff, 1472px 2394px #fff, 1339px 746px #fff, 854px 734px #fff, 250px 2354px #fff, 1357px 357px #fff, 1052px 1349px #fff, 1009px 2357px #fff, 924px 2375px #fff, 684px 1823px #fff, 685px 2132px #fff, 1844px 824px #fff, 611px 1208px #fff, 1960px 2515px #fff, 255px 2344px #fff, 1569px 1363px #fff, 1639px 2137px #fff, 655px 469px #fff, 2350px 42px #fff, 856px 2403px #fff, 151px 2544px #fff, 1476px 2010px #fff, 355px 2043px #fff, 2514px 1890px #fff, 72px 1161px #fff, 1849px 1263px #fff, 243px 2308px #fff, 1039px 1435px #fff, 1091px 641px #fff, 1708px 2271px #fff, 257px 930px #fff, 478px 313px #fff, 2343px 263px #fff, 1485px 1892px #fff, 684px 1635px #fff, 2090px 1216px #fff, 655px 1281px #fff, 1923px 244px #fff, 1909px 2003px #fff, 1102px 1554px #fff, 1023px 1239px #fff, 713px 2314px #fff, 1307px 1920px #fff, 1005px 803px #fff, 1970px 1139px #fff, 1755px 48px #fff, 2028px 2165px #fff, 1133px 1638px #fff, 2183px 993px #fff, 2162px 490px #fff, 1396px 427px #fff, 1716px 307px #fff, 391px 436px #fff, 1742px 1351px #fff, 703px 137px #fff, 1381px 1571px #fff, 1329px 1196px #fff, 1655px 512px #fff, 1848px 622px #fff, 1582px 496px #fff, 2107px 2520px #fff, 602px 1513px #fff, 2369px 100px #fff, 1386px 1980px #fff, 1288px 1288px #fff, 1190px 2513px #fff, 2518px 330px #fff, 1136px 1853px #fff, 2506px 1996px #fff, 173px 1520px #fff, 1697px 1581px #fff, 853px 1936px #fff, 915px 2390px #fff, 530px 565px #fff, 2276px 1258px #fff, 35px 48px #fff, 2385px 2319px #fff, 2456px 622px #fff, 2323px 2246px #fff, 1446px 872px #fff, 863px 479px #fff, 1463px 809px #fff, 1106px 1808px #fff, 426px 1044px #fff, 1516px 1019px #fff, 31px 808px #fff, 2417px 985px #fff, 864px 1802px #fff, 2204px 2118px #fff, 1614px 2294px #fff, 2281px 2464px #fff, 2313px 1790px #fff, 402px 352px #fff, 612px 160px #fff, 284px 2491px #fff, 544px 2309px #fff, 577px 535px #fff, 363px 1883px #fff, 1136px 575px #fff, 1089px 1652px #fff, 2086px 274px #fff, 1284px 433px #fff, 647px 1155px #fff, 149px 1619px #fff, 1445px 2048px #fff, 1320px 2047px #fff, 482px 988px #fff, 731px 1574px #fff, 593px 2407px #fff, 478px 933px #fff, 2148px 1036px #fff, 623px 2053px #fff, 993px 62px #fff, 2409px 1600px #fff, 1520px 183px #fff, 2155px 529px #fff, 606px 53px #fff, 2314px 1724px #fff, 2471px 2484px #fff, 452px 568px #fff, 2136px 636px #fff, 1509px 1060px #fff, 437px 335px #fff, 499px 2524px #fff, 2556px 2454px #fff, 131px 1506px #fff, 1743px 1391px #fff, 1980px 1493px #fff, 482px 1089px #fff, 1920px 2362px #fff, 1640px 629px #fff, 1542px 677px #fff, 663px 715px #fff, 1942px 2039px #fff, 1394px 1982px #fff, 793px 2447px #fff, 1123px 736px #fff, 2320px 62px #fff, 2193px 2506px #fff, 1861px 1755px #fff, 1836px 157px #fff, 1960px 1252px #fff, 2327px 2384px #fff, 1270px 2152px #fff, 1095px 977px #fff, 1055px 893px #fff, 1148px 1203px #fff, 48px 1701px #fff, 1218px 2413px #fff, 1621px 96px #fff, 1787px 1781px #fff, 2058px 1855px #fff, 1540px 17px #fff, 2559px 743px #fff, 364px 2178px #fff, 565px 1950px #fff, 1348px 228px #fff, 2326px 361px #fff, 74px 575px #fff, 1542px 1529px #fff, 80px 407px #fff, 2529px 1308px #fff, 2557px 853px #fff, 1077px 492px #fff, 2226px 2016px #fff, 351px 528px #fff, 2224px 131px #fff, 1848px 443px #fff, 2328px 1760px #fff, 992px 1166px #fff, 1416px 2550px #fff, 671px 1137px #fff, 1326px 346px #fff, 1143px 2464px #fff, 159px 2208px #fff, 186px 1656px #fff, 579px 101px #fff, 2257px 1450px #fff, 2054px 2376px #fff, 2186px 935px #fff, 2258px 977px #fff, 2313px 1388px #fff, 465px 775px #fff, 181px 337px #fff, 88px 2102px #fff, 1426px 1678px #fff, 2078px 2536px #fff, 1387px 747px #fff, 840px 242px #fff, 101px 1278px #fff, 2105px 2153px #fff, 1212px 1942px #fff, 1093px 621px #fff, 1126px 2353px #fff, 523px 600px #fff, 2509px 2466px #fff, 2300px 806px #fff, 1989px 1484px #fff, 113px 387px #fff, 2353px 1063px #fff, 724px 2260px #fff, 1792px 1502px #fff, 2015px 372px #fff, 301px 2005px #fff, 1788px 2097px #fff, 1303px 1031px #fff, 1085px 1114px #fff, 98px 2247px #fff, 1015px 2544px #fff, 565px 2388px #fff, 1509px 1015px #fff, 1233px 1366px #fff, 1116px 1088px #fff, 209px 969px #fff, 1237px 2227px #fff, 1190px 391px #fff, 670px 828px #fff, 410px 1949px #fff, 1957px 2113px #fff, 1107px 356px #fff, 1889px 1865px #fff, 6px 2195px #fff, 18px 2027px #fff, 963px 480px #fff, 826px 1298px #fff, 778px 2073px #fff, 806px 1072px #fff, 786px 206px #fff, 761px 22px #fff, 884px 1246px #fff, 1008px 938px #fff, 1363px 1096px #fff, 735px 334px #fff, 907px 2148px #fff, 1453px 758px #fff, 125px 1049px #fff, 1357px 2228px #fff, 1496px 1876px #fff, 1681px 887px #fff, 2002px 1938px #fff, 842px 2480px #fff, 794px 412px #fff, 129px 526px #fff, 2045px 1987px #fff, 1621px 2492px #fff, 138px 792px #fff, 1086px 497px #fff, 1106px 181px #fff, 1948px 434px #fff, 808px 109px #fff, 2239px 835px #fff, 649px 262px #fff, 595px 278px #fff, 543px 1209px #fff, 193px 248px #fff, 2371px 352px #fff, 2349px 2366px #fff, 1943px 1018px #fff, 2109px 1675px #fff, 1840px 263px #fff, 2040px 286px #fff, 356px 820px #fff, 1416px 1973px #fff, 2118px 1512px #fff, 75px 1882px #fff, 332px 929px #fff, 2347px 1375px #fff, 994px 2116px #fff, 400px 755px #fff, 124px 1677px #fff, 1962px 2296px #fff, 2374px 1184px #fff, 1369px 1162px #fff, 2074px 2400px #fff, 1590px 442px #fff, 1839px 2409px #fff, 2138px 1554px #fff, 2291px 1819px #fff, 2245px 487px #fff, 1021px 1449px #fff, 356px 1555px #fff, 380px 958px #fff, 1166px 2393px #fff, 1713px 2098px #fff, 292px 621px #fff, 1470px 2494px #fff, 674px 1468px #fff, 511px 1141px #fff, 1248px 1138px #fff, 1073px 2431px #fff, 1716px 1950px #fff, 619px 2457px #fff, 1197px 861px #fff, 2517px 760px #fff, 568px 1945px #fff, 1494px 1122px #fff, 1058px 1463px #fff, 877px 122px #fff, 641px 1547px #fff, 1587px 2145px #fff, 419px 2322px #fff, 1369px 1463px #fff, 2337px 2092px #fff, 394px 814px #fff, 850px 332px #fff, 1599px 1527px #fff, 838px 1515px #fff, 1298px 2073px #fff, 1918px 372px #fff, 1821px 2439px #fff, 2101px 2344px #fff, 2020px 331px #fff, 1286px 1710px #fff, 202px 2496px #fff, 24px 1098px #fff, 54px 1673px #fff, 1101px 930px #fff, 120px 2358px #fff, 1164px 949px #fff, 1478px 251px #fff, 1690px 608px #fff, 429px 675px #fff, 1805px 1234px #fff, 643px 1808px #fff, 1342px 2150px #fff, 126px 2078px #fff, 579px 1196px #fff, 22px 489px #fff, 1378px 1942px #fff, 69px 2236px #fff, 564px 411px #fff, 2038px 154px #fff, 1984px 840px #fff, 636px 1610px #fff, 2539px 1140px #fff, 1513px 2176px #fff, 1266px 475px #fff, 76px 1174px #fff, 483px 1020px #fff, 100px 2297px #fff, 33px 2223px #fff, 1706px 1970px #fff, 733px 2147px #fff, 803px 100px #fff, 952px 104px #fff, 1846px 1290px #fff, 983px 758px #fff, 2417px 1696px #fff, 2022px 841px #fff, 2385px 1359px #fff, 266px 2227px #fff, 1899px 1357px #fff, 1543px 1093px #fff, 481px 746px #fff, 791px 856px #fff, 863px 1374px #fff, 2366px 2377px #fff, 889px 2359px #fff, 2022px 1767px #fff, 582px 2236px #fff, 1179px 1542px #fff, 1431px 604px #fff, 2221px 2232px #fff, 677px 1476px #fff, 591px 1140px #fff, 1291px 8px #fff, 2423px 666px #fff, 61px 868px #fff, 232px 379px #fff, 1981px 1919px #fff, 1215px 280px #fff, 2027px 2091px #fff, 1758px 2164px #fff, 2197px 384px #fff, 526px 14px #fff, 494px 2315px #fff, 341px 2149px #fff, 920px 1379px #fff, 20px 1555px #fff, 1379px 1381px #fff, 202px 462px #fff, 779px 286px #fff, 1602px 1583px #fff, 604px 318px #fff, 2336px 528px #fff, 740px 2388px #fff, 592px 1345px #fff, 1473px 1038px #fff, 1941px 768px #fff, 1051px 2072px #fff, 1472px 675px #fff, 2312px 2083px #fff, 344px 1224px #fff, 1032px 1999px #fff, 1879px 1417px #fff, 590px 1002px #fff, 2377px 1122px #fff, 2196px 255px #fff, 2156px 1989px #fff, 1601px 868px #fff, 1963px 1797px #fff, 843px 603px #fff, 708px 95px #fff, 2200px 1121px #fff, 2550px 1358px #fff, 1668px 2018px #fff, 635px 259px #fff, 830px 1106px #fff, 1654px 2214px #fff, 1132px 1347px #fff, 125px 1314px #fff, 1190px 158px #fff, 107px 2554px #fff;
  height: 1px;
  width: 1px;
}
.particle_one:after {
  box-shadow: 0px 0px #fff, 886px 52px #fff, 2289px 562px #fff, 241px 1539px #fff, 17px 94px #fff, 831px 2421px #fff, 1436px 2482px #fff, 963px 1818px #fff, 1105px 780px #fff, 808px 474px #fff, 1438px 1474px #fff, 1855px 399px #fff, 1943px 2205px #fff, 892px 1134px #fff, 2365px 1033px #fff, 2320px 2165px #fff, 2040px 2359px #fff, 513px 1294px #fff, 130px 2097px #fff, 720px 666px #fff, 1334px 1415px #fff, 1750px 1575px #fff, 271px 736px #fff, 2304px 1540px #fff, 1320px 1943px #fff, 1406px 2223px #fff, 608px 1142px #fff, 1784px 2395px #fff, 1318px 2070px #fff, 426px 2007px #fff, 1661px 1053px #fff, 799px 1883px #fff, 2502px 2281px #fff, 911px 2299px #fff, 1686px 1436px #fff, 1432px 73px #fff, 1097px 2411px #fff, 2543px 688px #fff, 2053px 1108px #fff, 1002px 1923px #fff, 40px 2228px #fff, 2148px 1484px #fff, 756px 658px #fff, 1568px 413px #fff, 1725px 2132px #fff, 1171px 370px #fff, 1468px 1997px #fff, 1550px 570px #fff, 334px 2549px #fff, 2370px 1081px #fff, 1998px 874px #fff, 1391px 2548px #fff, 2225px 770px #fff, 2046px 15px #fff, 369px 692px #fff, 1266px 1674px #fff, 2004px 1310px #fff, 894px 2554px #fff, 2190px 941px #fff, 825px 2032px #fff, 62px 2273px #fff, 1583px 2282px #fff, 382px 269px #fff, 1856px 1691px #fff, 1516px 147px #fff, 1359px 967px #fff, 2344px 1458px #fff, 2084px 275px #fff, 2527px 2376px #fff, 2551px 553px #fff, 1893px 337px #fff, 770px 1099px #fff, 1502px 1503px #fff, 1499px 578px #fff, 2530px 159px #fff, 146px 2484px #fff, 227px 67px #fff, 1450px 664px #fff, 1570px 545px #fff, 219px 717px #fff, 1401px 1267px #fff, 574px 2108px #fff, 976px 1155px #fff, 2490px 2002px #fff, 1357px 126px #fff, 2558px 1770px #fff, 1772px 1647px #fff, 860px 1824px #fff, 1313px 76px #fff, 906px 333px #fff, 1911px 208px #fff, 1358px 1239px #fff, 290px 1540px #fff, 827px 325px #fff, 627px 2465px #fff, 203px 60px #fff, 2222px 475px #fff, 1050px 2481px #fff, 1280px 407px #fff, 1363px 2049px #fff, 1050px 1692px #fff, 1692px 1597px #fff, 560px 2158px #fff, 41px 837px #fff, 404px 1434px #fff, 398px 376px #fff, 497px 1710px #fff, 1351px 1561px #fff, 498px 324px #fff, 592px 764px #fff, 397px 1599px #fff, 1102px 952px #fff, 484px 1105px #fff, 1716px 2068px #fff, 53px 504px #fff, 613px 1300px #fff, 1666px 2406px #fff, 2247px 1973px #fff, 2207px 1409px #fff, 1090px 2113px #fff, 1244px 1883px #fff, 1981px 1921px #fff, 1856px 1537px #fff, 69px 765px #fff, 819px 658px #fff, 1519px 1632px #fff, 1977px 6px #fff, 1380px 1890px #fff, 1227px 794px #fff, 1528px 2229px #fff, 1383px 578px #fff, 1455px 878px #fff, 1977px 706px #fff, 69px 550px #fff, 1321px 623px #fff, 1560px 1115px #fff, 1169px 1702px #fff, 254px 3px #fff, 760px 2140px #fff, 719px 935px #fff, 1353px 2224px #fff, 466px 362px #fff, 756px 2510px #fff, 1165px 622px #fff, 888px 1620px #fff, 1408px 1565px #fff, 1212px 2156px #fff, 2364px 29px #fff, 700px 1611px #fff, 975px 2442px #fff, 1399px 2081px #fff, 165px 897px #fff, 1569px 137px #fff, 1907px 170px #fff, 1546px 1671px #fff, 69px 147px #fff, 2293px 837px #fff, 2170px 131px #fff, 135px 712px #fff, 1002px 1834px #fff, 645px 2205px #fff, 1995px 1610px #fff, 2504px 1437px #fff, 1591px 2327px #fff, 2073px 2135px #fff, 1793px 386px #fff, 2183px 89px #fff, 2536px 2071px #fff, 122px 1452px #fff, 1430px 1402px #fff, 318px 1557px #fff, 1349px 2074px #fff, 21px 2264px #fff, 319px 1344px #fff, 1217px 1743px #fff, 74px 385px #fff, 1925px 750px #fff, 512px 724px #fff, 1827px 1412px #fff, 396px 464px #fff, 1504px 323px #fff, 1822px 2097px #fff, 250px 116px #fff, 132px 843px #fff, 2447px 508px #fff, 1298px 2096px #fff, 2300px 1694px #fff, 2160px 1703px #fff, 497px 804px #fff, 931px 1601px #fff, 1972px 103px #fff, 2500px 1752px #fff, 1720px 2173px #fff, 1512px 562px #fff, 2529px 1527px #fff, 1274px 142px #fff, 2072px 335px #fff, 2165px 288px #fff, 1267px 419px #fff, 580px 1279px #fff, 672px 18px #fff, 634px 54px #fff, 1136px 1869px #fff, 378px 146px #fff, 2029px 1976px #fff, 103px 985px #fff, 826px 1756px #fff, 2276px 1389px #fff, 800px 1293px #fff, 1236px 654px #fff, 2383px 1523px #fff, 2508px 1402px #fff, 1563px 1066px #fff, 2248px 1107px #fff, 1954px 1466px #fff, 2486px 2314px #fff, 967px 1952px #fff, 658px 318px #fff, 1946px 2399px #fff, 317px 598px #fff, 228px 1432px #fff, 2166px 1989px #fff, 1009px 1014px #fff, 877px 2125px #fff, 1374px 500px #fff, 2212px 947px #fff, 2472px 1166px #fff, 2364px 146px #fff, 1117px 234px #fff, 70px 2309px #fff, 1918px 935px #fff, 1279px 1241px #fff, 1056px 2354px #fff, 713px 1252px #fff, 2319px 2013px #fff, 994px 1237px #fff, 678px 1596px #fff, 2357px 876px #fff, 1052px 89px #fff, 842px 2028px #fff, 1391px 979px #fff, 1145px 212px #fff, 105px 809px #fff, 1394px 2533px #fff, 198px 1863px #fff, 1815px 287px #fff, 2287px 1576px #fff, 45px 2207px #fff, 1535px 493px #fff, 771px 2129px #fff, 1538px 2160px #fff, 344px 1828px #fff, 1273px 61px #fff, 419px 1529px #fff, 1320px 99px #fff, 1185px 439px #fff, 1523px 338px #fff, 2429px 306px #fff, 2534px 78px #fff, 135px 1178px #fff, 2069px 1695px #fff, 1824px 1051px #fff, 867px 523px #fff, 370px 1550px #fff, 1670px 2437px #fff, 2436px 563px #fff, 2053px 866px #fff, 96px 567px #fff, 725px 1335px #fff, 1796px 5px #fff, 1693px 1648px #fff, 919px 628px #fff, 38px 443px #fff, 2023px 300px #fff, 906px 2529px #fff, 2401px 1262px #fff, 311px 789px #fff, 1654px 2226px #fff, 707px 1792px #fff, 2354px 240px #fff, 856px 873px #fff, 1266px 2182px #fff, 815px 2461px #fff, 151px 1564px #fff, 1091px 1982px #fff, 8px 1084px #fff, 1999px 1777px #fff, 1995px 2184px #fff, 866px 2230px #fff, 823px 112px #fff, 1598px 745px #fff, 2072px 1746px #fff, 415px 1774px #fff, 1319px 783px #fff, 993px 1851px #fff, 1498px 1236px #fff, 709px 899px #fff, 1505px 1147px #fff, 551px 1281px #fff, 747px 665px #fff, 1134px 2162px #fff, 186px 44px #fff, 1636px 2016px #fff, 2091px 1907px #fff, 303px 402px #fff, 430px 37px #fff, 1125px 1224px #fff, 1986px 680px #fff, 1468px 1943px #fff, 526px 2020px #fff, 1276px 729px #fff, 3px 546px #fff, 1271px 346px #fff, 899px 2524px #fff, 1811px 1424px #fff, 2280px 1918px #fff, 996px 845px #fff, 519px 76px #fff, 1952px 181px #fff, 1790px 2248px #fff, 1051px 1292px #fff, 1591px 1113px #fff, 75px 1393px #fff, 573px 1797px #fff, 1742px 687px #fff, 1700px 2286px #fff, 908px 219px #fff, 2514px 586px #fff, 669px 146px #fff, 1859px 1841px #fff, 548px 1846px #fff, 1101px 589px #fff, 2227px 550px #fff, 419px 1055px #fff, 2164px 2532px #fff, 692px 1419px #fff, 2044px 619px #fff, 2337px 1798px #fff, 177px 778px #fff, 626px 2226px #fff, 298px 256px #fff, 732px 2053px #fff, 832px 1099px #fff, 96px 1667px #fff, 435px 1138px #fff, 1055px 2379px #fff, 1664px 2170px #fff, 1040px 745px #fff, 1412px 1250px #fff, 567px 2384px #fff, 1084px 1584px #fff, 2028px 1131px #fff, 1647px 1883px #fff, 1609px 1983px #fff, 2181px 155px #fff, 176px 547px #fff, 718px 97px #fff, 714px 2088px #fff, 1900px 221px #fff, 2112px 2511px #fff, 2247px 1408px #fff, 484px 1423px #fff, 1330px 1491px #fff, 1921px 1476px #fff, 2038px 1375px #fff, 1205px 1585px #fff, 2335px 46px #fff, 1455px 2166px #fff, 2438px 625px #fff, 2551px 1324px #fff, 1190px 958px #fff, 51px 1127px #fff, 1430px 2196px #fff, 483px 1090px #fff, 1159px 148px #fff, 2049px 2183px #fff, 2014px 2519px #fff, 1766px 234px #fff, 2534px 215px #fff, 671px 661px #fff, 1697px 1889px #fff, 714px 809px #fff, 2366px 1715px #fff, 1221px 1491px #fff, 1063px 1494px #fff, 689px 1137px #fff, 1018px 1945px #fff, 2413px 1895px #fff, 845px 464px #fff, 2360px 2247px #fff, 71px 161px #fff, 2082px 2062px #fff, 762px 1726px #fff, 2146px 1127px #fff, 2061px 1699px #fff, 23px 797px #fff, 2007px 1233px #fff, 1645px 2063px #fff, 616px 1179px #fff, 1226px 666px #fff, 1632px 126px #fff, 1131px 1494px #fff, 2254px 16px #fff, 1312px 2058px #fff, 2506px 1092px #fff, 1723px 214px #fff, 728px 2121px #fff, 498px 1054px #fff, 2122px 669px #fff, 893px 2033px #fff, 433px 751px #fff, 1952px 848px #fff, 348px 23px #fff, 2342px 1788px #fff, 1656px 1418px #fff, 1948px 467px #fff, 159px 519px #fff, 2207px 1045px #fff, 274px 1161px #fff, 2321px 833px #fff, 930px 1049px #fff, 2369px 2424px #fff, 2537px 1186px #fff, 760px 1887px #fff, 1801px 1191px #fff, 560px 1400px #fff, 692px 1865px #fff, 2402px 330px #fff, 2211px 202px #fff, 2460px 1913px #fff, 7px 2458px #fff, 451px 476px #fff, 1164px 371px #fff, 678px 1114px #fff, 402px 1416px #fff, 1006px 1138px #fff, 1320px 1821px #fff, 2412px 1094px #fff, 2386px 792px #fff, 2143px 2196px #fff, 169px 491px #fff, 1284px 2354px #fff, 2240px 1961px #fff, 1270px 2366px #fff, 390px 2510px #fff, 1353px 1430px #fff, 1510px 1466px #fff, 765px 2075px #fff, 2546px 40px #fff, 19px 346px #fff, 2318px 1049px #fff, 318px 2334px #fff, 631px 1812px #fff, 769px 215px #fff, 302px 2167px #fff, 1404px 476px #fff, 2199px 632px #fff, 2219px 879px #fff, 362px 1964px #fff, 663px 1746px #fff, 925px 2197px #fff, 754px 320px #fff, 1196px 895px #fff, 1439px 2336px #fff, 264px 1466px #fff, 2159px 2218px #fff, 897px 1289px #fff, 1082px 963px #fff, 1051px 108px #fff, 195px 1307px #fff, 1818px 68px #fff, 2009px 1805px #fff, 825px 715px #fff, 934px 183px #fff, 1131px 1774px #fff, 1997px 1609px #fff, 703px 1393px #fff, 145px 766px #fff, 2465px 579px #fff, 783px 1720px #fff, 539px 163px #fff, 61px 683px #fff, 946px 1682px #fff, 2215px 717px #fff, 2305px 2113px #fff, 2238px 176px #fff, 2079px 744px #fff, 842px 1363px #fff, 222px 1180px #fff, 2357px 1922px #fff, 2227px 2006px #fff, 554px 244px #fff, 696px 514px #fff, 470px 2084px #fff, 1793px 1458px #fff, 1878px 2511px #fff, 1886px 1286px #fff, 2432px 1402px #fff, 1919px 509px #fff, 187px 234px #fff, 2486px 318px #fff, 1253px 1135px #fff, 2425px 1162px #fff, 1004px 2169px #fff, 1285px 1703px #fff, 105px 30px #fff, 1956px 1214px #fff, 1020px 1526px #fff, 1258px 1205px #fff, 76px 2352px #fff, 1112px 2191px #fff, 135px 1212px #fff, 2370px 584px #fff, 348px 664px #fff, 2110px 2000px #fff, 2265px 581px #fff, 2334px 1056px #fff, 1298px 928px #fff, 1603px 1641px #fff, 2138px 822px #fff, 651px 1514px #fff, 1006px 572px #fff, 549px 2536px #fff, 324px 480px #fff, 1790px 747px #fff, 1826px 404px #fff, 1189px 2515px #fff, 802px 2016px #fff, 1011px 1847px #fff, 215px 19px #fff, 2265px 1444px #fff, 1618px 1180px #fff, 1500px 327px #fff, 549px 1650px #fff, 2304px 179px #fff, 210px 1245px #fff, 2269px 941px #fff, 1770px 2410px #fff, 880px 1251px #fff, 1063px 2511px #fff, 244px 447px #fff, 940px 276px #fff, 534px 2188px #fff, 1311px 823px #fff, 11px 3px #fff, 2172px 1532px #fff, 1871px 552px #fff, 992px 2312px #fff, 1565px 549px #fff, 2353px 1686px #fff, 2202px 489px #fff, 644px 2113px #fff, 1778px 1334px #fff, 2225px 1763px #fff, 2162px 487px #fff, 529px 751px #fff, 275px 2427px #fff, 30px 20px #fff, 179px 442px #fff, 1311px 449px #fff, 1043px 2135px #fff, 1151px 150px #fff, 1188px 1171px #fff, 1282px 1698px #fff, 673px 953px #fff, 1869px 541px #fff, 540px 366px #fff, 980px 1859px #fff, 591px 67px #fff, 1790px 554px #fff, 2414px 2108px #fff, 603px 2126px #fff, 1952px 490px #fff, 1835px 1059px #fff, 1415px 1483px #fff, 2213px 2285px #fff, 380px 1627px #fff, 234px 1997px #fff, 706px 1007px #fff, 1636px 2401px #fff, 1682px 653px #fff, 670px 297px #fff, 1292px 1690px #fff, 809px 1991px #fff, 2444px 1755px #fff, 264px 1866px #fff, 156px 2249px #fff, 2251px 186px #fff, 488px 2457px #fff, 586px 2223px #fff, 155px 1483px #fff, 1464px 2029px #fff, 2393px 1314px #fff, 2080px 839px #fff, 637px 184px #fff, 90px 2030px #fff, 2361px 1047px #fff, 1372px 1054px #fff, 657px 2509px #fff, 2258px 270px #fff, 498px 718px #fff;
  height: 1px;
  width: 1px;
}
.particle_two {
  -webkit-animation: animParticle 120s linear infinite;
          animation: animParticle 120s linear infinite;
  box-shadow: 0px 0px #fff, 1730px 223px #fff, 2500px 381px #fff, 2315px 32px #fff, 2424px 1170px #fff, 2384px 2553px #fff, 1916px 2281px #fff, 141px 564px #fff, 811px 1286px #fff, 1275px 2122px #fff, 2393px 1391px #fff, 29px 1965px #fff, 605px 1545px #fff, 2442px 66px #fff, 1765px 1032px #fff, 1947px 2199px #fff, 2337px 1552px #fff, 826px 132px #fff, 1593px 1460px #fff, 1688px 920px #fff, 1339px 2173px #fff, 439px 591px #fff, 1640px 472px #fff, 1400px 174px #fff, 565px 1603px #fff, 452px 2029px #fff, 1091px 381px #fff, 576px 708px #fff, 790px 378px #fff, 653px 1677px #fff, 282px 181px #fff, 1628px 318px #fff, 1670px 1584px #fff, 351px 180px #fff, 2511px 1969px #fff, 1177px 1286px #fff, 1736px 532px #fff, 1975px 1872px #fff, 191px 1225px #fff, 2542px 2044px #fff, 1937px 1226px #fff, 2144px 379px #fff, 760px 2379px #fff, 1136px 1808px #fff, 1124px 2039px #fff, 1560px 1102px #fff, 1344px 19px #fff, 2522px 2199px #fff, 108px 923px #fff, 1208px 849px #fff, 1541px 914px #fff, 581px 2022px #fff, 477px 1304px #fff, 1785px 2350px #fff, 453px 1222px #fff, 1596px 1812px #fff, 896px 147px #fff, 2268px 1931px #fff, 1945px 367px #fff, 2301px 1663px #fff, 721px 1688px #fff, 1712px 914px #fff, 186px 1403px #fff, 614px 357px #fff, 2214px 2451px #fff, 1651px 673px #fff, 944px 499px #fff, 2353px 464px #fff, 319px 447px #fff, 763px 624px #fff, 417px 1326px #fff, 161px 764px #fff, 1783px 326px #fff, 339px 527px #fff, 733px 1715px #fff, 1111px 569px #fff, 2271px 2292px #fff, 2488px 2362px #fff, 176px 746px #fff, 2508px 407px #fff, 1057px 930px #fff, 1929px 96px #fff, 516px 2156px #fff, 710px 1035px #fff, 98px 433px #fff, 2247px 1676px #fff, 514px 1939px #fff, 985px 216px #fff, 2531px 69px #fff, 1335px 1554px #fff, 1939px 267px #fff, 1947px 1486px #fff, 1508px 351px #fff, 83px 2481px #fff, 229px 375px #fff, 1255px 2162px #fff, 1965px 883px #fff, 1530px 291px #fff, 2435px 1548px #fff, 158px 1575px #fff, 1963px 1699px #fff, 526px 1546px #fff, 627px 969px #fff, 496px 103px #fff, 521px 2307px #fff, 649px 1382px #fff, 207px 1116px #fff, 322px 2252px #fff, 21px 1301px #fff, 261px 558px #fff, 917px 963px #fff, 1458px 2207px #fff, 457px 2369px #fff, 582px 809px #fff, 618px 1978px #fff, 2294px 1096px #fff, 824px 2180px #fff, 1093px 2161px #fff, 2081px 403px #fff, 1114px 705px #fff, 334px 2344px #fff, 915px 629px #fff, 1176px 2346px #fff, 598px 2406px #fff, 2021px 1002px #fff, 823px 11px #fff, 2528px 2099px #fff, 2439px 2244px #fff, 849px 540px #fff, 973px 1866px #fff, 2529px 1413px #fff, 1415px 584px #fff, 493px 2380px #fff, 1756px 1519px #fff, 1660px 843px #fff, 1944px 2362px #fff, 2477px 2261px #fff, 1334px 1735px #fff, 1566px 2445px #fff, 372px 329px #fff, 624px 922px #fff, 2194px 394px #fff, 794px 1993px #fff, 1351px 801px #fff, 1904px 1712px #fff, 193px 570px #fff, 1693px 1187px #fff, 1715px 957px #fff, 1762px 232px #fff, 1131px 69px #fff, 1635px 2180px #fff, 1723px 1715px #fff, 1455px 875px #fff, 569px 76px #fff, 1970px 1009px #fff, 1843px 1194px #fff, 1416px 636px #fff, 28px 426px #fff, 637px 1794px #fff, 423px 459px #fff, 1998px 271px #fff, 1220px 1662px #fff, 109px 1634px #fff, 2497px 735px #fff, 500px 391px #fff, 2378px 58px #fff, 492px 193px #fff, 1321px 985px #fff, 2105px 761px #fff, 1703px 1341px #fff, 2514px 2461px #fff, 2491px 2521px #fff, 2292px 714px #fff, 528px 1209px #fff, 976px 680px #fff, 1840px 2285px #fff, 1355px 2502px #fff, 657px 1165px #fff, 965px 1370px #fff, 563px 405px #fff, 1825px 21px #fff, 237px 1047px #fff, 806px 258px #fff, 641px 2479px #fff, 1470px 1033px #fff, 892px 1495px #fff, 314px 2240px #fff, 662px 1831px #fff, 710px 784px #fff, 533px 460px #fff, 860px 778px #fff, 2394px 27px #fff, 507px 1568px #fff, 2542px 1639px #fff, 118px 505px #fff, 875px 868px #fff, 813px 2018px #fff, 1600px 1122px #fff, 1391px 1184px #fff, 1270px 2288px #fff, 127px 1751px #fff;
  height: 2px;
  width: 2px;
}
.particle_two:after {
  box-shadow: 0px 0px #fff, 1323px 1442px #fff, 805px 1921px #fff, 1959px 120px #fff, 2211px 188px #fff, 146px 377px #fff, 1207px 808px #fff, 1257px 1965px #fff, 1752px 2101px #fff, 1898px 118px #fff, 1169px 1891px #fff, 960px 1137px #fff, 1986px 2520px #fff, 339px 944px #fff, 2394px 960px #fff, 380px 1603px #fff, 1654px 2215px #fff, 990px 110px #fff, 763px 2312px #fff, 1440px 623px #fff, 2084px 1228px #fff, 1704px 1304px #fff, 2349px 407px #fff, 1285px 1926px #fff, 1848px 2246px #fff, 1219px 1945px #fff, 2429px 478px #fff, 1332px 107px #fff, 2314px 2381px #fff, 2351px 1768px #fff, 2462px 541px #fff, 548px 2187px #fff, 1728px 368px #fff, 1893px 1149px #fff, 1558px 1130px #fff, 1261px 433px #fff, 2424px 2241px #fff, 2090px 2012px #fff, 144px 1417px #fff, 1931px 899px #fff, 2186px 899px #fff, 903px 399px #fff, 1345px 1871px #fff, 2px 2349px #fff, 2384px 2058px #fff, 1455px 1906px #fff, 173px 2065px #fff, 2329px 1845px #fff, 568px 1087px #fff, 734px 1730px #fff, 2265px 1134px #fff, 864px 1987px #fff, 1311px 1767px #fff, 1595px 2281px #fff, 775px 1117px #fff, 2084px 1742px #fff, 1736px 317px #fff, 1238px 1310px #fff, 743px 2547px #fff, 804px 1370px #fff, 1601px 2103px #fff, 172px 1452px #fff, 499px 2404px #fff, 189px 2167px #fff, 259px 1657px #fff, 1162px 485px #fff, 1969px 1273px #fff, 808px 2480px #fff, 1229px 1274px #fff, 1857px 432px #fff, 1769px 1611px #fff, 753px 1194px #fff, 2045px 2282px #fff, 2319px 343px #fff, 1358px 1923px #fff, 527px 1951px #fff, 934px 62px #fff, 771px 919px #fff, 1832px 597px #fff, 2061px 434px #fff, 2186px 1478px #fff, 1852px 112px #fff, 1319px 178px #fff, 207px 1190px #fff, 1261px 1893px #fff, 247px 1700px #fff, 460px 2224px #fff, 995px 340px #fff, 1255px 1548px #fff, 1922px 2370px #fff, 1885px 2524px #fff, 1553px 1950px #fff, 629px 220px #fff, 794px 560px #fff, 2522px 1905px #fff, 2497px 1869px #fff, 474px 1351px #fff, 818px 977px #fff, 150px 2554px #fff, 1025px 719px #fff, 188px 2169px #fff, 873px 603px #fff, 1224px 150px #fff, 834px 1231px #fff, 1432px 232px #fff, 2049px 2363px #fff, 2417px 589px #fff, 1924px 858px #fff, 619px 1974px #fff, 511px 280px #fff, 913px 2533px #fff, 355px 922px #fff, 1006px 2236px #fff, 710px 388px #fff, 639px 2266px #fff, 1092px 1258px #fff, 175px 2452px #fff, 702px 1420px #fff, 2402px 2373px #fff, 494px 2045px #fff, 394px 2222px #fff, 869px 1784px #fff, 1372px 1168px #fff, 496px 898px #fff, 1016px 2090px #fff, 731px 49px #fff, 1242px 1131px #fff, 2318px 1124px #fff, 2396px 179px #fff, 732px 1505px #fff, 915px 593px #fff, 1086px 1462px #fff, 2092px 338px #fff, 341px 1204px #fff, 1991px 939px #fff, 1395px 1578px #fff, 615px 17px #fff, 1672px 66px #fff, 1067px 1215px #fff, 1301px 1390px #fff, 1947px 1023px #fff, 1308px 652px #fff, 889px 1543px #fff, 1277px 2293px #fff, 213px 221px #fff, 239px 1056px #fff, 2318px 1444px #fff, 2232px 2411px #fff, 840px 206px #fff, 2052px 1348px #fff, 2392px 2182px #fff, 2158px 850px #fff, 1497px 377px #fff, 962px 633px #fff, 422px 1791px #fff, 297px 1670px #fff, 718px 1421px #fff, 1598px 2059px #fff, 936px 1590px #fff, 390px 194px #fff, 1965px 2135px #fff, 688px 2486px #fff, 1336px 1395px #fff, 1761px 1002px #fff, 2128px 1782px #fff, 2300px 1655px #fff, 647px 2106px #fff, 214px 2170px #fff, 2090px 212px #fff, 2470px 1101px #fff, 1889px 1268px #fff, 1060px 1107px #fff, 1794px 1747px #fff, 664px 2417px #fff, 2195px 1177px #fff, 1046px 1705px #fff, 1349px 932px #fff, 2071px 1598px #fff, 1730px 1501px #fff, 79px 809px #fff, 1451px 964px #fff, 1701px 1779px #fff, 2112px 622px #fff, 1944px 904px #fff, 331px 1235px #fff, 1650px 2036px #fff, 2432px 1370px #fff, 1349px 2229px #fff, 1696px 646px #fff, 261px 1570px #fff, 2480px 2407px #fff, 1325px 736px #fff, 50px 2032px #fff, 1028px 65px #fff, 535px 692px #fff, 1914px 147px #fff, 2284px 1456px #fff, 601px 2290px #fff, 1551px 2110px #fff, 2505px 335px #fff, 593px 2279px #fff;
  height: 2px;
  width: 2px;
}
.particle_three {
  -webkit-animation: animParticle 180s linear infinite;
          animation: animParticle 180s linear infinite;
  box-shadow: 0px 0px #fff, 844px 1729px #fff, 1332px 2527px #fff, 681px 445px #fff, 394px 626px #fff, 2463px 497px #fff, 1447px 958px #fff, 500px 924px #fff, 599px 1588px #fff, 433px 1729px #fff, 265px 1546px #fff, 1995px 687px #fff, 556px 514px #fff, 1229px 1429px #fff, 2359px 898px #fff, 1015px 1400px #fff, 1585px 2245px #fff, 2311px 1015px #fff, 2277px 1702px #fff, 2271px 703px #fff, 78px 693px #fff, 183px 672px #fff, 370px 37px #fff, 131px 236px #fff, 2422px 957px #fff, 1108px 146px #fff, 1871px 1156px #fff, 2065px 1121px #fff, 127px 1316px #fff, 2172px 2188px #fff, 1307px 1823px #fff, 1343px 592px #fff, 1646px 1919px #fff, 636px 112px #fff, 1827px 2336px #fff, 1635px 2250px #fff, 2275px 2407px #fff, 1834px 655px #fff, 1018px 837px #fff, 2261px 105px #fff, 1333px 2540px #fff, 2290px 2386px #fff, 1718px 2151px #fff, 1407px 267px #fff, 1137px 373px #fff, 2034px 1877px #fff, 144px 408px #fff, 1476px 1185px #fff, 384px 541px #fff, 653px 2445px #fff, 608px 937px #fff, 178px 709px #fff, 2170px 2031px #fff, 362px 1207px #fff, 1300px 2455px #fff, 1399px 1533px #fff, 41px 1029px #fff, 2037px 1389px #fff, 822px 2042px #fff, 627px 1874px #fff, 542px 1949px #fff, 210px 466px #fff, 1602px 2272px #fff, 28px 432px #fff, 1061px 29px #fff, 887px 1456px #fff, 478px 329px #fff, 2516px 2138px #fff, 937px 2229px #fff, 2344px 2128px #fff, 870px 1158px #fff, 1127px 277px #fff, 461px 1290px #fff, 374px 1590px #fff, 2021px 2178px #fff, 2380px 1175px #fff, 1425px 1317px #fff, 1491px 2084px #fff, 2433px 1111px #fff, 2070px 364px #fff, 1674px 1002px #fff, 1769px 802px #fff, 863px 703px #fff, 2295px 2529px #fff, 907px 2196px #fff, 23px 811px #fff, 1433px 2520px #fff, 538px 442px #fff, 981px 2448px #fff, 83px 1512px #fff, 2094px 90px #fff, 991px 1459px #fff, 1900px 1851px #fff, 367px 1770px #fff, 1762px 2326px #fff, 2464px 1861px #fff, 2336px 1132px #fff, 1571px 938px #fff, 1145px 867px #fff, 1267px 1976px #fff, 1743px 2009px #fff;
  height: 3px;
  width: 3px;
}
.particle_three:after {
  box-shadow: 0px 0px #fff, 1818px 814px #fff, 948px 2040px #fff, 503px 1461px #fff, 394px 1115px #fff, 1227px 689px #fff, 1994px 999px #fff, 1245px 825px #fff, 1667px 367px #fff, 873px 365px #fff, 147px 1309px #fff, 1694px 1811px #fff, 737px 376px #fff, 408px 340px #fff, 674px 2289px #fff, 971px 2050px #fff, 2489px 1875px #fff, 2491px 2142px #fff, 126px 1740px #fff, 416px 2533px #fff, 1303px 1867px #fff, 431px 1693px #fff, 2015px 1897px #fff, 748px 880px #fff, 814px 1016px #fff, 391px 1054px #fff, 2073px 378px #fff, 950px 2322px #fff, 789px 2519px #fff, 1432px 1518px #fff, 182px 1409px #fff, 2035px 1818px #fff, 1715px 2123px #fff, 1766px 1436px #fff, 1702px 1304px #fff, 2534px 59px #fff, 1732px 408px #fff, 1706px 282px #fff, 127px 645px #fff, 2553px 771px #fff, 1517px 73px #fff, 1882px 2308px #fff, 1523px 2305px #fff, 1571px 1554px #fff, 2516px 383px #fff, 1118px 1659px #fff, 1396px 2233px #fff, 954px 1599px #fff, 1482px 2278px #fff, 1889px 2022px #fff, 2522px 809px #fff, 1368px 594px #fff, 188px 1539px #fff, 73px 2103px #fff, 1114px 1004px #fff, 18px 1978px #fff, 1864px 642px #fff, 1557px 904px #fff, 475px 2308px #fff, 354px 1088px #fff, 1032px 770px #fff, 140px 202px #fff, 1644px 1705px #fff, 669px 865px #fff, 578px 1358px #fff, 2177px 2190px #fff, 2175px 581px #fff, 1696px 824px #fff, 222px 1092px #fff, 1227px 936px #fff, 574px 1783px #fff, 1593px 76px #fff, 2127px 475px #fff, 829px 2023px #fff, 1916px 1526px #fff, 2229px 1096px #fff, 2409px 1804px #fff, 624px 2370px #fff, 614px 1685px #fff, 2171px 137px #fff, 1922px 798px #fff, 972px 2180px #fff, 1767px 2270px #fff, 913px 2333px #fff, 936px 884px #fff, 2155px 2538px #fff, 1662px 77px #fff, 1387px 486px #fff, 381px 132px #fff, 497px 1555px #fff, 1078px 1253px #fff, 2308px 1860px #fff, 443px 652px #fff, 832px 1813px #fff, 1815px 1170px #fff, 41px 1174px #fff, 2338px 532px #fff, 1781px 634px #fff, 798px 343px #fff, 881px 2145px #fff, 1898px 1648px #fff;
  height: 3px;
  width: 3px;
}
.particle_four {
  -webkit-animation: animParticle 600s linear infinite;
          animation: animParticle 600s linear infinite;
  box-shadow: 0px 0px #fff, 2460px 2123px #fff, 128px 2206px #fff, 2185px 1847px #fff, 799px 2095px #fff, 2022px 297px #fff, 206px 408px #fff, 1745px 810px #fff, 178px 355px #fff, 358px 1164px #fff, 393px 1832px #fff, 982px 2157px #fff, 1840px 200px #fff, 1830px 129px #fff, 1782px 119px #fff, 1324px 353px #fff, 2077px 1765px #fff, 783px 1326px #fff, 1605px 1294px #fff, 2210px 2353px #fff, 2426px 563px #fff, 1084px 1316px #fff, 689px 1349px #fff, 440px 1617px #fff, 173px 745px #fff, 430px 2135px #fff, 2088px 2051px #fff, 135px 2204px #fff, 1218px 1730px #fff, 261px 1156px #fff, 2156px 1223px #fff, 1254px 2199px #fff, 978px 2492px #fff, 1363px 10px #fff, 1984px 2269px #fff, 765px 55px #fff, 291px 513px #fff, 1006px 519px #fff, 447px 839px #fff, 688px 1794px #fff, 1167px 1836px #fff, 525px 1042px #fff, 615px 1100px #fff, 2204px 2469px #fff, 2471px 86px #fff, 1164px 1140px #fff, 2559px 96px #fff, 943px 496px #fff, 2079px 539px #fff, 1214px 258px #fff, 291px 650px #fff, 2292px 83px #fff, 1977px 596px #fff, 330px 1658px #fff, 2242px 1959px #fff, 427px 216px #fff, 2150px 765px #fff, 1023px 2323px #fff, 222px 2226px #fff, 1483px 1177px #fff, 1468px 468px #fff, 274px 613px #fff, 912px 924px #fff, 586px 216px #fff, 1043px 545px #fff, 956px 1382px #fff, 1269px 303px #fff, 1524px 53px #fff, 2449px 1465px #fff, 1287px 1286px #fff, 345px 1893px #fff, 1232px 2432px #fff, 2226px 1513px #fff, 1614px 2530px #fff, 2293px 2369px #fff, 1032px 524px #fff, 277px 1093px #fff, 368px 738px #fff, 758px 1849px #fff, 2416px 218px #fff, 1414px 1623px #fff, 682px 1027px #fff, 311px 1374px #fff, 2282px 1925px #fff, 439px 1906px #fff, 2318px 1804px #fff, 942px 1375px #fff, 1196px 888px #fff, 1850px 2372px #fff, 383px 122px #fff, 79px 1560px #fff, 964px 1630px #fff, 2402px 1501px #fff, 1421px 564px #fff, 1389px 332px #fff, 926px 514px #fff, 141px 813px #fff, 959px 841px #fff, 1405px 1185px #fff, 1218px 1695px #fff, 826px 2521px #fff, 1001px 71px #fff, 602px 2171px #fff, 480px 161px #fff, 1824px 1430px #fff, 2418px 1907px #fff, 1244px 455px #fff, 278px 929px #fff, 1576px 1169px #fff, 1388px 667px #fff, 427px 2163px #fff, 582px 1314px #fff, 340px 1951px #fff, 2049px 26px #fff, 1896px 2293px #fff, 1548px 2144px #fff, 2107px 1990px #fff, 1032px 627px #fff, 740px 1917px #fff, 1608px 835px #fff, 2426px 798px #fff, 1391px 1917px #fff, 437px 2185px #fff, 224px 2434px #fff, 2459px 89px #fff, 2554px 908px #fff, 1435px 1007px #fff, 588px 368px #fff, 2003px 2508px #fff, 2225px 1139px #fff, 859px 200px #fff, 2045px 39px #fff, 561px 2290px #fff, 2085px 2237px #fff, 373px 1807px #fff, 1210px 300px #fff, 2159px 1897px #fff, 1815px 2252px #fff, 216px 871px #fff, 2443px 2556px #fff, 756px 2343px #fff, 2210px 472px #fff, 1760px 2260px #fff, 1348px 1604px #fff, 378px 469px #fff, 663px 255px #fff, 881px 61px #fff, 2453px 1084px #fff, 1013px 2254px #fff, 813px 561px #fff, 1430px 2384px #fff, 1049px 2507px #fff, 119px 2361px #fff, 2034px 777px #fff, 75px 2527px #fff, 1524px 1295px #fff, 289px 2115px #fff, 1646px 292px #fff, 1047px 1038px #fff, 617px 1024px #fff, 389px 633px #fff, 768px 1373px #fff, 522px 1520px #fff, 1717px 2294px #fff, 1530px 2259px #fff, 567px 583px #fff, 2548px 1349px #fff, 858px 236px #fff, 2512px 2352px #fff, 1903px 2390px #fff, 1445px 2383px #fff, 1568px 1324px #fff, 150px 2396px #fff, 824px 441px #fff, 340px 1712px #fff, 882px 1054px #fff, 564px 2329px #fff, 2480px 64px #fff, 138px 271px #fff, 1665px 2324px #fff, 7px 144px #fff, 1814px 357px #fff, 1094px 915px #fff, 622px 1194px #fff, 2276px 893px #fff, 1577px 1410px #fff, 1404px 1445px #fff, 2405px 225px #fff, 1661px 1762px #fff, 1664px 81px #fff, 701px 415px #fff, 2026px 2244px #fff, 1772px 1101px #fff, 1682px 870px #fff, 1019px 840px #fff, 598px 1612px #fff, 1573px 1274px #fff, 2264px 278px #fff, 1334px 2118px #fff, 1741px 1434px #fff, 588px 1552px #fff, 433px 2252px #fff, 562px 854px #fff, 1926px 599px #fff, 113px 1867px #fff, 2174px 2089px #fff, 1360px 136px #fff, 2555px 735px #fff, 2293px 2031px #fff, 1778px 1611px #fff, 2009px 400px #fff, 2213px 1401px #fff, 650px 801px #fff, 2163px 299px #fff, 1400px 1970px #fff, 1723px 1139px #fff, 1492px 785px #fff, 870px 199px #fff, 145px 1411px #fff, 1281px 593px #fff, 1334px 1772px #fff, 2409px 729px #fff, 1429px 2309px #fff, 2324px 1419px #fff, 706px 1615px #fff, 864px 1556px #fff, 1039px 2548px #fff, 2403px 146px #fff, 589px 2411px #fff, 260px 1023px #fff, 347px 261px #fff, 1117px 2300px #fff, 1919px 109px #fff, 218px 1320px #fff, 1159px 1435px #fff, 2147px 2292px #fff, 2000px 1776px #fff, 1166px 826px #fff, 606px 1292px #fff, 1082px 2231px #fff, 964px 1223px #fff, 1461px 1889px #fff, 2539px 1996px #fff, 1788px 2202px #fff, 956px 1839px #fff, 2519px 903px #fff, 1127px 1380px #fff, 2473px 1500px #fff, 777px 2234px #fff, 1142px 668px #fff, 620px 1994px #fff, 2395px 1600px #fff, 2080px 2551px #fff, 1281px 802px #fff, 2060px 2002px #fff, 2274px 1122px #fff, 2531px 2498px #fff, 2173px 2084px #fff, 1763px 1625px #fff, 2405px 210px #fff, 392px 15px #fff, 83px 1698px #fff, 944px 626px #fff, 361px 1243px #fff, 1221px 2343px #fff, 489px 2411px #fff, 1494px 106px #fff, 2200px 1404px #fff, 2372px 1901px #fff, 843px 2417px #fff, 97px 1486px #fff, 2343px 2443px #fff, 761px 102px #fff, 1607px 98px #fff, 2037px 1039px #fff, 2144px 523px #fff, 435px 654px #fff, 2335px 1676px #fff, 186px 1190px #fff, 1133px 396px #fff, 709px 1882px #fff, 385px 696px #fff, 622px 1693px #fff, 904px 1777px #fff, 2345px 50px #fff, 165px 1793px #fff, 1700px 531px #fff, 882px 1988px #fff, 919px 1313px #fff, 1082px 873px #fff, 295px 751px #fff, 1507px 1753px #fff, 807px 1836px #fff, 1129px 1636px #fff, 2210px 857px #fff, 1148px 1727px #fff, 2181px 648px #fff, 366px 1754px #fff, 1237px 433px #fff, 128px 430px #fff, 1196px 2417px #fff, 358px 133px #fff, 637px 2004px #fff, 597px 2330px #fff, 830px 2041px #fff, 686px 718px #fff, 343px 2005px #fff, 1188px 2314px #fff, 2179px 2198px #fff, 1932px 2297px #fff, 118px 231px #fff, 90px 201px #fff, 1106px 41px #fff, 1251px 1874px #fff, 1444px 50px #fff, 1798px 1400px #fff, 1936px 1482px #fff, 135px 536px #fff, 198px 2337px #fff, 228px 2131px #fff, 1096px 1750px #fff, 1825px 1431px #fff, 14px 1693px #fff, 546px 343px #fff, 1650px 2510px #fff, 1747px 1723px #fff, 279px 1470px #fff, 838px 182px #fff, 1365px 190px #fff, 830px 677px #fff, 250px 442px #fff, 1011px 371px #fff, 1852px 2500px #fff, 323px 2519px #fff, 1399px 2175px #fff, 2458px 462px #fff, 2046px 1839px #fff, 2325px 2384px #fff, 2197px 913px #fff, 1414px 888px #fff, 1506px 2197px #fff, 1529px 2415px #fff, 229px 2497px #fff, 2327px 2256px #fff, 91px 709px #fff, 1792px 2323px #fff, 151px 2266px #fff, 2471px 2349px #fff, 444px 975px #fff, 1744px 2091px #fff, 411px 37px #fff, 797px 730px #fff, 370px 1983px #fff, 2321px 785px #fff, 871px 849px #fff, 1385px 1929px #fff, 2219px 2405px #fff, 1990px 1485px #fff, 2372px 1215px #fff, 1960px 528px #fff, 1316px 345px #fff, 231px 1489px #fff, 374px 453px #fff, 2432px 891px #fff, 56px 1802px #fff, 711px 2313px #fff, 773px 2166px #fff, 1478px 1390px #fff, 1723px 1436px #fff, 1768px 728px #fff, 582px 1222px #fff, 68px 1722px #fff, 63px 2013px #fff, 1717px 1024px #fff, 1386px 1713px #fff, 486px 214px #fff, 2122px 759px #fff, 1867px 94px #fff, 954px 1479px #fff, 732px 1600px #fff, 2245px 846px #fff, 1467px 578px #fff, 2083px 602px #fff, 2042px 1929px #fff, 2271px 453px #fff, 1760px 1951px #fff, 1083px 1894px #fff, 2083px 1156px #fff, 1858px 174px #fff, 274px 2239px #fff, 1065px 2158px #fff, 1417px 1200px #fff, 1837px 2099px #fff, 1771px 1712px #fff, 2485px 1752px #fff, 1357px 1437px #fff, 1479px 1703px #fff, 1053px 582px #fff, 682px 1836px #fff, 2552px 1628px #fff, 824px 1268px #fff;
  height: 1px;
  width: 1px;
}
.particle_four:after {
  box-shadow: 0px 0px #fff, 1851px 16px #fff, 2028px 767px #fff, 1659px 1238px #fff, 1093px 1853px #fff, 2556px 1344px #fff, 1325px 378px #fff, 355px 2233px #fff, 1966px 209px #fff, 48px 2190px #fff, 2056px 909px #fff, 345px 2459px #fff, 376px 938px #fff, 2427px 1461px #fff, 1154px 2209px #fff, 1397px 132px #fff, 1833px 2287px #fff, 1983px 227px #fff, 653px 1860px #fff, 243px 424px #fff, 2232px 2264px #fff, 694px 1737px #fff, 1679px 1655px #fff, 1539px 1054px #fff, 519px 2224px #fff, 317px 505px #fff, 1116px 2435px #fff, 807px 2355px #fff, 1972px 1002px #fff, 1829px 1488px #fff, 1939px 433px #fff, 1851px 535px #fff, 1838px 842px #fff, 2077px 511px #fff, 1518px 2152px #fff, 2319px 1185px #fff, 1241px 2160px #fff, 2091px 1348px #fff, 1785px 702px #fff, 1161px 452px #fff, 785px 1744px #fff, 207px 1502px #fff, 781px 2047px #fff, 1504px 1323px #fff, 875px 269px #fff, 2484px 1447px #fff, 1781px 560px #fff, 2073px 2189px #fff, 2205px 387px #fff, 1456px 698px #fff, 124px 771px #fff, 2067px 255px #fff, 39px 1886px #fff, 779px 1595px #fff, 274px 1882px #fff, 1106px 868px #fff, 1233px 2452px #fff, 2220px 443px #fff, 2351px 258px #fff, 1208px 1243px #fff, 526px 1973px #fff, 2228px 802px #fff, 1175px 2085px #fff, 2010px 883px #fff, 1192px 1190px #fff, 904px 2207px #fff, 140px 2333px #fff, 1605px 491px #fff, 1399px 275px #fff, 2519px 878px #fff, 257px 1158px #fff, 253px 504px #fff, 2254px 1884px #fff, 2213px 692px #fff, 991px 1007px #fff, 930px 1951px #fff, 687px 878px #fff, 672px 1231px #fff, 1191px 420px #fff, 1117px 179px #fff, 677px 1173px #fff, 1249px 1177px #fff, 1999px 1163px #fff, 2144px 384px #fff, 2083px 1572px #fff, 2222px 713px #fff, 1997px 2152px #fff, 1723px 1529px #fff, 1872px 2506px #fff, 1418px 2404px #fff, 1532px 1568px #fff, 524px 204px #fff, 460px 1274px #fff, 70px 1425px #fff, 1169px 2292px #fff, 142px 61px #fff, 221px 2263px #fff, 322px 1070px #fff, 177px 2462px #fff, 1013px 1711px #fff, 1976px 1203px #fff, 972px 741px #fff, 872px 1714px #fff, 2059px 1143px #fff, 2501px 1289px #fff, 2031px 1270px #fff, 1733px 329px #fff, 1023px 2337px #fff, 2193px 1554px #fff, 968px 127px #fff, 2305px 2000px #fff, 2307px 2437px #fff, 547px 1843px #fff, 732px 2273px #fff, 878px 315px #fff, 707px 1131px #fff, 811px 1082px #fff, 122px 1600px #fff, 931px 19px #fff, 1920px 1586px #fff, 1435px 174px #fff, 907px 1392px #fff, 1283px 795px #fff, 380px 1044px #fff, 96px 12px #fff, 1149px 2273px #fff, 1608px 987px #fff, 2494px 2391px #fff, 1067px 1955px #fff, 567px 1640px #fff, 1674px 318px #fff, 2223px 1027px #fff, 668px 755px #fff, 2360px 166px #fff, 162px 1974px #fff, 1582px 1782px #fff, 468px 1386px #fff, 106px 1975px #fff, 1108px 229px #fff, 961px 1258px #fff, 2006px 1873px #fff, 1934px 2398px #fff, 807px 1926px #fff, 1879px 874px #fff, 927px 1056px #fff, 1756px 480px #fff, 2457px 1230px #fff, 2102px 2313px #fff, 1152px 2224px #fff, 1655px 1885px #fff, 1460px 1496px #fff, 1434px 273px #fff, 416px 283px #fff, 475px 1176px #fff, 1983px 163px #fff, 201px 950px #fff, 906px 205px #fff, 763px 1943px #fff, 724px 2137px #fff, 838px 807px #fff, 65px 1708px #fff, 2191px 541px #fff, 2509px 787px #fff, 952px 1093px #fff, 1957px 1101px #fff, 690px 2447px #fff, 2252px 654px #fff, 2160px 1840px #fff, 2059px 941px #fff, 297px 86px #fff, 1602px 1919px #fff, 1840px 866px #fff, 1412px 546px #fff, 2081px 1445px #fff, 1194px 1360px #fff, 1938px 1900px #fff, 2064px 759px #fff, 664px 483px #fff, 1880px 858px #fff, 1899px 418px #fff, 1963px 466px #fff, 1693px 2211px #fff, 41px 2px #fff, 810px 2144px #fff, 2440px 1053px #fff, 1256px 1624px #fff, 251px 166px #fff, 144px 1916px #fff, 1222px 111px #fff, 1751px 376px #fff, 1344px 2560px #fff, 1796px 871px #fff, 1700px 2006px #fff, 1557px 2381px #fff, 1632px 2541px #fff, 2208px 2207px #fff, 2144px 1096px #fff, 405px 2201px #fff, 2142px 1385px #fff, 1166px 1766px #fff, 1794px 1854px #fff, 1833px 442px #fff, 1072px 1844px #fff, 464px 183px #fff, 387px 160px #fff, 1038px 1489px #fff, 1407px 2475px #fff, 2555px 1255px #fff, 2407px 527px #fff, 974px 1667px #fff, 731px 303px #fff, 2010px 1384px #fff, 39px 1787px #fff, 1921px 1369px #fff, 1208px 325px #fff, 547px 1185px #fff, 465px 1865px #fff, 2057px 2163px #fff, 106px 2137px #fff, 1864px 1872px #fff, 2022px 116px #fff, 655px 851px #fff, 824px 1312px #fff, 1420px 422px #fff, 1228px 1138px #fff, 1118px 1046px #fff, 914px 2306px #fff, 357px 1335px #fff, 958px 1829px #fff, 209px 1002px #fff, 1406px 921px #fff, 1976px 2534px #fff, 821px 2425px #fff, 2551px 1233px #fff, 1710px 2356px #fff, 1366px 788px #fff, 602px 435px #fff, 67px 1038px #fff, 2269px 273px #fff, 455px 1624px #fff, 1697px 1600px #fff, 2459px 1329px #fff, 2002px 2436px #fff, 1269px 701px #fff, 2545px 996px #fff, 471px 2103px #fff, 2391px 1559px #fff, 126px 142px #fff, 1326px 92px #fff, 928px 172px #fff, 2192px 1628px #fff, 865px 1176px #fff, 2182px 667px #fff, 1373px 1087px #fff, 985px 6px #fff, 1462px 2512px #fff, 1263px 1793px #fff, 2027px 1909px #fff, 1956px 1614px #fff, 2550px 1786px #fff, 351px 1466px #fff, 858px 1848px #fff, 1613px 342px #fff, 445px 302px #fff, 1185px 1px #fff, 1854px 651px #fff, 2262px 2432px #fff, 567px 1771px #fff, 2356px 1132px #fff, 2457px 2400px #fff, 996px 157px #fff, 391px 1783px #fff, 55px 549px #fff, 2109px 96px #fff, 1816px 331px #fff, 2317px 380px #fff, 1567px 2047px #fff, 1611px 11px #fff, 1669px 572px #fff, 902px 2169px #fff, 2066px 286px #fff, 328px 642px #fff, 578px 732px #fff, 2471px 572px #fff, 1515px 909px #fff, 466px 1179px #fff, 238px 1074px #fff, 211px 2169px #fff, 2438px 587px #fff, 1280px 1515px #fff, 2122px 1890px #fff, 920px 322px #fff, 1458px 2315px #fff, 378px 1406px #fff, 624px 1122px #fff, 1099px 1589px #fff, 2015px 2493px #fff, 2145px 1240px #fff, 874px 1940px #fff, 1580px 293px #fff, 2380px 394px #fff, 765px 420px #fff, 1447px 703px #fff, 1587px 1418px #fff, 843px 1394px #fff, 1554px 352px #fff, 1548px 2300px #fff, 2248px 744px #fff, 394px 1748px #fff, 2048px 2067px #fff, 920px 2111px #fff, 130px 618px #fff, 2386px 2448px #fff, 1333px 1974px #fff, 2016px 454px #fff, 456px 92px #fff, 93px 1091px #fff, 372px 173px #fff, 1077px 16px #fff, 471px 990px #fff, 2350px 292px #fff, 565px 936px #fff, 202px 989px #fff, 362px 2484px #fff, 1331px 1869px #fff, 1129px 861px #fff, 2535px 2389px #fff, 1922px 2086px #fff, 1407px 258px #fff, 1489px 2277px #fff, 1732px 352px #fff, 1395px 1874px #fff, 1730px 319px #fff, 2295px 614px #fff, 2506px 183px #fff, 577px 225px #fff, 1890px 1407px #fff, 1371px 1572px #fff, 1058px 941px #fff, 2350px 681px #fff, 1434px 662px #fff, 1136px 2079px #fff, 2511px 978px #fff, 1210px 2454px #fff, 1898px 1046px #fff, 1588px 806px #fff, 2447px 422px #fff, 920px 532px #fff, 737px 1167px #fff, 427px 9px #fff, 2252px 805px #fff, 1679px 2319px #fff, 400px 317px #fff, 48px 277px #fff, 1244px 471px #fff, 745px 1617px #fff, 1544px 877px #fff, 638px 2303px #fff, 1354px 1696px #fff, 1986px 1649px #fff, 1683px 2217px #fff, 1964px 1630px #fff, 1050px 720px #fff, 1627px 2293px #fff, 2177px 1515px #fff, 2394px 2214px #fff, 1081px 1084px #fff, 830px 1474px #fff, 1054px 379px #fff, 1694px 1286px #fff, 451px 225px #fff, 392px 158px #fff, 1248px 792px #fff, 1726px 2413px #fff, 822px 1429px #fff, 384px 1137px #fff, 1738px 1950px #fff, 2145px 2376px #fff, 896px 1820px #fff, 997px 670px #fff, 768px 1353px #fff, 1239px 2374px #fff, 2175px 751px #fff, 775px 1810px #fff, 1221px 1559px #fff, 395px 1353px #fff, 888px 1738px #fff, 2290px 312px #fff, 1293px 1010px #fff, 1288px 1596px #fff, 725px 1468px #fff, 838px 500px #fff, 1239px 919px #fff, 2245px 1195px #fff, 1356px 90px #fff, 1516px 2212px #fff, 2099px 80px #fff, 1808px 2048px #fff, 1430px 831px #fff, 1158px 858px #fff, 1779px 96px #fff;
  height: 1px;
  width: 1px;
}
@-webkit-keyframes animParticle {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2560px);
            transform: translateY(-2560px);
  }
}
@keyframes animParticle {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2560px);
            transform: translateY(-2560px);
  }
}
.page-wrapper {text-align: center;color: #fff;z-index: 2;}
.btn_title_service a {color: #fff;}
.btn_title_service .btn-title::after, .btn_title_service .btn-title::before {border: 2px solid #fff;}
.btn_title_service .btn-title:hover::after, .btn_title_service .btn-title:hover::before {border: 2px solid #db282d;}
.video_service_one {position: relative;text-align: left;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 100%;}
.banner_video {min-height: 100px;min-width: 100px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.banner_video a {display: inline-block;font-size: 26px;color: #db282d;text-align: center;position: relative;-webkit-transition: all .35s;transition: all .35s;-moz-transition: all .35s;-ms-transition: all .35s;width: 100px;height: 100px;line-height: 100px;border-radius: 50%;background: #fff;}
.banner_video a:before {position: absolute;content: '';left: 0;top: 0;height: 100%;width: 100%;border: 2px solid #fff;opacity: 0;border-radius: 50%;-webkit-animation: pulse-border-2 2s linear infinite;animation: pulse-border-2 2s linear infinite;}
.banner_video a:after {position: absolute;content: '';left: 0;top: 0;height: 100%;width: 100%;border: 2px solid #fff;opacity: 0;border-radius: 50%;-webkit-animation: pulse-border 1.5s linear infinite;animation: pulse-border 1.5s linear infinite;}
.banner_video a svg {width: 60px;height: 60px;}
@-webkit-keyframes pulse-border{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}
@keyframes pulse-border{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-webkit-keyframes pulse-border-2{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}
@keyframes pulse-border-2{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}
/*----=============================== why_choose_us_section CSS ==============================================--------*/
.why_choose_us_section {padding: 80px 0;}
.why_choose_us {position: relative;width: 100%;}
.why_choose_us_left {width: 50%;float: left;background-image: url(../images/service/why-choose-us-image.jpg);background-position: center center;background-repeat: no-repeat;background-size: cover;height: 430px;}
.why_choose_us_right {width: 50%;float: left;height: 430px;padding: 55px;background: #6c757d;color: #fff;}
.why_choose_us_right h2 {color: #fff;font-size: 45px;font-weight: 700;line-height: 50px;text-transform: capitalize;margin-bottom: 25px;}
.why_choose_us_right p {font-size: 18px;line-height: 30px;margin-bottom: 25px;color: #fff;}
.why_choose_us_right ul {margin: 0;padding: 0;}
.why_choose_us_right ul li {color: #fff;color: #fff;font-size: 19px;line-height: 40px;}
.why_choose_us_right ul li svg {fill: #fff;}
/*----=============================== what_we_do-section CSS ==============================================--------*/
.what_we_do_section {background-color: #070c1e;background-image: url(../images/service/bg-shape-01.png);background-position: bottom center;background-repeat: repeat-x;padding: 100px 0;position: relative;}
.what_we_do_tiitle {text-align: left;display: block;width: 100%;}
.what_we_do_tiitle .sub_title {margin-top: -6px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.what_we_do_tiitle .heading_icon {position: relative;background: #db282d;height: 14px;width: 12px;display: inline-block;margin-top: 7px;margin-right: 10px;-webkit-clip-path: polygon(100% 0, 100% 100%, 50% 70%, 0 100%, 0 0);clip-path: polygon(100% 0, 100% 100%, 50% 70%, 0 100%, 0 0);}
.what_we_do_tiitle .tagline {color: #db282d;font-weight: 700;font-size: 20px;line-height: 24px;letter-spacing: .15em;text-transform: uppercase;}
.what_we_do_tiitle h2 {color: #fff;margin-bottom: 0;font-size: 50px;position: relative;margin: 0;font-weight: 700;}
.top_service_ul {position: relative;margin: 0;padding: 0;margin-top: 40px;list-style: none;}
.top_service_ul li {list-style: none;margin: 0;padding: 0;margin-bottom: -7px;}
.top_service_ul li a {position: relative;display: inline-block;width: 100%;border-bottom: 1px solid rgba(255, 255, 255, .2);padding: 50px 0;-webkit-transition: all .35s;transition: all .35s;-moz-transition: all .35s;-ms-transition: all .35s;}
.top_service_ul li:first-child a {border-top: 1px solid rgba(255, 255, 255, .2);}
.top_service_ul_left {display: inline-block;width: 45%;float: left;-webkit-transition: all .35s;transition: all .35s;position: relative;z-index: 9999;}
.top_service_ul_middle {display: inline-block;width: 40%;float: left;-webkit-transition: all .35s;transition: all .35s;padding-left: 30px;position: relative;z-index: 9999;}
.top_service_ul_right {display: inline-block;width: 15%;float: left;text-align: right;-webkit-transition: all .35s;transition: all .35s;position: relative;z-index: 9999;}
.date-wrapper-link {position: relative;display: flex;justify-content: right;margin-top: 15px;}
.date-wrapper-link .date-wrapper-link-main::before {content: "";position: absolute;bottom: 0;left: 0;border-left: 15px solid #db282d;border-top: 15px solid transparent;-webkit-transition: all .35s;transition: all .35s;-moz-transition: all .35s;-ms-transition: all .35s;}
.date-wrapper-link .date-wrapper-link-main {border: 1px solid #e0e0e0;width: 55px;height: 52px;text-align: center;display: flex;align-items: center;position: relative;}
.date-wrapper-link .date-wrapper-link-main svg {height: 20px;width: 20px;margin: auto;fill: #fff;}
.date-wrapper-link .date-wrapper-link-main:hover {background: #db282d;border-color: #db282d;}
.date-wrapper-link .date-wrapper-link-main:hover::before {border-left: 15px solid #fff;}
.date-wrapper-link .date-wrapper-link-main:hover svg {fill: #fff;}
.top_service_ul_left h5 {font-size: 20px;font-weight: 700;color: #db282d;margin-bottom: 10px;}
.top_service_ul_left h3 {font-size: 30px;color: #757a8c;-webkit-transition: all .35s;transition: all .35s;-moz-transition: all .35s;-ms-transition: all .35s;font-weight: 700;margin: 0;}
.top_service_ul_middle p {color: #757a8c;-webkit-transition: all .35s;transition: all .35s;font-size: 16px;font-weight: 400;margin: 0;line-height: 26px;}
.top_service_ul li a:hover {padding: 50px 20px;}
.top_service_ul li a:hover .top_service_ul_middle {padding-left: 0;}
.top_service_ul li a:hover .top_service_ul_middle p {color: #fff;-webkit-transition: all .35s;transition: all .35s;}
.top_service_ul li a:hover .top_service_ul_left h3 {color: #fff;}
.top_service_ul_a_overlay {position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity:0;-webkit-transition: all .35s;transition: all .35s;background-size: cover !important;background-repeat: no-repeat !important;background-position: center !important;}
.top_service_ul li a:hover .top_service_ul_a_overlay {opacity: .8;-webkit-transition: all .35s;transition: all .35s;}
.top_service_ul li a:hover .date-wrapper-link .date-wrapper-link-main {background: #db282d;border-color: #db282d;}
.top_service_ul_a_overlay_active {opacity: 0.8;}
.top_service_ul li:nth-child(2) a {padding: 50px 20px;}
.top_service_ul li:nth-child(2) a .top_service_ul_middle {padding-left: 0;}
.top_service_ul li:nth-child(2) a .top_service_ul_middle p {color: #fff;-webkit-transition: all .35s;transition: all .35s;}
.top_service_ul li:nth-child(2) a .top_service_ul_left h3 {color: #fff;}
.top_service_ul li:nth-child(2) a .date-wrapper-link .date-wrapper-link-main {background: #db282d;border-color: #db282d;}
.top_service_ul_a_main_image {position: absolute;bottom: calc(100% - 45px);right: 15px;visibility: hidden;opacity: 0;-webkit-transition: all .38s ease-out 0s;transition: all .38s ease-out 0s;z-index: 999999;max-width: 220px;-webkit-transform: scale(.8);transform: scale(.8);border: 3px solid #fff;-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);box-shadow: 0 10px 30px rgba(0, 0, 0, .1);}
.top_service_ul li a:hover .top_service_ul_a_main_image {visibility: visible;opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
/*----=============================== TESTIMONIALS SECTION STYLE CSS ==============================================--------*/
button.accordion-button.collapsed {
  background: #f3f3f3;
}
.accordion-item:first-of-type .accordion-button {
  background: #f3f3f3;
}
.accordion-button:not(.collapsed) {
  background-color: #f3f3f3 !important;
}
.accordion-body {
  background: #f3f3f3;
}
.accordion-button {
  width: 100%;
  padding: 12px 20px;
}
.customer_testimonials .what_we_do_tiitle h2,
.why_you_work_section .what_we_do_tiitle h2 {color: #000;}
.testimonials_item {
    position: relative;
    transition: all .6s;
    max-width: 800px;
    background: url(../images/service/bg-testimonial.jpg) no-repeat center center ;
    background-size: cover;
    margin: 0 auto 55px;
}
.testimonials_item h4 {
    color: #fff;
    font-size: 20px;
    margin: 0 40px 0 0;
}
.testimonial_quote_star svg {
    color: #de5943;
    margin-bottom: 15px;
}
.testimonial_quote p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 18px;
    color: #cbcbcb;
}
.testimonials_item_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.testimonials_item_bottom_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 25px;
    padding-right: 56px;
    background: #de5943;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.testimonials_item_bottom_left_img img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 50%;
}
.testimonials_item_bottom_left_text {
    padding-left: 20px;
}
.testimonials_item_bottom_left_text h5 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.testimonials_item_bottom_left_text p {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.testimonial_quote {padding: 15px 20px 30px;}

.testimonials_item h4 {
    padding-left: 20px;
    padding-top: 25px;
}
.testimonials_item_bottom_right svg {
    color: #fff;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.testimonials_item:hover .testimonials_item_bottom_right svg {
    color: #de5943;
}
section.customer_testimonials {
    margin: 80px 0px;
    position: relative;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-color: #070c1e;
  padding: 18px 18px;
  background-size: 36px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-color: #de5943 !important;
    padding: 18px 18px;
    background-size: 36px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #FFF;
  box-shadow: none;
}
.why_you_work_section {
    background: #fff;
    padding: 90px 0px 0px;
}
.why_you_work_section_one {
  background-image: url(../images/service/bg-05.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0 0;
    margin-top: -298px;
}
.why_you_work_section_img img {
  width: 70%;
  float: inline-end;
}
.accordion_two {margin-top: 10px !important;}
.why_you_work_section_two {padding-top: 70px;}
.why_you_work_section .what_we_do_tiitle {
    margin-top: 45px;
}

.why_you_work_section .accordion {
    margin-top: 40px;
}
.testimonials_wrapper {
    margin-top: 30px;
}
.accordion-item button:focus {border: 0;box-shadow: none;}
.accordion-item h2 button {font-size: 20px;font-weight: 700;}
#testimonials .owl-nav {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}

#testimonials .owl-prev,
#testimonials .owl-next {
  border: 1px solid #db282d !important;
  text-align: center;
  border-radius: 5%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #db282d !important;
  color: #ffffff !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

#testimonials .owl-prev svg,
#testimonials .owl-next svg {
  height: 40px;
  width: 40px;
  fill: #fff;
}

#testimonials .owl-prev:hover svg,
#testimonials .owl-next:hover svg {
  fill: #db282d;
}

#testimonials .owl-prev svg {
  margin-left: -3px;
}

#testimonials .owl-next svg {
  margin-right: 3px;
}

#testimonials .owl-prev:focus,
#testimonials .owl-next:focus {
  border: 1px solid #db282d !important;
}

#testimonials .owl-prev:hover,
#testimonials .owl-next:hover {
  background: #fff !important;
  color: #db282d !important;
  border: 1px solid #db282d !important;
}

#testimonials .owl-prev {
  float: right;
  position: relative;
  margin-right: 50px;
}

#testimonials .owl-next {
  float: right;
  position: relative;
  margin-right: -90px;
}
.why_you_work_section_new-two {
  background-image: url(../images/service/bg-05.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0 0;
    margin-top: -298px;
}
/*================================================  NEW LATEST EVENT css  ==================================================*/
.new-latest-carousel-section .owl-nav {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}

.new-latest-carousel-section .owl-prev,
.new-latest-carousel-section .owl-next {
  border: 1px solid #db282d !important;
  text-align: center;
  border-radius: 5%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #db282d !important;
  color: #ffffff !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.new-latest-carousel-section .owl-prev svg,
.new-latest-carousel-section .owl-next svg {
  height: 40px;
  width: 40px;
  fill: #fff;
}

.new-latest-carousel-section .owl-prev:hover svg,
.new-latest-carousel-section .owl-next:hover svg {
  fill: #db282d;
}

.new-latest-carousel-section .owl-prev svg {
  margin-left: -3px;
}

.new-latest-carousel-section .owl-next svg {
  margin-right: 3px;
}

.new-latest-carousel-section .owl-prev:focus,
.new-latest-carousel-section .owl-next:focus {
  border: 1px solid #db282d !important;
}

.new-latest-carousel-section .owl-prev:hover,
.new-latest-carousel-section .owl-next:hover {
  background: #fff !important;
  color: #db282d !important;
  border: 1px solid #db282d !important;
}

.new-latest-carousel-section .owl-prev {
  float: right;
  position: relative;
  margin-right: 50px;
}

.new-latest-carousel-section .owl-next {
  float: right;
  position: relative;
  margin-right: -90px;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}


.new-latest-event-wrapper {
  background: #fff;
  box-shadow: 0 0 20px #e8e8e8;
  margin-bottom: 30px;
  margin-top: 15px;
}
a.new-latest-single-box-img img {width: 100%;display: block;}
.new-latest-event-single-box-text {
  padding: 20px 25px;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #e0e0e0;
  -webkit-transition: all .35s;
  transition: all .35s;
  min-height: 235px;
  max-height: 235px;
  overflow: hidden;
}
.new_latest_event_single_box_text_main {min-height: 130px;max-height: 130px;overflow: hidden;}
.new-latest-event-single-box-text h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.new-latest-event-single-box-text p {font-weight: 400;font-size: 15px;text-align: justify;}
.new-latest-event-single-box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.new-latest-bottom-btn a {
  border: 1px solid #e0e0e0;
  width: 55px;
  height: 52px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  transform: scale(1);
}
.new-latest-event-wrapper:hover .new-latest-bottom-btn a:first-child {
  visibility: hidden;
  transition: all .30s ease-out 0s;
  transform: scale(.3);
}
.new-latest-bottom-btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 15px solid #db282d;
  border-top: 15px solid transparent;
  -webkit-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
}
.new-latest-bottom-btn svg {
  height: 20px;
  width: 20px;
  margin: auto;
}
.new-latest-bottom-btn a:hover {
  background: #db282d;
  border-color: #db282d;
}
.new-latest-bottom-btn a:hover::before {
  border-left: 15px solid #fff;
}
.new-latest-bottom-btn:hover svg {
  fill: #fff;
}
.new-latest-bottom-date {
  background: #fff;
  color: #070c1e;
  height: 52px;
  width: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 31px;
}
span.latest-bottom-date {
  color: #fff;
  background: #070c1e;
  padding: 6px 11px;
}
span.latest-bottom-month {
  padding: 5px;
  border: 1px solid #e0e0e0;
}
.new-latest-event-section {
  padding: 90px 0px 90px;
  background: #f4f7f9;
}
a.new-latest-bottom-btn-2 {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all .60s ease-out 0s;
  z-index: 999999;
  transform: scale(.8);
  background: #db282d;
  padding: 8px 20px !important;
  color: #fff;
  font-size: 18px;
  top: 160px;
  width: 140px;
  left: 32%;
}
.new-latest-event-wrapper:hover .new-latest-bottom-btn-2 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.new-latest-bottom-btn a.new-latest-bottom-btn-2:hover::before {
  border-left: none;
}
/*================================================  Product section css  ==================================================*/
.products-section {position: relative;margin-top: 60px;padding-bottom: 60px;}
.products-section .what_we_do_tiitle h2 {color: #000;}
.products-section .what_we_do_tiitle  {text-align: center !important;}
.products-section .what_we_do_tiitle .sub_title {display: inline-block;}
.date-wrapper-link .date-wrapper-button-1 {
  border: 1px solid #e0e0e0;
  width: 55px;
  height: 52px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  transform: scale(1);
}
.date-wrapper-link svg {
  height: 20px;
  width: 20px;
  margin: auto;
}
.date-wrapper-link .date-wrapper-button-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 15px solid #db282d;
  border-top: 15px solid transparent;
  -webkit-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
}
.date-wrapper-link .date-wrapper-button-1:hover {
  background: #db282d;
  border-color: #db282d;
}
.products-single-box-img  {
  background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 270px;
    overflow: hidden;
}
.products-section .date-wrapper-link {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -25px;
}
.products-single-box-text {
  padding: 40px 15px 20px;
  border-bottom: 2px solid #de5943;
  background: #f4f4f4;
  margin: -26px 0px 0px 0px;
  text-align: center;
}
.products-single-box-text a {
  color: #171717;
  font-weight: 700;
  font-size: 20px;
}
.products-single-box-img-text {
  background-color: rgb(7 12 30 / 65%);
  transition: all .6s;
  transform: translateX(calc(-50%));
  padding: 35px 30px;
  min-height: 270px;
  visibility: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.products-single-box:hover .products-single-box-img-text {
  background-color: rgb(7 12 30 / 65%);
  transform: translateX(0px);
  min-height: 270px;
  visibility: visible;
}
.products-single-box-img-text p {
  color: #fff;
}
.products-single-box-img-text h3 {
  color: #fff;
}
a.date-wrapper-button-2 {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .60s ease-out 0s;
    z-index: 999999;
    transform: scale(.8);
    background: #db282d;
    padding: 8px 20px;
    color: #fff;
    font-size: 18px;
    width: unset !important;
}
.products-single-box:hover .date-wrapper-button-2 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.products-single-box:hover .date-wrapper-button-1 {
  visibility: hidden;
  /* opacity: 0; */
  transition: all .30s ease-out 0s;
  transform: scale(.3);
}
.products-single-box {
  margin: 30px 0px;
}
/*----=============================== Happy Clients section CSS ==============================================--------*/
.happy_clients_section {padding: 60px 0 60px;position: relative;}
.happy_clients_section_text {margin-bottom: 20px;}
#happy_clients_slider .item a:hover .single-videos .images svg {background: red;fill:#fff;border-color:red;}
#happy_clients_slider .owl-nav .owl-next {background: transparent;width: 30px;height: 30px;border-radius: 0;opacity: 1;margin: 0;left: unset;right: 0;margin-right: -10px;position: absolute;top: 70px;border: 1px solid #db282d;transition: 0.3s;text-align: center;display: none;}
#happy_clients_slider .owl-nav .owl-next span {font-size: 40px;line-height: 22px;color: #db282d;transition: 0.3s;} 
#happy_clients_slider .owl-nav .owl-next:hover {background: #db282d ;}
#happy_clients_slider .owl-nav .owl-next:hover span {color: #fff;}
#happy_clients_slider .owl-nav .owl-prev {background: transparent;width: 30px;text-align: center;height: 30px;border-radius: 0;opacity: 1;margin: 0;margin-left: -10px;right: unset;top: 70px;position: absolute;border: 1px solid #db282d;transition: 0.3s;display: none;}
#happy_clients_slider .owl-nav .owl-prev span {font-size: 40px;line-height: 22px;color: #db282d;transition: 0.3s;}
#happy_clients_slider .owl-nav .owl-prev:hover span {color: #fff;}
#happy_clients_slider .owl-nav .owl-prev:hover {background: #db282d;}
#happy_clients_slider .owl-nav.disabled, #happy_clients_slider .owl-dots.disabled {display: block;}
#happy_clients_slider:hover .owl-nav .owl-next  {transition: 0.3s;display: block;}
#happy_clients_slider:hover .owl-nav .owl-prev  {transition: 0.3s;display: block;}
/*================================================ PROJECT  SECTION==================================================*/
.portfolio-section {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  width: 100%;
  padding: 80px 0 80px;
}
.xboot-standard-row {
  padding: 80px 0;
}
.portfolio-not-full.portfolio-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.portfolio-gutter .portfolio-item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.portfolio-item-content {
  overflow: hidden;
  position: relative;
}
.portfolio-fullwidth .portfolio-not-full.portfolio-gutter {
  margin-left: 0;
  margin-right: 0;
}
.portfolio-filter {
  margin-bottom: 30px;
}
.portfolio-filter > li {
  display: inline-block;
  margin-left: 20px;
}
.portfolio-filter > li a {
  color: #303030;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding: 4px 10px;
  font-weight: 600;
  font-family: montserrat, sans-serif;
  text-decoration: none;
}
.portfolio-filter > li a:focus {
  text-decoration: none;
}
.portfolio-filter > li.active a,
.portfolio-filter > li a:hover {
  background: #db282d;
  color: #fff;
  text-decoration: none;
}
.portfolio-category a:hover {
  color: #303030;
}
.portfolio-filter > li.btn-shuffle {
  float: right;
  margin: 0;
}
.portfolio-filter > li.btn-shuffle a {
  font-size: 18px;
}
.item-thumbnail img {
  width: 100%;
}
.hidden {
  display: none!important;
}
.dlab-info-has {
  z-index: 11;
}
.dlab-info-has {
  z-index: 11;
}
.dlab-info-has.p-a15 {
  padding: 10px;
}
.dlab-info-has {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px 15px 40px;
  opacity: 0;
  margin-bottom: -100px;
  /* z-index: 2; */
}
.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.overlay-bx {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.text-white {
  color: #FFF;
}
.overlay-icon, .overlay-bx .align-m {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}
.text-white {
  color: #fff;
}
.overlay-icon h5 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
}
.overlay-icon p {
  margin-bottom: 5px;
}
.overlay-icon a {
  display: inline-block;
  color: #fff;
}
.dlab-img-overlay1:after, .dlab-img-overlay1:before{
  content: "";
 background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.2;
  z-index: 1;
 -webkit-transition: all 0.3s linear;
 -moz-transition: all 0.3s linear;
 -ms-transition: all 0.3s linear;
 -o-transition: all 0.3s linear;
 transition: all 0.3s linear;
}
.dlab-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dlab-media, .dlab-media, .dlab-post-media {
  background-color: #FFF;
  position: relative;
}
.dlab-media {
  overflow: hidden;
  display: block;
}
.dlab-box {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  position: relative;
  position: relative;
}
.dlab-img-overlay1:hover:before, .dlab-box:hover .dlab-img-overlay1:before {
  opacity: 0.8;
}

.dlab-box:hover .dlab-info-has, .dlab-media:hover .dlab-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}
.portfolio-box .dlab-info-has {
  z-index: 11;
}
.dlab-info-has.bg-primary, .dlab-info-has.bg-secondry:hover, .tp-bannertimer.tp-bottom {
  background-color: rgba(108, 192, 0, 0.9);
}
.overlay-bx:hover, .dlab-media:hover .overlay-bx, .dlab-box:hover .overlay-bx, .ow-img:hover .overlay-bx, .ow-portfolio-img:hover .overlay-bx {
  opacity: 1;
  visibility: visible;
}
.dlab-info-has {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-more-load {
  padding: 8px 30px;
  position: relative;
  z-index: 10;
  transform: translateX(7px);
  overflow: hidden;
  transition-duration: 0.50s;
  background: #db282d;
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 1px;
}
.btn-more-load::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-more-load:hover {
  color: #000;
}
.btn-more-load:active::before, .btn-more-load:focus::before, .btn-more-load:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.load-more .button {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.bg-portfolio-hover {
  background: #FFF;
}
.btn-portfolio {
  border-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 #a7a7a7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #db282d;
  font-size: 14px;
  position: relative;
  transition: all 0.5s ease-in-out;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  padding: 3px 10px;
  margin-right: 7px;
}

.btn-portfolio:before {
  background: #db282d;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform-origin: 0 0;
}
.btn-portfolio:hover {
  color: #fff;
  box-shadow: 0 1px 2px 0 #db282d;
  border-color: #db282d;
}
.btn-portfolio:hover:before {
  transform: scaleX(1);
  opacity: 1;
  z-index: -1;
}
.portfolio-link-icon {}
.portfolio-link-icon svg {height: 25px;width: 25px;fill: #fff;}
.portfolio-link-icon svg:hover {fill: #db282d;}

/*====================== New Why Choose section Style =========================================*/
.why_choose_us_two {padding-top: 70px;padding-bottom: 65px;}
.why_choose_us_two .title {
  margin-top: 0;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 0;
}
.why_choose_us_two p {
  font-weight: 400;
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
}
.why_choose_us_two_left_text {
  margin-top: 35px;
}
.banner-video {
  margin-top: 30px;
  position: relative;
}
.banner-video a {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  background-color: #db282d;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
.play-waves-wrapper {
  height: 170px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 170px;
  z-index: -1;
  }
.play-waves-wrapper .play-waves {
  -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
  animation: 3s ease-in-out 0s normal none infinite running waves;
  background: #db282d none repeat scroll 0 0 padding-box;
  border-radius: 50%;
  height: 170px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  width: 170px;
  }
.play-waves-wrapper .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.play-waves-wrapper .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.play-waves-wrapper .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  }
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  }
.banner-video a svg {
  width: 70px;
  height: 70px;
  padding-left: 8px;
}
.banner-video span {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  color: #0d1820;
  position: relative;
  top: 0px;
  margin-left: 15px;
}
.about-style4-image-box {
  position: relative;
  display: block;
  margin-left: 35px;
  margin-right:0;
}
.about-style4-image-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-style4-image-box .icon-box .inner {
  position: relative;
  display: block;
  height: 110px;
  width: 110px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 110px;
  z-index: 1;
  margin-right: -30px;
}
.about-style4-image-box .icon-box .inner svg {fill:#db282d;height: 60px;width: 60px;}
.about-style4-image-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.about-style4-image-box ul li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px 0px;
}
.about-style4-image-box ul li .image_box {
  position: relative;
  display: block;
  overflow: hidden;
}
.about-style4-image-box ul li .image_box img {
  width: 100%;
  transition: all 3500ms ease;
}
.about-style4-image-box ul li .image_box.right {
  margin-top: 25px;
}
.about-style4-image-box ul li .image_box.right::after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(25deg);
  z-index: 2;
}
.about-style4-image-box ul li:hover .image_box img {
  transform: scale(1.5) rotate(2deg);
}
.about-style4-image-box ul li:hover .image_box.right::after {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}
.about-link-wrapper h5 {font-size: 16px;font-weight: 600;position: relative;margin-top: -5px;}
.about-link-wrapper h5 a {color: #000;}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*================================================
    9. SERVICES SECTION
==================================================*/
.service_section_two {
  position: relative;
  overflow: hidden;
  background: #f4f7f9;
  width: 100%;
  padding: 80px 0;
  padding-bottom: 20px;
}
.section_service_title {
  text-align: center;
  margin-bottom: 50px;
}
.service_section_row {
  padding-top: 10px;
}
.single_services {
  margin: 0 0 80px;
}
.services_inner {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgb(245, 245, 245);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  margin-left: 35px;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.our_services_icon {
  float: left;
  margin-left: -35px;
  margin-right: 25px;
  margin-top: -35px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.single_services:hover .our_services_icon {
  text-align: center;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}
.single_services:hover .our_services_icon span {
  color: #fff;
  background: #eef6ff;
}
.single_services:hover .our_services_icon span::after {
  display: none;
}
.our_services_text {
  overflow: hidden;
  padding: 20px 20px 25px 0;
}
.our_services_icon span {
  width: 70px;
  height: 70px;
  background: #dfdfdf;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.our_services_icon span img {
  width: 45px;
}
.our_services_icon span::after {
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-top: 40px solid #dfdfdf;
  content: "";
  height: 0;
  left: 46px;
  position: absolute;
  top: 53px;
  transform: rotate(-40deg);
  width: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.our_services_text h3 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  line-height: 22px;
  font-family: poppins, sans-serif;
}
.our_services_wrapper a {
  border: 2px solid #1c1c1c;
  color: #000;
  padding: 8px 30px;
  display: inline-block;
  text-transform: uppercase;
  margin: 10px 0;
}
.btn_7 {
  color: #000;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  max-width: 140px;
  text-transform: capitalize;
  border: 1px solid currentColor;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
.btn_7:before {
    left: 0;
}
.btn_7:before, .btn_7:after, .btn_7 span:before, .btn_7 span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background-color: #db282d;
    z-index: -1;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}
.btn_7:after {
    left: 50%;
}
.btn_7 span {
    transition: none;
}
.btn_7 span:before {
    left: 25%;
}
.btn_7 span:before, .btn_7 span:after {
    top: auto;
    bottom: 0;
}
.btn_7 span:after {
    left: 75%;
}
.btn_7:hover {
    color: #fff;
    outline-width: 0;
}
.btn_7:focus {
    color: #000;
}
.btn_7:hover:before, .btn_7:hover:after, .btn_7:hover span:before, .btn_7:hover span:after {
    height: 80px;
}
.btn_7:hover:before, .btn_7:hover:after, .btn_7:hover span:before, .btn_7:hover span:after {
    height: 80px;
}
.service_section_two_title {text-align: center;margin-bottom: 50px;}
.service_section_two_title h2 {color: #000;}
.service_section_two_title .sub_title {display: inline-block;}
/*================================================
           FEATURE PROJECTS SECTION
==================================================*/
.featured-project {margin-top: 70px;}
.featured-project .justify-content-center {
margin-top: 15px;
}
.featured-project .bg-img2 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-project .block2 {
  height: 100%;
  min-height: 285px;
  overflow: hidden;
}
.featured-project .block2-content {
  height: 100%;
  background-color: rgba(358, 40, 45, .8);
  padding: 35px 30px;
  -webkit-transform: translateY(calc(100% - 50px));
  -moz-transform: translateY(calc(100% - 50px));
  -ms-transform: translateY(calc(100% - 50px));
  -o-transform: translateY(calc(100% - 50px));
  transition: all .4s;
  transform: translateY(calc(100% - 50px));
  padding: 35px 30px;
}
.block2-title {
  transition: all .2s;
  width: 100%;
  padding: 5px 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.featured-project .block2-content:hover .block2-title{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.t1-m-1 {
  font-size: 24px;
  color: #fff;
}
.block2-content p {
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 5px;
  color: #fff;
}
.block2-content a{
  font-size: 14px;
  padding-bottom: 26px;
  min-width: 130px;
  line-height: 30px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0px 25px;
  transition: all .4s;
}
.block2-content a:hover{
  background: #fff;
  color: #000;
}
.block2:hover .block2-content {
  background-color: rgba(358, 40, 45, .8);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.p-b-40{
  padding-bottom: 40px;
}
.project-btn{
  text-align: center;
}
.project-btn a{
  padding-top: 80px;
  border: none;
  padding: 12px 30px;
  color: #000;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  margin-top: 15px;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
}
.project-btn a::before{
  content: "";
    position: absolute;
    transform: skew(-30deg);
    transition: all 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 2px solid #ff9800;
}
.project-btn a::after{
  content: "";
    position: absolute;
    transform: skew(-30deg);
    transition: all 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 2px solid #ff9800;
}
.project-btn a:hover {
  color: #fff;
}
.project-btn a:hover::before, 
.project-btn a:hover::after {
  transform: skew(0deg);
  background: #ff9800;
}
.new-latest-carousel-section .owl-controls {
  text-align: center;
}
.new-latest-carousel-section .owl-dots {
  text-align: center;
  position: relative;
  margin-top: -20px;
}
.new-latest-carousel-section button.owl-dot {
  border: 2px solid #db282d;
}
.new-latest-carousel-section button.owl-dot {
  background: none;
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 40px;
  border: 2px solid #db282d;
}
.new-latest-carousel-section button.owl-dot.active {
  background: #db282d none repeat scroll 0 0;
}
/*==========================WAREHOUSE BG=============================================*/
.warehouse_bg {background: url(../images/service/warehouse-solution.jpg);background-repeat: no-repeat;background-size: cover;}

/*--========================================== ABOUT Us PAGE STYLE =================================================*/
.page-header {
  position: relative;
}
.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  background-position: top;
}
.page-header .container {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  padding-bottom: 120px;
}
.page-header .container h2 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: .7px;
}
.thm-breadcrumb {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  /* background: -webkit-gradient( linear, left top, right top, color-stop(23%, #10c317), color-stop(64%, #15d09a) ); */
  background: linear-gradient(100deg, #ff0007d4 40%, #d12b30b3 57%);
  padding: 11px 21px 11px 11px;
  border-radius: 4px;
  text-transform: capitalize;
}
.thm-breadcrumb li {
  line-height: 1;
  display: inline-block;
  align-items: center;
  letter-spacing: 0.5px;
}
.thm-breadcrumb li:not(:last-of-type) {
  margin-right: 6px;
}
.thm-breadcrumb li:first-child
{
  margin-left: 10px;
}
.thm-breadcrumb li a {
  padding-bottom: 3px;
  color: inherit;
}
.thm-breadcrumb li a:hover {
  color: #000;
}
.thm-breadcrumb span a {
  margin: 0 10px;
}
.page-header-bg::after {
  background: #0d1820;
  content: "";
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
/*----=============================================================== New Product Design ============================================--------*/
.custom_tab_menu {margin-bottom: 20px;border: 0;display: flex;align-items: center;justify-content: center;}
.custom_tab_menu li {}
.custom_tab_menu li button {font-size: 22px;color: #000;font-weight: 600;padding: 5px 22px !important;border-radius: 0 !important;}
.custom_tab_menu li button.active, .custom_tab_menu li button:hover {background: #db282d;color: #fff !important;background-color: #db282d !important;border-color: #db282d;transition: 0.5s;}
.flip-card {
	width:100%;
	height:400px;
	position:relative;
	transform-style: preserve-3d;
  /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
  box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  transition:all .6s ease-in-out;
  background: #eff3f4;
  border-radius:5px;
  margin-bottom: 30px;
}
.flip-card > div {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	font-size:30px;
	line-height: 1.7;
	text-align: center;
}
.flip-card  .front {
	background-color:#eff3f4;
	z-index:2;
	backface-visibility: hidden;
	color:#fff;
  height:400px;
  overflow: hidden;			
}
.front_text {background-color: rgba(358, 40, 45, .7);position: absolute;width: 100%;min-height: 50px;bottom: 0;}
.front_text h3 {
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}
.flip-card .back {
	background-color:#eff3f4;
	transform: rotateY(180deg);
	z-index:1;	
	backface-visibility: hidden;
	color:#fff;
	text-align:center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  height:400px;
  overflow: hidden;		
}
.flip-card .back h3 {
	font-size:20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
	text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}
.flip-card .back  p {
	font-size:15px;
	line-height:1.6;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}
.flip-card:hover {
	transform: rotateY(180deg) ;
}
.custom_btn_product_read {font-weight: 400;margin-top: 10px;font-size: 18px;padding: 5px 20px;}
.view_all_btn_wrapper {margin-top: 10px !important;}
.view_all_btn_wrapper .btn_7 {margin: auto;color: #db282d;border-color: #db282d; border: 2px solid #db282d;font-weight: 600;font-family: 'Montserrat', sans-serif;font-size: 20px;}
.view_all_btn_wrapper .btn_7:hover {color: #fff !important;}
.new-fade {-webkit-animation: .7s ease-in-out fadeInScale;-moz-animation: .7s ease-in-out fadeInScale;animation: .7s ease-in-out fadeInScale}
@keyframes fadeInScale {
  0% {transform: scale(.9);opacity: 0}
  100% {transform: scale(1);opacity: 1}
}
/*----=============================================================== ABOUT US PAGE CSS============================================--------*/
.about-hospital {padding: 80px 0;padding-bottom: 30px;}
.about-hospital .about-image {
  display: flex;
  align-items: end;
  position: relative;
  margin-top: 40px;
  margin-right: 20px;
}
.about-hospital .circle {
  position: absolute;
  top: 15px;
  left: -71px;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 15s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

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

  100% {
    transform: rotate(360deg);
  }
}
.about-hospital .about-image .first-img {
  margin-right: 25px;
}
.about-hospital .about-content {
  padding-left: 20px;
  padding-top: 0;
}
.sub-title {
  font-size: 22px;
  margin-bottom: 0;
  display: inline-block;
    font-weight: 600;
    background: linear-gradient(90deg, #1e1f1e 23%, #020202 64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-transform: uppercase;
}
.sub-title:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  right: -48px;
  bottom: 7px;
  background: linear-gradient(90deg, #1e1f1e 23%, #020202 64%);
}
.about-hospital .title {
  margin-top: 0;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 0;
}
.about-hospital .about-content p {
  font-weight: 400;
    margin-top: 10px;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0;
}
.about-hospital .about-content .text {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0;
}
.about_page_section {padding-bottom: 80px;}
.about_page_section .about-image {margin-top: 50px;}
/*================================================
   MESSAGE SECTION
==================================================*/
.message-section {
  padding: 0 0 90px 0;
}
.service_section_about_title {text-align: center;margin-bottom: 35px;}
.chairman-img {
  position: relative;
}
.chairman-img img {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.chairman-img:after {
  content: '';
  width: 95%;
  height: 100%;
  border: 10px dashed #cccaca;
  position: absolute;
  top: 35px;
  right: 10px;
  z-index: -1;
}
.message-text-wrapper {
  margin-left: 70px;
  position: relative;
  margin-top: 110px;
  margin-right: 10px;
}
.message-text:before {
  position: absolute;
  /* content: "“"; */
  content: '"';
  left: -40px;
  top: 0.3em;
  font-size: 6.923em;
  color: #cccaca;
  line-height: 10px;
}
.message-text {
}
.main-chairman-text {
  text-align: right;
  padding-right: 15px;
}
.message-text p {
  color: #444;
  font-size: 20px;
  padding-top: 10px;
  line-height: 1.4;
  text-align: justify;
}
.main-chairman-text h4 {
  margin: 0;
  font-size: 26px;
  text-transform: uppercase;
  color: #db282d;
  font-weight: 700;
}
.main-chairman-text h5 {
  font-weight: 700;
  font-size: 18px;
}
/*============================================================================= TESTIMONIALS AREA WRAPPER STYLE ========================================================*/
.testimonials-area-wrapper {
  padding-top: 85px;
  padding-bottom: 95px;
  background-color: #eff2f6;
  background-image: url(../images/testimonials-map-1-1.png);
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.testimonials-area-wrapper .one-section-title {
  margin-bottom: 30px;
}
.clients-testimonial-slider .owl-item img {
  width: auto;
}
.testimonials-box-wrapper {

}
.testimonials-box {
  text-align: left;
  background-color: #fff;
  transition: all .5s ease;
  position: relative;
  padding: 35px 50px;
  padding-bottom: 60px;
  border-left: 3px solid #db282d;
  transition: all .5s ease;
  margin-bottom: 40px;
}
.testimonials-box p {
  position: relative;
  font-style: italic;
}
.testimonials-box p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  background-color: #fff;
  opacity: 0;
  transition: all 500ms ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 500ms ease;
}
.testimonials-box p span {
  position: relative;
}
.testimonials-box h3 {
  margin: 0;
  font-size: 18px;
  color: #db282d;
  line-height: 1;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 7px;
}
.testimonials-box .testimonials-post {
  font-size: 14px;
  color: #0d1820;
  font-weight: 500;
  position: relative;
}
.testimonials-box:before {
  position: absolute;
  content: '"';
  font-size: 110px;
  line-height: normal;
  bottom: -35px;
  right: 70px;
  color: #000;
  opacity: .2;
  font-weight: 400;
  font-style: italic;
}
.testimonials-client-image {
  position: absolute;
  bottom: 0;
  left: 35px;
}
.testimonials-client-image img {
  border-radius: 50%;
}
.clients-testimonial-slider .owl-nav {
  margin-top: -15px;
}
.clients-testimonial-slider .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 0;
  position: absolute;
  border: 0;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.clients-testimonial-slider .owl-nav .owl-next svg {
  color: #fff !important;
  fill: #fff !important;
  height: 20px;
  width: 20px;
}
.clients-testimonial-slider .owl-nav .owl-next:hover, .clients-testimonial-slider .owl-nav .owl-next:focus {
  outline: 0;
  background: #db282d;
}
.clients-testimonial-slider .owl-nav .owl-next:hover svg {
  color: #000 !important;
  fill: #000 !important;
}
.clients-testimonial-slider .owl-nav .owl-next svg {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  fill: #fff;
}
.clients-testimonial-slider .owl-nav .owl-prev {
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 35px;
  position: absolute;
  transition: all 0.5s ease 0s;
  border: 0;
}
.clients-testimonial-slider .owl-nav .owl-prev svg {
  color: #fff !important;
  fill: #fff !important;
  height: 20px;
  width: 20px;
}
.clients-testimonial-slider .owl-nav .owl-prev:hover, .clients-testimonial-slider .owl-nav .owl-prev:focus {
  outline: none;
  background: #db282d;
}
.clients-testimonial-slider .owl-nav .owl-prev:hover svg {
  color: #000 !important;
  fill: #000 !important;
}
.clients-testimonial-slider .owl-nav .owl-prev svg {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  fill: #fff;
}
.clients-testimonial-slider .owl-nav button.owl-next,
.clients-testimonial-slider .owl-nav button.owl-prev,
.clients-testimonial-slider button.owl-dot {
  background: #db282d;
}
/*================================================
             8. EXECUTIVE COMMITTEE PAGE STYLE
==================================================*/
.committee-main-section {
  padding: 70px 0;
  padding-bottom: 40px;
}
.executive-member-1 {position: relative;margin-bottom: 50px;}
.committee-member-text {
  color: #ffffff;
  background: #db282d;
  text-align: center;
  position: relative;
  margin: -55px 20px 0;
}
.committee-member-text h3 {
  margin: 0;
  padding: 20px 0 5px 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.committee-member-text h5 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 18px;
  color: #fff;
}
.executive-member-1 {
}
.executive-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.executive-1 img {
  width: 100%;
  transition: .5s;
}
.executive-member-1:hover img {
  opacity: .8;
  transform: translateX(30%);
}
.committee-member-text {
  overflow: hidden;
  transition: .5s;
}
.executive-member-1:hover .committee-member-text {
  opacity: .8;
  transform: translateX(30%);
}
.executive-member-1 .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: #db282d;
  transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
}
.executive-member-1:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}
.executive-member-1 .details .content {
  padding: 20px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.details .content h3 {
  margin: 0;
  padding: 0;
  color: #ff3636;
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.details .content h3 span {
  font-size: 16px;
  color: #000000;
  display: inline-block;
  padding-top: 10px;
  line-height: 20px;
  font-weight: 700;
}
.details .content p {
  margin: 10px 0;
  padding: 0;
  color: #262626;
}
.team_section_about_title {margin-bottom: 30px;}
/*----=============================================================== FOR PROJECT DETAILS ============================================--------*/
section.project_details_section {
  margin-top: 60px;
}
.project_details_challenges_section {
  margin-top: 40px;
}
.project_details_text {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  bottom: 15px;
}
.project_details_item {
  position: relative;
}
.project_details_text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}
.project_details_section .project_details_item .single_clients_item::after {
  position: absolute;
    background: #000;
    content: "";
    width: 100%;
    height: 80px;
    bottom: -20px;
    z-index: 1;
    opacity: 0.7;
}




.project_details_challenges_text p {
  color: #999;
  margin-top: 10px;
}
.project_details_challenges_text span {
  color: #000;
}
.project_details_challenges_list h4 {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 28px;
}
.project_details_challenges_list ul li span {
  display: inline-block;
  margin-right: 12px;
}
.project_details_challenges_list ul {
  margin-top: 10px;
}
.project_details_challenges_list svg {
  color: #db282d;
}
.project_details_challenges_list li {
  padding: 8px 0px;
}
.project_details_challenges_right_box {
  box-shadow: 0px 10px 60px 0px rgba(0,0,0,.1);
  margin: 0 15px;
  padding: 50px 50px 10px;
  border-top: 3px solid #de5943;
}
.project_details_challenges_right_box h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #de5943;
}
.project_details_challenges_right_box h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.project_details_challenges_right_box ul li {
  margin-bottom: 35px;
}
.social-media-2 ul li {
  list-style: none;
  margin: 0 5px;
  display: inline-block;
}
.social-media-2 ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0px;
  padding: 5px;
  transition: .5s;
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 8px;
}
.social-media-2 ul li a svg {
  width: 25px;
  height: 25px;
  display: block;
  color: #777;
  transition: .5s;
  padding: 2px;
  margin-bottom: 10px;
}
.social-media-2 ul li:hover a svg:nth-child(1) {
  transform: translateY(-30px);
}
.social-media-2 ul li:hover a svg:nth-child(2) {
  transform: translateY(-35px);
  color: #fff;
}
.social-media-2 ul li:hover:nth-child(1) a {
  background: #1877f2;
}
.social-media-2 ul li:hover:nth-child(2) a {
  background: #ff0000;
}
.social-media-2 ul li:hover:nth-child(3) a {
  background: #000;
}
.social-media-2 ul li:hover:nth-child(4) a {
  background: #e4405f;
}
.social-media-2 ul li:hover:nth-child(5) a {
  background: #f26522;
}
.project_certified_section .video_service_one {
  position: relative;
  justify-content: end;
  width: 100%;
  display: flex;
  top: -130px;
  left: -30px;
  flex-direction: unset;
  z-index: 99;
}
.project_certified_img img {
  width: 100%;
}
.project_certified_box {
  display: flex;
  margin-top: 30px;
}
.project_certified_box_icon svg {
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  padding: 7px 7px;
}
.project_certified_box_text h5 {font-size: 18px;font-weight: 700;margin: 0;}
.project_certified_box_text p {
  color: #999;
  margin: 0;
}
.project_certified_box_text {
  margin-left: 20px;
}
.project_certified_text h4 {
  font-size: 20px;
  color: #de5943;
  line-height: 30px;
  font-weight: 600;
}
.project_certified_img {position: relative;}
.project_certified_img:after {
    position: absolute;
    background: #000;
    content: "";
    width: 100%;
    height: 407px;
    top: 0;
    z-index: 1;
    opacity: 0.5;
}
section.project_certified_section {
  margin-top: 60px;
}
.project_details_section #happy_clients_slider .owl-nav .owl-prev {
  margin-right: -25px;
  top: 40%;
}
.project_details_section #happy_clients_slider .owl-nav .owl-next {
  margin-left: -25px;
  top: 40%;
}
.project_certified_text {margin-top: 30px;}
.cheakout_section {margin-bottom: 70px;}
.product_detials_title_project {margin-bottom: 30px;}
.cheakout-section-btn {
  border: 1px solid #e0e0e0;
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    margin-left: 10px;
}
a.cheakout-section-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 15px solid #db282d;
  border-top: 15px solid transparent;
  -webkit-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
}
a.cheakout-section-btn svg {
  height: 25px;
  width: 25px;
  margin: auto;
}
a.cheakout-section-btn:hover {
  background: #db282d;
  fill: #fff;
}
a.cheakout-section-btn:hover:before {
  border-left: 15px solid #fff;
}
.cheakout_section_text {
  position: absolute;
  text-align: left;
  bottom: -10px;
  right: -70px;
  left: -70px;
  background: #fff;
  padding: 30px;
  z-index: 1;
  transform: scale(.68);
  transition: all .35s;
  border-left: 5px solid #de5943;
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.item.cheakout_section_item {
  position: relative;
}
.cheakout_section_left_text h4 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
#cheakout_section_slider .owl-nav {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}
#cheakout_section_slider .owl-prev,
#cheakout_section_slider .owl-next {
  border: 1px solid #db282d !important;
  text-align: center;
  border-radius: 5%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #db282d !important;
  color: #ffffff !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
#cheakout_section_slider .owl-prev svg,
#cheakout_section_slider .owl-next svg {
  height: 40px;
  width: 40px;
  fill: #fff;
}
#cheakout_section_slider .owl-prev:hover svg,
#cheakout_section_slider .owl-next:hover svg {
  fill: #db282d;
}
#cheakout_section_slider .owl-prev svg {
  margin-left: -3px;
}
#cheakout_section_slider .owl-next svg {
  margin-right: 3px;
}
#cheakout_section_slider .owl-prev:focus,
#cheakout_section_slider .owl-next:focus {
  border: 1px solid #db282d !important;
}
#cheakout_section_slider .owl-prev:hover,
#cheakout_section_slider .owl-next:hover {
  background: #fff !important;
  color: #db282d !important;
  border: 1px solid #db282d !important;
}
#cheakout_section_slider .owl-next {
  float: right;
  position: relative;
  top: 225px;
}
#cheakout_section_slider .owl-prev {
  position: relative;
  top: 225px;
  float: left;
}
/*===========================================
    GLANCE SECTI0N STYLE
============================================*/
.glance-section {
  position: relative;
  padding: 0 0 50px 0;
}
.glance-heading {
  text-align: center;
  margin: auto;
  margin-top: -15px;
  margin-bottom: 25px;
}
.glance-title {
  margin: auto;
  position: relative;
  display: inline-block;
  padding: 5px 35px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
}
.glance-title::before, .glance-title::after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: #db282d;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.glance-text {
  background: #eff3f4 none repeat scroll 0 0;
  border-bottom: 3px solid #db282d;
  padding: 25px 35px 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}
.glance-text:hover {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
  border-color: #db282d;
}
.glance-text p {
  text-align: justify;
  font-size: 16px;
}
.glance-text-bottom {
  margin-bottom: -27px;
  text-align: center;
}
.about_mission_row {margin-bottom: 50px;}
/*--========================================== CONTACT PAGE STYLE =================================================*/
.contact-one {
  padding-top: 70px;
  padding-bottom: 70px;
}
.contact-one__content .one-section-title {
  text-align: left;
  margin-bottom: 20px;
}
.contact-one__content .one-section-title .sub-title {
  text-transform: capitalize;
}
.contact-one__content .one-section-title h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.contact-one__content
{
  padding-bottom: 10px;
}
.contact-one__content > p {
  margin: 0;
  margin-bottom: 45px;
}
.contact-one__box + .contact-one__box {
  border-top: 1px solid #e6eaef;
  margin-top: 25px;
  padding-top: 25px;
}
.contact-one__box {
  display: flex;
  align-items: center;
  text-align: left;
}
.contact-one__box_svg {
  width: 65px;
  height: 65px;
  background: #db282d;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
}
.contact-one__box_svg svg {
  height: 30px;
  width: 30px;
}
.contact-one__box-content {
  margin-left: 20px;
}
.contact-one__box-content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-one__box-content a {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  display: block;
  color: #6c757d;
  transition: all 500ms ease;
}
.contact-one__box-content a:hover {
  color: #db282d;
}
.contact-one__form {
  margin-top: 82px;
}
.contact-one__form-consent label {
  display:contents;
}
.contact-one__form .low-gutters {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-one__form .low-gutters > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-one__form-input{
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #eff2f6;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-size: 15px;
}
.contact-one__form-input:focus{
  box-shadow: none;
  background-color: #eff2f6;
}
.contact-one__form-box{
  margin-top: 40px;
}
.contact-one__form textarea {
  height: 140px;
  padding-top: 20px;
}
.contact-one__form label strong
{
  font-size: 12px !important;
  color: #0c2139;
}
.contact-one__form-submit
{
  margin-top: 10px;
}
.contact-two {
  padding-top: 100px;
  padding-bottom: 70px;
}
.contact-two .about-one__form {
  margin-top: 0;
}
.contact-two .contact-one__form > p {
  margin: 0;
  margin-top: -10px;
  margin-bottom: 35px;
}
.contact-two .contact-one__form textarea {
  height: 185px;
}
.contact-page-btn {
  color: #fff;
  position: relative;
  background-color: #0d1820;
  z-index: 1;
  padding: 10px 16px 12px;
  border-radius: 5px;
  border: 0;
}
.contact-page-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #db282d;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.contact-page-btn:hover:before {
  width: 0;
}
.google-map__home-two {
  width: 100%;
}
.google-map__home-two iframe {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 450px;
}
/*----=============================================================== FOR BLOG DETAILS CSS============================================--------*/
.blog-details {
  padding-top: 100px;
  padding-bottom: 100px;
}
.blog-card__image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.blog-card__image>span {
  background-color: #db282d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 4px;
  z-index: 10;
  padding: 12px 20px;
}
.blog-card__image img {
  width: 100%;
  border-radius: 4px;
  transform: scale(1);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card__meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.blog-card__meta a {
    display: flex;
    align-items: center;
    color: #4a4e52;;
    transition: all 500ms ease;
    font-size: 13px;
    margin-right: 0px;
    line-height: 1;
}
.blog-card__meta a > i {
    color: #db282d;
    transition: all 500ms ease;
    margin-right: 5px;
}
.blog-card__meta a:not(:last-child):after {
    background-color: #ccc;
    display: inline-block;
    content: "";
    width: 1px;
    height: 16px;
    vertical-align: middle;
    margin: 0 15px;
}
.blog-details__content p {
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.66;
}
.blog-details__quote {
    background-color: #eff2f6;
    font-size: 18px;
    color: #0c2139;
    padding: 35px 25px;
    margin: 25px 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    line-height: 34px;
    font-style: italic;
    border-left: 4px solid #db282d;
}
.blog-details__quote cite {
    font-size: 16px;
    font-weight: 700;
}
.blog-details__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e6eaef;
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.blog-details__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-details__tags a {
    font-size: 14px;
    color: #fff;
    margin-right: 8px;
    transition: all .5s ease;
    background: #db282d;
    padding: 8px 14px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 400;
}
.blog-details__tags a:hover {
  background: #db282d;
}
.team-details__social {
    display: flex;
    flex-wrap: wrap;
}
.team-details__social a {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  width: 41px;
  height: 41px;
  background-color: #eff2f6;
  color: #0c2139;
  font-size: 16px;
  margin-left: 5px;
  transition: all 500ms ease;
  border: 1px solid rgba(0,0,0,.06);
}
.team-details__social a:hover {
  background: #db282d;
  border-color: #db282d;
  color: #fff;
}
.blog-details__box-title {
    margin: 0;
    font-size: 30px;
    color: #0c2139;
    margin-bottom: 20px;
}
.contact-one__form {
    margin-top: 10px;
}
.contact-one__form .low-gutters {
    margin-left: -10px;
    margin-right: -10px;
}
.contact-one__form .low-gutters > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.contact-one__form-input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: #eff2f6;
    color: #555c63;
    height: 67px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    font-size: 15px;
}
.thm-btn {
  color: #fff;
  position: relative;
  background-color: #0d1820;
  z-index: 1;
  padding: 10px 16px 12px;
  border-radius: 4px;
  border: 0;
}
.thm-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #db282d;
    z-index: -1;
    border-radius: 4px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.thm-btn:hover:before {
  width: 0;
}
.blog-sidebar__search {
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}
.search-form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
}
.search-field {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    color: #555c63;
    height: 56px;
    padding-left: 20px;
    margin-bottom: 0;
    border: 1px solid #dce4ed;
}
.search-submit {
    padding: 0;
    width: 60px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    outline: none !important;
    border: none;
    background-color: #db282d;
    color: #fff;
}
.blog-sidebar__box {
    margin-bottom: 30px;
    padding-left: 35px;
    padding-bottom: 10px;
}
.blog-sidebar__box-title {
  font-size: 23px;
  color: #0c2139;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #c2cedc;
  line-height: 1;
}
.blog-sidebar__box-title:after {
  content: '';
  width: 60px;
  height: 4px;
  background: #db282d;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.blog-sidebar__categories ul {
    margin-bottom: 0;
}
.blog-sidebar__categories ul li {
    text-align: right;
    margin-bottom: 10px;
    display: block;
    line-height: 1.4;
    color: #1d1c1c;
}
.blog-sidebar__categories ul li a {
    float: left;
    color: #1d1c1c;
    transition: all 0.5s ease;
}
.blog-sidebar__categories ul li a:hover {
  color: #db282d;
}
.blog-sidebar__categories ul li i {
    font-size: 14px;
}
.footer-widget__post-list {
    margin-bottom: 0;
    margin-top: 30px;
    padding-left: 0;
    list-style: none;
}
.footer-widget__post-list li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
}
.footer-widget__post-list li > img {
    flex-shrink: 0;
}
.footer-widget__post-list-content {
    margin-left: 15px;
    width: 70%
}
.footer-widget__post-list-content span {
  font-size: 12px;
  color: #db282d;
  line-height: 1;
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
}
.footer-widget__post-list-content h3 {
    font-size: 18px;
    line-height: 24px;
    color: #555c63;
    margin-bottom: 0;
}
.blog-sidebar__tags-list {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
}
.blog-sidebar__tags-list li {
    margin-right: 10px;
}
.blog-sidebar__tags-list li a {
    font-size: 14px !important;
    transition: all .5s ease;
    background: #fff;
    padding: 8px 14px;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #dce4ed;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.blog-sidebar__categories ul li a span {
    margin-left: 10px;
}
.blog-sidebar__tags-list li a:hover {
  background: #db282d;
  color: #fff;
}
.footer-widget__post-list-content-image {
  width: 30%;
}
.footer-widget__post-list li a {
  display: flex;
}
.service-sidebar__call {
    position: relative;
    border-radius: 4px;
    padding: 50px 40px;
    padding-right: 35px;
    margin: 0px 20px 50px 20px;
    background-color: #565656;
    z-index: 0;
    text-align: center;
}
.service-sidebar__call-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position: center center;
    opacity: 0.1;
    z-index: -1;
}
.service-sidebar__call i {
    position: relative;
    display: inline-block;
    font-size: 32px;
    width: 67px;
    height: 67px;
    background-color: #fff;
    line-height: 67px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.service-sidebar__call h3 {
    font-size: 28px;
    line-height: 1;
    margin: 0;
    max-width: 250px;
    margin-bottom: 15px;
}
.service-sidebar__call h3 a {
  color: #fff;
}
.pylon-mail a {
    font-size: 18px;
    color: #db282d;
}
.service-sidebar__call p {
    margin: 0;
    color: #fff;
    margin-top: 10px;
}

/*----=============================================================== FOR  STEEL PANEL CSS============================================--------*/
.product_details_left_site_img img {
  width: 100%;
}
.product_details_left_site_text h2 {
  font-size: 28px;
  font-weight: 700;
}
.product_details_left_site h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
.product_details_left_site_text p {
  font-size: 15px;
  line-height: 30px;
}
.product_details_left_site_text ul li {
  list-style: disc;
  line-height: 30px;
  margin-left: 20px;
}
.product_details_left_site {
  background: #f2f2f2;
  margin-top: 50px;
  margin-bottom: 70px;
}
.product_details_left_site_text {
  padding: 30px;
}
.product_details_left_site_text ul {padding: 15px 0px 30px;}
.product_details_right_search input {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 0;
    background-color: #fff;
    padding: 0 40px 0 20px;
    border: 1px solid transparent;
}
.product_details_right_search .input-groups {
    position: relative;
}
.product_details_right_search button {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 18px;
    background-color: transparent;
    border: 0;
}
.product_details_right_search {
    margin-bottom: 24px;
    border-radius: 10px;
    padding: 30px;
    background-color: #f2f2f2;
}
.product_details_right_single_item ul li {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.product_details_right_single_item ul li a {
  display: inline-block;
}
.product_details_right_single_item_img {
  float: left;
  width: 36%;
}
.product_details_right_single_item_img img {
  width: 100%;
}
.product_details_right_single_item_text {
  padding-top: 3px;
  padding-left: 12px;
  float: left;
  width: 64%;
  background: #f2f2f2;
  height: 110px;
}
.product_details_right_single_item_text h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  padding-right: 10px;
}
.product_details_right_site {
  margin-top: 50px;
  margin-bottom: 60px;
}
.product_details_right_item h3 {font-weight: 700;font-size: 26px;margin-bottom: 15px;position: relative;border-bottom: 1px solid #c2cedc;
  line-height: 1;padding-bottom: 10px;
  margin-bottom: 25px;}
.product_details_right_item h3:after {
  content: '';
  width: 60px;
  height: 4px;
  background: #db282d;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.product_details_right_item {margin-top: 20px;}
.product_details_right_single_item ul li a:hover .product_details_right_single_item_text h4 {color: #db282d;transition: 0.5s;}
/*----=============================================================== FOR PRODUCT DETAILS-2 CSS ====================================--------*/
.project_details_2 {margin-top: 60px;}
.project_2_title {text-align: center;margin-bottom: 25px;}
.project_2_title h1 {text-align: center;font-weight: 700;font-size: 40px;margin-bottom: 0;text-transform: capitalize;}
.project_2_title h4 {margin: 0;font-size: 18px;font-weight: 700;text-transform: capitalize;}
.project_details_two_row {margin-bottom: 30px;}
.project_details_two_image {position: relative;}
.project_details_two_image h3 {position: absolute;bottom: 0;margin: 0;width: 100%;background-color: rgba(358, 40, 45, .8);color: #fff;text-align: center;font-size: 26px;padding: 5px 0;}
.project_details_two_feature_title {}
.project_details_two_feature_title h3 {font-size: 28px;
  font-weight: 700;
  margin-top: 15px;}
.project_details_two_feature_title ul li {
    list-style: disc;
    margin-left: 30px;
    line-height: 35px;
    font-size: 18px;
}
.project-details-main-text p {
    font-size: 16px;
    line-height: 28px;
}
.prject-details-gallery {margin-bottom: 50px;}
.prject-details-gallery h2 {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
}
.gallery-wrapper .item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.gallery-items {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.gallery-items img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.gallery-items .overly {
  width: 100%;
  height: 100%;
  background-color: rgb(121 119 109 / 50%);
  padding-top: 25%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.gallery-items .overly:before,
.gallery-items .overly:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  opacity: 0;
  z-index: -1;
  transform: scale(1.5);
  transition: all 0.6s ease 0.2s;
}

.gallery-items .overly:before {
  border-top: none;
  border-bottom: none;
  left: 15px;
  right: 15px;
}

.gallery-items .overly:after {
  border-left: none;
  border-right: none;
  top: 15px;
  bottom: 15px;
}

.gallery-items:hover .overly:before,
.gallery-items:hover .overly:after {
  opacity: 1;
  transform: scale(1);
}

.gallery-items .buttons {
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-items .buttons:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}

.gallery-items .buttons:hover:before {
  transform: scale(1);
}

.gallery-items:hover .buttons {
  top: 50%;
}

.gallery-items:hover .overly {
  opacity: 1;
}

.gallery-items:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.gallery-items img {
  width: 100%;
  height: auto;
  transform: scale3d(1, 1, 1);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.gallery-items img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.gallery-text-heading h5 {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.gallery-items .gallery-text-heading {
  right: 0;
  bottom: 0;
  top: auto;
  opacity: 0;
  left: -20%;
  padding: 25px;
  position: absolute;
  float: left;
  width: 100%;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.gallery-items:hover .gallery-text-heading {
  left: 0;
  opacity: 1;
}

.gallery-wrapper .item .overly .buttons a {
  background: #fff;
  color: #db282d;
  display: inline-block;
  padding: 2px 10px 3px;
}
/*----=============================================================== FOR RESPONSIVE CSS============================================--------*/
/*----================================================================= FOR RESPONSIVE CSS ==========================================--------*/
/*----================================================================= FOR RESPONSIVE CSS =========================================--------*/
@media only screen and (max-width: 767px) {
  .page-header .container {padding-top: 80px;padding-bottom: 80px;}
  .page-header .container h2 {font-size: 42px;}

  #back_to_top {
    right: 12px;
  }

  .navbar-nav-mobile-sub-body {
    padding: 0;
    margin-left: 10px;
  }

  .mobile-nav-ul-body {
    padding-top: 0;
  }

  .mobile-menu-sub-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-menu-sub-text:focus {
    box-shadow: none;
  }

  .mobile-nav-ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }

  .mobile-nav-ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .new-top-nav {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .mobile-side-logo img {
    width: 80%;
  }

  .mobile-side-logo-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .right-menu-link {
    display: block !important;
  }

  .custom-row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .custom-padding {
    padding-left: 7px;
    padding-right: 7px;
  }

  .custom-container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }

  .copy-right-text {
    text-align: center;
    margin-bottom: 5px;
  }

  .credit-text {
    text-align: center;
    margin-top: 0px;
  }

  .footer-menu ul {
    text-align: center;
  }

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

  .footer-menu ul li:last-child {
    margin-bottom: 0px;
  }

  .footer-col-1 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-social-icons {
    float: none;
  }

  .editors-board {
    text-align: center;
    padding-top: 15px;
  }

  .footer-col-3 {
    text-align: center;
    padding-top: 5px;
  }

  .top_socail_icon_area .list-inline {
    display: none;
  }

  .mobile-menu-social .top_socail_icon_area .list-inline {
    display: block;
  }

  .mobile-menu-social .top_socail_icon_area {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }





  /*============================ FOR RESPONSIVE CSS =======================*/
  .top-text-left {
    text-align: center;
  }
  .top-bar-social-text {
    text-align: center;
  }
  .about-us .about-img {
    margin-top: 70px;
  }
  .single-service-style2 {
    padding-left: 0px;
  }
  .single-service-style2 .inner_box .text-holder {
    padding-top: 230px;
    padding-left: 0px;
  }
  .single-service-style2 .inner_box .img-holder img {
    width: 100%;
  }
  .single-service-style2 .inner_box .img-holder {
    width: 100%;
  }
  .single-service-style2 .inner_box {
    padding-left: 30px;
  }
  .vission-left {
    margin-left: 0px;
  }
  .latest-news-section .one-section-title {
    margin-bottom: 100px;
  }
  .about-us {
    overflow: hidden;
  }
  .navbar-brand img {
    width: 170px;
  }
  .wpo-site-footer .contact-widget {
    position: relative;
    text-align: center;
    padding: 0px 25px;
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .social-widget {
    text-align: center;
  }


  /*================== for about ============*/
  .about-hospital .about-image {
    margin-right: 0px;
  }
  .about_page_section {
    overflow: hidden;
  }
  .about-hospital .about-content {
    padding-left: 0px;
    padding-top: 40px;
  }
  .message-section {
    overflow: hidden;
  }
  .message-text-wrapper {
    margin-left: 30px;
    margin-top: 50px;
  }
  .chairman-img:after {
    display: none;
  }

  /*================== for about ============*/
  .blog-details__bottom {
    justify-content: center;
  }
  .team-details__social {
    margin-top: 15px;
  }
  .blog-sidebar__box {
    padding-left: 0px;
    margin-top: 20px;
  }
  .service-sidebar__call {
    margin: 0px 20px 0px 20px;
  }
  .blog-details {
    padding-bottom: 40px;
  }

  /*================== for contact ============*/
  .contact-one {
    overflow: hidden;
  }
  .contact-one__box_svg_responsive {
    width: 85px;
    height: 60px;
  }

  /*================== for pre-fabricated-steel-structure ============*/
  .title_service_one h1 {
    font-size: 44px;
  }
  .title_service_one {
    padding-top: 0px;
  }
  .title_service_one p {
    line-height: 26px;
  }
  .title_service_one {
    padding-top: 30px;
    margin-bottom: 65px;
  }
  .why_choose_us_left {
    width: 100%;
    height: 300px;
  }
  .why_choose_us_right {
    width: 100%;
    height: 600px;
    padding: 30px 20px;
  }
  .what_we_do_section {
    overflow: hidden;
  }
  .why_choose_us_section {
    overflow: hidden;
  }
  .why_you_work_section_img {
    margin-top: 30px;
  }
  .top_service_ul_right {
    width: 59%;
  }
  .top_service_ul_middle {
    width: 100%;
    text-align: center;
  }
  .top_service_ul_left {
    width: 100%;
    text-align: center;
  }


  /*================== for product-details ============*/
  .product_details_left_site_text td {
    display: block;
    margin-top: 10px;
  }
  .product_details_left_site {
    margin-bottom: 15px;
  }
  .search-form {
    margin-bottom: 50px;
  }
  .product_details_right_single_item_text {
    height: 97px;
  }

  /*================== for product-details ============*/
  section.project_certified_section {
    overflow: hidden;
  }
  .project_details_challenges_list ul li span {
    display: contents;
  }
  .project_details_challenges_list {
    margin-bottom: 40px;
  }
  section.social-media-2 {
    text-align: center;
  }
  .project_certified_img:after {
    height: 232px;
  }
  .project_certified_text {
    margin-top: -80px;
  }
  .project_certified_img .banner_video a {
    font-size: 0px;
    height: 75px;
    line-height: 75px;
    padding-left: 7px;
  }
  .cheakout_section {
    margin-top: 80px;
  }
  .cheakout_section {
    overflow: hidden;
  }


  .about-hospital {
    overflow: hidden;
  }





}

/* BG ANIMATION */

#service-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 170%;
  background-position: left center;
  background-repeat: repeat-x;
  z-index: -1;
}

@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}