﻿.logo a img 
{
    width:180px;
}
.nav-shadow {
    -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.14);
    -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.14);
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.14);
}
.nav-settings 
{
    padding:20px 0px 20px 0px;
}
.relative {
    position: relative;
}
.topbar {
    border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 13px;
}
.fixed-header 
{
    position:fixed;
    left:0px;
    top:0px;
    right:0px;
    background:#fff;
    z-index:1032;
}
.pull-left {
    float: left;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.topbar-items > li {
    height: 60px;
    line-height: 60px;
}
ul:last-child, ol li:last-child {
    margin-bottom: 0px;
}
.topbar ul.nav.header-info > li {
    padding: 0px 15px;
}
.topbar ul.nav.header-info > li:first-child {
    padding-left: 0;
}
.header-address {
    font-size: 15px;
    font-weight: 400;
}
.bg-dark a, .typo-white, .typo-white a, .typo-white p, .typo-white h1, .typo-white h2, .typo-white h3, .typo-white h4, .typo-white h5, .typo-white h6, .typo-white .portfolio-filter li a, .typo-white span {
    color: #fff;
}

.pull-right {
    float: right;
}
ul:last-child, ol li:last-child {
    margin-bottom: 0px;
}
.topbar-items > li:not(:last-of-type) {
    padding-right: 30px;
}
.topbar-items > li {
    height: 60px;
    line-height: 60px;
}
.social-icons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    width: 30px;
    font-size: 16px;
    text-align: center;
}
.topbar .social-icons a, .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    border-left: 0;
    border-radius:4px;
    background:#001c6b;
}
.topbar .social-icons .social-fb:hover, .social-icons .social-fb:hover, .ft-social-icons li .social-fb:hover  
{
    background:#4060A5;
}

.topbar .social-icons .social-twitter:hover, .social-icons .social-twitter:hover, .ft-social-icons li .social-twitter:hover
{
    background:#00ABE3;
}
.topbar .social-icons .social-instagram:hover, .social-icons .social-instagram:hover, .ft-social-icons li .social-instagram:hover 
{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.topbar .social-icons .social-pinterest:hover, .social-icons .social-pinterest:hover, .ft-social-icons li .social-pinterest:hover  
{
    background:#0094BC;
}
.topbar .social-icons .social-gmail:hover, .social-icons .social-gmail:hover, .ft-social-icons li .social-gmail:hover
{
    background:#e64522;
}
.topbar .social-icons .social-youtube:hover, .social-icons .social-youtube:hover, .ft-social-icons li .social-youtube:hover  
{
    background:#c4302b;
}
.topbar .social-icons .social-whatsapp:hover, .social-icons .social-whatsapp:hover, .ft-social-icons li .social-whatsapp:hover
{
    background:#03a996;
}
.menuItems .social-icons > a 
{
    color:#fff !important;
    border-radius:4px;
}
.menu-submenus li a 
{
    color:#fff;
    font-size:28px;
}
.topbar .social-icons a:last-child {
    border-right: solid 1px rgba(255,255,255,0.09);
}
.show-strip .header-menu, .show-strip .logo  
{
    display:block !important;
}
.show-strip.nav-settings 
{
    padding:10px 0px 10px 0px;
}
.show-strip.navbar-default .navbar-nav > li > a 
{
    color:#000;
    text-shadow: none !important;
}
.show-strip.navbar-default .navbar-nav > li > a:hover 
{
    color:#000 !important;
}
.our-team 
{
    
    padding: 0;
    border-radius: 20px;
    float: left;
    width: 100%;
    position: relative;
    transition: all 0.5s;
    z-index:1;
}
.bg-team-1 
{
    background: #f5f9fc;
}
.bg-team-2 
{
    background: #faf3e9;
}
.our-team img 
{
    width:150px;
   float: left;
   margin-right:10px;
}
.our-team .content-team 
{
}
.our-team .content-team h4 
{
    display:block;
    color:#24346f;
}
.our-team .content-team p  
{
    display:block;
    color:#24346f;
    font-size:16px;
}
.our-team .content-team {
    padding: 50px 3px 10px 10px;
}
.team-description 
{
    float: left;
    width: 100%;
    padding: 20px;
    color: #344a9c;
    text-align: justify
}
.our-team .team-description p 
{
    font-size: 16px;
    line-height: 23.5px;
    font-weight: 400;
}
.our-team:after 
{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #001c6b;
    bottom: 0%;
    left: 0%;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    border-radius: 20px;
}
.our-team:hover::after {
    height: 100%;
}
.our-team:hover .content-team h4
{
    color:#fff !important;
    z-index:2;
}
.our-team:hover .content-team p 
{
    color:#fff !important;
    z-index:2;
}
.our-team:hover .team-description p 
{
    color:#fff;
    z-index:2;
}
.testimonial-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.testimonial-three__bg--home {
  border-radius: 0px 150px 0px 0px;
}
.testimonial-three__thumb {
  margin-right: 70px;
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 40px;
  overflow: hidden;
}
.testimonial-three__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.testimonial-three__content {
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-three__content {
    margin-top: 30px;
  }
}
.testimonial-three__content__title {
  color: var(--nionx-title, #1D1729);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
.testimonial-three__content__text {
  font-size: 16px;
font-weight: 500;
line-height: 24px;
margin-bottom: 20px;
max-width: 660px;
text-align: justify;
}
@media (max-width: 992px) {
  .testimonial-three__content__text {
    font-size: 16px;
  }
}
.testimonial-three__author__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 2px;
}
.testimonial-three__author__deg {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 178.529%;
  text-transform: capitalize;
}
.testimonial-three__ratings {
  display: flex;
  align-items: center;
  color: #FFD700;
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 52px;
}
.testimonial-three__quote {
      position: absolute;
    top: 10%;
    left: 0px;
    font-size: 28px;
    color: #001c6b;
}
.testimonial-three__quote1 
{
    position: absolute;
    bottom: -2%;
    right: 0px;
    font-size: 28px;
    color: #001c6b;
}
.testimonial-three .carousel-thumb__three {
  transform: rotate(90deg);
  margin-top: -245px;
  position: absolute;
  padding: 0px 25px;
  right: 53.1%;
  width: 240px;
  height: 88px;
  background-color: #fff;
  z-index: 2;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .testimonial-three .carousel-thumb__three {
    transform: rotate(0deg);
    margin-top: -100px;
    right: 65%;
  }
}
@media (max-width: 767px) {
  .testimonial-three .carousel-thumb__three {
    display: none !important;
  }
}
.testimonial-three__carousel-thumb .center .testimonials-two__meta-thumb {
  border: 3px solid #001c6b;
  width: 49.67px !important;
  width: 49.67px !important;
}
.testimonial-three .item {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonial-three .item .testimonials-two__meta-thumb {
  display: inline-block;
  width: 46.67px;
  width: 46.67px;
  border-radius: 500px;
  overflow: hidden;
  transform: rotate(-90deg);
}
.testimonial-three .item .testimonials-two__meta-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .testimonial-three .item .testimonials-two__meta-thumb {
    transform: rotate(0deg);
  }
}
.testimonial-three .owl-nav {
  position: absolute;
  right: 0%;
  bottom: 300px;
  display: flex;
  align-items: center;
}
.testimonial-three .owl-nav .owl-prev, .testimonial-three .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #001c6b;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  background-color: #fff !important;
}
.testimonial-three .owl-nav .owl-prev:hover, .testimonial-three .owl-nav .owl-next:hover {
  background-color: #001c6b !important;
  color: #fff;
}

.testimonials-fore {
  position: relative;
  padding: 80px 0px 120px 0px;
}
@media (min-width: 992px) {
  .testimonials-fore {
    padding: 120px 0px 160px 0px;
  }
}
.testimonials-fore__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: cover;
  background-color: #F4F2F9;
  z-index: -1;
  animation: bgSlide 20s linear infinite;
}

.testimonials-five {
  position: relative;
  padding: 120px 0px 90px 0px;
}
@media (max-width: 991px) {
  .testimonials-five {
    padding: 100px 0px 70px 0px;
  }
}
@media (max-width: 767px) {
  .testimonials-five {
    padding: 80px 0px 50px 0px;
  }
}
.testimonials-five__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.testimonials-five__thumb {
  display: flex;
  justify-content: space-between;
}
.testimonials-five__thumb__author {
  display: flex;
  align-items: center;
  gap: 28px;
}
.testimonials-five__thumb__author__image {
  max-width: 50px;
  height: 50px;
  width: 100%;
  border-radius: 500px;
  border: 3px solid #001c6b;
}
.testimonials-five__thumb__author__image img {
  object-fit: cover;
  width: 100%;
}
.testimonials-five__thumb__author__content__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .testimonials-five__thumb__author__content__name {
    font-size: 18px;
  }
}
.testimonials-five__thumb__author__content__deg {
  color: #6C6A72;
  font-size: 14px;
  font-weight: 500;
  line-height: 178.529%;
  text-transform: capitalize;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .testimonials-five__thumb__author__content__deg {
    font-size: 16px;
  }
}
.testimonials-five__thumb__rating {
  color: #001c6b;
  font-size: 24px;
}
.testimonials-five__inner {
  opacity: 0.4;
  position: relative;
  padding: 75px 80px 75px 80px;
  border-radius: 40px;
  border: 1px solid #D9D9D9;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonials-five__inner {
    padding: 50px 30px 50px 30px;
  }
}
.testimonials-five__inner__title {
  margin-top: 54px;
  margin-bottom: 13px;
  color: #001c6b;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 575px) {
  .testimonials-five__inner__title {
    font-size: 18px;
  }
}
.testimonials-five__inner__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  padding-bottom: 5px;
  max-width: 560px;
  width: 100%;
}
@media (max-width: 575px) {
  .testimonials-five__inner__text {
    font-size: 16px;
  }
}
.testimonials-five__inner__quite {
  position: absolute;
  bottom: 70px;
  display: inline-block;
  right: 60px;
  z-index: -1;
}
.testimonials-five .container {
  max-width: 800px;
  width: 100%;
}
.testimonials-five__carousel .owl-stage-outer {
  overflow: visible;
}
.testimonials-five__carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
.testimonials-five__carousel .owl-stage-outer .owl-item .testimonials-five__inner {
  padding: 70px 80px 90px 80px;
}
.testimonials-five__carousel .owl-stage-outer .owl-item .testimonials-five__inner .testimonials-five__inner__text {
  font-size: 16px;
}
.testimonials-five__carousel .owl-stage-outer .active .testimonials-five__inner {
  padding: 70px 80px 90px 80px;
}
.testimonials-five__carousel .owl-stage-outer .active .testimonials-five__inner .testimonials-five__inner__text {
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .testimonials-five__carousel .owl-stage-outer .active .testimonials-five__inner {
    padding: 50px 30px 50px 30px;
  }
  .testimonials-five__carousel .owl-stage-outer .active .testimonials-five__inner .testimonials-five__inner__text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .testimonials-five__carousel .owl-stage-outer .active .testimonials-five__inner .testimonials-five__thumb {
    display: block;
  }
}
@media (max-width: 575px) {
  .testimonials-five__carousel .owl-stage-outer .active .testimonials-five__inner .testimonials-five__thumb__rating {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .testimonials-five__carousel .owl-stage-outer .active .testimonials-five__inner .testimonials-five__inner__title {
    margin-top: 30px;
  }
}
.testimonials-five__carousel .active .testimonials-five__inner {
  opacity: 1;
}
.testimonials-five .owl-nav .owl-prev, .testimonials-five .owl-nav .owl-next {
  position: absolute;
  top: calc(45% - 10px);
  max-width: 46px;
  width: 100%;
  height: 46px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-five .owl-nav .owl-prev span, .testimonials-five .owl-nav .owl-next span {
  background: #fff;
  color: #001c6b;
  font-size: 14px;
  line-height: 0;
}
.testimonials-five .owl-nav .owl-prev {
  left: -70px;
}
@media (max-width: 991px) {
  .testimonials-five .owl-nav .owl-prev {
    left: 0px;
  }
}
.testimonials-five .owl-nav .owl-next {
  right: -70px;
}
@media (max-width: 991px) {
  .testimonials-five .owl-nav .owl-next {
    right: 0px;
  }
}
.testimonials-five .owl-nav .owl-prev:hover span, .testimonials-five .owl-nav .owl-next:hover span {
  background: #001c6b;
  color: #fff;
}
.testimonials-five .owl-nav [class*=owl-]:hover {
  background: #001c6b;
  color: #fff;
  text-decoration: none;
}
.testimonial-three__element {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: -1;
    animation: topAniLong 3s ease-in-out infinite;
}
.testimonial-three {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.sec-title__title {
    font-size: 40px;
}
.sec-title__tagline {
    margin-top: -4px;
    color: #001c6b;
    font-size: 14px;
    font-weight: 600;
    line-height: 185.714%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.sec-title {
    padding-bottom: 45px;
}
.owl-next 
{
    margin-left:60px !important;
}
.ft-aboutUs a img 
{
    margin-bottom:10px;
}
.ft-aboutUs p 
{
    text-align: justify;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.gettouch .gadd 
{
    font-size:18px;
    margin-top:20px;
}
.gettouch .touchadd 
{
    color: #000;
    font-size: 16px;
    font-weight: 400;
} 
.ft-social-icons li a {
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    color:#fff !important;
    background:#001c6b;
}
.btm-ft p 
{
    color:#fff;
    font-weight:400;
}
.btm-ft p a 
{
    color:#fff;
}
.scroll-up 
{
    background:#001c6b;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 8px;
    color:#fff;
    text-align:center;    
}
.scroll-up i:hover 
{
    color:#fff;
}
.rvpr-service-content h2 
{
    margin-bottom:10px;
}
.rvpr-service-content p
{
    text-align:justify;
}
.rvpr-service-image img 
{
    border-radius:10px;
}
.mb60 
{
    margin-bottom:60px;
}
.bg-gray 
{
    background:#F6F6EE;
}
.left-s1 
{
    padding-right:25px;
}
.right-s1 
{
    padding-left:25px;
}
.sd 
{
    padding: 0px 80px;
}
.rvpr-service-content a 
{
    color:#333;
}
.breadcrumb-banner
{
    text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a, .caption .h2-heading
{
    text-shadow: 0 0 5px #030e21 !important;
}
.section-header p 
{
    font-size: 18px;
    line-height: 26px;
    color: #4a4a44;
    font-weight: 400;
    transition: 0.5s;
    text-align: justify;
}
.overflow-hidden
{
    overflow: hidden;
}
.header header
{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 2;
}
.our-purpose
{
    padding: 50px;
    font-size: 24px;
    border: 3px solid #92d1ff;
    position: relative;
    margin-top: 40px;
}
.our-purpose:after, .our-purpose:before
{
    border-left: solid 3px #92d1ff;
}
.our-purpose::before
{
    right: -23px;
    top: -23px;
    transform: rotate(-45deg);
}
.our-purpose:after, .our-purpose:before
{
    content: '';
    position: absolute;
    display: block;
    background-color: #fff;
    height: 45px;
    width: 45px;
    overflow: hidden;
    z-index: 10;
}
.our-purpose::after
{
    bottom: -23px;
    left: -23px;
    transform: rotate(135deg);
}
.our-purpose .para-ovr
{
    line-height: 36px;
}
.our-purpose h2.title-sml
{
    font-family: "Tungsten A" , "Tungsten B" , "Khand" , sans-serif;
    letter-spacing: 2px;
    font-size: 70px;
    line-height: 0.9;
}
.promo-home-intro
{
    padding: 130px 0px 50px;
}
@media screen and (max-width: 767px)
{
    .promo-home-intro
    {
        padding: 150px 0px 50px;
    }
}
@media (max-width: 768px) 
{
    .navbar-top, .testimonial-three__element {display:none; }
    .display-none-mb {display:none;} .show-strip.nav-settings {}
    .nav-settings {padding:20px 0px 20px 0px;}
    .testimonial-three .owl-nav {right: 33%;bottom: 255px;}
    .testimonial-three {padding:40px 0;} .seetsMenu .menu-bg {margin-top:15px !important;} .seetsMenu .burger {margin-top:15px !important;}
}

.about-area, .about-two-area {
  overflow: hidden;
  position: relative;
  padding-bottom: 240px;
}
.about__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.about__shape img {
  width: 100%;
  animation: sway_Y 5s linear infinite alternate;
}
.about__left-item, .about-two__left-item {
  position: relative;
}
@media (max-width: 1199px) {
  .about__left-item, .about-two__left-item {
    max-width: 580px;
    margin: 0 auto;
  }
}
.about__left-item .big-image, .about-two__left-item .big-image {
  max-width: 386px;
  position: relative;
  z-index: 1;
}
.about__left-item .sm-image, .about-two__left-item .sm-image {
  max-width: 295px;
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 2;
}
.about__left-item .sm-image .video__btn-wrp, .about-two__left-item .sm-image .video__btn-wrp {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__left-item .circle-shape, .about-two__left-item .circle-shape {
  position: absolute;
  top: 30px;
  right: 80px;
}
.about__right-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.about__right-item .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  width: 100%;
  max-width: 80px;
  border-radius: 0;
  background-color: var(--primary10);
}
.about__info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 575px) {
  .about__info {
    gap: 5px;
  }
}
.mb-40 {
    margin-bottom: 40px;
}
.section-header h5 {
    color: var(--primary-color);
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.me-1 {
    margin-right: 0.25rem!important;
}
.section-header h5 svg, .section-header h5 img {
    margin-top: -5px;
}
.section-header h2 {
    text-transform: capitalize;
}
.section-header p {
    margin-top: 30px;
}



/*=============================
    20. service css start 
===============================*/
.tg-service-active {
  margin-right: -440px;
}
@media (max-width: 767px) {
  .tg-service-active {
    margin-right: 0;
  }
}
.tg-service-item {
  padding: 37px 40px;
  padding-bottom: 40px;
  border-radius: 5px;
  position: relative;
  margin: 10px;
  background-color: #111536;
}
@media (max-width: 767px) {
  .tg-service-item {
    padding: 37px 20px;
    padding-bottom: 40px;
  }
}
.tg-service-item::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  background-image: linear-gradient(to bottom, #351EE0, #3F74EF);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.tg-service-item:hover::after {
  bottom: -2px;
}

.tg-service-icon span {
  display: inline-block;
}
.tg-service-icon span i {
  height: 65px;
  width: 80px;
  font-size: 62px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}
.tg-service-title {
 font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0.5px;
}
.tg-service-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .tg-service-content p {
    font-size: 14px;
  }
}
.tg-service-number {
  height: 60px;
  width: 60px;
}
.tg-service-number span {
  font-size: 22px;
  font-weight: 700;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  position: relative;
  background-color: #111536;
  z-index: 2;
}
.tg-service-number span::before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background-color: #111536;
}
.tg-service-number span::after {
  height: 62px;
  width: 62px;
  top: -1px;
  left: -1px;
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -2;
  background-image: linear-gradient(to bottom, #351EE0, #3F74EF);
}
.black-bg 
{
    background:#05092B;
}
.d-flex {
    display: flex!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.text-anim-3 {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 93%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  display: inline;
  color:#fff;
  font-weight:700;
}
.text-anim-3:hover {
  background-size: 0 1px, 100% 1px;
}
.tg-service-content p {
  margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
}
@media (max-width: 767px) {
  .tg-service-content p {
    font-size: 14px;
  }
}
.mb-30 
{
    margin-bottom:30px;
}
.mb-20 
{
    margin-bottom:20px;
}
.pd 
{
    padding: 0px 80px;
}
/*=============================
    10. faq css start 
===============================*/
.tg-faq-thumb-sub {
  position: absolute;
  bottom: -170px;
  right: 60px;
  z-index: 2;
  border: 12px solid var(--tg-common-white);
  animation: tgtranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tg-faq-thumb-sub {
    transform: scale(0.75);
  }
}
@media (max-width: 767px) {
  .tg-faq-thumb-sub {
    position: static;
    margin-top: 30px;
    animation: none;
  }
}
@media (max-width: 767px) {
  .tg-faq-thumb-sub img {
    width: 100%;
  }
}
.tg-faq-thumb-sub .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  color: var(--tg-common-white);
  z-index: 1;
  animation: tg-pulse 1.1s infinite alternate;
  background: linear-gradient(94deg, var(--tg-gradient-1) 0%, var(--tg-gradient-2) 100%);
}
.mb-25 {
    margin-bottom: 25px;
}
.tg-section-subtitle {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.56px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  background: linear-gradient(94deg, #351EE0 0%, #3F74EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tg-section-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tg-section-subtitle {
    font-size: 13px;
  }
}
.tg-section-title {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -1.3px;
  color: var(--tg-common-black);
}
.tg-section-title span {
  background: linear-gradient(94deg, #351EE0 0%, #3F74EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tg-section-title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tg-section-title {
    font-size: 43px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tg-section-title {
    font-size: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tg-section-title {
    font-size: 34px;
  }
  .tg-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tg-section-title {
    font-size: 30px;
  }
  .tg-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-section-title {
    font-size: 35px;
  }
}
.tg-custom-accordion .accordion-items {
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tg-custom-accordion .accordion-items {
    padding: 0;
  }
}
.tg-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  padding: 8px 12px;
  padding-left: 0px;
  transition: 0.3s;
  background: none;
    border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tg-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tg-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tg-custom-accordion .accordion-buttons {
            font-size: 16px;
        line-height: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}
.tg-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  top: 10px;
  right: 0px;
  font-weight: 700;
  font-size: 12px;
  opacity: 1;
  transition: 0.3s;
  height: 22px;
  width: 22px;
  line-height: 21px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .tg-custom-accordion .accordion-buttons::after {
    right: -8px;
  }
}
.tg-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}
.tg-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}
.tg-custom-accordion .accordion-body {
  padding: 0px;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tg-custom-accordion .accordion-body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tg-custom-accordion .accordion-body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tg-custom-accordion .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tg-custom-accordion .accordion-body {
    font-size: 15px;
    padding-right: 0;
    line-height: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-custom-accordion .accordion-body {
    font-size: 14px;
  }
}

.tg-custom-accordion-2 .accordion-items:not(:last-child) {
  margin-bottom: 22px;
}
.tg-custom-accordion-2 .accordion-buttons {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  padding: 24px 60px;
  padding-left: 20px;
  transition: 0.3s;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tg-custom-accordion-2 .accordion-buttons {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tg-custom-accordion-2 .accordion-buttons {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tg-custom-accordion-2 .accordion-buttons {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-custom-accordion-2 .accordion-buttons {
    font-size: 17px;
  }
}
.tg-custom-accordion-2 .accordion-buttons::after {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  top: 21px;
  right: 20px;
  font-weight: 700;
  font-size: 12px;
  opacity: 1;
  transition: 0.3s;
  height: 22px;
  width: 22px;
  line-height: 21px;
  border-radius: 5px;
  text-align: center;
  color: var(--tg-theme-1);
}
@media (max-width: 767px) {
  .tg-custom-accordion-2 .accordion-buttons::after {
    right: 20px;
  }
}
.tg-custom-accordion-2 .accordion-buttons:not(.collapsed)::after {
  transform: rotate(90deg);
}
.tg-custom-accordion-2 .collapsed {
  position: relative;
  z-index: 99;
}
.tg-custom-accordion-2 .accordion-body {
  padding: 0px;
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tg-custom-accordion-2 .accordion-body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tg-custom-accordion-2 .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tg-custom-accordion-2 .accordion-body {
    font-size: 14px;
    padding-right: 0;
    line-height: 26px;
  }
  .pd 
  {
      padding:0px 15px;
  }
 

}

.tg-faq-shape {
    position: absolute;
    bottom: -17%;
    left: 0;
    z-index: -1;
}
.tg-faq-shape img {
    opacity: 0.1;
}
.p-relative {
    position: relative;
}
.pt-120 
{
    padding-top:120px;
}
.pb-120
{
    padding-bottom:120px;
}

.services-slider .tg-section-subtitle-2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.56px;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #fff;
}
.services-slider .tg-section-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1.3px;
    color: #fff;
}
.services-slider 
{
    position: relative;
}
.services-slider .owl-nav {
    position: absolute;
    right: 130px;
    top: -330px;
    display: flex;
    align-items: center;
}
.services-slider .owl-nav .owl-prev, .services-slider .owl-nav .owl-next 
{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #001c6b;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50%;
    line-height: 60px !important;
    border: 0;
}
.services-slider .owl-nav .owl-prev 
{
    right: -55px;
}
.read_more 
{
    color:#fff;
    display:inline-block;
    background:rgba(255, 255, 255, 0.2);
    font-size:16px;
    border-radius:4px;
    padding:8px 14px;
    margin-top:20px;
    vertical-align:middle;
}
.read_more i 
{
    margin-left:5px;
    vertical-align:middle;
}
.read_more:hover 
{
    background:rgba(255, 255, 255, 0.3);
    color:#fff;
}
.text-anim-3:hover 
{
    color:#fff;
}
.mt-40 
{
    margin-top:40px;
}
.submenu-portion a 
{
    color:#000;
    font-weight: 600;
        font-size: 16px;
}
.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 45px;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.contact_from_box h3 {
    font-size: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.form_box input, .form_box select {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #edf7ff;
    border-radius: 4px;
    color: #232323;
    border: 1px solid rgb(14 130 0 / 12%);
    transition: .5s;
    padding-right: 25px;
}
.form_box textarea {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #edf7ff;
    border-radius: 4px;
    color: #232323;
    border: 1px solid rgb(14 130 0 / 12%);
    transition: .5s;
    padding-right: 25px;
    height:100px;
}
.quote_button button {
    padding: 13px 15px;
    background: #10102E;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    transition: .5s;
    font-size:22px;
}
.content-info-area {
    background: #10102E;
    padding: 21px 0;
}
.cda-single-content {
    margin: 0 45px;
    padding: 0px;
}
.cda-icon i {
    font-size: 18px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #214291;
    border-radius: 5px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 8px;
    border-radius: 50%;
}
.mt-20 
{
    margin-top:20px;
}
.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.content-info-area .h4contact 
{
    margin-left: 46px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.cda-content-inner p {
    color: rgba(255, 255, 255, 0.74);
    margin: 10px 0;
}
.area-contact 
{
    padding:20px;
}
.area-contact h2 
{
    color:#fff;
}
.area-contact h2 i 
{
    margin-right:10px;
}
.area-contact p 
{
  color:#fff;
  margin-top:20px;  
}
.set-items i 
{
        width: 30px;
    height: 30px;
    background: #214291;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}
.contactus-gradient {
    background: url(../images/services/services1.jpg);
}
.set-logo-cred {
    display: flex;
    justify-content: center;
}
.set-logo-cred img {
    width: 165px;
    box-shadow: 5px 7px 27px rgba(0, 0, 0, 0.06);
    padding: 20px;
    margin:10px;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all 0.4s ease-in;
}
.tp-social-item {
    padding: 20px 10px;
    text-align: center;
    margin: 0px -1px 0px -1px;
    border-bottom: 3px solid #4064AC;
    transition: 0.3s;
    background:#fff;
    margin:20px;
}
.tp-social-item img 
{
        min-height: 40px;
    max-height: 40px;
}
.Our-partners 
{
    background:#f5f5f5;
}
.tp-social-item .tp-youtube 
{
    border-bottom: 3px solid #FF0000;
}
.tp-social-item.tp-behance {
    border-bottom: 3px solid #1DA1F2;
}
.tp-social-item.tp-dribble {
    border-bottom: 3px solid #FF56BB;
}
.tp-social-item.tp-twitter {
    border-bottom: 3px solid #1DA1F2;
}
.tp-social-item.tp-linkedin {
    border-bottom: 3px solid #4064AC;
}
.Our-partners .owl-theme .owl-dots, .Our-partners .owl-theme .owl-nav 
{
    display:none;
}
.img-setting img
{
    border:8px solid #90C645;
    border-radius:8px;
}
.bg-newcolor 
{
    background:#fff;
}
.text-lg-left {
    text-align: left !important;
}
.pt30 
{
    padding-top:30px;
}
.pb30 
{
    padding-bottom:30px;
}
.fancy-head h2 
{
    margin-bottom:6px;
}
.setformpart 
{
    float:left;
    width:100%;
}
.contact-submit-button 
{
    text-align:center;
}
.contact-submit-button button {
    background: #90C645;
    color: #fff;
    border: transparent;
    padding: 13px 25px;
    border-radius: 3px;
    margin-top: 35px;
    outline: 0;
    border: 2px solid #90C645;
    transition: 0.5s;
}
.contact-submit-button button:hover {
    background: transparent;
    color: #90C645;
}
.setting-ul 
{
    padding-left:0px;
}
.setting-ul li 
{
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    color: #4a4a44;
    font-weight: 400;
    transition: 0.5s;
    margin-bottom: 8px;
}
.setting-ul li img
{
    padding-right:8px;
}
.team-description-design .our-team .content-team 
{
    padding: 5px 3px 10px 10px;
}
.color-green 
{
    color:#90C645 !important;
}
.team-description-design .our-team .content-team p {
    display: block;
    color: #24346f;
    text-align: justify;
    font-size: 17px;
    padding-right: 15px;
}
.moretext {
    display: none;
}

    .setpartners {width: 20%;float: left; display: flex; justify-content: center;align-items: center; }
    .fs .about-partners img, .dsd .about-partners img {width:100px; }
    

/*.border-right-1 {
    border-right:1px solid #ddd;
}
.border-top-1 {
    border-top:1px solid #ddd;
}
.border-left-1 {
    border-left:1px solid #ddd;
}
.border-bottom-1 {
    border-bottom:1px solid #ddd;
}*/
.about-partners {
    padding: 10px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    /* border-right: 1px solid #ddd; */
    background: #fff;
    min-height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.about-partners .partlogo{
    width:70px !important;
    height:55px !important;
}
.fds 
{
    background:#f5f5f5;
}
.hed {
   text-decoration: underline;  
   color: #001c6b;
}
.logop .about-partners img {
    width:100px;
    height:100px;
    margin:auto;
}
.partner-diao {
    border-radius: 10px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.set-logo-cred {
    display:flex;
    justify-content: center;
}
.set-logo-cred img {
    width:165px;
}
.about-partners img {
    max-width: 100%;
    width:80px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.set-uls ul 
{
    padding-left:18px;
    color:#fff;
}
.team-description a {
display: inline-block;
    margin-left: 5px;
    background: #262452;
    padding: 0 5px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}
.gettouch h6
{
   font-size:17px;
}
.gettouch h6 .fa-location-dot 
{
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #291e8a;
    margin-right: 5px;
    color:#001c6b;
}
.gettouch ul 
{
    padding:0px;
}
.gettouch ul li 
{
    list-style:none;
    margin-bottom:10px;
    color:#000;
    font-weight: 400;
    font-size:14px;
        padding-right: 2px;
    padding-left: 2px;
    
}
.gettouch ul li .fa-location-dot 
{
        background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #291e8a;
    margin-right: 5px;
    color: #001c6b;
}
ul.footer-txt > li > a:hover 
{
    
    color:#001c6b;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.white {
    color: #fff;
}
.green 
{
        color: #90C645;
}
.italic {
    font-style: italic;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.cta {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.cta::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #232526;
}
.cta::before {
    opacity: 0.9;
}
.btn-square-white {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    border: 1px solid #fff;
}
.btn, .btn:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.mr-20 {
    margin-right: 20px;
}
.bg-gren 
{
    background:#90c645;
}
.mr-15 {
    margin-right: 15px;
}
.btn-square-green {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
}
.set-h3 
{
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}
.logotest, .logotest1
{
    float: left;
    margin-right: 10px;
}
.logotest img 
{
    width:60px !important;
}
.logotest1 img 
{
    width:120px !important;
}
.main-menu li .submenu {
    position: absolute;
    width: 207px;
    font-size: 16px;
    left: -10%;
    transition: .3s;
    padding: 0px 0px;
    opacity: 0;
    visibility: hidden;
    background: #000;
    z-index: 25;
}
.main-menu li .submenu li {  
    display: block;
}
.main-menu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.main-menu li .submenu li a {
    padding: 10px 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .8px;
    color: #fff !important;
    line-height: 20px;
    font-size:14px;
}
.main-menu .submenu li:hover a
{
    color:#000 !important;
}
.main-menu li:hover 
{
    background:rgba(255, 255, 255, 0.9);
}
.header .main-menu li:hover a 
{
    color:#000;
    text-shadow:0 0 5px #ffffff  !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #333 !important;
    opacity: 1;
}
.lisubmenu 
{
    left:100% !important;
}

.header .main-menu .lisubmenu li a 
{
    color:#fff !important;
}
.header .main-menu .lisubmenu li:hover a 
{
    color:#000 !important;
}
.cta h2 
{
    font-size: 48px;
    color: #fff;
    margin-bottom: 48px;
}
.bg-blue-set {
    background: #4554c6;
}
.set-btns:hover 
{
    color:#fff;
}
.owl-carousel .owl-nav {
visibility: visible;
opacity: 1 !important;
transform: translateY(0);
pointer-events: visible;
}
.icon-arrow-left {
        background-image: url("images/testi-2-2.jpg");
        background-repeat: no-repeat;
        height: 44px;
        width: 44px;
        margin-right: 8px; 
    }

     .icon-arrow-left:hover {
        background-image: url("images/testi-2-2.jpg"); 
     }

     .icon-arrow-right {
        background-image: url("images/testi-2-2.jpg");
        background-repeat: no-repeat;
        height: 44px;
        width: 44px;
        margin-left: 8px; 
     }

       .icon-arrow-right:hover {
        background-image: url("images/testi-2-2.jpg");
    }
    .wpo-blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}
.wpo-blog-single-section .entry-meta ul {
    list-style: none;
    padding:0px;
}
.wpo-blog-single-section .entry-meta ul li {
    font-weight: 500;
    font-size: 16px;
    font-size: 1.0666666667rem;
    float: left;
    text-transform: uppercase;
}
.wpo-blog-single-section .entry-meta ul li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
.wpo-blog-single-section .entry-meta ul li a {
    color: #636893;
}
.wpo-blog-single-section .post h2 {
    font-size: 35px;
    font-size: 2.3333333333rem;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
}
.wpo-blog-single-section .post p {
    margin-bottom: 1.5em;
        font-size: 18px;
    line-height: 1.8em;
    text-align:justify;
}
.wpo-blog-single-section .post blockquote {
    background-color: #F9F9F9;
    color: #233d62;
    font-size: 20px;
    line-height: 1.6em;
    padding: 65px;
    margin-top: 60px;
    margin-bottom: 40px;
    border: 0;
    text-align: center;
    position: relative;
    text-decoration: underline;
}
.wpo-blog-single-section .post blockquote:before {
    content: "\f10e";
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 25px;
    font-size: 1.6666666667rem;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #F9F9F9;
    background: #fff;
    color: #90c645;
    border-radius: 50%;
}
.blog-sidebar .about-widget {
    text-align: center;
    background-color: #F9F9F9;
    padding: 20px 45px 1px 45px;
    position: relative;
    z-index: 1;
}
.wpo-blog-single-section .entry-meta ul li + li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    content: "";
    background: #90c645;
    border-radius: 50%;
}
.blog-sidebar .about-widget .img-holder {
    margin-bottom: 25px;
}
.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    width: 100%;
    max-width: 200px;
}
.blog-sidebar .about-widget h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog-sidebar .about-widget p {
    font-size: 15px;
    font-size: 1rem;
    margin-bottom: 1.2em;
        line-height: 1.8em;
}
.blog-sidebar .about-widget ul {
    list-style: none;
    display: flex;
    justify-content: center;
}
.blog-sidebar .about-widget ul li {
    margin-right: 10px;
}
.blog-sidebar .about-widget ul li a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background-color: #f1f1f1;
    border-radius: 50%;
}
.blog-sidebar > .widget + .widget {
    margin-top: 30px;
    background: #F9F9F9;
    padding: 20px;
}
.blog-sidebar .widget h3 {
    font-size: 23px;
    font-size: 1.5333333333rem;
    color: #010038;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
    font-family: "Nunito", sans-serif;
    padding-bottom: 20px;
    font-weight: 600;
}
.blog-sidebar .widget h3:before {
    content: "";
    background-color: #90c645;
    width: 55px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.blog-sidebar .widget h3:after {
    content: "";
    background-color: #f2f2f2;
    width: 80%;
    height: 4px;
    position: absolute;
    left: 65px;
    bottom: 0;
    border-radius: 10px;
}
.blog-sidebar .category-widget ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.blog-sidebar .category-widget ul li {
    font-size: 19px;
    font-size: 1.2666666667rem;
    position: relative;
}
.blog-sidebar .category-widget ul a {
    display: block;
    color: #474f62;
    font-size: 20px;
    font-family: "Nunito", sans-serif;
}
.blog-sidebar .category-widget ul a:hover 
{
    color:#001c6b;
}
.category-widget ul li a i 
{
    font-size:14px;
    margin-right:5px;
}
.blog-sidebar .category-widget ul > li + li {
    margin-top: 12px;
    padding-top: 12px;
}
.blog-sidebar .category-widget ul a span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #F9F9F9;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}
.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}
.btn-team-read 
{
    text-align:center;
    margin-bottom:15px;
}
.btn-team-read a {
    background: #90c645;
    padding: 8px 12px;
    border-radius: 4px;
    color:#fff;
}
.btn-square-green-set 
{
    background:#90C645;
}


	.qrscanner img {width:100px;}
	.fa-whtas-ic {background: #03a996;
    width: 22px;
    height: 22px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    margin-right: 5px;}
    .icon-manage-set 
    {
        background: #001c6b;
    width: 22px;
    height: 22px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    margin-right: 5px;
    }
    ul.footer-txt > li > .whatsp:hover 
    {
        background: #03a996;
    }
    .colortext a 
    {
      color:  rgba(255, 255, 255, 0.74);
    }
    .btm-ft 
    {
        background:#001c6b;
        margin-bottom:-25px;
    }
    .set-bottm p {text-align:right; }
@media (max-width: 767px) 
{
 .set-logo-cred 
  {
      display:block;
  }
  .set-logo-cred img {
    width: 30.9%;
    padding: 5px;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 8px;
    float:left;
}
.tp-social-item 
{
    margin: 5px;
    padding: 10px 10px;
}
.fullCoverImg 
{
    top:-130px;
}
.content .animateThird 
{
    margin-top:100px;
}
.tg-faq-shape img 
{
    display:none;
}
.set-btns {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 15px;
}
.btn-square-green-set 
{
    display:block
}
.sd 
{
    padding: 0px 0px;
}
.rvpr-service-content 
{
    margin-bottom:25px;
}
.right-s1 
{
    padding-left: 0px;
    margin-top:15px;
}
.rvpr-service-content h2 
{
    font-size:24px;
}
.set-automate1 {background: #00B28F !important;}
.automate1 {background:#df9926 !important;}
.automate1, .innovate1, .learn1, .automate2, .innovate2, .learn2 
{
    top:0px !important;
    padding-top: 0;
}
.burger.open { right:16px; }
.innovate1 {padding-top:5px;}
.submenu-portion {padding-top:0px;}
.innovate1 .head-txt {margin-top: 0px !important;
        margin-left: 0 !important;
        text-align: left !important; font-size:18px !important;}
        .menu-submenus {margin-top:5px;}
        .menu ul li {margin-bottom: 5px !important;}
        .menu-submenus li {margin-bottom:0px;}
        .menu-submenus li a {    font-size: 18px;}
        .head-txt {text-align:left !important; line-height:32px; font-size: 20px !important;}
        .fullCoverImg {top: 295px !important;}
        .testimonial-three__quote {top:5%;}
        .testimonial-three__quote1 {bottom:8%;}
        .service-owlnav .services-slider .owl-nav {top: 270px;}
        .cta h2 {font-size:32px; line-height:36px;}
        .wpo-blog-single-section .post h2 {font-size:24px !important; font-weight: 600;}
        .set-bottm {margin-top:20px;}
         .btm-ft p {text-align:center; }
         #news_gallery {margin-left:-15px; margin-right:-15px;}
         .about__left-item img {width:100%;}
         .setpartners {
    width: 45%;
    float: left;
    display: block;
    margin-right: 2.5%;
    margin-left: 2.5%;
}
.about-partners {
    padding: 10px 10px;
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #ddd;
    max-height: 120px;
    background: #ddd;
    min-height: 120px;
    border-radius: 4px;
    margin-right:0px;
}
.about-partners img {
    max-width: 100%;
    width: 100px;
}
}
.btn {padding: 10px 12px;
    font-size: 14px;}
    .marginset, .reverseMenu {margin-top:12px !important;}
.touchadd a {color:#000;}
.touchadd a:hover { 
color:#001c6b;
}