/*================================
 <-- Consen Top Menu Area Css-->
==================================*/
.top-menu {
  background: #012549;
  padding: 10px 50px;
  position: relative;
  z-index: 1;
  margin: 0;
}

.top-menu-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 35px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}

.top-menu-right-site {
  text-align: right;
}

.top-menu-icon-list ul li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  color: #fff;
}

.top-menu-icon-list ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
  padding: 0 5px;
}

.top-menu-icon ul li i {
  display: inline-block;
  margin-right: 5px;
}

.top-menu-icon-list ul li.text {
  padding: 0 20px 0 0;
  position: relative;
  z-index: 1;
}

.top-menu-icon-list ul li.text::before {
  position: absolute;
  content: "";
  top: 5px;
  right: 3px;
  height: 17px;
  width: 1px;
  background: #35363a;
}

.top-menu-icon ul li.new {
  position: relative;
  z-index: 1;
}

.top-menu-icon ul li.new::before {
  position: absolute;
  content: "";
  top: 7px;
  right: -16px;
  height: 15px;
  width: 1px;
  background: #e6e6e8;
}

.top-menu-icon-list ul li a:hover {
  color: #fe3d02;
}

.header-button a {
  display: inline-block;
  font-size: 16px;
  background: #e11143;
  text-transform: uppercase;
  padding: 12px 38px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.header-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #012549;
  transform: scale(0);
  transition: 0.5s;
}

.sticky .header-button a:hover {
  color: #e01142;
}

.sticky .header-button a::before {
  background: #fff;
}

.header-button a:hover::before {
  transform: scale(1);
}

.header-button.upper a {
  display: inline-block;
  font-size: 16px;
  background: #e11143;
  text-transform: uppercase;
  padding: 12px 33px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.top-menu-icon-list {
  display: inline-block;
}

.country_icon {
  text-align: right;
  display: inline-block;
  margin-right: 50px;
}

.country_flag {
  display: inline-block;
}

.country_icon i {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  top: 4px;
  font-weight: 600;
  left: 10px;
}

.country_icon i::after {
  position: absolute;
  content: "";
  top: 0;
  right: -25px;
  height: 20px;
  width: 1px;
  background: #a8a8a8;
  opacity: 0.5;
}

/*================================
<--  hendre Nav Menu Area Css -->
==================================*/

.hendre_nav_manu {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0 50px;
}

.sticky.hendre_nav_manu {
  border-bottom: inherit;
}

.hendre_nav_manu.style-two {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0 100px;
  background: #fff;
}

.hendre_nav_manu.style-two .search-box-btn.search-box-outer i {
  color: #333;
}

.sticky.hendre_nav_manu.style-two .search-box-btn.search-box-outer i {
  color: #fff;
}

.hendre_nav_manu.style-two .hendre_menu > ul > li > a {
  color: #333;
}

.sticky.hendre_nav_manu.style-two .hendre_menu > ul > li > a {
  color: #fff !important;
}

.hendre_nav_manu.transparent_menu {
  background: transparent;
  margin-bottom: -87px;
  position: relative;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #012549 !important;
  transition: 0.5s;
  z-index: 9;
}

.header-icon {
  display: inline-block;
  margin: 0 40px 0 20px;
}

.header-icon a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #012549;
  font-size: 20px;
}

.sticky .header-icon a {
  color: #fff;
}

.header-icon a::after {
  position: absolute;
  content: "0";
  top: 0;
  right: -8px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  background: #e01142;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}

.header-button {
  display: inline-block;
}

/* hendre Menu Css*/
nav.hendre_menu {
  text-align: right;
}

.hendre_menu ul {
  list-style: none;
  display: inline-block;
}

.hendre_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hendre_menu > ul > li > a {
  display: block;
  margin: 40px 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: #012549;
}

nav.hendre_menu span {
  font-size: 13px;
  padding-left: 6px;
  font-family: FontAwesome;
}

.hendre_menu > ul > li > a:hover {
  color: #e01142;
}

/*** Sub Menu Style ***/
.hendre_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.hendre_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.hendre_menu ul .sub-menu li {
  position: relative;
}

.hendre_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #211e3b !important;
  transition: 0.5s;
}

.hendre_menu ul .sub-menu li:hover > a,
.hendre_menu ul .sub-menu .sub-menu li:hover > a,
.hendre_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.hendre_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #e01142;
  color: #fff !important;
}

/* sub menu 2 */
.hendre_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.hendre_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3 */
.hendre_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.hendre_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.hendre_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background: #ff3c00;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 */
.hendre_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.hendre_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.hendre_menu li a:hover::before {
  width: 101%;
}

.hendre_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.hendre_nav_manu.sticky .main_sticky {
  display: inherit;
}

.sticky .hendre_menu li a {
  color: #fff;
}

.hendre_nav_manu.sticky a.dtbtn {
  color: #fff;
  background: #f16722;
  border: 2px solid #f16722;
}

.hendre_nav_manu.sticky a.dtbtn:hover {
  color: #43baff;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/*<!-- ============================================================== -->
<!-- Start  breadcumb-area Css -->
<!-- ============================================================== -->*/

.breacumb-content {
  text-align: center;
}

.breadcumb-title h1 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 55px;
  margin-bottom: 10px;
  margin-top: 0;
}

.breadcumb-content-text a {
  display: inline-block;
  margin: 0 6px;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif;
  color: #fff;
}

.breadcumb-content-text a span {
  color: #0ec8ac;
}

.breadcumb-content-text a i {
  display: inline-block;
  margin: 0 8px;
}

/*<!-- ============================================================== -->
<!-- Start section-title Css -->
<!-- ============================================================== -->*/

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

.section-title h1 {
  font-size: 40px;
  line-height: 42px;
  color: #012549;
  font-weight: 700;
  margin: 0 0 0;
}

.section-title p {
  font-size: 16px;
  line-height: 28px;
  color: #6f7785;
  margin: 22px auto 0;
  text-align: center;
  width: 60%;
}

/*<!-- ============================================================== -->
<!-- Start Slider Area Css -->
<!-- ============================================================== -->*/

.slider-area {
  background: url(../images/resource/slider-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 850px;
}

.slider-area .counter-single-item-inner {
  position: relative;
  left: 135px;
}

.slider-area .slider-title h1 {
  font-size: 57px;
  line-height: 65px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 0;
}

.slider-area .counter-text h1 {
  font-size: 28px;
  color: #e01142;
  margin: 0;
  background: #fff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 5px;
}

.slider-area .counter-title h4 {
  font-size: 16px;
  line-height: 42px;
  color: #333;
  margin: 0 0 0;
}

.slider-area .slider-title h4 {
  font-size: 23px;
  line-height: 42px;
  color: #ffffff;
  margin: 10px 0 35px;
}

.slider-area .slider-title h4 span {
  color: #df113f;
}

.slider-area .slider-content .col-lg-3 {
  flex: 0 0 auto;
  width: 16%;
}

.slider-area .slider-thubm img {
  width: 100%;
}

.slider-area .counter-title h4 {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin: 9px 0 0 -15px;
}

.slider-area .count-address h4 {
  font-size: 20px;
  line-height: 42px;
  color: #fefefe;
  font-weight: 700;
  margin: 25px 0 0;
}

.slider-area .count-address span {
  font-size: 16px;
  line-height: 30px;
  color: #e01142;
}

.slider-area div#countdown li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 16px;
  text-align: center;
}

.slider-area div#countdown li span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #e21043;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 10px;
  background: #fff;
  height: 65px;
  width: 65px;
  line-height: 65px;
}

/*<!-- ============================================================== -->
<!-- Start slider-area.style_two Css -->
<!-- ============================================================== -->*/

.slider-area.style_two {
  background: url(../images/resource/slider-bg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 800px;
}

.slider-area.style_two .slider-title h1 {
  text-align: left;
}

.slider-area.style_two .slider-description p {
  opacity: 0.8;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  margin: 22px 0 58px;
  width: 88%;
}

/* Slid bar */
.bg-bar {
  position: relative;
  z-index: 1;
}

.bg-bar::before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 95%;
  height: 1px;
  background: #e9ebec;
  content: "";
  opacity: 0.5;
}

.bg-bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 17px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #e11143;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(615px);
    transform: translateX(615px);
  }
}

.banner-buttons {
  padding: 30px 0 0;
}

.slider_button {
  text-align: left;
  float: left;
  margin-right: 30px;
}

.slider_button a {
  display: inline-block;
  font-size: 16px;
  background: #e11143;
  text-transform: uppercase;
  padding: 12px 33px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.slider_button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  transition: 0.5s;
  border-radius: 5px;
}

.slider_button a:hover::before {
  width: 100%;
  left: 0;
}

.slider_button a:hover {
  color: #e01142;
}

.slider-video {
  text-align: left;
}

.video_icon a {
  display: inline-block;
  color: #e11143;
  height: 55px;
  width: 55px;
  line-height: 56px;
  border-radius: 100%;
  transition: 0.5s;
  position: relative;
  text-align: center;
  font-size: 18px;
  border: 1px solid #e11143;
  margin: -3px 0 0;
}

.video_title {
  text-align: left;
  display: inline-block;
}

.video_title h4 {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 0 15px;
}

/*<!-- ============================================================== -->
<!-- Start polytia-tab-area Css -->
<!-- ============================================================== -->*/

.polytia-tab-area {
  padding: 130px 0 130px;
}

.polytia-tab-area .tab ul li {
  display: inline-block;
  margin: 0 10px 25px 0;
}

.polytia-tab-area .tab ul li a {
  display: inline-block;
  background: #e11143;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
}

.polytia-tab-area li.nav-item {
  margin-right: 15px;
}

.polytia-tab-area .polytia-tab-area .nav-link {
  display: block;
  padding: 7px 24px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  font-family: "Arimo";
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.polytia-tab-area .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e11143;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  transition: 0.5s;
}

.polytia-tab-area .nav-pills .nav-link,
.nav-pills .show > .nav-link {
  display: inline-block;
  color: #012549;
  font-weight: 600;
  transition: 0.5s;
}

.polytia-tab-area .tab-content {
  margin-top: 26px;
}

.polytia-tab-area p.mission-description {
  width: 95%;
  transition: 0.5s;
}

.polytia-tab-area p.mission-description2 {
  width: 95%;
  margin-top: 30px;
  transition: 0.5s;
}

/*<!-- ============================================================== -->
<!-- Start Carousel Css -->
<!-- ============================================================== -->*/

.counter-area {
  background: url(../images/resource/counter-bg.PNG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0;
}

.counter-area .counter-text h1 {
  font-size: 50px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 0;
}

.counter-area .counter-title h4 {
  font-size: 20px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0;
}

/*<!-- ============================================================== -->
<!-- Start counter-area.style_two Css -->
<!-- ============================================================== -->*/

.counter-area.style_two {
  background: url(../images/resource/count-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 130px 110px;
}

.counter-area.style_two .counter-icon {
  margin-bottom: 30px;
}

/*<!-- ============================================================== -->
<!-- Start testimonial-area Css -->
<!-- ============================================================== -->*/

.testimonial-area {
  padding: 130px 0 130px;
}

.testimonial-area .section-title {
  text-align: left;
  margin-bottom: 60px;
}

.testimonial-area .testimonial-thumb ul li {
  display: inline-block;
  margin-right: 25px;
}

.testimonial-area .testimonial-thumb {
  float: left;
  margin-right: 60px;
}

.testimonial-area .testimonial-title {
  text-align: center;
  margin-top: 20px;
}

.testimonial-area .testimonial-title h3 {
  font-size: 18px;
  line-height: 25px;
  color: #012549;
  font-weight: 700;
  margin: 0 0 0;
}

.testimonial-area .testimonial-description p {
  font-size: 16px;
  line-height: 28px;
  color: #6f7785;
  font-weight: 400;
  font-style: italic;
  font-family: "Arimo";
  margin: 0 0 0;
}

.testimonial-area .owl-nav {
  text-align: center;
  position: relative;
  left: -44px;
  top: 25px;
}

.testimonial-area .owl-prev {
  display: inline-block;
  border: 1px solid #a8a8a8;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 3px;
  color: #040404;
  font-size: 20px;
  margin-right: 12px;
  transition: 0.5s;
}

.testimonial-area .owl-next {
  display: inline-block;
  border: 1px solid #a8a8a8;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 3px;
  color: #040404;
  font-size: 20px;
  transition: 0.5s;
}

.testimonial-area .owl-prev:hover {
  color: #e01142;
  border: 1px solid #e01142;
}

.testimonial-area .owl-next:hover {
  color: #e01142;
  border: 1px solid #e01142;
}

/*<!-- ============================================================== -->
<!-- Start election-promise-area Css -->
<!-- ============================================================== -->*/

.election-promise-area {
  padding: 130px 0 130px;
}

.election-promise-area .single-promise-box {
  transition: 0.5s;
}

.election-promise-area .promise-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.election-promise-area .promise-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: #e01142;
  opacity: 0.3;
  transition: 0.5s;
  border-radius: 5px;
}

.election-promise-area .promise-thumb img {
  width: 100%;
}

.election-promise-area .promise-title h3 {
  font-size: 23px;
  line-height: 28px;
  color: #012549;
  font-weight: 600;
  margin: 30px 0 12px;
}

.election-promise-area .promise-description p {
  font-size: 16px;
  line-height: 26px;
  color: #6f7785;
  font-weight: 400;
  margin: 0 0 0;
}

.election-promise-area .promise-button {
  margin-top: 22px;
}

.election-promise-area .promise-button a {
  display: inline-block;
  font-size: 16px;
  color: #6f7784;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.election-promise-area .promise-button a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #dee1e6;
  transition: 0.5s;
}

.single-promise-box .promise-button a i {
  transition: 0.5s;
}

.single-promise-box:hover .promise-button a {
  color: #e01142;
}

.single-promise-box:hover .promise-button a i {
  margin-left: 5px;
}

.single-promise-box:hover .promise-button a::after {
  background: #e01142;
}

.single-promise-box:hover .promise-thumb::before {
  height: 100%;
  border-radius: 5px;
}

/*<!-- ============================================================== -->
<!-- Start candidate-area Css -->
<!-- ============================================================== -->*/

.candidate-area {
  background: url(../images/resource/candidate-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 130px 0 140px;
}

.candidate-area .section-title {
  text-align: left;
  margin-bottom: 42px;
}

.candidate-area .section-title h1 {
  color: #fff;
}

.candidate-area .section-title p {
  margin: 22px 0 0;
  text-align: left;
  width: 100%;
  color: #fff;
}

.candidate-area .section-title p.mg-tp {
  margin: 32px 0 0;
}

.candidate-area .candidate-button {
  text-align: left;
}

.candidate-area .candidate-button a {
  display: inline-block;
  font-size: 16px;
  background: #e11143;
  text-transform: uppercase;
  padding: 13px 35px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.candidate-area .candidate-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #012549;
  transform: scale(0);
  transition: 0.5s;
}

.candidate-area .candidate-button a:hover {
  color: #e01142;
}

.candidate-area .candidate-button a::before {
  background: #fff;
}

.candidate-area .candidate-button a:hover::before {
  transform: scale(1);
}

/*<!-- ============================================================== -->
<!-- Start donate-information Css -->
<!-- ============================================================== -->*/

.donate-information {
  padding: 130px 0 130px;
}

.donate-information .section-title p {
  width: 76%;
}

.donate-information .donate-choose-box {
  padding: 50px 50px 50px;
  box-shadow: 0 0 60px rgb(0 0 0 / 10%);
}

.donate-information .donate-choose-box .donate-title h4 {
  font-size: 16px;
  line-height: 28px;
  color: #6f7785;
  font-weight: 400;
  font-family: "Arimo";
  text-align: center;
  margin: 0 0 0;
}

.donate-items ul {
  text-align: center;
  margin-top: 25px;
}

.donate-items ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0;
  background: #f8f8f8;
  padding: 9px 43px;
  border-radius: 5px;
  color: #012549;
  transition: 0.5s;
}

.donate-items ul li:hover {
  background: #e11143;
  color: #fff;
}

.donate-form-box {
  margin: 40px 0 0;
}

.donate-form-box .form_box {
  margin: 0 0 30px;
  background: #fafafa;
}

.donate-form-box .form_box input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  background: none;
  border-radius: 3px;
  transition: 0.5s;
  border: 1px solid #f1f1f1;
  color: #595977;
  outline-color: #e01142;
}

.donate-form-box .information h4 {
  font-size: 16px;
  line-height: 28px;
  color: #03254a;
  font-weight: 500;
  margin: 0 0 8px;
}

.donate-form-box .form-button {
  text-align: center;
}

.form-button button {
  display: inline-block;
  font-size: 16px;
  background: #e11143;
  text-transform: uppercase;
  padding: 13px 35px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: inherit;
}

.form-button button::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #012549;
  transform: scale(0);
  transition: 0.5s;
}

.form-button button:hover {
  color: #fff;
}

.form-button button::before {
  background: #012549;
}

.form-button button:hover::before {
  transform: scale(1);
}

/*<!-- ============================================================== -->
<!-- Start Carousel Css -->
<!-- ============================================================== -->*/

.campaign-area {
  background: url(../images/resource/campaign-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 130px 0 135px;
}

.campaign-area .campaign-content h3 {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 0;
}

.campaign-area .campaign-content h1 {
  font-size: 110px;
  line-height: 130px;
  color: #ffffff;
  font-weight: 700;
  margin: 10px 0 0;
}

.campaign-area .campaign-content span {
  font-size: 20px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0;
}

/*<!-- ============================================================== -->
<!-- Start .campaign-area.upper -->
<!-- ============================================================== -->*/

.campaign-area.upper {
  background: inherit;
}

.campaign-area.upper .campaign-content h3 {
  color: #012549;
}

.campaign-area.upper .campaign-content h1 {
  color: #e11143;
}

.campaign-area.upper .campaign-content span {
  color: #9da1aa;
}

.campaign-area.upper .campaign_button {
  text-align: center;
  margin-top: 30px;
}

.campaign-area.upper .campaign_button a {
  display: inline-block;
  font-size: 16px;
  background: #e11143;
  text-transform: uppercase;
  padding: 13px 35px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: inherit;
}

.campaign-area.upper .campaign_button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #012549;
  transform: scale(0);
  transition: 0.5s;
}

.campaign-area.upper .campaign_button a:hover {
  color: #fff;
}

.campaign-area.upper .campaign_button a::before {
  background: #012549;
}

.campaign-area.upper .campaign_button a:hover::before {
  transform: scale(1);
}

/*<!-- ============================================================== -->
<!-- Start service-area Css -->
<!-- ============================================================== -->*/

.service-area {
  padding: 130px 0 120px;
}

.service-area .single_service_box {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 40px 30px 35px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 30px;
}

.service-area .single_service_box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  transition: 0.5s;
  background: #e01142;
  z-index: -1;
  border-radius: 5px;
}

.service-area .service_content h2 {
  opacity: 0.3;
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 800;
  margin: 0 0 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #012549;
  color: transparent;
  transition: 0.5s;
}

.service-area .service_content h3 {
  font-size: 23px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #232323;
  font-weight: 700;
  margin: 30px 0 10px;
  transition: 0.5s;
}

.service-area .service_content p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #6f7785;
  font-weight: 400;
  margin: 0 0 0;
  transition: 0.5s;
}

.service-area .service_shape {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.7s;
  z-index: -1;
}

.service-area .service_shape img {
  width: 100%;
  transition: 0.5s;
}

.single_service_box:hover::before {
  height: 100%;
}

.single_service_box:hover .service_shape {
  opacity: 1;
}

.single_service_box:hover .service_content h2 {
  opacity: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.single_service_box:hover .service_content h3 {
  color: #fff;
}

.single_service_box:hover .service_content p {
  color: #fff;
}

/*<!-- ============================================================== -->
<!-- Start blog-area Css -->
<!-- ============================================================== -->*/

.election_campaign_area {
  background: url(../images/resource/Election_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 690px;
  padding: 130px 0 130px;
}

.election_campaign_area .section-title h1 {
  color: #fff;
  text-align: left;
}

.election_campaign_area .section-title p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 22px 0 0;
  text-align: left;
  width: 84%;
}

.election_campaign_area .single_election_campaign_box {
  position: relative;
  padding: 25px 25px 30px;
  border-radius: 10px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0 0 60px rgb(0 0 0 / 10%);
}

.election_campaign_area .election_campaign_thumb {
  position: relative;
  z-index: 0;
}

.election_campaign_area .election_campaign_thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #012549;
  border-radius: 5px;
  opacity: 0.5;
  transition: 0.5s;
}

.election_campaign_area .election_campaign_thumb img {
  width: 100%;
}

.election_campaign_area .election_campaign_content {
  padding: 40px 15px 0;
}

.election_campaign_area .election_campaign_content h3 {
  font-size: 24px;
  line-height: 31px;
  color: #012549;
  font-weight: 700;
  text-align: left;
  margin: 0 0 0;
}

.election_campaign_area .election_campaign_content p {
  font-size: 16px;
  line-height: 27px;
  color: #6f7785;
  font-weight: 400;
  font-family: "Arimo";
  text-align: left;
  margin: 14px 0 0;
}

.election_campaign_area .election_campaign_top {
  position: absolute;
  top: 50px;
  left: 50px;
}

.election_campaign_area .election_campaign_top span {
  font-size: 15px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Arimo";
  background: #e11143;
  padding: 6px 20px;
  border-radius: 5px;
  transition: 0.5s;
}

.election_campaign_area .election_campaign_button {
  text-align: left;
  margin: 15px 0 0;
}

.election_campaign_area .election_campaign_button a {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #012549;
  font-weight: 500;
  transition: 0.5s;
  text-transform: uppercase;
}

.election_campaign_area .campaign_date_box {
  margin: 0 0 33px 30px;
}

.election_campaign_area .campaign_date h3 {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Arimo";
  margin: 0 0 0;
}

.election_campaign_area .campaign_date_icon {
  float: left;
}

.election_campaign_area .campaign_date_icon img {
  margin-right: 17px;
}

.election_campaign_area .campaiign_right_site .video-icon {
  text-align: center;
  position: relative;
  top: 35px;
}

.election_campaign_area .campaiign_right_site .video-icon a {
  display: inline-block;
  color: #fff;
  height: 90px;
  width: 90px;
  line-height: 90px;
  border-radius: 100%;
  transition: 0.5s;
  position: relative;
  text-align: center;
  font-size: 18px;
  border: 2px solid #fff;
  margin: -3px 0 0;
}

.election_campaign_area
  .single_election_campaign_box:hover
  .election_campaign_thumb::before {
  width: 100%;
}

.election_campaign_area
  .single_election_campaign_box:hover
  .election_campaign_button
  a {
  color: #e01243;
}

.election_campaign_area .election_campaign_top span:hover {
  background: #012549;
  color: #fff;
}

/*<!-- ============================================================== -->
<!-- Start political_support_area Css -->
<!-- ============================================================== -->*/

.political_support_area {
  padding: 305px 0 130px;
}

.political_support_area .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.political_support_area .section-title p {
  margin: 22px 0 0;
  text-align: left;
  width: 90%;
}

.political_support_area .section-title h4 {
  font-size: 20px;
  line-height: 48px;
  color: #012549;
  font-weight: 500;
  margin: 15px 0 35px;
}

.support_button a {
  display: inline-block;
  font-size: 16px;
  background: #e11143;
  text-transform: uppercase;
  padding: 13px 35px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: inherit;
}

.support_button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #012549;
  transform: scale(0);
  transition: 0.5s;
}

.support_button a:hover {
  color: #fff;
}

.support_button a::before {
  background: #012549;
}

.support_button a:hover::before {
  transform: scale(1);
}

.single_support {
  overflow: hidden;
}

.ps-bar {
  position: relative;
  z-index: 1;
}

.ps-bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 17px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #e11143;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-name: hassan;
}

.ps-bar::before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 87%;
  height: 1px;
  background: #a8a8a8;
  content: "";
  opacity: 0.5;
}

@-webkit-keyframes hassan {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(470px);
    transform: translateX(470px);
  }
}

.single_support_thumb img {
  width: 100%;
}

/*<!-- ============================================================== -->
<!-- Start blog-area Css -->
<!-- ============================================================== -->*/

.election_vote_day {
  background: url(../images/resource/vote.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0 75px;
}

.election_vote_day .single_vote_title h3 {
  font-size: 40px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 0;
}

.election_vote_day .single_vote_button {
  text-align: right;
}

.election_vote_day .single_vote_button a {
  display: inline-block;
  font-size: 16px;
  background: #fff;
  text-transform: uppercase;
  padding: 13px 34px;
  color: #012549;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: inherit;
}

.election_vote_day .single_vote_button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #e01142;
  transform: scale(0);
  transition: 0.5s;
}

.election_vote_day .single_vote_button a:hover {
  color: #fff;
}

.election_vote_day .single_vote_button a::before {
  background: #e01142;
}

.election_vote_day .single_vote_button a:hover::before {
  transform: scale(1);
}

/*<!-- ============================================================== -->
<!-- Start blog-area Css -->
<!-- ============================================================== -->*/

.blog-area {
  padding: 130px 0 100px;
}

.blog-area .section-title {
  text-align: left;
  margin-bottom: 10px;
}

.blog-area .section-title p {
  margin: 22px 0 0;
  text-align: left;
  width: 60%;
}

.blog-area .blog-top-btn {
  text-align: right;
  position: relative;
  top: -70px;
}

.blog-area .blog-top-btn a {
  display: inline-block;
  font-size: 16px;
  background: #e11143;
  text-transform: uppercase;
  padding: 13px 35px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: inherit;
}

.blog-area .blog-top-btn a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #012549;
  transform: scale(0);
  transition: 0.5s;
}

.blog-area .blog-top-btn a:hover {
  color: #fff;
}

.blog-area .blog-top-btn a::before {
  background: #012549;
}

.blog-area .blog-top-btn a:hover::before {
  transform: scale(1);
}

.blog-area .blog-single-box {
  padding: 30px 30px 40px;
  text-align: center;
  transition: 0.5s;
  border-radius: 7px;
  border: 1px solid #dee1e6;
  margin-bottom: 30px;
}

.blog-content h3 a {
  font-size: 22px;
  line-height: 30px;
  color: #012549;
  font-weight: 600;
  margin: 15px 0 17px;
  display: inline-block;
  transition: 0.5s;
}

.blog-content h4 span {
  position: relative;
  z-index: 1;
  margin-right: 25px;
}

.blog-content h4 span::before {
  position: absolute;
  content: "";
  top: 4px;
  right: -15px;
  height: 12px;
  width: 1px;
  background: #a8a8a8;
}

.blog-content p {
  font-size: 15px;
  line-height: 26px;
  color: #6f7785;
  font-weight: 400;
  font-family: "Arimo";
}

.blog-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.blog-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #012549;
  border-radius: 5px;
  opacity: 0.5;
  transition: 0.5s;
}

.blog-thumb img {
  width: 100%;
}

.blog-content h4 {
  font-size: 15px;
  line-height: 26px;
  color: #6f7785;
  font-weight: 400;
  font-family: "Arimo";
  margin: 0px 0 20px;
  border-bottom: 1px solid #a8a8a8;
  padding: 0 0 23px;
  transition: 0.5s;
}

.blog-button {
  margin: 23px 0 0;
}

.blog-button a {
  display: inline-block;
  font-size: 16px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  color: #032548;
}

.blog-button a i {
  display: inline-block;
  font-size: 16px;
  transition: 0.5s;
}

.blog-button a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #a8a8a8;
}

.blog-single-box:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 60px rgb(0 0 0 / 10%);
}

.blog-single-box:hover .blog-button a {
  color: #e01142;
  font-style: italic;
}

.blog-single-box:hover .blog-button a i {
  color: #e01142;
  margin-left: 4px;
}

.blog-single-box:hover .blog-button a::after {
  background: #e01142;
}

.blog-single-box:hover .blog-content h4 {
  border-bottom: 1px solid #e01142;
}

.blog-single-box:hover .blog-thumb::before {
  width: 100%;
}

.blog-content h3 a:hover {
  color: #e01142;
}

/*<!-- ============================================================== -->
<!-- Start subscribe-area Css -->
<!-- ============================================================== -->*/

.subscribe-area {
  background: url(../images/resource/subscribe-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 130px 0 130px;
}

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

.subscribe-area .section-title h1 {
  color: #fff;
}

.subscribe-area .section-title p {
  color: #fff;
  width: 65%;
}

/**====================================================
<--  Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
  font-size: 16px;
  line-height: 30px;
  color: #121d17;
  font-weight: 500;
  font-family: "Inter";
}

.barfiller {
  width: 100%;
  height: 7px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 12px;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

span.fill.my-class {
  background: #40bd91 !important;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  font-size: 16px;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

span.fill {
  background: #fd8f14 !important;
  border-radius: 5px;
}

/*<!-- ============================================================== -->
<!-- End  form_box  Css -->
<!-- ============================================================== -->*/

/**======================================================
<--  Start Footer Section Css -->
======================================================**/

.footer-section {
  background: #012549;
  padding: 0px 0px 80px;
}

.row.footer-bg {
  position: relative;
  z-index: 1;
  border-top: 1px solid #09203b;
  padding-top: 100px;
}

.elaction-logo {
  position: relative;
  top: -40px;
}

.post_blog_box {
  margin-bottom: 25px;
}

.post_blog_box.upper {
  margin-bottom: 25px;
  border-bottom: 1px solid #1f405f;
  padding: 0 0 25px;
}

.footer-tmb img {
  border-radius: 5px;
  float: left;
  margin-right: 20px;
}

.footer_title h3 a {
  opacity: 0.902;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 0;
  display: block;
}

/*widget title*/

h4.widget-title {
  font-size: 30px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 30px;
}

.company-info-desc p {
  color: #fff;
  padding: 0 0 12px;
  font-size: 16px;
}

/*social icon*/

.follow-company-icon a {
  font-size: 15px;
  display: inline-block;
  color: #0dc8ab;
  margin-right: 10px;
  transition: 0.5s;
  border: 1px solid #0dc8ab;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

/*footer menu*/

.menu-quick-link-content {
  padding: 10px 0 0;
}

ul.footer-menu li {
  display: block;
  list-style: none;
  padding: 8px 0 0;
}

ul.footer-menu li a {
  color: #fff;
  transition: 0.6s;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

ul.footer-menu li a i {
  display: inline-block;
  margin-right: 5px;
}

.company-info p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}

/*company contact info*/

.company-icon {
  float: left;
  margin-right: 10px;
}

.company-icon i {
  display: inline-block;
  font-size: 17px;
  transition: 0.5s;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #0e3053;
  text-align: center;
  border-radius: 5px;
  margin: 10px 12px 0 0;
  transition: 0.5s;
}

.company-work-hour {
  transition: 0.5s;
}

.company-info p span {
  transition: 0.5s;
}

.company-work-hour:hover .company-icon i {
  color: #0cc8ad;
}

.company-work-hour:hover .company-info p span {
  color: #0cc8ad;
}

.company-icon i:hover {
  color: #fff !important;
  background: #e01142;
}

/*footer all hover*/

ul.footer-menu li a:hover {
  color: #e01142;
}

.follow-company-icon a:hover {
  border: 1px solid #fff;
  background: #fff;
}

/**footer bottom area**/

.row.footer-bottom {
  padding: 23px 0 22px;
  margin-top: 80px;
}

.footer-bottom-content-copy {
  text-align: center;
}

.footer-bottom-content-copy p {
  color: #fff;
  margin: 0 0 5px;
  font-size: 15px;
}

.footer-bottom-content-copy span {
  color: #ffc704;
}

.footer-bottom-menu ul {
  text-align: right;
}

.footer-bottom-menu ul li {
  list-style: none;
  display: inline-block;
  padding-left: 42px;
}

.footer-bottom-menu ul li a {
  position: relative;
  z-index: 1;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.footer-bottom-menu ul li a::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #fbc012;
  border-radius: 6px;
}

/*Subscribe*/

.row.subscribe-section {
  background: url(../images/resource/subscrib.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 55px 90px 55px;
  margin-bottom: 100px;
  border-radius: 10px;
}

span.subscribe-text {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Rubik";
  overflow: hidden;
}

h2.subscribe-phone-number {
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Exo";
  margin: 0 0 6px;
}

h2.widget-title {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding-left: 12px;
}

.subscribe-widget form {
  position: relative;
  z-index: 1;
}

.subscribe-widget input {
  float: right;
  height: 56px;
  background-color: inherit;
  transition: 0.5s;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 7px 20px;
  display: block;
  width: 90%;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  position: relative;
  z-index: 1;
  outline: inherit;
}

.subscribe-widget input::placeholder {
  opacity: 0.502;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}

.subscribe-widget button {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0;
  padding: 14px 30px;
  border: 0;
  background: #fff;
  font-size: 16px;
  line-height: 28px;
  color: #012549;
  font-weight: 500;
  font-family: "Work Sans";
  border-radius: 0 5px 5px 0;
  transition: 0.5s;
}

.footer-shape {
  position: absolute;
  right: -230px;
  text-align: right;
  bottom: -97px;
}

.footer-shape2 {
  position: absolute;
  top: -70px;
  left: -180px;
}

.subscribe-icon {
  float: left;
  margin-right: 30px;
}

.subscribe-icon i {
  display: inline-block;
  font-size: 70px;
}

/*<!-- ============================================================== -->
<!-- hendre Scrollup Section -->
<!-- ============================================================== -->*/

.copyright-section {
  background: #011c37;
  padding: 25px 0;
}

.copyright-icon ul li {
  display: inline-block;
  margin-right: 15px;
}

.copyright-icon ul li a {
  display: inline-block;
  color: #fff;
  transition: 0.5s;
  font-size: 16px;
}

.rights_site {
  text-align: right;
}

.rights_site h4 {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Arimo";
  margin: 0 0 0;
}

.rights_site h4 span {
  color: #e01142;
}

.copyright-icon ul li a:hover {
  color: #e01142;
}

/*<!-- ============================================================== -->
<!--   DreamhubPolytia breadcumb-Section -->
<!-- ============================================================== -->*/

.breadcumb-area {
  background: url(../images/resource/bridcumb_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 418px;
  position: relative;
}

.breacumb-content {
  position: relative;
  text-align: center;
}

.breadcumb-title h1 {
  margin-bottom: 18px;
  font-size: 44px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Work Sans";
}

.breadcumb-menu ul li {
  display: inline-block;
}

.breadcumb-menu ul li a {
  transition: 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
}

.breadcumb-menu ul li a i {
  color: #fff;
  font-size: 16px;
  margin: 0 10px 0;
}

.breadcumb-menu ul li p {
  color: #ffffff;
}

.breadcumb-menu ul li p i {
  margin: 0 10px 0;
}

.breadcumb-menu ul li span {
  color: #e01142;
}
/*================================
 <--Start Polytia  About Section   Css-->
=================================*/
.about-section {
  padding: 110px 0 110px;
}

.about-section .section-title {
  text-align: left;
  margin-bottom: 60px;
}

.about-section .section-title p {
  margin: 22px 0 0;
  text-align: left;
  width: 100%;
}

.section-sub-title h4 {
  color: #df1141;
  font-size: 20px;
  margin: 0 0 15px;
}

.about-thumb img {
  margin-left: -50px;
}

.about-btn {
  margin-top: 45px;
}

.about-btn a {
  display: inline-block;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Work Sans";
  background: #e11143;
  padding: 15px 35px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-btn a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0px;
  left: -30px;
  background: #002549;
  transform: skew(40deg);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.about-btn a:hover::before {
  width: 80%;
}

.about-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0px;
  right: -30px;
  background: #002549;
  transform: skew(40deg);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.about-btn a:hover::after {
  width: 80%;
}

/*================================
 <--StartPolytia  Mission Section Style Two Css-->
=================================*/
.mission-section.style-two {
  background: url(../images/resource/mission_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 110px 0 160px;
}

.mission-section.style-two .section-title {
  text-align: left;
  margin-bottom: 60px;
}

.mission-section.style-two .section-title h1 {
  color: #fff;
}

.mission-single-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
  margin-bottom: 30px;
  padding-bottom: 11px;
}

.mission-single-item:last-child {
  border: none;
}

.mission-icon {
  float: left;
}

.misson-content {
  padding: 0 98px 0;
}

h3.mission-title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 13px;
}

p.mission-desc {
  font-size: 16px;
  line-height: 26px;
  color: #9ca5b5;
  font-weight: 400;
}

.mission-thumb2 {
  position: relative;
  margin-left: 35px;
}

/*================================
 <--StartPolytia  Counter  section Style Two Area   Css-->
=================================*/

.counter-section.style-two {
  padding: 0;
  background: transparent;
  margin-top: 0;
}

.row.counter-upper {
  top: -50px;
  background: #ffffff;
  position: relative;
  padding: 50px 0 55px;
  margin: 0;
}

.counter-single-item.style1::before {
  border: 1px solid #c5c5c5a3;
  right: -13px;
  top: 30px;
  opacity: 0.2;
  width: 1px;
  height: 113px;
}

.counter-single-item.style1.none::before {
  display: none;
}

.counter-icon {
  margin-bottom: 22px;
  text-align: center;
}

.counter-title2 {
  text-align: center;
}

.counter-title2 h1 {
  font-size: 32px;
  color: #012549;
  font-weight: 600;
  font-family: "Work Sans";
  display: inline-block;
  margin-bottom: 8px;
}

.counter-title2 span {
  font-size: 32px;
  color: #012549;
  font-weight: 600;
  font-family: "Work Sans";
}

h5.text {
  font-size: 16px;
  color: #6f7785;
  font-weight: 400;
  text-align: center;
  font-family: "Arimo", sans-serif;
}

/*================================
 <--StartPolytia  Team  Section    Css-->
=================================*/

.team-section {
  background: #f4f4f4;
  padding: 320px 0 110px;
  margin-top: -263px;
}

.team-section.style-tow {
  margin-top: 0;
  padding: 110px 0 110px;
}

.single-team-box {
  background: #fff;
  text-align: center;
  padding: 42px 0 19px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}

.single-team-box:after {
  position: absolute;
  content: "";
  left: -47px;
  bottom: 0px;
  width: 28%;
  height: 1px;
  background: #e11142;
  transform: rotate(43deg);
  opacity: 0;
  transition: 0.5s;
}

.single-team-box:hover:after {
  bottom: 37px;
  opacity: 1;
}

.single-team-box:before {
  position: absolute;
  content: "";
  left: -71px;
  top: 95%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 50px solid #e11142;
  border-left: 35px solid transparent;
  border-right: 36px solid transparent;
  transition: 0.5s;
  background: radial-gradient(black, transparent);
  transform: rotate(43deg);
}

.single-team-box:hover:before {
  left: -28px;
}

.team-thumb {
  position: relative;
}

.team-social-icon {
  position: absolute;
  bottom: 0px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}

.team-social-icon a {
  display: inline-block;
  color: #012549;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 45px;
  margin-left: 8px;
  transition: 0.5s;
}

.team-social-icon a:hover {
  background: #e11142;
  color: #fff;
}

.team-content {
  margin-top: 30px;
}

h3.team-title a {
  font-size: 24px;
  color: #012549;
  font-weight: 600;
  font-family: "Work Sans";
}

.team-content p {
  font-size: 16px;
  color: #e01142;
  font-weight: 400;
  font-family: "Arimo";
  margin-top: 8px;
}

/* all hover */
.single-team-box:hover .team-social-icon {
  bottom: 20px;
  opacity: 1;
}

/*================================
 <--StartPolytia  Volunteer  Section   Css-->
=================================*/
.volunteer-section {
  background: url(../images/resource/volunteer.jpg);
  padding: 52px 0 51px;
  background-repeat: no-repeat;
  background-size: cover;
}

.volunteer-title {
  float: left;
}

.volunteer-title h2 {
  font-size: 34px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Work Sans";
  position: relative;
  z-index: 1;
}

.volunteer-btn {
  text-align: right;
  margin-right: 65px;
}

.volunteer-btn a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Work Sans";
  border: 2px solid #fff;
  padding: 15px 33px;
}

.volunteer-btn a:hover {
  background: #ffff;
  color: #1f85ea;
}

.volunteer-follow-left {
  margin-left: 10px;
}

.volunteer-follow-icon {
  float: left;
  margin-right: 20px;
}

.volunteer-follow-icon a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #1f85ea;
  transition: 0.5s;
}

.volunteer-follow-icon a:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #fff;
}

h3.title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Work Sans";
}

.volunteer-text p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Arimo";
  margin-top: 4px;
}

/*================================
 <--Polytia Campaigns Section Css-->
==================================*/

.campaigns-section {
  padding: 110px 0 110px;
}

.campaigns-section .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.campaigns-section .campaigns-thumb img {
  width: 100%;
  margin-left: -40px;
}

.campaigns-section.style-two {
  background: #f4f4f4;
}

.campaigns-section.style-two .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.campaigns-date span {
  font-size: 15px;
  color: #e01142;
  font-weight: 400;
  font-family: "Arimo";
}

.campaigns-date span i {
  margin-right: 10px;
}

p.campaigns-decs {
  width: 85%;
  border-top: 1px solid #a8a8a8;
  margin-top: 22px;
  padding-top: 22px;
}

.campaigns-btn {
  margin-top: 25px;
}

.campaigns-btn a {
  display: inline-block;
  font-size: 16px;
  color: #012549;
  font-weight: 500;
  font-family: "Work Sans";
  border-bottom: 1px solid #a1898936;
  transition: 0.5s;
}

.campaigns-btn a i {
  color: #012549;
  font-size: 20px;
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
  top: 3px;
  transition: 0.5s;
}

.campaigns-btn a:hover {
  border-bottom: 1px solid #e01142;
  color: #e01142;
}

.campaigns-btn a:hover i {
  color: #e01142;
}

/*--==============================================->
  <!--Start campaigns details area-->
 ==================================================-*/
.campaign-details-area {
  padding: 110px 0 90px;
}

.donations-detials-title h2 a {
  display: inline-block;
  font-size: 34px;
  color: #012549;
  font-weight: 700;
  font-family: "Work Sans";
  padding: 22px 0 16px;
}

.donation-description p {
  width: 93%;
}

.up.donation-description p {
  padding: 5px 24px 7px 0px;
  font-size: 18px;
  line-height: 28px;
  color: #012549;
  font-weight: 400;
  position: relative;
  padding-left: 45px;
  z-index: -;
}

.up.donation-description p:before {
  position: absolute;
  content: "'";
  left: 0;
  top: 18px;
  width: 35px;
  height: 3px;
  background-color: #3394f5;
  z-index: -1;
}

.row.mt-55 {
  padding: 38px 0 10px;
}

.event-thumb img {
  width: 100%;
}

.donation-list {
  margin: 28px 0 45px;
}

.donation-list ul li {
  font-size: 17px;
  line-height: 28px;
  color: #012549;
  font-weight: 400;
  font-family: "Arimo";
  display: block;
}

.donation-list ul li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #1f85eb;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  margin-right: 10px;
}

/* leader person */

.row.our-campaign {
  margin: 0;
}

.our-campaign-title h2 {
  font-size: 34px;
  color: #012549;
  font-weight: 700;
  font-family: "Work Sans";
  margin-bottom: 30px;
}

.leader-person {
  background: #f4f4f4;
  padding: 45px 0 7px;
}

.our-campaign-team {
  text-align: center;
  margin-bottom: 30px;
}

h3.our-campaign-team-title {
  font-size: 18px;
  color: #012549;
  font-weight: 500;
  font-family: "Work Sans";
  text-align: center;
  margin-top: 15px;
}

.our-campaign-team-content p {
  font-size: 15px;
  color: #6f7785;
  font-weight: 400;
  font-family: "Arimo";
  text-align: center;
}

/* campaigns btn */

.campaigns-button {
  padding: 50px 0 20px;
}

.campaigns-button a {
  display: inline-block;
  background: #df1141;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Work Sans";
  padding: 16px 34px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.campaigns-button a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0px;
  left: -30px;
  background: #002549;
  transform: skew(40deg);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.campaigns-button a:hover:before {
  width: 80%;
}

.campaigns-button a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0px;
  right: -30px;
  background: #002549;
  transform: skew(40deg);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.campaigns-button a:hover::after {
  width: 80%;
}

/*event items*/
.event-details-items {
  background: url(../images/resource/event_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 39px 40px 40px;
  border-top: 5px solid #3394f5;
  border-radius: 4px;
  margin-bottom: 30px;
}

/*event title*/
.event-title2 h4 {
  color: #fff;
  position: relative;
  padding: 0 0 18px 40px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Work Sans";
}

.event-title2 h4:before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 30px;
  height: 2px;
  background: #e01142;
}
/*event text*/
.event-text2 {
  padding: 20px 0 5px;
}

.event-text2 p {
  font-size: 15px;
  margin-bottom: 2px;
  color: #d1d2d4;
}

.event-text2 p i {
  font-size: 15px;
  color: #e01142;
  padding-right: 8px;
}

.event-text2 p {
  font-size: 15px;
  margin-bottom: 2px;
  color: #d1d2d4;
}

.event-text2 p span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Work Sans";
}

/* widget items */

.widget-items {
  background: #f4f4f4;
  padding: 35px 40px 11px 40px;
}

.categories-title h4 {
  font-size: 24px;
  color: #012549;
  font-weight: 600;
  font-family: "Work Sans";
  border-bottom: 2px solid rgba(27, 52, 52, 0.10196078431372549);
  padding-bottom: 14px;
  margin-bottom: 30px;
}

/*recent post*/
.widget-recent-post {
  margin-bottom: 29px;
  border-bottom: 1px solid rgba(27, 52, 52, 0.10196078431372549);
  padding: 0 0 25px;
}
.widget-recent-post.upper {
  border: 0;
  padding: 0;
}
/* rpost title*/
.rpost-title {
  padding-left: 20px;
}
.rpost-title h4 {
  margin-top: 0;
}

.rpost-content h4 a {
  display: inline-block;
  transition: 0.5s;
  font-size: 17px;
  line-height: 24px;
  color: #012549;
  font-weight: 500;
  font-family: "Work Sans";
}

.rpost-content h4 a:hover {
  color: #e01142;
}

.rpost-title span {
  font-size: 14px;
  color: #e01142;
  font-weight: 400;
  font-family: "Arimo";
  margin-top: 7px;
  display: inline-block;
}

.rpost-title span i {
  margin-right: 5px;
}

/*================================
 <--Polytia  donate  Section Css-->
==================================*/

.donate-section {
  padding: 105px 0 110px;
}

.donations-thumb img {
  width: 100%;
}

.row.donate_upper {
  background: #012549;
  margin: 0;
  padding: 50px 48px 45px;
  border-top: 5px solid #3394f5;
}

.donate-left {
  display: inline-block;
}
.donate-right {
  display: inline-block;
}
/*button count number*/

button.tablink {
  border: 0;
  height: 50px;
  width: 95px;
  margin-right: 6px;
  transition: 0.5s;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #012549;
  font-weight: 500;
  font-family: "Work Sans";
}
button.tablink:hover {
  background: #e01142;
  color: #fff;
}
/*tab content*/
.tabcontent {
  background: #fff;
  padding: 2px 22px 12px;
  position: relative;
  text-align: right;
  padding-left: 100px;
}

.tabcontent::before {
  position: absolute;
  content: "Custom :";
  left: 23px;
  top: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #97a6b4;
  font-weight: 500;
  font-family: "Work Sans";
}

.tabcontent h3 {
  font-size: 16px;
  line-height: 26px;
  color: #97a6b4;
  font-weight: 500;
  font-family: "Work Sans";
}

.check-content h5 {
  padding: 10px 0px 8px;
  font-size: 18px;
  color: #012549;
  font-weight: 500;
  font-family: "Work Sans";
}

.dpx label {
  cursor: pointer;
  margin-right: 15px;
  font-size: 16px;
  line-height: 50px;
  color: #012549;
  font-weight: 400;
  font-family: "Work Sans";
}

.option-input {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 10px;
  transition: all 0.15s ease-out 0s;
  background: transparent;
  border: 2px solid rgba(27, 52, 52, 0.10196078431372549);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.4rem;
  outline: none;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #e01142;
}

.option-input:checked::before {
  width: 16px;
  height: 16px;
  display: flex;
  content: "";
  position: absolute;
  align-items: center;
  left: -5px;
  top: -5px;
  border: 1px solid #e01142;
  border-radius: 50%;
  z-index: -1;
}

.contact-form-box {
  border: 1px solid rgba(27, 52, 52, 0.10196078431372549);
  margin: 0;
  padding: 53px 60px 32px;
}

.form-title h6 {
  font-size: 16px;
  color: #012549;
  font-weight: 400;
  font-family: "Work Sans";
  margin-bottom: 10px;
}

.up.form-box input {
  border: 1px solid rgba(27, 52, 52, 0.10196078431372549);
  border-radius: 0;
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  padding-left: 15px;
}

.up.form-box input::placeholder {
  font-size: 15px;
  color: #6f7785;
  font-family: "Arimo";
  opacity: 1;
}

.check-cash {
  border-top: 1px solid rgba(27, 52, 52, 0.10196078431372549);
  padding-top: 15px;
  margin-top: 25px;
}

.check-cash span strong {
  font-size: 18px;
  color: #012549;
  font-weight: 500;
  font-family: "Work Sans";
  margin-right: 10px;
}

.campaigns-button.pt-3 {
  margin-top: 27px;
}

.campaigns-button button {
  display: inline-block;
  background: #df1141;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Work Sans";
  padding: 16px 34px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
}

.campaigns-button button:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0px;
  left: -30px;
  background: #002549;
  transform: skew(40deg);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.campaigns-button button:hover:before {
  width: 80%;
}

.campaigns-button button:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0px;
  right: -30px;
  background: #002549;
  transform: skew(40deg);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.campaigns-button button:hover:after {
  width: 80%;
}

/*================================
 <--Polytia   Volunteer Section Style Two Css-->
==================================*/
.volunteer-section.style-two {
  background: #fff;
  padding: 110px 0 110px;
}

.volunteer-left {
  position: relative;
  margin-left: 30px;
}

.volunteer-list {
  padding: 7px 0 30px;
}

.volunteer-list ul li {
  font-size: 16px;
  color: #012549;
  font-weight: 400;
  font-family: "Arimo";
  margin-bottom: 13px;
}

.volunteer-list ul li img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.volunteer_btn a {
  display: inline-block;
  background: #df1141;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Work Sans";
  padding: 16px 34px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
}

.volunteer_btn a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0px;
  left: -30px;
  background: #002549;
  transform: skew(40deg);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.volunteer_btn a:hover:before {
  width: 80%;
}

.volunteer_btn a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0px;
  right: -30px;
  background: #002549;
  transform: skew(40deg);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.volunteer_btn a:hover::after {
  width: 80%;
}

/*================================
 <--Polytia  Become Volunteer Css-->
==================================*/
.become-volunteer {
  background: url(../images/resource/become_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 110px 0 160px;
}

.become-volunteer .section-title {
  text-align: left;
  margin-bottom: 20px;
}

.become-volunteer .section-title h1 {
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 0;
}

.become-right {
  text-align: right;
  float: right;
}

.counter-icons {
  float: left;
  margin-top: 7px;
  margin-right: 19px;
}

.counter-contents {
  text-align: center;
  display: inline-block;
}

.counter-title3 h1 {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Work Sans";
}

.counter-title3 span {
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Work Sans";
}

h5.texts {
  font-size: 16px;
  color: #9ca5b5;
  font-weight: 400;
  font-family: "Arimo";
  margin: 0 0;
}

/*
<!-- ============================================================== -->
<!-- Hendre Start Cart Section -->
<!-- ============================================================== -->*/

.cart-area {
  padding: 100px 0 100px;
}

.cart-empty p {
  padding: 18px 25px;
  position: relative;
  background-color: #f6f7f9;
  border-bottom: 2px solid #012549;
  display: inline-block;
  width: 100%;
  color: #121e17;
}

.cart-empty p i {
  color: #e01142;
  padding-right: 10px;
}

.about-item-list ul li i {
  font-size: 20px;
  color: #da242b;
  padding-right: 5px;
}

.cart-button a {
  font-size: 15px;
  padding: 15px 9px 15px 42px;
  background: #e01142;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px 35px 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-top: 38px;
}

.cart-button a:hover {
  color: #fff;
}

.cart-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px 35px 5px 5px;
  background: #012549;
  transform: scale(0);
  transition: 0.5s;
}

.cart-button a i {
  font-size: 18px;
  width: 26px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  background: #fff;
  color: #121d17;
  border-radius: 30px;
  border: 2px solid #121d17;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 20px;
  transition: 0.5s;
}

.cart-button a:hover::before {
  transform: scale(1);
}

.cart-button a:hover i {
  border: 2px solid #e01142;
}

/*================================
 <--Polytia  Donate Section style-two Css-->
==================================*/
.contact-form-box.style1 {
  border: none;
  border-top: 5px solid #df1141;
  padding: 85px 60px 32px;
  margin-top: -226px;
  background: #fff;
}

.forms-title h1 {
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 10px;
}

h5.check-title {
  font-size: 22px;
  color: #012549;
  font-weight: 600;
  font-family: "Work Sans";
  padding: 20px 0 19px;
}

.dpx.style label {
  cursor: pointer;
  display: block;
  font-size: 18px;
  color: #012549;
  font-weight: 400;
  font-family: "Arimo";
  line-height: 38px;
}

.option_input {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  top: 5.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #e2e5e8;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.4rem;
  outline: none;
  position: relative;
  z-index: 1;
}

.option_input:checked {
  background: #3396f3;
}

.option_input:checked::before {
  width: 10px;
  height: 10px;
  display: flex;
  content: "\f00c";
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  left: 5px;
  top: 5px;
}

.option_input:focus {
  border: 1px solid #3396f3;
}

/*================================
 <--Polytia   Blgo Section style2 Css-->
==================================*/
span.tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 400;
  color: #fff;
  background: #e01142;
  padding: 3px 10px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 20px;
}

.blog-contents.style {
  padding: 34px 20px 32px 35px;
}

.blog-btn.style_bg a {
  display: inline-block;
  color: #012549;
  border-bottom: 1px solid #0125493b;
}

.blog-btn.style_bg a:hover {
  color: #e01142;
  border-bottom: 1px solid #e01142;
}

.blog-btn.style_bg a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-left: 7px;
  display: inline-block;
  transform: rotate(-45deg);
}

/*================================
 <--Polytia   Blgo Details  Area Css-->
==================================*/
.blog-detials-area {
  padding: 110px 0 110px;
}

.blog-grid-area {
  padding: 120px 0 90px;
}

.blog-section.tow.style3 {
  padding: 100px 0 100px;
}

.blog-section.tow.style3 .blog-single-box {
  margin-bottom: 50px;
  text-align: center;
  padding: 0 0 40px;
}

.blog-details-main {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
.blog-details-meta {
  background: #e11143;
  padding: 16px 30px;
}

.blog-details-meta span {
  margin-right: 30px;
  color: #fff;
}

.blog-details-meta span i {
  color: #fff;
  padding-right: 5px;
}

.blog-details-content {
  padding: 20px 0 18px;
}

.blog-details-content h2 {
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 45px;
  color: #012549;
  font-weight: 600;
  font-family: "Work Sans";
}

.blog-details-thumb img {
  width: 100%;
}

.blog-details-des {
  padding: 30px 0 10px;
}

.blog-details-blockquote {
  background: #012549;
  padding: 40px 38px 26px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
}

.blog-details-blockquote blockquote {
  font-size: 18px;
  color: #fff;
  font-style: italic;
}

.blog-details-video-thumb {
  margin-top: 30px;
  position: relative;
}

.blog-details-video-thumb img {
  width: 100%;
}

.blog-details-video-thumb-inner img {
  width: 100%;
}

.blog-details-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-details-content-list p i {
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 31px;
  border-radius: 100%;
  margin-right: 15px;
  color: #e11143;
}

.blog-detials-area .blog-content {
  padding: 20px 30px 38px;
}

.blog-details-button a {
  display: inline-block;
  border: 2px solid #e11143;
  padding: 3px 20px;
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
}

.blog-details-button a:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -1px;
  height: 104%;
  width: 104%;
  background: #e11143;
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}

.blog-details-button a.active {
  background: transparent;
  transition: 0.5s;
  margin-left: 10px;
  color: #e11143;
}
.blog-details-button a.active:before {
  background: transparent;
}

.blog-details-button a.active:hover:before {
  background: #e11143;
}

.blog-details-button a.active:hover {
  color: #fff;
  border-color: #e11143;
}

.blog-details-social {
  text-align: right;
}

.blog-details-social a {
  display: inline-block;
  border: 2px solid #e11143;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  transition: 0.5s;
  margin-left: 5px;
  color: #e11143;
}

.blog-details-social a:hover {
  background: #e11143;
  border-color: #e11143;
  color: #fff;
}

/* Blog Details Author */

.blog-details-author {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  margin-top: 32px;
}

.blog-details-author-inner {
  background: #e11143;
  padding: 30px 30px 70px;
}

.blog-details-author-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-author-content h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #ffff;
}
.blog-details-author-content p {
  color: #ffffffbd;
  overflow: hidden;
}

/* Comment CSS */

.blog-details-comment {
  margin-bottom: 10px;
  position: relative;
}

.blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-comment-content {
  overflow: hidden;
}

.blog-details-comment-content h2 {
  font-size: 18px;
  margin-top: 0;
}

.blog-details-comment-content span {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.blog-details-comment-reply {
  position: absolute;
  right: 25px;
}

.blog-details-comment-reply a {
  background: #e11143;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
}

.blog-details-comment.reply {
  margin-left: 70px;
  padding-top: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/* Blog Details Contact */

.blog-details-contact {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin: 12px 10px 10px;
  padding-top: 8px;
}
/*input-box*/
.input-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #0202021a;
  margin-bottom: 30px;
  padding: 0 20px;
  outline: 0;
  border-radius: 3px;
}

.input-box textarea {
  width: 100%;
  height: 207px;
  outline: 0;
  border: 1px solid #0202021a;
  padding: 22px 20px 0;
  border-radius: 3px;
}

/*input button*/
.input-button {
  margin-top: 27px;
}
.input-button button {
  display: inline-block;
  padding: 13px 39px;
  outline: 0;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  background: #e11143;
  border: 1px solid #e11143;
  transition: 0.5s;
}
.input-button button:hover {
  border: 1px solid #e11143;
  color: #e11143;
  background: none;
}
.input-button button i {
  margin-left: 10px;
}

/*widget search*/

.widget_search {
  padding: 19px 40px 40px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
}

.widget_search form {
  position: relative;
  margin-top: 25px;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #fff;
  outline: 0;
  border: 1px solid rgba(1, 37, 73, 0.10196078431372549);
}

.widget_search input::placeholder {
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #e11143;
  border-radius: 0 4px 4px 0;
}

/*widget categories box*/

.widget-categories-box {
  padding: 18px 40px 18px;
  border-radius: 5px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
}

.widget-categories-box.style1 {
  padding: 18px 40px 12px;
}

/*title*/

.categories_title h4 {
  font-size: 24px;
  padding: 0px 0 8px;
  margin: 0 0 8px;
  position: relative;
  line-height: 60px;
  color: #012549;
  font-weight: 600;
  font-family: "Work Sans";
  border-bottom: 2px solid #e8eaea;
}

.categories_title h4:before {
  position: absolute;
  content: "";
  left: -40px;
  top: 20px;
  height: 25px;
  width: 5px;
  background: #e11143;
}

/*categories menu*/

.widget-categories-menu ul {
  display: block;
}

.widget-categories-menu ul li {
  display: block;
  list-style: none;
  background: transparent;
  padding: 16px 0px 16px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e8eaea;
}

.widget-categories-menu ul li:last-child {
  border: none;
}

.widget-categories-menu ul li a {
  display: block;
  color: #012549;
  transition: 0.5s;
}

.widget-categories-menu ul li a span {
  display: inline-block;
  float: right;
  background: #012549;
  height: 22px;
  width: 22px;
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
  color: #fff;
  line-height: 22px;
  transition: 0.5s;
}

.widget-categories-menu ul li:hover a span {
  background: #e11143;
  color: #fff;
}

.widget-categories-menu ul li:hover a {
  color: #e11143;
}

.pdf-button a {
  display: block;
  background: #e11143;
  padding: 15px 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.pdf-button a i {
  float: right;
  font-size: 20px;
  margin-top: 2px;
}

/* Sidber Recent Post */

.sidber-widget-recent-post {
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 22px;
}

.sidber-widget-recent-post.style1 {
  margin-bottom: 0px;
}

.sidber-widget-recent-post:last-child {
  border: none;
}

.recent-widget-content a {
  color: #1b1b1b !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  display: block;
  line-height: 26px;
  transition: 0.5s;
  margin-bottom: 7px;
}

.recent-widget-thumb {
  float: left;
  margin-right: 25px;
}

.sidber-widget-recent-post .recent-widget-content a {
  color: #e11143;
  font-size: 18px;
}

/* Sidber Achivement CSS */

.widget-achivement ul li {
  list-style: none;
  margin-bottom: 6px;
}

.widget-achivement ul li a i {
  font-size: 17px;
  margin-right: 3px;
}

.widget-achivement ul li a {
  font-weight: 600;
  transition: 0.5s;
  color: #1b1b1b;
}

.widget-achivement ul li a span {
  float: right;
}

.widget-achivement ul li a:hover {
  color: #e11143;
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
  overflow: hidden;
}

.widget-gallery-thumb {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Sidber Widget Tags CSS */

.widget-tags a {
  display: inline-block;
  border: 1px solid #eaeaea;
  padding: 8px 19px;
  margin: 4px 3px;
  border-radius: 2px;
  color: #1b1b1b;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.widget-tags a:hover {
  color: #fff;
  border-color: #e11143;
  background: #e11143;
}

.widget-tags a:hover:before {
  width: 102%;
}

/* Service Details Content CSS */

.service-details-main-title {
  padding: 20px 0 18px;
}

.service-details-main-title h1 {
  font-size: 50px;
  font-weight: 700;
}

.service-details-video-thumb {
  position: relative;
  padding-top: 20px;
}
.video-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding-top: 8px;
}
.video-icon a i {
  height: 80px;
  line-height: 80px;
  width: 80px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  color: #074883;
  text-align: center;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
}
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

/*<!-- ============================================================== -->
<!-- Start   Polytia Contact Area Css -->
<!-- ============================================================== -->*/
.contact-section {
  padding: 110px 0 70px;
}

.contact-left {
  position: relative;
  margin-left: 36px;
}

.row.contact_bg {
  padding: 43px 23px 50px;
  background: #fff;
  box-shadow: 0px 5px 15px rgb(88 82 174 / 10%);
  position: relative;
}

.row.contact_bg p {
  color: #1d263a;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.form_box input {
  border: 1px solid rgba(100, 100, 100, 0.1);
  width: 100%;
  height: 50px;
  padding: 0 18px;
  margin-bottom: 20px;
  outline: 0;
}

.form_box input::placeholder {
  color: rgba(100, 100, 100, 0.8);
}

.form_box textarea {
  width: 100%;
  height: 135px;
  padding: 14px 18px;
  border: 1px solid rgba(100, 100, 100, 0.1);
  outline: 0;
}

.form_box textarea::placeholder {
  color: rgba(100, 100, 100, 0.8);
}

.contact-form-button button {
  background: #e11143;
  color: #fff;
  border: 1px solid #e11143;
  padding: 11px 33px;
  margin-top: 35px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.contact-form-button button:hover {
  color: #e11143;
}

.contact-form-button button::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #fff;
  height: 100%;
  transition: 0.5s;
  width: 0;
  z-index: -1;
}

.contact-form-button button:hover::before {
  width: 100%;
  left: 0;
}

.contact-form-button button i {
  margin-left: 10px;
}

/* google section  */

.mapouter.fixed-height {
  height: 600px;
}

.gmap_canvas {
  width: 100%;
  height: 100%;
}
.mapouter iframe {
  height: 92%;
  width: 100%;
}

/*<!-- ============================================================== -->
<!-- hendre Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 84px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #012549;
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -moz-linear-gradient(0deg, #69ddcc 0%, #69ddcc 100%);
  background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
  border-radius: 100%;
}

.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/*
<!-- ============================================================== -->
<!-- hendre Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

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

@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

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

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

@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

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

/*--==============================================->
  <!-- hendre Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/*rotateme animation*/
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*** 
====================================================================
  Search Popup
====================================================================
***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-box-btn.search-box-outer {
  display: inline-block;
  top: 33px;
}

.search-box-btn.search-box-outer i {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #0e1a56;
  margin-top: 0px;
  margin-left: 3px;
  font-weight: 600;
}

.sticky .search-box-btn.search-box-outer i {
  color: #fff;
}

.sticky-nav .search-box-btn.search-box-outer {
  display: inline-block;
  position: absolute;
  right: -50px;
  top: 33px;
}
.sticky-nav .search-box-btn.search-box-outer i {
  color: #fff;
  position: relative;
  left: 40px;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #e01142;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.search-popup .close-search i {
  position: relative;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  display: inline;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #fff;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

/*===========================
<-- hendre Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #1550d4;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #ffc704;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader::after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

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

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}
