/*************************************
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;}
}

/*======================== 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;
  background: #fff !important;
  border-top: 0;
  padding: 0;
}

.navbar-brand {
  display: block;
}
.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;
}

.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;
}
/***

====================================================================
  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;
}
/* Animación del preloader */
@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: #eff3f4;
  padding: 5px 0 7px 0;
}
.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 {
  padding-left: 20px;
  border-left: 1px solid #000;
  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)}
}

/*================================================
    6. HOME SECTION
==================================================*/
.home-section {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 0;
  height: 750px;
  width: 100%;
}
.header-main-bg {
  /* background: url(../images/home-image-2.jpg);  */
  /* background: url(../images/home-image-1.jpg);  */
  background: url(../images/home-image-3.png); 
  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);
  height: 750px;
  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%;}
/*================================================
            about hospital
==================================================*/
.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;
}

@media only screen and (max-width: 767px) {
  .about-hospital {
    padding: 30px 0;
  }

  .about-hospital .about-image .first-img,
  .about-hospital .circle {
    display: none;
  }

  .about-hospital .about-content {
    padding-left: 10px;
  }

  .about-hospital .title {
    font-size: 30px;
  }
}

/*================================================
         our vission section
==================================================*/
.our-vission {
  padding-top: 40px;
  padding-bottom: 50px;
}

.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;
}

/* .our-vission .single-vission-box:hover p {
  color: #fff;
} */
/*================================================
   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;
}
.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;}
.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;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*====================== Work Process section Style =========================================*/
.work-process-section {padding-top: 0;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: 30px 0 50px;
}
.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-item a {
  display: block;
  background:#eff3f4 none repeat scroll 0 0;
  border-bottom: 3px solid #0c1529;
  padding: 0 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
  color: #000;
}
.latest-news-image {
  overflow: hidden;
  position: relative;
  text-align: center;
  top: -35px;
}
.latest-news-single-item-text {
  margin-top: -15px;
  overflow: hidden;
  min-height: 275px;
  max-height: 275px;
  /* min-height: 330px;
  max-height: 330px; */
}
.latest-news-single-item-text h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.latest-news-single-item-text p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
}
.latest-news-single-item-text-info {
  padding-bottom: 15px;
  display: block;
  width: 100%;
  float: left;
}
.latest-news-single-item-text-info span {
  font-size: 14px;
}
.latest-news-button-wrapper {
  text-align: center;
  margin-top: -43px;
}
.latest-news-button-wrapper .latest-news-button {
  background: #0c1529;
  padding: 6px 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  border: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.latest-news-single-item a:hover {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
  border-color: #db282d;
}
.latest-news-single-item:hover .latest-news-button-wrapper .latest-news-button {
  background: #db282d !important;
  box-shadow: none !important;
}
.latest-news-button-wrapper .latest-news-button:hover {
  box-shadow: none !important;
}
.blog-home-title {margin-bottom: 35px;}
/*====================== Footer Style =========================================*/
.quick-link {
  margin: 0;
  padding: 0;
}
.quick-link li {
  list-style: none;
}
.quick-link li a {
  color: #fff;
  background: #179bd7;
  padding: 10px 10px;
  display: block;
  font-size: 15px;
  margin-top: 15px;
  text-align: center;
  transition: 0.5s;
}
.quick-link li a:hover {
  background: #fff;
  color: #173e71;
}
.copy-right-text {
  margin-bottom: 15px;
}

.credit-text p {
  margin-bottom: 0;
}
.footer-col-1 {
  padding-top: 30px;
  padding-left: 0;
}
.footer-about p {text-align: justify;}
.editors-board {
  padding-top: 30px;
  text-align: center;
}

.email-subscription-aria {
  padding-top: 25px;
  text-align: center;
}

.email-subscription-aria #txtEmail {
  background-color: #555;
  outline: none;
  border: none;
  padding: 7px 12px 8px;
  border-radius: 5px 0 0 5px;
  width: 200px;
  color: #ccc;
}

.email-subscription-aria #btn-subscribe {
  background-color: #222;
  border: none;
  border-radius: 0 5px 5px 0;
  color: #555;
  padding: 7px 9px 8px;
}

.footer-work-3{
  padding-top: 30px;
  padding-right: 0;
}

.copy-right-text {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #B6BEC8;
}

.credit-text {
  margin-top: 20px;
  text-align: right;
  margin-bottom: 25px;
  color: #B6BEC8;
}

.copy-right-text-row {
  border-top: 1px solid #777;
  margin-top: 30px;
}

.footer-social-icons {
  float: none;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.credit-text a {
  color: #fff;
  transition: 0.5s;
}

.credit-text a:hover {
  color: #ffc107;
}
.footer-bottom {
  background: #1C1C1C;
  color: #fff;
  background-position: center;
}
#footer-bottom {
  background-image: url(../images/footer-bg2.png);
  /* background-image: url(../images/footer-bg-1.jpg); */
  background-size: contain;
}
.footer-col-3 p {
  margin-bottom: 10px;
}
.border-row {
  border-top: 1px solid #FFFFFF2B;
  margin-top: 20px;
}
.footer-col-3 p:last-child {
  margin-bottom: 0px;
}

.editors-board p {
  margin-bottom: 5px;
}

.editors-board p {
  margin-bottom: 5px;
}

.copy-right-text-row {
  margin-top: 25px;
}
.footer-widget h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.list-footer-menu {
  margin: 0;
  padding: 0;
}
.list-footer-menu li {
  list-style: none;
}
.list-footer-menu li a {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    position: relative;
    font-weight: 400;
}
.list-footer-menu li a:hover {
    color: #fff;
}
.list-footer-menu li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: -3px;
}
.list-footer-menu li a:hover:before {
    width: 100%;
}
.footer-widget {
    margin-top: 50px;
}
.facebook-like-box h3 {
  font-size: 25px;
  margin-top: 11px;
  margin-bottom: 14px;
}
.footer-logo img {width: 200px;margin-bottom: 15px;}
.footer-logo p {font-size: 16px;line-height: 1.8;margin-bottom: 0;}
.footer-widget-title h2 {color: #ffffff;position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: capitalize;}
.footer-social {float: left;margin-top: 10px;}
.social-curve-icon-wrapper {position: relative;}
.social-curve {padding: 15px 0;position: relative;margin-bottom: -10px;}
.social-curve:after, .social-curve:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.social-curve:before {
    width: 100%;
    left: -56%;
    z-index: 0;
}
.social-curve:before {
  background-color: #db282d;
}
.social-curve:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 24px 10px;
  content: "";
  height: 5px;
  position: absolute;
  right: 43%;
  top: 10px;
  width: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #db282d #db282d;
}
.social-curve:after {
  border-width: 30.5px 25px;
  left: 44%;
  right: auto;
  top: 0px;
  z-index: 1;
}
.social-curve h3 {display: inline-block;
  color: #fff;
  z-index: 999;
  position: relative;
  font-size: 18px;
  line-height: 1;}
.social-icon {
  margin: 0;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  font-size: 15px;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  line-height: 24px;
  text-align: center;
  transition: all 0.7s ease-in;
  background: transparent;
  display: inline-block;
  margin-left: 5px;
}
.social-icon li a svg {fill: #fff;}
.social-icon  li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
}
.social-icon li a:last-child {
  margin-right: 0;
}
.social-icon li a:hover {
    transform: rotate(360deg);
}
.social-icon li .facebook {
    border: 2px dotted #fff;
}
.social-icon li:hover .facebook {
    background: #3b5999 !important;
    border: 2px dotted transparent;
}
.social-icon li .twitter {
    border: 2px dotted #fff;
}
.social-icon li:hover .twitter {
    background: #000 !important;
    border: 2px dotted transparent;
}
.social-icon li .you-tube {
    border: 2px dotted #fff;
}
.social-icon li:hover .you-tube {
    background: #b31217 !important;
    border: 2px dotted transparent;
}
.social-icon li .pinstar {
    border: 2px dotted #fff;
}
.social-icon li:hover .pinstar {
    background: #bd081c !important;
    border: 2px dotted transparent;
}
.social-icon li .linkedin {
    border: 2px dotted #fff;
}
.social-icon li:hover .linkedin {
    background: #0077B5 !important;
    border: 2px dotted transparent;
}

@media screen and (max-width: 768px) {
  a.navbar-brand {width: 65%;display: block;margin: 0;}
  .nav-item.dropdown.dropdown-mega .dropdown-menu {transform: translateX(0%);}
  .middle-header {display: none;}
}
 /*----=============================== FOR RESPONSIVE CSS ==============================================--------*/
@media only screen and (max-width: 767px) {
  #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;}

}

/* 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;
}
