/* 
    Theme Name:politico
    Author:vikinglab
    Support:
    Description:
    Version: 1.0
*/

/* CSS Index
----------------------------------------------
    01. HEADER AREA CSS
    02. BANNER AREA CSS
    03. ABOUT AREA CSS
    04. HISTORY AREA CSS
    05. EVENT AREA CSS
    06. TESTIMONIAL AREA CSS
    07. MEMBER AREA CSS
    08. CONTACT AREA CSS
    09. BLOG AREA CSS
    10. CTA AREA CSS
    11. FOOTER AREA CSS

*/

/* -----------------
01. HEADER CSS
-----------------
    1.1 Header Style 1
    2.1 Header Style 2
    3.1 Header Style 3
    4.1 Header Style 4 
    --------------------------*/

/* -----------------
02. BANNER AREA CSS
-----------------
    1.1 BANNER Style 1
    2.1 BANNER Style 2
    3.1 BANNER Style 3
    4.1 BANNER Style 4 
    --------------------------*/

/* -----------------
03. ABOUT AREA CSS
-----------------
    1.1 About Style 1
    2.1 About Style 2
    3.1 About Style 3
    4.1 About Style 4 
    --------------------------*/

/* -----------------
04. SERVICE AREA CSS
-----------------
    1.1 SERVICE Style 1
    2.1 SERVICE Style 2
    3.1 SERVICE Style 3
    4.1 SERVICE Style 4 
    --------------------------*/

/* -----------------
04. WORKING AREA CSS
-----------------
    3.1 WORKING Style 3
    4.1 WORKING Style 4 
    --------------------------*/

/* -----------------
05. PORTFOLIO AREA CSS
-----------------
    1.1 PORTFOLIO Style 1
    2.1 PORTFOLIO Style 2
    3.1 PORTFOLIO Style 3
    4.1 PORTFOLIO Style 4
    --------------------------*/

/* -----------------
06. TESTIMONIAL AREA CSS
-----------------
    1.1 Testimonial Style 2
    2.1 Testimonial Style 2
    3.1 Testimonial Style 3
    4.1 Testimonial Style 4
    --------------------------*/

/* -----------------
07. FAQ AREA CSS
-----------------
    2.1 FAQ Style 2
    3.1 
    4.1 
    --------------------------*/

/* -----------------
09. CONTACT AREA CSS
-----------------
    1.1 CONTACT Style 1
    2.1 CONTACT Style 2
    3.1 CONTACT Style 3
    4.1 CONTACT Style 5 
    --------------------------*/

/* -----------------
10. BLOG AREA CSS
-----------------
    1.1 BLOG Style 1
    2.1 BLOG Style 2
    3.1 BLOG Style 3
    4.1 BLOG Style 5 
    --------------------------*/

/* -----------------
11. CTA CSS
-----------------
    1.1 CTA Style 1
    2.1 CTA Style 2
    3.1 CTA Style 3
    4.1 CTA Style 4 
    --------------------------*/

/* -----------------
12. FOOTER CSS
-----------------
    1.1 FOOTER Style 1
    2.1 FOOTER Style 2
    3.1 FOOTER Style 3
    4.1 FOOTER Style 4 
    --------------------------*/

/* ==========================
                   HEADER AREA CSS
===============================================*/
body,
html {
  overflow-x: hidden;
}

/* ==========================
                  Header Style (Home-1)
===============================================*/

.po-header-area {
  left: 0;
  top: 24px;
  z-index: 999;
  width: 100%;
  position: absolute;
}
.po-header-bg {
  border-radius: 85px;
  /* border: 1px solid rgba(255, 255, 255, 0.15); */
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 16px 24px;
  transition: 0.3s;
}

/* btn */
.po-primary-btn {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  padding: 16px 24px;
  display: inline-block;
  border-radius: 80px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.po-primary-btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1b0901;
  z-index: -1;
  transition: 0.3s;
  transform: scaleX(0);
  border-radius: 80px;
  background: linear-gradient(90deg, #fa7d3c 0%, #fb3f52 100%);
}

.po-primary-btn:hover::after {
  width: 100%;
  transform: scale(1);
}

.po-main-menu ul li {
  display: inline-block;
  position: relative;
}

.po-main-menu ul li a {
  padding: 0 24px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
  position: relative;
  display: block;
}

.po-main-menu ul li a span.h-arow {
  font-size: 12px;
  display: inline-block;
  padding-left: 4px;
}

.po-main-menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  width: 180px;
  left: 0;
  background: #fff;
  text-align: left;
  padding: 16px 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 11;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.po-main-menu ul li .sub-menu li {
  display: block;
}
.po-main-menu ul li .sub-menu li a {
  color: #333;
  display: block;
  padding: 10px 18px;
  transition: 0.3s;
}

.po-main-menu ul li .sub-menu li:hover > a {
  color: #333;
  transition: 0.3s;
}
.po-main-menu ul li .sub-menu li a:hover {
  color: #fb4650;
  transition: 0.3s;
  padding-left: 26px;
}

.po-main-menu ul li .sub-menu.sub-menu-2 li a:hover {
  color: #000565;
}
.po-main-menu.po-main-menu-3 ul li:hover > a {
  color: #77c04b;
}
.po-main-menu ul li .sub-menu.sub-menu-3 li:hover a {
  color: #77c04b;
}
.po-main-menu ul li .sub-menu.sub-menu-4 li a:hover {
  color: #fa793d;
}

.po-main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 220%;
}
.po-main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.po-main-menu ul li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

/* mega menu */
.po-main-menu ul > li:hover .po-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 279%;
}
.po-mega-menu {
  position: absolute;
  top: 105%;
  left: -317px;
  width: 1320px;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 25px;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 5px;
}
.po-mega-menu.po-mega-menu-2 {
  left: -342px;
}

.po-home-thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.po-home-thumb img {
  border-radius: 5px;
}

.po-home-thumb:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #3333336b;
  opacity: 0.5;
  transition: 0.3s;
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
}
.po-home-thumb:hover:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.po-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
}

.homebtn .thumb-link {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  display: inline-block;
  padding: 16px 24px;
  border-radius: 5px;
}

.homebtn {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.po-home-thumb:hover .homebtn {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transition: 0.3s;
}

/* btn style 4 */
.po-btn-sec.po-btn-sec-4 {
  background: #fa793d;
}

.po-header-area.stiky.scroll-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background-color: #000565;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

.po-header-area.stiky.scroll-header .po-header-bg {
  background: inherit;
  border-radius: inherit;
  border: inherit;
}

/* stiky header 2 */
.po-header-area.po-stiky-header-2.stiky.scroll-header {
  background: #000565;
}
.po-header-area.po-stiky-header-2.stiky.scroll-header .po-btn-sec {
  background-color: #fff;
  color: #000565;
}

/* stiky header 3 */

.po-header-area-3.stiky.scroll-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background-color: #000565;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.po-header-area-3.stiky.scroll-header {
  background: #fff;
}

/* stiky header 4 */
.po-header-area-4.stiky.scroll-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background-color: #fafafa;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

/* ==========================
                  Header Style (Home-2)
===============================================*/
.po-header-area.po-stiky-header-2.d-none.d-lg-block.stiky.scroll-header
  .po-header-menu-2.bg-white-10 {
  background: none;
}

.po-header-btn-2 {
  float: right;
  margin-top: 16px;
  margin-right: 24px;
}

.po-main-menu.po-main-menu-2 ul li > a {
  padding: 32px 24px;
}
/* .po-main-menu.po-main-menu-2 ul li:hover > a {
    color: #000565;
} */
.po-main-menu.po-main-menu-2 ul > li:hover .po-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 100%;
}
.po-main-menu.po-main-menu-2 ul li .sub-menu {
  position: absolute;
  top: 105%;
  width: 180px;
  left: 0;
  background: #fff;
  text-align: left;
  padding: 16px 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 11;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.po-main-menu.po-main-menu-2 ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.homebtn-2 .po-btn-sec {
  display: inline-block;
  padding: 16px 24px;
}

/* ==========================
                  Header Style (Home-3)
===============================================*/
.po-main-menu.po-main-menu-3 ul li a {
  color: #081003;
}
.po-header-area-3 {
  position: relative;
  z-index: 111;
}
.po-logo-3 {
  position: relative;
  z-index: 1;
  padding: 30px 30px;
  display: inline;
}

.po-logo-3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  height: 84px;
  width: 254px;
  background: #77c04b;
  z-index: -1;
  border-radius: 7px;
}

.po-logo-3 {
  padding-bottom: 59px;
}

/* ==========================
                  Header Style (Home-4)
===============================================*/
.po-main-menu.po-main-menu-4 ul li:hover > a {
  color: #fa793d;
}
.po-main-menu.po-main-menu-4 ul li a {
  color: #081003;
}

.po-header-area-4 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.po-header-border {
  padding-top: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(19, 10, 6, 0.1);
}

/* ==========================
                  Banner Style (Home-1)
===============================================*/
.po-banner-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;
  height: 100%;
  width: 100%;
}

.po-banner-area:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background: #000565;
}

.subtitle-1 {
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 8px 12px;
}
.po-hero-btn {
  position: relative;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 30%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: linear-gradient(
    90deg,
    rgba(250, 125, 60, 1) 0%,
    rgba(251, 67, 80, 1) 100%
  );
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    90deg,
    rgba(250, 125, 60, 1) 0%,
    rgba(251, 67, 80, 1) 100%
  );
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.vid-work {
  padding-left: 118px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration-line: underline;
}

.po-banner-img {
  position: absolute;
  bottom: 0;
  z-index: 9;
  right: 0;
}

.po-banner-content p {
  color: #fff;
  opacity: 0.8;
}
/* ==========================
                  Banner Style (Home-2)
===============================================*/
.shape-2 {
  top: 157px;
  left: 88px;
  animation: slideTopToBottom 8s ease-out infinite;
}

.shape-3 {
  bottom: 41px;
  left: 707px;
  animation: slideTopToBottom 8s ease-out infinite;
}
.po-banner-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.po-banner-2::after {
  position: absolute;
  content: "";
  background: #15213d;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  opacity: 0.7;
}
.po-subtitle2 {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.po-banner-content-2 p {
  color: rgba(255, 255, 255, 0.8);
}
.po-primary-btn-2 {
  display: inline-block;
  padding: 16px 20px;
}
.btn-secondary-2 {
  border: 1px solid #fff;
  margin-left: 16px;
}
.shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.po-heroimg-2 {
  position: relative;
  z-index: 1;
}

/* btn (home-2) */
.po-btn-sec {
  background: #000565;
  padding: 16px 24px;
  font-size: 18px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 700;
}

a.po-btn-sec.po-btn-secon-4 {
  background: inherit;
  color: #333;
  border: 1px solid #333;
  margin-left: 15px;
}
.po-btn-sec.po-secondary-btn-2 {
  background: inherit;
  border: 1px solid;
  margin-left: 15px;
}

.po-btn-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 1;
}

.po-btn-wrap span {
  transition: 0.2s;
  display: block;
}

.po-btn-y-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(100%);
}

.po-btn-sec:hover .po-btn-y-1 {
  transform: translateY(-100%);
}

.po-btn-sec:hover .po-btn-y-2 {
  transform: translateY(0);
}
/* btn (home-01) */
.po-btn-sec.po-btn-sec-1 {
  border-radius: 80px;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
}

/* btn (home-03) */
.po-btn-sec.po-btn-sec-3 {
  border-radius: 50px;
  background: #77c04b;
}

/* ==========================
                  Banner Style (Home-3)
===============================================*/

.po-her-img-3 {
  text-align: end;
}
.po-bnr-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
}

.po-bnr-overlay img {
  position: absolute;
  z-index: -1;
  height: 100%;
}
.po-bnr-con-form {
  position: relative;
  z-index: 1;
  width: 470px;
}

.po-bnr-con-form button.po-btn-sec.po-btn-sec-3 {
  position: absolute;
  right: 8px;
  top: 8px;
}

.po-bnr-con-form input[type="email"] {
  border-radius: 50px;
  height: 63px;
}

/* ==========================
                  Banner Style (Home-4)
===============================================*/
section.po-bnr-4 {
  padding-top: 240px;
}
.po-baner-img-4 {
  margin-bottom: -100px;
}

.po-baner-content-4 p {
  color: #565250;
}

.po-bnr-shape-2 {
  right: 0;
  bottom: 0;
  animation: slideTopToBottom 8s ease-out infinite;
}

.po-banr-shape-3 {
  left: 50%;
}
.po-bnr-ovrly-4 img {
  position: absolute;
  top: 0;
  height: 100%;
}
.po-banr-shape-1 img {
  position: absolute;
  left: 60px;
  top: 157px;
  animation: slideTopToBottom 8s ease-out infinite;
}

/* Keyframe animation */
@keyframes slideTopToBottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }

  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* ==========================
                  About Style (Home-1)
===============================================*/

.po-sec-img-vi {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  z-index: 999;
}

.po-sec-img-vi span {
  background: #fff;
  height: 90px;
  width: 90px;
  line-height: 90px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  cursor: pointer;
}
.po-sec-img.relative {
  margin-left: 25px;
  margin-bottom: 25px;
}

.po-sec-img:after {
  position: absolute;
  content: "";
  height: 271px;
  width: 271px;
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  left: -25px;
  bottom: -25px;
  border-radius: 7px;
  border-top-right-radius: 200px;
  z-index: -1;
}
.po-sec-img-vi span:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}
.po-sec-img-vi span:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.po-sec-img-vi span i {
  position: relative;
  z-index: 9;
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-subtitle {
  border-radius: 50px;
  background: rgba(1, 2, 14, 0.05);
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
  line-height: 16px;
  color: #01020e;
}

.sec-title {
  color: #01020e;
}

.po-section-title p {
  color: #5a5a63;
}
.po-about-quote {
  background: #f8f7f7;
  padding: 16px 20px;
  position: relative;
}
.po-about-quote::after {
  position: absolute;
  content: " ";
  left: 0;
  width: 6px;
  height: 100%;
  top: 0;
  border-radius: 5px;
  border-radius: 5px;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
}

/* ==========================
                  About Style (Home-2)
===============================================*/
.subtitle-2 {
  border-radius: 7px;
  background: rgba(227, 17, 18, 0.05);
  color: #000565;
}
.sec-title-2 {
  color: #15213d;
}
.po-section-title-2 p {
  color: #5f677c;
}
.po-cmn-title-2 {
  color: #15213d;
}
.po-icon span {
  display: block;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50px;
  background: #fce7e7;
  margin-right: 20px;
  transition: 0.3s;
}
.po-icon-box-content-2 p {
  color: #5f677c;
}
.po-about-btn-2 {
  display: inline-block;
}

.po-icon-box-2:hover .po-icon span {
  background-color: #000565;
  transform: rotateY(180deg);
}
.po-icon-box-2:hover .po-icon span img {
  filter: brightness(0) invert(1);
}
.po-sec-img-2 {
  margin-bottom: 150px;
}

.sm-ab-2 {
  height: 240px;
  width: 390px !important;
  border-radius: 7px;
  position: absolute;
  border: 7px solid #fff;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -150px;
}
.po-ab-shape-2 {
  position: absolute;
  right: 54px;
  bottom: -66px;
  z-index: -1;
}

/* ==========================
                  Task (Home-3)
===============================================*/
.tag-3 {
  padding: 12px 16px;
  display: inline-block;
  color: #fff;
  background: #081003;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.po-tags-3 {
  top: -42px;
  left: 24px;
}
.po-task-content-3 {
  padding: 24px;
}
.po-single-blog-3 img {
  height: 200px;
  object-fit: cover;
}
.sec-title-3 {
  color: #081003;
  transition: 0.3s;
}
.po-section-title-3 p {
  color: #5c5e5c;
}
.po-task-content-3 p {
  color: #5c5e5c;
  transition: 0.3s;
}
.sec-subtitle-3 {
  display: inline-block;
  background: #f2f3f7;
  padding: 8px 12px;
  border-radius: 50px;
  color: #081003;
}

.po-single-blog-3 {
  margin-left: 30px;
}

span.priv_arrow3.slick-arrow {
  position: absolute;
  background: #f1f9ed;
  color: #77c04b;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  top: 50%;
  right: -80px;
  cursor: pointer;
  transition: 0.3s;
}

span.next_arrow3.slick-arrow {
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #f1f9ed;
  color: #77c04b;
  text-align: center;
  border-radius: 50px;
  top: 50%;
  left: -50px;
  cursor: pointer;
  transition: 0.3s;
}
span.priv_arrow3:hover,
span.next_arrow3:hover {
  background: #77c04b;
  color: #fff;
}
.po-single-blog-3.slick-current.slick-active .po-task-content-3 {
  background: #77c04b;
}
.po-single-blog-3.slick-current.slick-active .tag-3 {
  background: #77c04b;
}
.po-single-blog-3.slick-current.slick-active .sec-title-3 {
  color: #fff;
}
.po-single-blog-3.slick-current.slick-active .po-task-content-3 p {
  color: #fff;
}

/* ==========================
                  About (Home-3)
===============================================*/
.po-about-section-3 {
  background: #77c04b;
}

.po-about-section-3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: #f5f8f5;
}
.po-about-img-3 {
  border-radius: 7px;
  overflow: hidden;
}
.po-about-img-3 img {
  height: 558px;
  object-fit: cover;
}

.po-about-shape-3 {
  top: 0;
}
.sec-subtitle-about-3 {
  display: inline-block;
  background: #85c65d;
  padding: 8px 12px;
  border-radius: 50px;
  color: #081003;
}
.po-section-title-4 {
  margin-bottom: 100px;
}
.po-icon-3 span {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
  background: #77c04b;
  margin-right: 20px;
  transition: 0.3s;
}

.po-icon-box-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.po-about-img-3 {
  margin-right: 50px;
}

/* ==========================
                  About (Home-4)
===============================================*/
/* ==========================
                  About (Home-4)
===============================================*/
.po-abo-img-1 img {
  height: 470px;
  width: 460px !important;
  object-fit: cover;
  border-radius: 7px;
}
.po-abo-img-2 {
  border-radius: 7px;
}
.po-abo-img-2 img {
  width: 440px;
  height: 300px;
  object-fit: cover;
}

.po-abo-img-2 {
  position: absolute;
  bottom: -60px;
  right: 60px;
  border: 7px solid #fff;
}

.po-ab-4-img.relative {
  margin-right: 50px;
}

.po-abo-img-1 {
  margin-bottom: 60px;
}

.progress-bar {
  margin-bottom: 20px;
}

label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.progress {
  background-color: #ca2c51;
  border-radius: 20px;
  height: 4px;
  position: relative;
}

.progress-inner {
  background-color: #ca2c51;
  height: 100%;
  border-radius: 20px;
  transition: width 0.4s ease;
}

.progress-bar {
  position: relative;
  overflow: inherit;
}

.progress-bar:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: #ca2c51;
  border-radius: 50px;
  right: 18px;
  top: 22px;
}

span.p-icon {
  font-size: 16px;
  line-height: 1;
}

span.p-icon img {
  height: 16px;
  width: 16px;
  display: block;
  margin-right: 12px;
}

span.p-icon {
  display: inline-flex;
  color: #d00606;
}
span.progress-title {
  color: #ca2c51;
  font-size: 16px;
  line-height: 1;
}

.progress {
  margin-top: 8px;
}

.progress-bar.progress-bar-2 .progress {
  background: #38c4d3;
}

.progress-bar.progress-bar-2 .progress-inner {
  background: #38c4d3;
}

.progress-bar.progress-bar-2::after {
  background: #38c4d3;
  left: 84%;
}

span.progress-title.progress-title-2 {
  color: #38c4d3;
}
span.p-icon.p-icon-2 {
  color: #38c4d3;
}

/* DF6D3B */

.progress-bar.progress-bar-3 .progress {
  background: #df6d3b;
}

.progress-bar.progress-bar-3 .progress-inner {
  background: #df6d3b;
}

.progress-bar.progress-bar-3::after {
  background: #df6d3b;
  left: 74%;
}

span.progress-title.progress-title-3 {
  color: #df6d3b;
}
span.p-icon.p-icon-3 {
  color: #df6d3b;
}

.progress-bar.progress-bar-4 .progress {
  background: #2e69a0;
}

.progress-bar.progress-bar-4 .progress-inner {
  background: #2e69a0;
}

.progress-bar.progress-bar-4::after {
  background: #2e69a0;
  left: 81%;
}

span.progress-title.progress-title-4 {
  color: #2e69a0;
}
span.p-icon.p-icon-4 {
  color: #2e69a0;
}

.progress-bar.progress-bar-5 .progress {
  background: #234577;
}

.progress-bar.progress-bar-5 .progress-inner {
  background: #234577;
}

.progress-bar.progress-bar-5::after {
  background: #234577;
  left: 69%;
}

span.progress-title.progress-title-5 {
  color: #234577;
}
span.p-icon.p-icon-4 {
  color: #234577;
}

/* ==========================
                   History AREA CSS (Home-2)
===============================================*/
.po-his-slider-content .sec-title {
  color: #000565;
}

.po-his-slider-content p {
  color: #5f677c;
}
.po-history-nav-content .sec-title-2 {
  position: relative;
  padding-left: 15px;
}

.po-history-nav-content {
  position: relative;
}
/* 
.po-history-nav-content:after {
  position: absolute;
  content: "";
  background: #15213d;
  height: 1px;
  width: 80px;
  left: 0px;
  top: 50%;
} */
.po-history-nav-content {
  padding-left: 68px;
  padding-right: 68px;
}

.po-history-nav {
  position: relative;
}
span.priv_arrow {
  position: absolute;
  border-radius: 50px;
  background: #f3e2e7;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  right: -22px;
  top: -10px;
  z-index: 999;
  cursor: pointer;
  color: #000565;
  transition: 0.3s;
}

span.next_arrow {
  background: #f3e2e7;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  border-radius: 50px;
  top: -12px;
  left: 0;
  z-index: 999;
  cursor: pointer;
  color: #000565;
  transition: 0.3s;
}
.next_arrow:hover,
.priv_arrow:hover {
  transition: 0.3s;
  background: #000565;
  color: #fff;
}

.po-history-nav-content {
  margin-left: 65px;
}
.po-his-slide-img img {
  height: 380px;
  object-fit: cover;
}

.po-history-nav-content.slick-current.slick-active .sec-title-2 {
  color: #000565;
}
.po-history-nav-content.slick-current.slick-active:after {
  background: #000565;
}
.po-history-nav-content.active i {
  color: #000565;
}
.po-history-nav-content.active:after {
  background: #000565;
}
/* ==========================
                   Service AREA CSS (Home-1)
===============================================*/
.po-camping-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 182px;
}
.po-camping-bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background: #000565;
}

.po-camping-content p {
  color: rgba(255, 255, 255, 0.8);
}
.po-camp-icon span {
  height: 50px;
  width: 50px;
  background: #fff;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  margin-right: 16px;
}
.po-camp-icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.po-camp-location {
  float: right;
}
.po-camp-icon-box:last-child {
  margin-bottom: 0;
}
.po-camp-box-content p {
  color: rgba(255, 255, 255, 0.9);
}

.po-camp-bg {
  background: #f8f7f7;
  padding-bottom: 70px;
  margin-top: -152px;
}
.camp-img {
  height: 250px;
  object-fit: cover;
}
.po-single-camp {
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 7px;
  overflow: hidden;
}

.po-camp-content {
  padding: 32px 24px;
}
.po-camp-meta-box {
  display: flex;
}
.po-single-meta-box {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.po-meta-box-ic img {
  height: 16px;
  width: 16px;
  display: block;
  margin-right: 8px;
}

.po-meta-content p {
  font-size: 16px;
  line-height: 16px;
  color: #5a5a63;
}
.po-camp-title a {
  color: #01020e;
}
.po-camp-content p {
  color: #5a5a63;
}

/* ==========================
                   Service AREA CSS (Home-4)
===============================================*/
.sec-subtitle-4 {
  display: inline-block;
  border-radius: 7px;
  background: rgba(250, 121, 61, 0.1);
  padding: 8px 12px;
  color: #fa793d;
}

.sec-title-4 {
  color: #130a06;
  transition: 0.3s;
}
.po-section-title-4 p {
  color: #565250;
}
.po-service-box-4 {
  padding: 32px 24px;
}
.po-ser-box-con-4 p {
  color: #565250;
  transition: 0.3s;
  padding-bottom: 26px;
}
.po-ser-box-icon span {
  background: #fff2ec;
  height: 80px;
  width: 80px;
  display: block;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}
.po-readmore4 {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #130a06;
  transition: 0.3s;
}

.pread-more4 span {
  transform: rotate(-45deg);
  display: inline-block;
}
.po-service-box-4.bg-white {
  transition: 0.3s;
}
.po-ser-box-icon {
  display: inline-block;
}
.po-service-box-4:hover {
  background: #fa793d !important;
  transition: 0.3s;
}
.po-service-box-4:hover .po-ser-box-icon span {
  background: #fff;
  transition: 0.3s;
  transform: rotateY(180deg);
}

.po-service-box-4:hover .po-ser-box-icon {
  transform: rotateY(180deg);
}
.po-service-box-4:hover .po-ser-box-con-4 .sec-title-4 {
  color: #fff;
  transition: 0.3s;
}
.po-service-box-4:hover .po-ser-box-con-4 p {
  color: #fff;
  transition: 0.3s;
}
.po-service-box-4:hover .po-readmore4 {
  color: #fff;
  transition: 0.3s;
}

.po-ser-bx-shape {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(70px);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.po-service-box-4:hover .po-ser-bx-shape {
  transform: translateX(0);
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

/* ==========================
                 career area css (Home-4)
===============================================*/

.po-carer-box-icon span {
  background: #faede7;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}
.po-carer-box-4 {
  padding: 24px 20px;
}
.po-date-4 {
  display: inline-block;
}

.po-date-4 a span {
  color: #565250;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
}
.po-carer-box-icon {
  display: inline-block;
}

.po-carer-box-4:hover .po-carer-box-icon span {
  transition: 0.3s;
  transform: rotateY(180deg);
}

.po-carer-img-sec {
  float: right;
}
.po-carer1 img {
  height: 460px;
  width: 470px !important;
  object-fit: cover;
  border-radius: 7px;
}

.po-carer2 img {
  width: 440px !important;
  height: 300px;
  object-fit: cover;
  border-radius: 7px;
}

.po-carer2 {
  position: absolute;
  left: -90px;
  bottom: -145px;
}

.po-carer-img-sec {
  position: relative;
  z-index: 1;
}

/* ==========================
                Counter css (Home-4)
===============================================*/
.counter-bg {
  background-color: #fa793d;
}
span.couter-sub-heading {
  display: block;
  padding-top: 20px;
  color: #fff;
  opacity: 0.8;
}
.po-single-coun-box h2 {
  display: block;
}
.po-counter-main {
  display: flex;
  justify-content: space-between;
}

/* ==========================
                 Video area css (Home-4)
===============================================*/
.po-video-4 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.po-video-4:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #130a06;
  opacity: 0.7;
}

.po-vid-img {
  height: 620px;
  object-fit: cover;
}

/* new */
.po-vid-4 {
  height: 620px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.po-vid-content-4 {
  position: relative;
  top: 380px;
  text-align: center;
}
section.po-vid-4 {
  position: relative;
  z-index: 1;
}

section.po-vid-4:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #130a06;
  z-index: -1;
  opacity: 0.7;
}
.po-vid-title-4 h3 {
  text-decoration: underline;
}
.priv_arrow4 {
  background: #f6e9e3;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  right: -80px;
  text-align: center;
  border-radius: 50px;
  color: #fa793d;
  transition: 0.3s;
  cursor: pointer;
}

span.next_arrow4 {
  position: absolute;
  background: #f6e9e3;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  left: -80px;
  top: 0;
  color: #fa793d;
  transition: 0.3s;
  cursor: pointer;
}
.next_arrow4:hover,
.priv_arrow4:hover {
  background: #fa793d;
  color: #fff;
  transition: 0.3s;
}

/* test play */
.po-sec-img-vi-4 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  z-index: 999;
}

.po-sec-img-vi-4 span {
  background: #fa793d;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  cursor: pointer;
}

.po-sec-img-vi-4 span:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa793d;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}
.po-sec-img-vi-4 span:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa793d;
  border-radius: 50%;
  transition: all 200ms;
}
.po-sec-img-vi-4 span i {
  position: relative;
  z-index: 9;
  color: #fff;
}
.po-vid-4-text h3 {
  position: absolute;
  z-index: 9999;
  top: 59%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}

/* brand */
.po-brand-logo {
  padding: 50px 60px;
  margin-top: -70px;
  position: relative;
  z-index: 9;
}

/* ==========================
                 Event area css (Home-1)
===============================================*/
.sec-subtitle-2 {
  display: inline-block;
  background: #f2f3f7;
  padding: 8px 12px;
  border-radius: 50px;
  color: #01020e;
}

.po-event-sec-title .sec-title {
  color: #01020e;
}

.po-event-img img {
  height: 268px;
  border-radius: 7px;
  object-fit: cover;
}

.po-single-event {
  background: #f8f7f7;
  padding: 32px 24px;
  display: flex;
  transition: 0.3s;
}
.po-event-content {
  margin-left: 24px;
}
.po-event-content p {
  color: #5a5a63;
}
.event-date-title {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.event-locations a {
  display: block;
  font-size: 16px;
  line-height: 16px;
  padding-top: 20px;
  color: #01020e;
  transition: 0.3s;
  text-decoration: underline;
}
.event-locations span {
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 4px;
  color: #01020e;
  transition: 0.3s;
}

.po-single-event:hover .event-locations a,
.po-single-event:hover .event-locations span {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}

.hover_effect1 {
  position: relative;
  overflow: hidden;
  display: block;
}

.hover_effect1::before,
.hover_effect1::after {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.9s ease 0s;
  width: 100%;
  z-index: 1;
}

.hover_effect1::before {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  -moz-transform: translate(105%, 0%);
  -webkit-transform: translate(105%, 0%);
  transform: translate(105%, 0%);
}

.hover_effect1:hover:before,
.hover_effect1:hover:after {
  opacity: 0;
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hover_effect1::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -moz-transform: translate(-105%, 0%);
  -webkit-transform: translate(-105%, 0%);
  transform: translate(-105%, 0%);
}

/* ==========================
                 Event area css (Home-3)
===============================================*/
.po-event-img-3 {
  height: 744px;
  object-fit: cover;
  border-radius: 7px;
}
.po-events-3 {
  margin-right: 50px;
}
.po-single-events {
  padding: 32px 24px;
  background: #fff;
  transition: 0.3s;
}
.event {
  background: #77c04b;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 7px;
  color: #fff !important;
  transition: 0.3s;
}

.po-event-content-3 p {
  color: #5c5e5c;
  transition: 0.3s;
}

.po-event-date {
  color: #5c5e5c !important;
  margin-left: 12px;
  font-weight: 600;
  transition: 0.3s;
}

.po-single-events:hover {
  background-color: #77c04b !important;
  transition: 0.3s;
}
.po-single-events:hover .po-event-content-3 .sec-title-3 {
  color: #fff;
  transition: 0.3s;
}
.po-single-events:hover .po-event-content-3 p {
  color: #fff;
  transition: 0.3s;
  opacity: 0.8;
}
.po-single-events:hover .event {
  background: #fff;
  transition: 0.3s;
  color: #77c04b !important;
}
.po-single-events:hover .po-event-date {
  color: #fff !important;
  opacity: 0.8;
  transition: 0.3s;
}

/* timer  */
#clockdiv {
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  position: absolute;
  right: 0;
  bottom: 78px;
  left: 0;
}

#clockdiv > div {
  display: inline-block;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  margin-right: 12px;
}

#clockdiv div > span {
  padding: 18px 27px;
  border-radius: 3px;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
.smalltext {
  padding: 8px 27px;
  font-size: 16px;
  background: #fff;
  color: #081003;
  border-radius: 0px 0px 7px 7px;
  line-height: 16px;
  font-weight: 500;
}

/* ==========================
                   Mission area css (Home-2)
===============================================*/
.po-nav-link {
  background: #fef3f3;
  height: 600px !important;
  width: 370px;
  border-radius: 5px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0%, 100% 83%, 50% 100%, 0 83%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 83%, 50% 100%, 0 83%);
}
.po-nav-link.active {
  background: #000565;
}

.po-naviicon span {
  background: #fbdcdc;
  height: 64px;
  width: 64px;
  border-radius: 50px;
  display: flex;
  line-height: 64px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.po-nav-ic-box {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.po-nav-link.active .po-naviicon span {
  background: #fff;
}
.po-nav-link.active .po-nav-content .sec-title-2 {
  color: #fff;
}
.po-tab-img img {
  height: 550px;
  border-radius: 5px;
  object-fit: cover;
}
.po-tab-content p {
  color: #5f677c;
}
.po-check-ic span {
  background: #15213d;
  height: 20px;
  width: 20px;
  color: #fff;
  border-radius: 50px;
  line-height: 20px;
  display: block;
  text-align: center;
  font-size: 12px;
  margin-right: 6px;
}
.po-tab-content {
  margin-left: 64px;
}
.tab-top-shape {
  height: 112px !important;
  width: 112px;
}

.tab-img {
  margin-left: 30px;
  margin-top: 30px;
}

.po-tab-shp.absolute {
  z-index: -1;
}

/* ==========================
                  Testimonial area css (Home-1)
===============================================*/
.testimonial-bg-1 {
  background: #000565;
}
.po-testimonial-content p {
  color: rgba(255, 255, 255, 0.9);
}
.sec-subtitle-1 {
  display: inline-block;
  padding: 8px 12px;
}
.testimonial-sub-bg {
  background: rgba(255, 255, 255, 0.1);
}
.po-slider-reviews ul {
  margin: 0;
  padding: 0;
}

.po-slider-reviews ul li {
  display: inline-block;
}

.po-slider-reviews {
  display: flex;
  align-items: center;
}

.po-slider-reviews ul li a {
  color: #ffa41c;
  font-size: 16px;
}

.po-rating {
  color: #01020e;
  margin-left: 9px;
  font-weight: 500;
}
.po-slider-desc p {
  color: #5a5a63;
  padding-top: 5px;
  padding-bottom: 18px;
}

.po-quote-ic span img {
  display: inline-block;
}

.po-quote-ic {
  display: inline-block;
}

.po-quote-ic span {
  display: block;
  height: 50px;
  width: 50px;
  background: #ffeded;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}

.po-testimonial-auth {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.po-auth-content {
  margin-left: 12px;
}
.banner-slider .slider.slider-for {
  max-width: 570px;
  padding-left: 50px;
}

.thumbImg img {
  height: 100px;
  width: 100px;
  border-radius: 7px;
}

.banner-slider .slider.slider-nav {
  max-width: 100px;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: right;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
  height: 100px;
  width: 100px;
}
.banner-slider .slider.slider-nav {
  padding: 0px;
}
.banner-slider .slider.slider-nav {
  height: inherit;
  overflow: hidden;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border-radius: 7px;
  border: 6px solid #fb3f52;
}

.thumbnail-image.slick-slide.slick-current.slick-active .thumbImg img {
  border-radius: 0;
}

/*End USE CSS for Slider*/

@media screen and (max-width: 991px) {
  .banner-slider .slider.slider-for,
  .banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
  }
  .slider.slider-nav.thumb-image {
    padding: 20px 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .slider-banner-image {
    height: 400px;
  }
  .slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .slick-prev.slick-arrow {
    background-position: center 10px;
  }
  .slick-next.slick-arrow {
    background-position: center 10px, center;
  }
  .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
}

@media screen and (max-width: 580px) {
  .slider-banner-image {
    height: 340px;
  }
}

@media screen and (max-width: 480px) {
  .slider-banner-image {
    height: 280px;
  }
}

/* ==========================
                  Testimonial area css (Home-2)
===============================================*/
.po-testimonial-section-2 {
  background: #15213d;
}
.po-section-title-2 .sec-subtitle-3 {
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.1);
}

.po-testimonial-shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
}
.po-testimonial-shape img {
  height: 872px;
  object-fit: cover;
}

.po-single-testimonial-2 {
  padding: 32px;
}
.po-testimonial-reviews-2 span {
  background: #f5f9ff;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  color: #000565;
}
.po-testimonial-quote-2 {
  position: absolute;
  top: 8px;
  right: 16px;
}
.po-testimonial-content-2 p {
  font-size: 18px;
  color: #5f677c;
  line-height: 30px;
  padding-top: 22px;
}

.po-testi-content-2 span {
  color: #5f677c;
}
.po-testi-nav-2 {
  padding: 24px;
  margin-top: 24px;
}

.po-testi-item-2 {
  display: flex;
  align-items: center;
}
.po-testimonail-item-2 span {
  margin-right: 16px;
  display: block;
}
.po-testimonail-item-2 span img {
  border-radius: 50px;
}
.po-testi-nav-2 {
  margin-right: 20px;
}
.po-testi-nav-2.slick-current.slick-active {
  background: #000565 !important;
}
.po-testi-nav-2.slick-current.slick-active .po-testi-content-2 .sec-title-2 {
  color: #fff;
}
.po-testi-nav-2.slick-current.slick-active .po-testi-content-2 span {
  color: rgba(255, 255, 255, 0.8);
}

.po-testimonial-content-2 .slick-dots li button:before {
  font-size: 0px !important;
}

.po-testimonial-content-2 .slick-dots {
  text-align: start !important;
}

.po-testimonial-content-2 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  display: inline-block;
  line-height: 12px;
}

.po-testimonial-content-2 li.slick-active {
  background: rgba(255, 255, 255, 0.2);
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
}

.po-testimonial-content-2 .slick-dots .slick-active button {
  background: #fff;
}
.po-testi-nav-2.active {
  background-color: #000565;
}
.po-testi-nav-2.active h3 {
  color: #fff;
}
.po-testi-nav-2.active span {
  color: #fff;
}
/* ==========================
                  Testimonial area css (Home-3)
===============================================*/

.po-test-con-revi ul li {
  display: inline-block;
}

.po-test-con-revi {
  background: #e8f2e4;
  display: inline-block;
  border-radius: 7px;
  padding: 8px;
}
.po-test-con-revi ul li a {
  color: #77c04b;
}
.po-test-con-ic {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.po-testi-content-3 p {
  color: #5c5e5c;
}
span.auth-deseg {
  padding-top: 12px;
  display: inline-block;
}
.po-testi-con-3 {
  margin-right: 60px;
}

/* test */
img.large-img-3 {
  float: right;
}

.po-testi-lar-img img {
  border-radius: 100%;
  height: 470px;
  width: 470px;
  object-fit: cover;
  border: 15px solid #fff;
}

.sm-thumb-3 {
  height: 130px;
  width: 130px;
  border-radius: 100%;
  position: absolute;
}

.thum-1 {
  top: 0;
  left: 25%;
}

.thum-2 {
  top: 36%;
  left: 95px;
}

.thum-3 {
  bottom: 0;
  left: 160px;
}

.po-testimonials-3 {
  margin-right: 60px;
}

/* ==========================
                  Contact area css (Home-1)
===============================================*/

.subtitle-bg-3 {
  background: rgba(0, 5, 101, 0.05);
}
.po-join-team p {
  padding-bottom: 68px;
}

.po-con-img img {
  height: 556px;
  object-fit: contain;
  width: 533px !important;
}
.po-con-img.-mb-70 {
  margin-bottom: -114px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
select,
textarea {
  outline: none;
  height: 52px;
  width: 100%;
  line-height: 52px;
  font-size: 16px;
  color: #4a4a49;
  background: #fff;
  border-radius: 7px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-left: 20px;
  border: 1px solid #dbdcdd;
}
.po-con-form-input textarea {
  height: 130px;
  margin-bottom: 30px;
}
button {
  border: none;
}

.po-contact-phone {
  background-color: #000565;
  padding: 24px;
  width: 370px;
  margin-bottom: 32px;
}
.po-contact-phone p {
  color: rgba(255, 255, 255, 0.9);
}
.po-con-ic-box {
  display: flex;
  align-items: center;
}
.po-con-ic span {
  background: rgba(255, 255, 255, 0.1);
  height: 60px;
  width: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  margin-right: 16px;
}
.po-flex {
  display: flex;
  justify-content: end;
}
.po-num {
  color: rgba(255, 255, 255, 0.9);
  display: block;
}
.po-con-form-input {
  padding: 40px;
}

/* ==========================
                  Contact area css (Home-4)
===============================================*/
.po-con-ic-4 {
  display: block;
  margin-right: 12px;
}

.po-con-ic-4 span {
  display: inline-block;
  background: #faf4f1;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}
.po-con-content-4 span {
  display: block;
  color: #565250;
  transition: 0.3s;
}
.po-contact-ic-4 {
  display: flex;
  align-items: center;
}
.po-con-form-input.po-con-form-input-3 {
  width: 470px;
}
.po-con-shape-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.po-con-shpe-4 {
  position: absolute;
  bottom: 0;
  z-index: -9;
}
.po-con-content-4 a {
  display: inline-block;
  color: #565250;
  transition: 0.3s;
}

.po-contact-ic-4:hover .po-con-ic-4 span {
  background: #fa793d;
  transition: 0.3s;
}
.po-contact-ic-4:hover .po-con-ic-4 span img {
  filter: brightness(0) invert(1);
}
/* ==========================
                  Faq Style (Home-2)
===============================================*/
.po-faq-2 {
  background: #f5f9ff;
}
.po-faq-2-img {
  position: absolute;
  left: -150px;
}
.faq-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.po-accordion-2
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.po-accordion-2 .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.po-accordion-2 .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: inherit;
}

.po-accordion-2 .accordion-item {
  background: transparent;
  margin-bottom: 20px;
}

.po-accordion-2 .accordion-button {
  background: transparent;
  color: #15213d;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 20px;
}
.po-accordion-2 .accordion-item {
  border: 1px solid #dfe3ec;
  border-radius: 7px;
}
.po-accordion-2 .accordion-button:focus {
  box-shadow: none;
}
.po-accordion-2 .accordion {
  border: none !important;
}
.po-accordion-2 .accordion-body p {
  color: #5f677c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-top: -3px;
  padding-bottom: 3px;
}
.po-accordion-2 .accordion-body {
  padding-top: 0;
}

/* ==========================
                  Faq Style (Home-3)
===============================================*/

.po-accordion-2.po-accordion-3 .accordion-item {
  border-radius: 7px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(8, 16, 3, 0.1);
}

/* ==========================
                  Gallery Style (Home-2)
===============================================*/
.gallery-ic span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  background: #fff;
}

.gallery-ic {
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 9;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
/*.po-gallary-items:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: #e465649c;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    transform: scale(.8);*/
/*    transition: .3s;*/
/*    opacity: 0;*/
/*    transition: .3s;*/
/*}*/

/*.po-gallary-items.po-gallary-items:hover:after{*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

/*.po-gallary-items:hover .gallery-ic{*/
/*    top: 50%;*/
/*    transition: .3s;*/
/*    opacity: 1;*/
/*    visibility: visible*/
/*}*/

/* ==========================
                  Gallery Style (Home-3)
===============================================*/
.po-gallary-items-3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #77c04b78;
  height: 100%;
  width: 100%;
  transform: scale(0.8);
  transition: 0.3s;
  opacity: 0;
  transition: 0.3s;
}

/* ==========================
                  Blog Style (Home-1)
===============================================*/
.po-blog-content {
  padding: 20px 24px;
}
.po-blog-content p {
  border-bottom: 1px solid rgba(1, 2, 14, 0.1);
  padding-bottom: 24px;
  color: #5a5a63;
}

.po-blog-auth-img {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 12px;
}

.po-blog-auth-img img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
}

.po-blog-auth {
  padding: 24px;
  display: flex;
  align-items: center;
}

.po-meta-tags li {
  display: inline-block;
}

.po-meta-tags li > a {
  color: #5a5a63;
  font-size: 16px;
  line-height: 16px;
}
.po-blg-date {
  color: #000565 !important;
  margin-left: 12px;
}
.blog-read-more {
  display: inline-block;
  color: #01020e;
}

.blog-read-more span {
  transition: 0.3s;
  display: inline-block;
  transform: rotate(-45deg);
}
.po-single-blog img {
  height: 220px;
  object-fit: cover;
}

.po-single-blog:hover .blog-read-more {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.po-single-blog:hover .blog-read-more span {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.po-single-blog:hover .po-blg-date {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==========================
                  Blog Style (Home-2)
===============================================*/
.po-blog-content-2 {
  padding: 0px 24px 24px 24px;
}

.po-date-2 {
  background: #f4edf3;
  text-align: center;
  padding: 16px 12px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-right: 16px;
  transition: 0.3s;
}

.po-date-2 span {
  display: block;
  font-weight: 500;
  margin-top: 8px;
  color: #000565;
  transition: 0.3s;
}

.date-2 {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #000565;
  transition: 0.3s;
}
.po-blog-meta-2 {
  align-items: center;
}

.po-user-2 {
  align-items: center;
}
.auth-title-2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.po-user-ic-2 span {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.po-blog-title-2 {
  color: #15213d;
  transition: 0.3s;
}
.po-blog-content-2 p {
  color: #5f677c;
  transition: 0.3s;
}
.blog-read-more-3 {
  color: #15213d;
  display: inline-block;
  transition: 0.3s;
}
.blog-read-more-3 span {
  display: inline-block;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.po-single-blog-2:hover .po-date-2 {
  background: #000565;
  color: #fff;
  transition: 0.3s;
}
.po-single-blog-2:hover .po-date-2 .date-2 {
  color: #fff;
  transition: 0.3s;
}
.po-single-blog-2:hover .po-date-2 span {
  color: #fff;
  transition: 0.3s;
}

.po-single-blog-2:hover .blog-read-more-3 {
  color: #000565;
  transition: 0.3s;
}

.po-single-blog-2 img {
  height: 240px;
  object-fit: cover;
}

/* ==========================
                  Blog Style (Home-3)
===============================================*/

.po-blog-meta-3 {
  padding: 16px 26px;
  margin-left: 24px;
  margin-right: 24px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.po-blog-meta-3 .po-user-2 {
  margin-right: 16px;
}
.po-blg-3 {
  padding: 24px;
  padding-bottom: 28px;
}

.po-single-blg-3 .blg-img-3 {
  height: 240px;
  object-fit: cover;
}
.po-blg-3 p {
  color: #5c5e5c;
}
.date-3 {
  background: #081003;
  color: #fff;
  padding: 16px 12px;
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 24px;
  left: 31px;
  border-radius: 7px;
  font-weight: 700;
  transition: 0.3s;
  font-size: 20px;
  line-height: 20px;
}

.date-3 span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding-top: 8px;
  color: #fff;
  opacity: 0.8;
}
.po-single-blg-3 .blog-read-more {
  color: #081003;
  transition: 0.3s;
}
.po-single-blg-3:hover .blg-date-3 .date-3 {
  background: #77c04b;
  transition: 0.3s;
}
.po-single-blg-3:hover .blog-read-more {
  color: #77c04b;
  transition: 0.3s;
}

/* ==========================
                  Blog Style (Home-4)
===============================================*/

.po-single-blg-4 .blg-img-4 {
  height: 250px;
  object-fit: cover;
}
.po-blg-con-4 {
  padding: 32px;
}

.po-blg-meta-4 ul {
  margin: 0;
  padding: 0;
}

.po-blg-meta-4 ul li {
  display: inline-block;
}

.po-blg-meta-4 ul li a {
  margin-right: 16px;
  display: inline-block;
}
.po-blg-meta-text {
  background: #faede7;
  border-radius: 7px;
  padding: 8px 12px;
  color: #130a06;
  font-size: 16px;
  line-height: 16px;
  transition: 0.3s;
}

a.po-blg-meta-date {
  font-size: 20px;
  line-height: 20px;
  color: #130a06;
  transition: 0.3s;
}
.blog-read-more4 {
  display: inline-block;
  color: #130a06;
  transition: 0.3s;
}

.blog-read-more4 span {
  transform: rotate(-45deg);
  display: inline-block;
}
.po-single-blg-4:hover .po-blg-meta-text {
  background: #fa793d;
  color: #fff;
  transition: 0.3s;
}
.po-single-blg-4:hover .blog-read-more4 {
  color: #fa793d;
  transition: 0.3s;
}

/* ==========================
                  Cta Style  (Home-1)
===============================================*/
.cta-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.cta-section:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000565;
  opacity: 0.8;
  z-index: -1;
}

.po-cta-icon a {
  display: inline-block;
  height: 80px;
  width: 80px;
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
}
.po-cta-content p {
  color: #fff;
  line-height: 26px;
  padding-bottom: 32px;
}
.po-cta-subcribe input[type="email"] {
  width: 470px;
  height: 62px;
  border-radius: 100px;
  position: relative;
}
.po-cta-subcribe form {
  width: 470px;
  margin: 0 auto;
  position: relative;
}

.po-cta-subcribe .po-primary-btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

/* ==========================
                  Cta Style  (Home-2)
===============================================*/
.po-cta-subcribe-2 input[type="email"] {
  height: 60px;
  border-radius: 7px;
}
.cta-section-2 {
  background-color: #000565;
}
.po-cta-btn-2 {
  position: absolute;
  right: 6px;
  top: 6px;
}

/* ==========================
                  Cta Style  (Home-3)
===============================================*/
.cta-section-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.cta-section-3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #081003;
  opacity: 0.8;
  z-index: -1;
}
.po-cta-content-3 p {
  color: #fff;
  opacity: 0.9;
}

.po-cta-subcribe-3 {
  position: relative;
  z-index: 1;
  width: 470px;
  float: right;
}

.po-cta-subcribe-3 input[type="email"] {
  border-radius: 50px;
  height: 60px;
}
.po-cta-btn-3 {
  position: absolute;
  right: 6px;
  top: 6px;
}

/* ==========================
                  Cta Style  (Home-4)
===============================================*/
.po-cta-4 {
  background: #fa793d;
}
.po-cta-subcribe-4 input[type="email"] {
  border-radius: 7px;
}

/*=========================
 Progress   (Home-1)
 ============================================*/

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #03256c;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #03256c;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* progress home 2 */
.progress-wrap-2::after {
  color: #000565;
}

.progress-wrap-2 svg.progress-circle path {
  stroke: #000565;
}

/* progress home 3 */
.progress-wrap-3::after {
  color: #77c04b;
}

.progress-wrap-3 svg.progress-circle path {
  stroke: #77c04b;
}

/* progress home 4 */
.progress-wrap-4::after {
  color: #fa793d;
}

.progress-wrap-4 svg.progress-circle path {
  stroke: #fa793d;
}

/* ==========================
                  Team Style (Home-4)
===============================================*/

.po-single-team-img-4 img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 100%;
}

.po-single-team-4 {
  background: #fafafa;
  border-radius: 7px;
  text-align: center;
  padding: 32px;
  margin-top: 110px;
  transition: 0.3s;
}
.po-single-team-img-4 {
  margin-top: -150px;
}

.po-team-4-content h3 {
  color: #130a06;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  transition: 0.3s;
  display: block;
  padding-top: 32px;
}

.po-team-4-content span {
  color: #565250;
  transition: 0.3s;
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 32px;
}

.po-team-social-4 ul li {
  display: inline-block;
}

.po-team-social-4 ul li a {
  display: block;
  height: 40px;
  width: 40px;
  background: #faede7;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  margin: 0 6px;
  color: #130a06;
  transition: 0.3s;
  font-size: 20px;
}

.po-single-team-4:hover {
  background: #fa793d;
  transition: 0.3s;
}
.po-single-team-4:hover .po-team-4-content h3 {
  color: #fff;
  transition: 0.3s;
}
.po-single-team-4:hover .po-team-4-content span {
  color: #fff;
  transition: 0.3s;
  opacity: 0.8;
}
.po-team-social-4 ul li a:hover {
  background: #fff;
  color: #fa793d;
  transition: 0.3s;
}

/* ==========================
                  Footer Style (Home-1)
===============================================*/
.footer-bg-1 {
  background: #f8f7f7;
}
.widget-1 p {
  color: #5a5a63;
  line-height: 26px;
}
.po-social ul {
  margin: 0;
  padding: 0;
}

.po-social ul li {
  list-style: none;
  display: inline-block;
  background-color: #f8eae5;
  border-radius: 50px;
  margin-left: 3px;
  overflow: hidden;
}
.po-social ul li:first-child {
  margin-left: 0;
}
.po-social ul li a {
  height: 32px;
  width: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.po-footer-widget-title {
  color: #01020e;
}
.po-footer-menu ul li a {
  color: #5a5a63;
  display: inline-block;
  line-height: 46px;
  transition: 0.3s;
}
.po-footer-icon span {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  color: #fff;
  height: 60px;
  width: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}
.po-footer-ic-box:hover .po-footer-icon span {
  transform: rotateY(180deg);
  transition: 0.3s;
}

.po-footer-content p {
  color: #5a5a63;
}
.po-footer-content a {
  color: #01020e;
}
.po-border-top {
  border-top: 1px solid #01020e;
  opacity: 0.1;
}
.copyright-1 {
  color: #5a5a63;
}

.po-footer.widget-2 {
  margin-left: 89px;
}

.po-footer.widget-3 {
  margin-left: 31px;
}
.po-footer-menu ul li:hover a {
  color: #f9454f;
  transition: 0.3s;
  margin-left: 4px;
}
/* ==========================
                  Footer Style (Home-2)
===============================================*/

.footer-bg-2 {
  background: #15213d;
}
.po-footer-menu-2 ul li a {
  color: #fff;
  transition: 0.3s;
}
.po-border-top-2 {
  border-top: 1px solid #444d64;
}
.po-social.po-social-2 ul li a {
  background: #2c3750;
  border: none !important;
  color: #fff;
  -webkit-text-fill-color: inherit;
  transition: 0.3s;
}

.po-social.po-social-2 ul li a:hover {
  background: #000565;
}
.po-footer-menu.po-footer-menu-2 ul li:hover a {
  color: #000565;
  margin-left: 4px;
}

.copy-right-menu ul {
  margin: 0;
  padding: 0;
}
.copy-right-menu ul li {
  display: inline-block;
  position: relative;
}
.copy-right-menu ul li a {
  color: #fff;
  display: block;
  padding-left: 34px;
  position: relative;
}

.po-footer-icon.po-footer-icon-2 span {
  background: #000565;
}

.copy-right-menu ul li:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 2px;
  background: #fff;
  opacity: 0.2;
  left: 14px;
  top: 6px;
}
.copy-right-menu ul li:first-child::before {
  background: none;
}

/* ==========================
                  Footer Style (Home-3)
===============================================*/
.po-footer-icon.po-footer-icon-3 span {
  background: #77c04b;
}

.po-social.po-social-3 ul li a {
  background: #e8f2e4;
  border: none !important;
  color: #77c04b;
  -webkit-text-fill-color: inherit;
  transition: 0.3s;
}
.po-social.po-social-3 ul li a:hover {
  background: #77c04b;
  color: #fff;
  transition: 0.3s;
}

.po-footer-3.widget-1 p {
  color: #5c5e5c;
}

.po-footer-menu.po-footer-menu-3 ul li a {
  color: #5c5e5c;
  transition: 0.3s;
}
.po-footer-menu.po-footer-menu-3 ul li a:hover {
  color: #77c04b;
  margin-left: 4px;
}
.copyright-3 {
  color: #5c5e5c;
}

/* ==========================
                  Footer Style (Home-4)
===============================================*/

.po-footer-icon.po-footer-icon-4 span {
  background: #fa793d;
}

.po-footer-menu.po-footer-menu-4 ul li a {
  color: #565250;
  transition: 0.3s;
}
.po-footer-menu.po-footer-menu-4 ul li a:hover {
  color: #fa793d;
  margin-left: 4px;
}
.copyright-4 {
  background: #130a06;
  padding: 32px;
}
.cpr-menu ul li {
  display: inline-block;
}

.cpr-menu ul li a {
  color: #fff;
}

.cpr-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpr-menu ul li:after {
  position: absolute;
  content: "";
  left: 0;
  height: 16px;
  width: 2px;
  background: #fff;
  opacity: 0.2;
  top: 5px;
}

.cpr-menu ul li {
  position: relative;
}

.cpr-menu ul li:first-child:after {
  background: none;
}

.cpr-menu ul li a {
  margin-left: 16px;
  padding-right: 16px;
}
.copyright-text-4 span {
  padding-left: 16px;
}
/* ==============================================

                            All inner Page Css Here
============================================================================*/

section.breadcrumb-bg {
  background: #000565;
  padding-top: 130px;
  height: 458px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.breacrumb-images {
  position: relative;
  z-index: 1;
  right: 0;
  text-align: right;
}

.breadcrumb-back {
  position: absolute;
  bottom: 0;
  right: 0;
}
.breadcrumb-fronts-img {
  position: relative;
  z-index: 1;
}

.po-breadcrumb-over-shape img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* count timer */
.countdown {
  display: flex;
  gap: 20px;
  position: absolute;
  left: 0;
  right: 0;
  justify-content: center;
  bottom: 78px;
}

.countdown-item {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  height: 100px;
  width: 100px;
  position: relative;
  overflow: hidden;
}

.countdown-label {
  position: absolute;
  left: 0;
  background: #fff;
  padding: 5px;
  bottom: 0;
  width: 100%;
  color: #081003;
  padding: 8px;
}
.countdown-number {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  display: block;
}

.countdown-label {
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
}
/* ==========================
                  About Inner Page 
===============================================*/

.po-breadcrumb-list {
  padding-top: 24px;
}
.po-breadcrumb-list span {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.po-breadcrumb-list .active {
  font-weight: 700;
}
.po-breadcrumb-shape-1 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.po-plus-shape {
  top: 175px;
  left: 4%;
  animation: slideTopToBottom 8s ease-out infinite;
}

@keyframes moveDown {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

.po-dot-shape {
  bottom: 40px;
  left: 40%;
  animation: slideTopToBottom 8s ease-out infinite;
}
.po-vt-shape img {
  height: 70px;
}
.po-vt-shape {
  top: 250px;
  left: 50%;
  animation: slideTopToBottom 8s ease-out infinite;
}
.po-fl-shape {
  top: 0;
  right: 0;
}

.po-sec-about {
  margin-bottom: 18px;
}

.po-vide-content {
  margin-bottom: 18px;
}

/* about iner 2 */

.po-ab-iner-img {
  height: 459px;
  width: 369px;
  border-radius: 7px;
  transform: rotate(-10deg);
}

.po-ab-iner-img img {
  border-radius: 7px;
}

.po-ab-sm-img {
  height: 283px !important;
  width: 169px;
  position: absolute;
  right: 23%;
  bottom: 156px;
  transform: rotate(27deg);
}

.po-ab-sm-img img {
  border-radius: 7px;
  object-fit: cover;
}

.po-ab-sm-img img {
  height: 283px;
  object-fit: cover;
}
.po-dot-shape-2 {
  bottom: 0;
  animation: slideTopToBottom 8s ease-out infinite;
}

.po-plus-shape-iner {
  position: absolute;
  bottom: 100px;
  right: 60px;
  animation: slideTopToBottom 8s ease-out infinite;
}

/* inner subtitle */
.sec-subtitle.iner-subtitle {
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.iner-sub-heading {
  border-radius: 50px;
  background: rgba(251, 109, 67, 0.05);
  display: inline-block;
}

.po-about-iner-img img {
  height: 572px;
  border-radius: 7px;
  object-fit: cover;
}

.po-chose-content {
  padding: 100px 50px;
  margin-left: 50px;
}

.po-sin-ch-icon span {
  background: #f8e8e5;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}
.po-sin-ch-item {
  border-bottom: 1px solid #dfdee0;
}
.po-sin-ch-item:last-child {
  border: none;
}
.po-about-iner-img {
  margin-left: 50px;
}
.po-valus-img img {
  height: 320px;
  object-fit: cover;
  border-radius: 7px;
}
.po-sin-ch-icon {
  display: inline-block;
  transition: 0.3s;
}

.po-sin-ser-item:hover .po-sin-ch-icon {
  transform: rotateY(-180deg);
  transition: 0.3s;
}
.po-sin-ser-item p {
  color: #5a5a63;
}

.space-border {
  border-bottom: 1px solid #e6e6e7;
  margin-bottom: 48px;
  margin-top: 12px;
}

.po-sec-img-vide img {
  height: 370px;
  object-fit: cover;
}

.po-sec-img-vide:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #01020e;
  opacity: 0.7;
}

.po-ab-counter-box {
  background: #fff;
  padding: 28px 24px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

.po-ab-counter-box::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0.7);
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.po-ab-counter-box.active::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.po-ab-counter-box-text {
  position: relative;
  z-index: 2;
}
.po-counter-sub-title {
  color: #5a5a63;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  transition: 0.3s;
}

.po-counter-title-2 {
  color: #01020e;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 20px;
  transition: 0.3s;
}

.po-ab-counter-box.active .po-counter-title-2 {
  color: #fff;
  transition: 0.3s;
}

.po-ab-counter-box.active .po-counter-sub-title {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

/* team */

.po-single-team-4-iner {
  background: #fafafa;
  border-radius: 7px;
  text-align: center;
  padding: 32px;
  margin-top: 110px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.po-single-team-4-iner::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0.7);
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 7px;
}

.po-single-team-4-iner.active::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.po-single-team-4-iner .po-single-team-img-4 {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}

.po-single-team-4-iner .po-team-4-content {
  position: relative;
  z-index: 9;
}

.po-single-team-4-iner.active .po-team-4-content h3 {
  color: #fff;
  transition: 0.3s;
}

.po-single-team-4-iner.active .po-team-4-content span {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

.po-team-social-4.po-team-social-4-iner ul li a {
  background: #ecebeb;
}
.po-cta-btn {
  position: absolute;
  right: 6px;
  top: 7px;
}

/* service inner page css */

.po-single-ser-img {
  overflow: hidden;
}
.po-single-ser-img img {
  height: 260px;
  object-fit: cover;
  transition: 0.3s;
}

.po-single-ser:hover .po-single-ser-img img {
  transform: scale(1.1);
  transition: 0.3s;
}
.po-ser-ic span {
  background: #000565;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.po-ser-ic span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  z-index: -1;
  transition: 0.3s;
}

.po-ser-ic span:hover:after {
  width: 100%;
  transition: 0.3s;
}

.po-single-ser:hover .po-ser-ic span:after {
  width: 100%;
}

.po-ser-ic {
  display: inline-block;
  padding-bottom: 27px;
}
.po-ser-ic span img {
  height: 32px;
  width: 32px;
}
.po-ser-content {
  padding: 24px;
}
.po-ser-content p {
  color: #5a5a63;
}
.po-ser-content {
  margin-top: -70px;
}
.po-ser-content .blog-read-more {
  display: block;
}
.po-ser-content .blog-read-more {
  transition: 0.3s;
}

.po-single-ser:hover .blog-read-more {
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}
.po-single-ser:hover .blog-read-more span {
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}

.po-single-ser:hover .po-ser-ic span {
  transform: rotateY(180deg);
}

.po-search-wid input[type="text"] {
  border-radius: 80px;
  height: 48px;
  background: #ecebeb;
  border: none;
}

.sear-ic span {
  height: 48px;
  width: 48px;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  display: block;
  line-height: 44px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-size: 29px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.po-service-item-list ul li a {
  background: #ecebeb;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.po-service-item-list ul li a span {
  float: right;
  font-size: 16px;
  line-height: 20px;
  transition: 0.3s;
}

.po-service-item-list ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 50px;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  z-index: -1;
  transition: 0.3s;
}

.po-service-item-list ul li a:hover:after {
  width: 100%;
  transition: 0.3s;
}
.po-service-item-list ul li a:hover {
  color: #fff;
  transition: 0.3s;
}

span.sidebar-con-ic {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
}

span.sidebar-con-ic img {
  height: 20px;
}

a.sidebar-con {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
}

.po-tags ul li {
  display: inline-block;
}

.po-tags ul li a:hover {
  color: #fff;
  transition: 0.3s;
}

.po-tags ul li a {
  display: block;
  border-radius: 111px;
  background: rgba(1, 2, 14, 0.05);
  padding: 12px 16px;
  margin-right: 16px;
  margin-bottom: 9px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #01020e;
}

.po-tags ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 111px;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  z-index: -1;
  transition: 0.3s;
}

.po-tags ul li a:hover:after {
  width: 100%;
  transition: 0.3s;
}
.po-sidebar-social ul li {
  display: inline-block;
}

.po-sidebar-social ul li a {
  display: block;
  background: #ecebeb;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 10px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.po-sidebar-social ul li a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  z-index: -1;
  transition: 0.3s;
}

.po-sidebar-social ul li a:hover:after {
  width: 100%;
}

.po-sidebar-social ul li a:hover {
  color: #fff;
  transition: 0.3s;
}
.po-sidebar-large-thumb img {
  height: 460px;
  object-fit: cover;
  border-radius: 7px;
}
.po-sidebar-details p {
  color: #5a5a63;
}
.po-ser-sm-thumb img {
  height: 260px;
  object-fit: cover;
  border-radius: 7px;
}
.po-single-chk-box-ico span {
  background: #01020e;
  color: #fff;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
}

.po-single-chk-box-ico {
  display: inline-block;
}

.po-single-chk-box {
  display: flex;
  align-items: center;
}

.po-single-chk-box-content p {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.po-sidebar-ic-box-icon span {
  height: 80px;
  background: #e7e6e7;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
  display: block;
  margin-bottom: 30px;
  transition: 0.3s;
}

.po-sidebar-ic-box-icon span {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.po-sidebar-ic-box-icon span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  z-index: -1;
  transition: 0.3s;
}

.po-sidebar-ic-box:hover .po-sidebar-ic-box-icon span:after {
  width: 100%;
}

.po-sidebar-ic-box:hover .po-sidebar-ic-box-icon span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.po-sidebar-ic-box-icon span img {
  transition: 0.3s;
}

.po-sidebar-ic-box:hover .po-sidebar-ic-box-icon span {
  transform: rotateY(-180deg);
}

/* blog inner page */

.po-single-blg-img img {
  height: 320px;
  object-fit: cover;
  transition: 0.3s;
}
.po-single-blg .po-camp-content {
  border-radius: 7px 0px 7px 7px;
  margin-left: 20px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.po-single-blg-img {
  overflow: hidden;
  border-radius: 7px;
}

.po-single-blg:hover .po-single-blg-img img {
  transform: scale(1.2);
}
p.po-blg-date {
  margin-left: 0;
}
.po-single-blg .po-blg-date {
  transition: 0.3s;
  color: #5a5a63 !important;
}

.po-single-blg:hover .po-blg-date {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}

.po-single-blg .blog-read-more {
  transition: 0.3s;
}
.po-single-blg:hover .blog-read-more {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}
.po-single-blg:hover .blog-read-more span {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}

/* event-left */
.po-single-upevents-img img {
  border-radius: 7px;
  height: 100px;
  width: 100px;
}

.po-single-upevents {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdee0;
  padding-bottom: 16px;
  margin-top: 16px;
}
.po-single-upevents:last-child {
  padding-bottom: 0;
  border: none;
}

.po-single-upevents-img {
  margin-right: 20px;
}
.po-single-upevents-date {
  display: inline-flex;
}

.po-single-upevents-date span {
  height: 16px;
  width: 16px;
  line-height: 20px;
  margin-right: 8px;
}

.po-event-icon span {
  height: 50px;
  width: 50px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  background: #f2f2f3;
  display: block;
  margin-right: 16px;
}

.po-event-icon {
  display: inline-block;
}

.po-event-time {
  display: flex;
  align-items: center;
}

span.eve-time {
  color: #5a5a63;
  font-size: 16px;
  line-height: 1;
  display: block;
  padding-top: 10px;
}

.po-eve-add {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 40px;
}

.po-eve-timer #clockdiv {
  position: relative;
  bottom: 0;
}

.po-eve-timer #clockdiv > div {
  background: #e6e6e7;
}
.po-eve-timer #clockdiv div > span {
  color: #01020e;
}
.po-eve-timer .smalltext {
  background: #000565;
  color: #fff;
}

.po-single-speaker {
  border-radius: 7px;
  background: #f8f7f7;
  overflow: hidden;
}

.po-seaker-content {
  padding: 20px;
}

.po-seaker-content span {
  display: inline-block;
  padding-top: 8px;
}

.speak-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}
.po-speaker-img img {
  height: 210px;
  object-fit: cover;
}
.sec-title-1 {
  color: #000000;
}
.sec-title-2 {
  color: #000000;
}

/* blog inner */
.po-single-blog-4 .po-date-2 {
  background: #ecebeb;
  transition: 0.3s;
}

.po-single-blog-4 .date-2 {
  color: #01020e;
  transition: 0.3s;
}

.po-single-blog-4 .po-date-2 span {
  color: #01020e;
  transition: 0.3s;
}
.po-single-blog-4:hover .po-date-2 {
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  transition: 0.3s;
}
.po-single-blog-4:hover .blog-read-more-3,
.po-single-blog-4:hover .blog-read-more-3 span {
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}

.po-single-blog-4:hover .date-2 {
  color: #fff;
  transition: 0.3s;
}

.po-single-blog-4:hover .po-date-2 span {
  color: #fff;
  transition: 0.3s;
  opacity: 0.8;
}

/* blog left */
.po-sidebar-single-auth img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50px;
}
.po-sidebar-auth {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.po-space-top {
  padding-top: 40px;
}
.po-sidebar-checklist-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.blg-tag-list {
  display: flex;
  align-items: center;
}

.blg-tag-list .po-tags ul li a {
  margin-bottom: 0;
}

.blg-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blg-tag-list .sec-title {
  margin-right: 8px;
}

.blg-tags {
  border-top: 1px solid #e6e6e7;
  border-bottom: 1px solid #e6e6e7;
}

.po-blg-auth {
  display: flex;
  align-items: center;
}
.po-comnt {
  display: flex;
  justify-content: space-between;
}

.po-blg-auth-img img {
  height: 70px;
  width: 70px;
  border-radius: 50px;
  margin-right: 8px;
}
.cmnt-from input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
select {
  height: 56px;
}

.cmnt-from textarea {
  height: 140px;
}
.blg-sin-item-img img {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.blg-sin-item {
  display: flex;
  align-items: center;
}

.blg-sin-item-conten h4 {
  font-size: 16px;
  line-height: 16px;
  color: #5a5a63;
}
.blg-cmnt {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blg-sin-item {
  position: relative;
}

.blg-sin-item:after {
  position: absolute;
  content: "";
  right: 24px;
  height: 20px;
  width: 1px;
  background: #999a9f;
}

.blg-sin-item:last-child:after {
  background: none;
}
.blg-sin-item-ic span img {
  height: 20px;
  width: 20px;
  line-height: 20px;
  display: block;
  margin-right: 8px;
}

/* gallery page */

.po-gallary-items-iner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 7px;
  opacity: 0.6;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  height: 100%;
  width: 100%;
  transform: scale(0.8);
  transition: 0.3s;
  opacity: 0;
  transition: 0.3s;
}

.po-gallary-items.po-gallary-items-iner:hover:after {
  transform: scale(1);
  opacity: 0.6;
  visibility: visible;
}

/* team */

.po-single-team-img img {
  height: 400px;
  object-fit: cover;
  overflow: hidden;
  transition: 0.3s;
}

.po-team-social ul li {
  display: inline-block;
}

.po-team-social ul li a {
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  display: block;
  font-size: 20px;
  transition: 0.3s;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.event-date-title {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.po-team-social ul li a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  transition: 0.3s;
  z-index: -1;
}
.po-team-social ul li a {
  color: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
}
.po-team-social ul li a:hover {
  color: #fff;
}
.po-social ul li a {
  height: 32px;
  width: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.po-team-social ul li a:hover:after {
  width: 100%;
}

.po-single-team-img {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.po-team-social {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(70px);
  transition: 0.3s;
}

.po-sin-team-item:hover .po-team-social {
  transform: translateY(0);
  transition: 0.3s;
}
.po-sin-team-item:hover .po-single-team-img img {
  transform: scale(1.1);
  transition: 0.3s;
}
.po-single-team-content-2 span {
  color: #5a5a63;
}

/* contact page css */

.po-con-main-bg {
  padding: 48px 32px;
  padding-bottom: 18px;
}
.con-content p {
  color: #5a5a63;
}
.po-cmt-ic-box {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  transition: 0.3s;
  padding: 32px 24px;
  display: flex;
  position: relative;
  z-index: 1;
}

.po-cmt-icon span {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  background: #f2f2f3;
  margin-right: 16px;
  transition: 0.3s;
}

.po-cmt-ic-box:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  transition: 0.3s;
  z-index: -1;
}

.po-cmt-ic-box:hover:after {
  width: 100%;
}

.po-cmt-content a {
  color: #5a5a63;
}

.po-cmt-content a {
  transition: 0.3s;
}
.po-cmt-content .sec-title {
  transition: 0.3s;
}
.po-cmt-ic-box:hover .po-cmt-content .sec-title,
.po-cmt-ic-box:hover .po-cmt-content a {
  color: #fff;
  transition: 0.3s;
}

.po-cmt-ic-box:hover .po-cmt-icon span {
  background: #ffffff20;
}
.po-cmt-ic-box:hover .po-cmt-icon span img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.po-cmt-content a {
  display: block;
  font-size: 16px;
  line-height: 26px;
}
.po-con-from textarea {
  height: 150px;
  border: inherit;
}
.po-con-from .cmnt-from input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
select {
  height: 52px;
}

iframe.contact-page__google-map {
  height: 600px;
  width: 100%;
}

.po-conatact-iner {
  margin-top: -180px;
}

/* 404 page css */

.po-err-bg {
  background: #f8f7f7;
  padding: 100px;
  border-radius: 770px;
  display: inline-block;
  height: 770px;
  width: 770px;
}

.po-eror-cont h2 {
  padding-top: 48px;
  padding-bottom: 32px;
}

.po-eror-cont p {
  padding-bottom: 32px;
  color: #5a5a63;
}

/* pagination */
.theme-pagination ul li {
  margin: 0 5px;
}

.theme-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-pagination ul li {
  display: inline-block;
}

.theme-pagination ul li a {
  background: #e7edf6;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 600;
  color: #00060f;
  font-size: 16px;
}

.theme-pagination ul li a.active {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  color: #fff;
}
.theme-pagination ul li a:hover {
  background: linear-gradient(
    90deg,
    rgba(251, 63, 82, 1) 0%,
    rgba(250, 125, 60, 1) 100%
  );
  color: #fff;
  transition: 0.3s;
}
.theme-pagination {
  margin-top: 18px;
}

/* timeline test */
.roadmap-boxs {
  position: relative;
  margin-top: 100px;
}

.roadmap .roadmap-boxs .roadmap-box {
  background-color: #f8f7f7;
  border-radius: 7px;
  margin-right: 80px;
  transition: all 0.4s;
  position: relative;
}
.roadmap-box img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.roadmap-box.roadmap-box-left {
  margin-bottom: 50px;
  margin-top: -100px;
}
.roadmap .roadmap-boxs .roadmap-box-left:after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  right: -117px;
  top: 60%;
  border-radius: 50px;
}

.roadmap-box.roadmap-box-right {
  margin: inherit;
  margin-right: 0 !important;
  margin-left: 80px;
}
.roadmap-box.roadmap-box-right {
  margin: inherit;
  margin-right: 0 !important;
  margin-left: 80px;
}

.roadmap .roadmap-boxs .roadmap-box-right:before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  left: -115px;
  top: 40%;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}

.time-line-content {
  padding: 32px;
}
.po-timeline-date-1 {
  position: relative;
  border-radius: 7px;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  padding: 24px;
  display: inline-block;
  margin-left: 80px;
  text-align: center;
}
.po-timeline-date-1:after {
  position: absolute;
  content: "";
  left: -92px;
  top: 50%;
  height: 1px;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
  /* background-image: url(/assets/img/timeline/line-2.svg); */
}

.space230 {
  padding-top: 230px;
}
.po-timeline-date-1 h3 {
  font-size: 20px;
  line-height: 1;
  display: block;
}

.po-timeline-date-1 span {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.9;
}

.po-timeline-date-1 h3 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.po-timeline-date-2 {
  position: relative;
  border-radius: 7px;
  background: linear-gradient(90deg, #fb3f52 0%, #fa7d3c 100%);
  padding: 24px;
  display: inline-block;
  margin-left: 315px;
  text-align: center;
}

.po-timeline-date-2:after {
  position: absolute;
  content: "";
  left: 92px;
  top: 50%;
  height: 1px;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
  /* background-image: url(/assets/img/timeline/line-2.svg); */
}

.po-timeline-date-2 span {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.9;
}

.po-timeline-date-2 h3 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.roadmap-boxs::after {
  content: "";
  position: absolute;
  height: 73%;
  width: 2px;
  /* background-image: url(/assets/img/timeline/line-dot.svg); */
  top: 231px;
  left: 50%;
  z-index: -10;
}

/* preloader 01 */
#loading {
  background-color: #000565;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite;
}
.object {
  width: 25px;
  height: 25px;
  background-color: #fff;
  float: left;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
}
#object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite;
}

@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}

@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}

@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg);
  }
}

@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg);
  }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg);
  }
}

/* preloader 2 */
#loading2 {
  background-color: #000565;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}

/* preloader 3 */

#loading3 {
  background-color: #77c04b;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}

/* preloader 4 */

#loading4 {
  background-color: #fa793d;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}
.slide-container {
  width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card {
  border-radius: 25px;
  background-color: #fff;
}
.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070f4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070f4;
}
.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #fff;
}
.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070f4;
}
.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: #4070f4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover {
  background: #265df2;
}

.swiper-navBtn {
  color: #6e93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  color: #4070f4;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 38px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: #6e93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
}
.slick-prev:before {
  color: #000565 !important;
}
.slick-next:before {
  color: #000565 !important;
}
@media screen and (max-width: 425px) {
  .po-faq-2-img img {
    margin-left: 2.6rem;
  }
}
