

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
 font-family: 'Roboto';
  src: url('../vendor/roboto/Roboto-Regular.ttf');
  /* IE9 Compat Modes */

  /* IE9 Compat Modes */

  /* IE9 Compat Modes */


}





body {
  font-family: "Roboto", sans-serif;
  color: #585a61;
  overflow-x: hidden;
}

body.firefox {   font-family: "Roboto", sans-serif;}
a {

  text-decoration: none;
}

a:hover {

  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Roboto';
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5777ba;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #748ec6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

h2.hhdshd {
  font-size: 70px;
  color: #000;
  font-family: 'Roboto';
}



i.bi.bi-list.menuICONG {
  color: #000;
  font-size: 33px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}




img.img-fluid.logoimg {
  max-height: 65px;
  margin: 0px;
}


ul.navbar-nav a.nav-link {
  color: #000;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #000;
}
ul.navbar-nav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-family: 'Roboto';
  color: rgb(0, 0, 0);
  margin: 10px;
  font-weight: 400 !important;
  padding: 2px 0px 0px 30px;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}

nav.navbar.navbar-expand-lg.navbar-dark.fixed-top {
  background: #fff;
}

.dropdown-menu.megamenu.show {
  border-radius: 0;
}

li.nav-item.buttonvll {
  margin-left: 100px;
  color:#fff !important;
  font-weight: 500;
  font-size: 16px;
  padding: 7px;
  font-family: Inter;
  line-height: 1;
  background: rgb(255, 158, 44);
  /* padding: 23px 25px; */
  border-radius: 8px;
}

ul.list-unstyled.lisdev li a {
  /* color: #000 !important; */
  color: rgb(135, 135, 135);
  font-weight: 500;
  /* padding-top: 8px; */
  /* padding-bottom: 8px; */
  font-size: 15px;
}

h6.title.vfdg {
  padding-bottom: 12px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7;
}

ul.list-unstyled.lisdev li {
  padding-top: 4px;
  padding-bottom: 4px;
}


.menuic {
  font-size: 21px;
  display: none;
  margin-right: 7px;
}

ul.list-unstyled.lisdev li a:hover {
  color: rgb(255, 158, 44);
  font-weight: 500;
}

.navbar .megamenu{ padding: 1rem !important; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    
    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{    left: 22%;
      right: 0;
      width: 60%;
      margin-top: 0; }

    
    
    
    
    
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }


    img.img-fluid.logoimg {
      max-height: 45px;
      margin: 0px;
  }
  h2.text-white.highly {
    font-size: 20px !important;
}

  .sed {
    text-align: center;
    margin-top: 21px;
}


h1.elementor-heading-title.elementor-size-default {
  width: 100%;
}

h2.fgt.text-black.h2g {
  font-weight: 600 !important;
  color: #1D2B4F !important;
  line-height: 37px !important;
  width: auto !important;
  font-size: 20px !important;
}




.h2g {
  margin: 0%;
  text-align: left;
  padding:0 !important;
}

img.rld {
  width: 100%;
  max-width: 763px;
  object-fit: contain;
  display: none;
  margin-top: 63px;
  object-position: center;
}

.trwvg {
  position: inherit !important;

}
h1.elementor-heading-title.elementor-size-default {
  width: 100% !important;
}
span.elementor-divider-separator {
  display: none;
}

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-size: cover;
  /* position: relative; */
  margin-bottom: 0;
  overflow: hidden;
  z-index: -1;
  padding-bottom: 0px;
  /* height: 80vh;
  padding: 130px 0 70px 0; */
}
/* #hero::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #e8ecf5;
  transform: skewY(135deg);
} */

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 65px;
  font-weight: 900;
 font-family: 'Roboto';
  line-height: 79px;
  color: #000;
}

.btn2 {
 font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 15px 29px 15px 46px;
  border-radius: 8px;
  transition: 0.5s;
  margin-left: -9px;
  color: #7C3AED;
  position: relative;
}

h1.ryr {
  font-size: 68px !important;
  line-height: 69px !important;
}

h2.fgt.text-black {
  font-size: 32px !important;
 font-family: 'Roboto';
  font-weight: 700 !important;
  line-height: 48px !important;
}

.imgL {
  max-width: 100%;

  height: auto;
  /* margin: 107px; */
}

h4.yellow {
  color: #FF9E2C;
  font-size: 25px;
  font-weight: 500;
}

img.Imgesdrdu.Vbh {
  width: 100%;
  /* height: 136px; */
  padding-top: 13px;
  background: #fff;
}

#hero h2 {
  color: #fff;
  font-weight: 400;
 font-family: 'Roboto';
  line-height: 25px;
  /* margin-bottom: 50px; */
  font-size: 16px;
}
.mrr-2 {
  font-size: 34px;
  vertical-align: middle;
  margin-right: 5px;
}

.mainbutton1{
background: #FF9E2C;
    color: #fff;
    padding: 17px 25px;
  
    color: #fff;
    font-weight: 500;
    font-size: 16px;
   font-family: 'Roboto';
    line-height: 1;
    border-radius: 8px;
}

section#monuMnets {
  padding: 0px;
  /* margin-top: -106px; */
  z-index: 2;
  /* background: #fff; */
}
h2.fgt {
  color: #374151;
  font-weight: 400;
  margin-bottom: 29px;
  margin-top: 29px;
 font-family: 'Roboto';
  font-size: 18px;
}

#hero .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 15px 29px 15px 29px;
  border-radius: 8px;
  transition: 0.5s;
  color: #fff;
  background: #7C3AED;
  position: relative;
}

h4.head1 {
  font-size: 48px;
 font-family: 'Roboto';
  color: #fff;
  font-weight: 700;
}

.prupleSEc {
  background: #2A3675;
  height: 450px;
  margin-bottom: -222px;
}

.amin.solu {
  background: #fff;
  margin: 6px;
  min-height: 388px;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 8px;
}
h3.subline {
  font-size: 16px;
 font-family: 'Roboto';
  color: #fff;
  line-height: 27px;
}


.cutc {
  height: 67px;
  background: #fff;
  position: relative;
  width: 640px;
}

.cutc:before {
  content: '';
  position: absolute;
  top: -39px;
  right: 0;
  border-top: 106px solid #863FFF;
  border-left: 118px solid #fff;
}

h3.vhjbf {
  font-size: 32px;
  font-weight: 700;
  line-height: 52px;
}

select.form-control {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;

}

h6.subhead {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-top: 16px;
  margin-bottom: 50px;
}

.contactUI {
  background: #2A3675;
  color: #fff;
}
/* .Mrtaf {
  margin-top: 70px;
} */


input#email {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f7f7f7;
}

#hero .download-btn:hover {
  background: #5777ba;
}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn+.download-btn {
  margin-left: 20px;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .download-btn+.download-btn {
    margin: 0 10px;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 48px;
  font-weight: 700;
  /* margin-bottom: 20px; */
 font-family: 'Roboto';
  padding-bottom: 0;
  color: #111827;
  /* font-family: "Poppins", sans-serif; */
}

.section-title p {
  color: #111827;
  /* margin-bottom: 0; */
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  margin-top: 79px;
  padding: 15px 0;
  background-color: #2A3675;
  min-height: 273px;
  color: #fff;
}



@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }


  .trwvg {
    
    padding-bottom: 43px !important;
    top: 61px !important;
}

.sild {

  margin-right: 18px;
  margin-left: 6px;
;
}

p.mb-0.list-unstyled {
  text-align: center !important;
}

.w-100.p-4.hsyyi {
  padding-right: 0px !important;
  text-align: center;
  padding-left: 0px !important;
}

ul.navbar-nav a.nav-link {

  padding: 5px 0px 0px 0px;


}

li.nav-item.buttonvll {
  margin-left: 0px;
  margin-right: 10px;
 
}
li.nav-item.buttonvll .nav-link {
  justify-content: center;
  /* padding: 5px; */
}
.col.mbl {
  flex: 1 0 100%;
  width: 100%;
}

img.RYVg {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 160px !important;
}



img.vuegge {
  position: initial !important;
  /* max-width: 100%; */

}


img.cosg {
  display: none;
}
img.cosg2 {
  display: none;
}
h4.comg {
  font-size: 50px !important;
}

h4.comg.v2 {
  position: inherit !important;
}

.comgSoon {
  text-align: center;
  text-align: -webkit-center;
  margin-left: -62px;
}

a.brodu {
  font-size: 20px !important;
}






}

.breadcrumbs h2 {
  font-size: 64px;
  font-weight: 700;
}


.checg {
  color: #863FFF;
  padding: 11px;
  border-radius: 50%;
  background: #E6E6E6;
}


.textetpt {
  margin-right: 77px;
}

.map iframe {
  border: 0;
  width: 100%;
  height: 600px;
}
h5.afgf {
  color: #1D2B4F;
 font-family: 'Roboto';
  font-weight: 700;
}

#header.bgpurple {
  background: #863FFF!important;
  box-shadow: none;
}


#header.bgpurple img.img-fluid.white.i6 {
  display: none;
}

#header.bgpurple.header-scrolled img.img-fluid.white.i6 {
  display: block;

}


#header.bgpurple.header-scrolled img.img-fluid.white.i5 {
  display: none;

}


#header.bgpurple.header-scrolled {
  background: #fff!important;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}


#header .header-scrolled .logo img.img-fluid.white.i6 {
display: none;
}

#header.bgpurple .navbar a, .navbar a:focus {
  color: #fff;

}

#header.header-scrolled .navbar a, .navbar a:focus {
  color: #111827;

}


li.actived {
  background-color: #F1F5F9 !important;
}
.bocs {
 
  min-height: 402px;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  border: 1px solid #ccc;
}                      

.abso {
  position: absolute;
  bottom: 30px;
}

.bocs:hover {
  background: #2A3675;
  }  

  .trwvg.gy2y {
    top: 66px;
}


img.IkgF {
  width: 100%;
}

.bocs:hover h6.hehs {
color: #fff;
}  

.bocs:hover p.ara {
  color: #fff;
  }


  h6.hehs {
    font-size: 24px;
    font-weight: 600;
    margin-top: 18px;
    color: #111827;
}

h3.hjfhaf {
  font-size: 40px;
  font-weight: 600;
  color: #1D2B4F;
}
p.ara {
  font-size: 16px;
  color: #798196;
  font-weight: 400;
}
 
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #5777ba;
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }

  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 24px;
  padding-right: 2px;
  color: #5777ba;
  line-height: 0;
}

.details .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-slide {
  transition: 0.3s;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }



  .gallery .swiper-slide-active {
    border: 6px solid #5777ba;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }


}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 10px 30px 50px;
  min-height: 200px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e8ecf5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #5777ba;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #5777ba;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #47536e;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #5777ba;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
  background: #5777ba;
}

.pricing .featured .get-started-btn:hover {
  background: #748ec6;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/


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

.accordion-list li+li {
  margin-top: 15px;
}

.accordion-list li {
  padding: 0px;

  border-radius: 4px;
  position: relative;
}

.accordion-list a {
  display: block !important;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;

  outline: none;
  cursor: pointer;
}

.accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  display: none;
  left: 20px;
  color: #b1c0df;
}

.accordion-list .icon-show,
.accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  display: none;
  top: 0;
}

.accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.accordion-list .icon-show {
  display: none;
}

.accordion-list a.collapsed {
  color: #343a40;
}

.accordion-list a.collapsed:hover {
  color: #5777ba;
}

.accordion-list a.collapsed .icon-show {
  display: inline-block;
  display: none;
}

.accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 48px;
  color: #9fb2d8;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  font-size: 15px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #8a8c95;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5777ba;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #fff;
  border: 2px solid #5777ba;
  padding: 10px 24px;
  color: #5777ba;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5777ba;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }

  img.w-100.IMgtab2.w1.cs {
    width: 352px !important;
    left: 53%;
}
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/




#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #47536e;
  font-size: 14px;
  background: #eff2f8;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #eff2f8;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #47536e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5777ba;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #415f9d;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #47536e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #8a8c95;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #47536e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9fb2d8;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #8a8c95;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5777ba;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5777ba;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #27282c;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #47536e;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #47536e;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}



.solu {

  padding: 10px;
}

h5.headsn {
  font-size: 30px;
 font-family: 'Roboto';
  color: #111827;
  margin-top: 18px;
  font-weight: 700;
}

.para {
  color: #798196;
  font-weight: 400;
 font-family: 'Roboto';
  /* padding: 6px; */
  font-size: 16px;
}

.amin .para {



}

img.snimgg {
  width: 50px;
  padding: 10px;
  border-radius: 50%;
  overflow: unset;
  background: #E6E6E6;
  max-width: 100%;
}


.btn-wrap {
  text-align: center;
  width: 100%;
  margin-top: -10px;
}

.detailsConsult {
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
  min-height: 199px;

  padding: 12px 24px;
  border-radius: 0px 0px 8px 8px;
  max-width: 100%;
}

h6.cons {
  font-size: 24px;
  font-weight: 600;
  color: #006FBA;
 font-family: 'Roboto';
}

.brdr {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
}

.odig {
  padding: 6px;
}

h6.uperhed {
  color: #111827;
  font-weight: 700;
  text-align: center;
 font-family: 'Roboto';
}

img.Gigs {
  width: 100%;
  max-width: 660px;
}



.cta {
  background:#D5FAFC;
  padding: 0px;
}

.btn1 {
  font-weight: 500;
  font-size: 15px;
 font-family: 'Roboto';
  display: inline-block;
  padding: 15px 29px 15px 29px;
  border-radius: 8px;
  transition: 0.5s;
  color: #fff;
  background: #7C3AED;
  position: relative;
}

.mr-3 {
  margin-right: 8px;
}

.d-flex.headingP {
  justify-content: space-between;
  align-items: center;
}

h4.upH {
  font-size: 28px;
  font-weight: 700;
 font-family: 'Roboto';
  color: #111827;
}

p.small {
  font-size: 14px;
  color: #6B7280;
  font-weight: 400;
  text-align: start;
 font-family: 'Roboto';
  margin: 0px;
}



.indus {
  background: #FFFFFF;
  padding: 17px 35px;
  border-radius: 8px;
  
  min-height: 300px;
  transition: transform ease 300ms;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}



.mydiv {

  padding-right: 98px !important;
}



p.contentIndus {
  color: #111827;
 font-family: 'Roboto';
  font-size: 18px;
  text-align: start;
}

.detailsConsult .para {
  padding: 0px;
}



img.ImgIndus {
  width: 582px;
  /* padding-left: 4px; */
  /* padding-right: 14px; */
  padding-top: -2px;
}

.indus:hover{
  background: #7C3AED;
  transition: all 1s;

}



.indus:hover .bi-arrow-right {
color: #fff;
}

 #icon-2 {
  display: block;
}




.indus:hover h4.upH{
  color: white;
}
.indus:hover p.contentIndus{
  color: white;
}


a.tabsButt {
  background: #EDE9FE;
  padding: 18px 87px;
  /* color: #7C3AED; */
 font-family: 'Roboto';
  font-size: 16px;
  font-weight: 600;
}

ul.gasg {
  display: flex;
  justify-content: space-around;
  list-style: none;
}

ul.gasg li {
  background: #2A3675;
 font-family: 'Roboto';
  font-size: 16px;
  border-radius: 7px;
  color: #fff;
 font-family: 'Roboto';
  align-items: center;
  min-width: auto;
  justify-content: center;
  display: flex;
  text-align: center;
  font-weight: 600;
}

li.tab-link.active {
  background: #fff;
  color: #2A3675;
  /* border: #7C3AED; */
  border: 1px solid #2A3675;
}

.tab-link {
  margin: 0 1%;
  list-style: none;
  padding: 10px 40px;
  color: #7C3AED;
  cursor: pointer;
  font-weight: 700;

}



.tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 500px;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}







/* .content-wrapper {
  padding: 40px 80px;
} */

.tab-content {
  display: none;

  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}







/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f3f9fd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
  display: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2487ce;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2487ce;
}

.badeg {
  left: 4px;
  position: absolute;
  top: 4px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  padding: 7px;

}
















.vf1 {
  background: #0097FE;

}

.vf2 {
  background: #00C150;
}

.vf3 {
  background: #7C3AED;
}

.vf4 {
  background: #006FBA;
}

.vf5 {
  background: #dc3545f7;
}

.odig {
  margin-left: 49px;
  padding: 6px;
}












.active {
  display: block;
}

.hide {
  display: none;
}


img.ygg {
  max-width: 100%;
  /* width: 100%; */
  width: 85px;
  position: absolute;
  top: -23px;
  left: -48px;
  z-index: -1;
  opacity: 0.6;
}

.section-title.text-start.position-relative {
  margin-left: 96px;
  padding-bottom: 0px;
}

h1.bogF {
  font-size: 48px;
 font-family: 'Roboto';
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.6;
}

p.bogFp {
  font-size: 16px;
 font-family: 'Roboto';
  color: #fff;
  font-weight: 400;
}

h2.fs56px {
  font-size: 48px;
}

.fs20px {
  font-size: 16px !important;
}

.imgTet {
  text-align: center;
}

.post-img img {
  width: 100% !important;
}


.d-flex.ghjd {
  justify-content: space-between;
  align-items: center;
}

a.lerney {
  color: #9333EA;
  font-weight: 500;
 font-family: 'Roboto';
  font-size: 16px;
}
p.smahd {
  margin: 0px;
  color: #0F172A;
 font-family: 'Roboto';
  font-weight: 600;
  margin-top: 20px;
}

h5.fs40px.fsbold {
  font-weight: 600;
  color: #0F172A;
 font-family: 'Roboto';
}
.badegy.vf3 {
  background: #ffff;
  color: #7C3AED;
}


/* Full-width input fields */
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f7f7f7;
 font-family: 'Roboto';
}
select {
  width: 18%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f7f7f7;
 font-family: 'Roboto';
}

input[type="phone"] {
  width: 80%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f7f7f7;
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="phone"]:focus,
select:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */
/* button {
  background-color: #0eb7f4;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;

  opacity: 0.9;
  font-size: 16px;
 font-family: 'Roboto';
  border-radius: 10px;
} */

button:hover {
  opacity: 1;
}

/* Change styles for signup button on extra small screens */
@media screen and (max-width: 300px) {
  .signupbtn {
    width: 100%;
  }
}

.youtubeBtn {
  position: fixed;
  right: 20px;
  transform: translatex(-50%);
  top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  background: #000;
  padding: 2px 10px;
  border-radius: 5px;
}
.youtubeBtn i {
  font-size: 20px;
  float: left;
}
.youtubeBtn a {
  color: #ff0000;
  animation: youtubeAnim 1000ms linear infinite;
  float: right;
}
.youtubeBtn a:hover {
  color: #c9110f;
  transition: all 0.3s ease-in-out;
}
.youtubeBtn i:active {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
.youtubeBtn span {
  font-family: "Lato";
  font-weight: bold;
  color: #fff;
  display: block;
  font-size: 12px;
  float: right;
  line-height: 20px;
  padding-left: 5px;
}

@keyframes youtubeAnim {
  0%,
  100% {
    color: #c9110f;
  }
  50% {
    color: #ff0000;
  }
}


ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;

  width: 100%;
}

ul.tabs li {
  /* float: left; */
  /* margin: 0; */
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 100%;
 font-family: 'Roboto';
  /* padding: 3px 110px; */
  display: flex !important;
  height: 41px;
  /* line-height: 31px; */
  border-top: 1px solid #CBD5E1;
  border-left: 1px solid #CBD5E1;
  border-bottom: 1px solid #CBD5E1;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #0F172A;
  /* overflow: hidden; */
  position: relative;
}

.tab_last {
  border-right: 1px solid #CBD5E1;
}

ul.tabs li:hover {
  background-color: #F1F5F9;
  color: #0F172A;
}

ul.tabs li.active {
  background-color: #F1F5F9;
  color: #333;

  display: block;
}

.tab_container {

  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
 
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 480px) {
 

  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .d_active {
    background-color: #666;
    color: #fff;
  }
}

.industry-focus {
  background: #143E80;
  padding-bottom: 100px;
}


.box-main {
  background: #FFFFFF;
  padding: 50px;
  min-height: 410px;
  position: relative;
  border-radius: 5px;
}



@media (min-width: 1400px) {
  .cnt2 {
    max-width: 1050px;
  }
}

img.rolish {
  width: 75px;
  background: #F0F5FF;
  padding: 17px;
  border-radius: 8px;
  max-width: 100%;
}

h6.gstfg {
  color: #2E2E2E;
  font-size: 32px;
 font-family: 'Roboto';
  font-weight: 600;
  margin-top: 7px;
}

p.rlsj {
  font-size: 16px;
  color: #808080;
  font-weight: 400;
 font-family: 'Roboto';
}

a.lerne {
  font-size: 16px;
  color: #7534FF;
 font-family: 'Roboto';
  bottom: 26px;
  position: absolute;
  font-weight: 500;
}

.vcnter {
  vertical-align: middle;
  margin-left: 10px;
}

img.imgServe {
  width: 100%;
}

.srve {
  background: #fff;
  padding-top: 80px;
}

.fs56px {
  font-size: 48px;
 font-family: 'Roboto';
  font-weight: 700;
  color: #0F172A;
}

.fs18px {
  font-size: 16px;
  font-weight: 400;
 font-family: 'Roboto';
  color: #475569;
}



.fs56px.opi {
    font-size: 48px;
   font-family: 'Roboto';
    font-weight: bolder;
    color: #0F172A;
}

.textart {
  padding: 87px 18px;
  margin-left: 30px;
}

h2.fs56px.rbot {
 font-family: 'Roboto';
}

a.serveAA {
  font-size: 16px;
  color: #2563EB;
  /* margin-top: 32px; */
 font-family: 'Roboto';
  font-weight: 600;
}

.activedd .amin {
  background: #D5FAFC;

  position: relative;
}

.activedd .amin::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: calc(50% - 10px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FF9E2C transparent transparent transparent;
}

.accordion-list {
  margin-left: 60px;
}

button.prev-btn.sliBt.slick-disabled {
  margin: 0;
  position: absolute;
  top: 50%;
  left: -30px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* top: 30%; */
  /* left: -46px; */
  /* position: absolute; */
}

button.next-btn.sliBt {
  margin: 0;
  position: absolute;
  top: 50%;
  right: -30px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(50%, -50%);
  /* top: 30%; */
  /* left: -46px; */
  /* position: absolute; */
}
.part1 {
  background: #FF9E2C;
  height: 720px;
  border-radius: 8px;
  width: 523px;
}
img.w-100.IMgtab2.cs {
  margin: 0;
  position: absolute;
  top: 50%;

  left: 66%;
  width: 578px !important;

  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}



img.w-100.IMgtab2.c1 {
  margin: 0;
  position: absolute;
  top: 47%;
  /* background: #CCCCCC; */
  left: 59%;
  width: 672px !important;
  /* width: 560px; */
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

img.w-100.IMgtab2.c0 {
  margin: 0;
  position: absolute;
  top: 47%;
  /* background: #CCCCCC; */
  left: 66%;
  width: 660px !important;
  /* width: 560px; */
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* position: absolute; */
}
img.w-100.IMgtab2.c3 {
  margin: 0;
  position: absolute;
  top: 47%;
  /* background: #CCCCCC; */
  left: 59%;
  width: 617px !important;
  /* width: 560px; */
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* position: absolute; */
}
img.w-100.IMgtab2.c2 {
  margin: 0;
  position: absolute;
  top: 47%;
  /* background: #CCCCCC; */
  left: 61%;
  width: 633px !important;
  /* width: 560px; */
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* position: absolute; */
}

img.w-100.IMgtab2.w1 {
  left: 63%;
}




img.w-100.IMgtab2.two {
  margin: 0;
  position: absolute;
  top: 50%;
  /* background: #CCCCCC; */
  left: 33%;
  /* width: 605px !important; */
  width: 537px !important;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fiture.r1 {
  background: #2A3675;
}

h5.secg {
  font-size: 32px;
  color: #fff;
 font-family: 'Roboto';
}
.numberYU {
  font-size: 70px;
  color: #ffffffc4;
  opacity: 17%;
  position: absolute;
  top: -54px;
}

.purple{
  background: #2A3675;
}

.part12 {
  background: #FF9E2C;
  height: 643px;
  border-radius: 8px;
  width: 523px;
  margin-left: auto;
}


.fw-700 {
  font-weight: 700;
}
h6.reyye {
  font-size: 24px;
  font-weight: 600;

 font-family: 'Roboto';

}

.textpart {
  margin-top: 53px;
}

.si {
  /* background: #863FFF; */
  /* padding: 14px; */
  padding: 11px 16px 17px 16px;
  border: 1px solid #ccc;
  min-height: 102px;
  border-radius: 8px;
  transition: .3s all;
  align-items: center;
  /* display: flex !important; */
  color: #798196;
}

.dlef {
  display: flex;
}

p.para.p2e {
  font-size: 16px;
  margin: -7px 0px;
}

.si.activv {
  background: #2A3675;
  
  color: #fff;
}

h4.comg {
  font-size: 90px;
  background: #2A3675;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
}

h5.stay {
  background: #2A3675;
  width: fit-content;
  color: #fff;
  position: absolute;
  top: 129px;
  font-size: 31px;
  left: 84px;
  font-weight: 700;
}

img.cosg {
  /* width: 100%; */
  max-width: 100%;
  width: 389px;
  z-index: -1;
  left: -1px;
  position: absolute;
  transform: rotate(5deg);
  top: -56px;
}

img.cosg2 {
  max-width: 100%;
  width: 314px;
  /* bottom: 0; */
  top: 64px;
  left: 0px;
  z-index: -1;
  transform: rotate(0deg);
  position: absolute;
}

h4.comg.v2 {

  background: rgb(255, 158, 44);

}

h4.comg.v2 {
  position: absolute;
  left: 91px;
  margin-top: 18px;
  transform: rotate(6deg);
}

.bxn {
  transform: rotate(-8deg);
}

.si.activv p.para.p2e {

  
  color: #fff;
}

/* .bhgh {
  margin: 0;
  position: absolute;
  top: 52%;
  background: #CCCCCC;
  left: 69%;
  height: 560px;
  width: 499px;
  border-radius: 8px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.bhgh {
  margin: 0;
  position: absolute;
  top: 50%;
  background: #CCCCCC;
  left: 65%;
  height: 582px;
  width: 557px;
  border-radius: 8px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.smcg {
  margin-top: -5px;
  font-size: 24px;
}



.dlefd {
  display: flex;
  align-items: center;
}
.di1 {
  margin-right: 20px;
}
button.prev-btn.sliBt {
  margin: 0;
  position: absolute;
  top: 50%;
  left: -30px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.benefits ul,
.SectionBlack ul {
  list-style: none;
  padding: 0;
}


.benefits ul li,
.SectionBlack ul li {
  padding: 0 0 22px 30px;
  position: relative;
  color: #061C3D;
  font-size: 18px;
 font-family: 'Roboto';
  font-weight: 500;
  /* color: #061C3D; */
}

.tab_container.bacKnone {
  background: none;
}

.benefits ul li i,
.SectionBlack ul li i {
  position: absolute;
  font-size: 20px;
  border-radius: 50%;
  height: 28px;
  left: -4px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 2px solid;
  width: 28px;
  background: #0f99184d;
  color: #0F9918;
  top: 1px;
}

.textarty {
  padding: 0px 40px;
}

.btn3 {
  font-weight: 500;
  font-size: 15px;
 font-family: 'Roboto';
  display: inline-block;
  padding: 10px 29px 10px 29px;
  border-radius: 8px;
  transition: 0.5s;
  color: #fff;
  background: #0B63E5;
  position: relative;
}

.demo {
  background: #863FFF;
  padding-bottom: 227px;

}

.demo.demo2 {
  background: url(../fin_img/bgcto.png);
  padding-bottom: 227px;
 
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 100% 100%;
}

img.img-fluid.IMgB.tufy.twoimg {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}


form.formmm {

  margin-top: 30px;
  background: var(--color-white);
  padding: 6px 0px;
  position: relative;
  border-radius: 4px;
}

form.formmm input[type="email"] {
  border: 0;
  border-radius: 5px;
  padding: 9px;
  width: calc(100% - 139px);
}

form.formmm input[type="submit"] {
  position: absolute;
  top: 5px;
  right: -6px;
  bottom: 6px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #000000;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}


img.p3Imgt {
  max-width: 100%;
  width: 534px;
}


h5.ghdshgf {
  font-size: 24px;
  font-weight: 700;
 font-family: 'Roboto';
  margin-top: 10px;
  color: #0F172A;
}

p.cont {
  color: #0F172A;
  font-size: 16px;
 font-family: 'Roboto';
  font-weight: 400;
}

#hero3 {
  padding-bottom: 259px;
}

.HGF {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 15px 29px 15px 46px;
  border-radius: 8px;
  transition: 0.5s;
  color: #fff;
  background: #7C3AED;
}

img.icoIng {
  max-width: 100%;
  width: 44px;
}

.Iconpart {
  padding: 10px 0px;
}
/* 
.row.pdgt {
  padding: 107px 0px;
} */

a.download-btn.btn3.bnt4 {
  background: #FCD34D;
  color: #000;
  border-radius: 30px;
  font-weight: 800;
}

.d-flex.Oph {
  justify-content: space-between;

}

p.fs20px.textBgwarimg {
  color: #FCD34D;
 font-family: 'Roboto';
  font-weight: 500;
  margin-bottom: 0;
}

.SliderProducts {
  background: url(../fin_img/bglay.png);
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color: #2A3675;
  padding: 46px 0 59px 0;
}


.sild {
  border-radius: 8px;
  background: #fff;
  min-height: 426px;
  padding: 37px 27px;
}

h4.fs24px {
  font-size: 24px;
 font-family: 'Roboto';
  margin-top: 10px;
  font-weight: 600;
  color: #191919;
}

img.IopyT {
  max-width: 100%;
  width: 52px;
}

p.dgdg.mt-3 {
  color: #0F172A;
  font-weight: 400;
 font-family: 'Roboto';
}

.prulesec2 {
  background: #ffebcd4a;
  padding-bottom: 94px;
}
.prulesec {
  background: url(../fin_img/p10.png);
  background-color: #2A3675;
  border-radius: 20px;
  padding: 75px;
  padding-bottom: 440px;
  /* height: 382px; */
  /* padding-top: 280px; */
}
.imgdg {
  text-align: center;
}
img.wnjd {
  max-width: 100%;
  width: 920px;
  /* position: absolute; */
  /* bottom: 0; */
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -3%);
}

.highlyfocus {
  background: #475569;
}

.fs72px {
  font-size: 60px;
  font-weight: 800;
 font-family: 'Roboto';
}

.fs40px {
  font-size: 40px;
 font-family: 'Roboto';
  font-weight: 800;
}

p.fs24px.text-white {
  font-size: 24px;
}

h5.fs24px {
  font-size: 20px;
  font-weight: 700;
  margin-top: 13px;
 font-family: 'Roboto';
}


.iconsSEc {
  background: #2A3675;
}
h4.maismeh {
  font-size: 48px;
  color: #fff;
 font-family: 'Roboto';
  font-weight: 700;
}

form.gggsafg {

  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: space-around;
 
}



button.btny {
  padding: 8px 19px;
  margin: 5px 0 22px 10px;
  display: inline-block;
  border: none;
  font-size: 26px;
  border-radius: 8px;
  background: #FF9E2C;
  color: #fff;
}
.maisnrg {
  padding: 87px 32px;
  border-radius: 8px;
  background: #2A3675;
}
img.usgv {
  max-width: 100%;
  width: 64px;
  padding: 10px;
  overflow: initial;
  border-radius: 50%;
}

img.gbrhf {
  position: absolute;
  max-width: 100%;
  bottom: 0;
  right: 31px;
  width: 435px;
}

.newsleter {
  padding-top: 227px;
}

.b3 {
  background: #EF4444 ;
  border: 3px dotted #EF4444;
}
p.p2.m-0 {
  color: #798196;
}
.b2 {
  background: #EAB308 ;
  border: 3px dotted #EAB308;
}

.b1 {
  background:#2563EB ;
  border: 3px dotted #2563EB;
}

img.Imgesdrd.text-center {
  width: 900px;
  max-width: 100%;
}

.sectionBl {
  background: #262626;
}

h2.text-white.highly {
  font-size: 40px;
}

a.brodu {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
i.bi.bi-arrow-right.mr-3.vertical-align-top {
  vertical-align: text-top;
}

.scr {
  background: #262626;
}

.Spabe {
  margin-bottom: 3.8rem!important;
}

.cote {
  /* position: absolute; */
  /* width: 100%; */
  max-width: 576px;
  border-radius: 25px;
  margin-top: 172px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 96px 30px;
  margin-bottom: -85px;
  background: #fff;
}

.scr {
  position: relative;
  margin-bottom: 115px;
  border-radius: 25px;

}

h4.fs36px {
  font-size: 36px;
 font-family: 'Roboto';
  font-weight: 500;
  color: #000;
}

.SectionBlack {
  padding-bottom: 300px;
}


.first {
  padding: 141px 31px;
}

.first h1.fs30px {
  color: #DCDCDC;
}

img.YFG {
  width: 100%;
}

/* .sidbRto {
  background: url(../fin_img/p2.png);
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
} */



.d-flex.gdgin {
  justify-content: center;
  align-items: center;
}

.aced {
  text-align: start;
  margin-left: 20px;
}



img.PosiAbs {
  position: absolute;
  /* width: 74%; */
  width: 1146px;
  top: -46px;
  left: 0;
  max-width: 139%;
  z-index: -01;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  display: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  /* right: 10px; */
  left: 60px;
}

.bgdh {
  color: #FCD34D;
  font-size: 34px;
}

.testimonials-slider3 .swiper-wrapper {
  padding-bottom: 64px;
}

.imgOart {
  position: absolute;
  left: 11px;
}


.SliderProducts .swiper-slide {
  transform: translateY(0) translateX(0) scale(0.9);
}

.swiper-slide.swiper-slide-active {
  transform: translateY(0%) translateX(1%) scale(1);
}

.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#49b5e7 50%, rgba(73, 181, 231, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(73, 181, 231, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.video-box {
  background: url(../fin_img/vd.png) center center no-repeat;
  background-size: cover;
  min-height: 390px;
  border-radius: 25px;
}

h1.fs40px.text-white {
  margin-top: 40px;
}

p.fs24px.text-white {
  margin-top: 40px;
}

.play-btn:hover::after {
  border-left: 15px solid #49b5e7;
  transform: scale(20);
}

ul.tabs li:first-child {
  border-radius: 10px 0px 0px 10px !important;
  /* border-radius: 96px !important; */
}


ul.tabs li:last-child {
  border-radius: 10px 10px 0px 0px !important;
  /* border-radius: 96px !important; */
}

ul.tabs li:last-child {
  border-radius: 0px 10px 10px 0px !important;
  /* border-radius: 96px !important; */
}

.scr2 {
  background: #173A73;
  padding: 90px;
  border-radius: 25px;
}

img.bhhd {
  width: 100%;
  margin-top: 51px;
  margin-bottom: -186px;
}

ul.tabs.mt-3.wiit2 {
  width: 500px;
}

.tabCenter {
  display: flex;
  justify-content: center;
}


.activedd .amin {
  background: #FF9E2C;
}

.activedd .amin .para {
 color: #fff;
}

.activedd .amin h5.headsn {
  color: #fff;
 }
 



.heer {
  position: absolute;
  width: 2px;
  left: -38px;
  background: #2563EB;
  height: 86px;
}

img.DESkTOPP {
  /* width: 100%; */
  /* margin-top: 30px; */
  width: 717px;
  max-width: 100%;
}

img.VEcIMg {
  width: 76px;
  height: 76px;
  background: #D1FAE5;
  border-radius: 50%;
  padding: 16px 16px;
}

.jis {
  text-align: center;
}

h6.gdhf {
 font-family: 'Roboto';
  color: #0F172A;
  font-weight: 600;
  margin-top: 12px;
  font-size: 19px;
}

img.APicon {
  /* box-shadow: 12px 12px 32px rgba(13, 39, 80, 0.25), -10px -10px 15px white; */
  width: 66px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  background: #fff;
  padding: 16px 16px;
  border-radius: 12px;
}

img.Idat {
  max-width: 100%;
  width: 481px;
}

h2.smallH {
  color: #0F172A;
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 18px;
}

img.Idatd {
  max-width: 100%;
  width: 100%;
}

.DataG2 {
  background: #F1F5F9;
  padding-bottom: 0;
}

a.download-btn.HGF {
  padding: 12px 62px 12px !important;
  border-radius: 20px !important;
}

i.bi.bi-arrow-right.bdhgg {
  position: absolute !important;
  right: -121px;
}

.yELLOw {
  background: url(../fin_img/BH1.png);
}

.yELLOw {
  background: url(../fin_img/BH1.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-color: #FACC15;
}

.demoYelow {
  text-align: center;
  padding: 221px 67px;
}

h2.fs20px {
  font-weight: 500;
  line-height: 1.6;
  color: #0F172A;
 font-family: 'Roboto';
}

a.demoButton {
  padding: 14px 34px;
  color: #fff;
  /* margin-top: 20px; */
  border-radius: 8px;
  background: #EA580C;
}

.maibdH {
  margin-top: 45px;
}

h1.maH {
  margin: 0 0 10px 0;
  font-size: 60px;
  font-weight: 700;
  font-family: 'Inter' !important;
  line-height: 56px;
  color: #111827;
}

h2.nh {
  color: #374151;
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 18px;
}

.ivdd {
  background: url(../fin_img/BH3.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 130px 10px 100px 10px;
}


#hero5 {
  background: url(../fin_img/BH2.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;


  background-color: #F1F5F9;
}


img.DESkTOPP2 {
  /* width: 100%; */
  /* margin-top: 30px; */
  width: 872px;
}

img.lihy {
  position: absolute;
  top: -32px;
}

img.APicon {
  margin-left: 52px;
}

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

i.bi.bi-check2.psBGh {
  margin-right: 8px;
  font-weight: 100;
  color: #000;
}

/* .UTU {
background: url(../fin_img/vgg.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  height: 80vh;
  background-size: 100% 100%;
} */




h4.uphead {
  font-size: 20px;
 font-family: 'Roboto';
 
 text-transform: uppercase;
  color: #475569;
  font-weight: 600;
}



img.tuev {
  position: absolute;
  bottom: 0;
  width: 133px;
  width: 100%;
  left: 26px;
}
.blugr {
  background: #F1F5F9;
  font-family: 'Roboto';
  padding-bottom: 337px;
}


p.yite {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}


h6.bogFp.mt-4 {
  font-size: 24px;
 font-family: 'Roboto';
  color: #fff;
}

span.tygs {
  background: #000;
  height: 6px;
  width: 6px;
  margin: 0px 9px;
  display: inline-block;
}

span.tygs.mh {
  margin-right: 0px;
}

span.tigd {
  display: flex;
  font-size: 20px;
  margin-top: 8px;
}

.tab_container.bacKnone {
  overflow: hidden;
}

ul.tabs.mt-3.mb-5.syug {
  width: 580px;
}

.spdj {
  display: flex;
  justify-content: center;
}


p.copyright {
  color: #fff;
  margin: 0;
}

p.mb-0.list-unstyled {
  text-align: end;
}

img.img-fluid.IMgB.tufy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 485px;
}

a.mr-md-3 {
  color: #fff;
}


.footer-14398 {
  padding: 3rem 0 1px;
  background: #fff;
  color: #777;
}
.mainff {
  background: #fff;
  padding: 42px;
}
.w-100.p-4.hsyyi {
  background: #2A3675;
}

.footer-14398 .footer-site-logo {
  color: #fff;
  font-size: 26px;
  font-weight: bold;

  display: block;
}

.footer-14398 h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-14398 .links li {
  margin-bottom: 10px;
}

.footer-14398 .links li a {
  color: #798196;
}

.footer-14398 .links li a:hover {
  color: #000;
  font-weight: 700;
}

.footer-14398 .link-menu li {
  display: inline-block;
}

.footer-14398 .link-menu li a {
  color: #fff;
  display: inline-block;
  padding: 10px;
}

.footer-14398 .link-menu.nav-left li:first-child a {
  padding-left: 0;
}

.footer-14398 .link-menu.nav-right li:last-child a {
  padding-left: 0;
}

.footer-14398 .social li {
  display: inline-block;
}

.footer-14398 .social li a {
  display: inline-block;
  padding: 12px;
  color: #fff;
  justify-content: center;
  height: 40px;
  display: flex;
  align-items: center;
  width: 40px;
  border-radius: 50%;
  background: #FF9E2C;
}



.footer-14398 .line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-59391 {
  border-top: 1px solid #efefef;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 4rem 0;
}

.footer-59391 .site-logo a {
  font-size: 30px;
  color: #3e64ff;
  font-weight: 900;
}

.footer-59391 .nav-links li {
  display: inline-block;
}

.footer-59391 .nav-links li a {
  color: #777;
  padding: 10px;
}

.footer-59391 .nav-links li a:hover {
  color: #3e64ff;
}

.footer-59391 .nav-links.nav-left li:first-child {
  padding-left: 0;
}

.footer-59391 .nav-links.nav-right li:last-child {
  padding-right: 0;
}

.footer-59391 .copyright {
  border-top: 1px solid #efefef;
  padding-top: 50px;
  text-align: center;
  color: #777;
}

.footer-59391 .subscribe .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.footer-59391 .subscribe .form-group input[type="email"] {
  height: 45px;
  border: none;
  background: #e6e6e6;
}

.footer-59391 .subscribe .form-group input[type="email"]:focus,
.footer-59391 .subscribe .form-group input[type="email"]:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-59391 .subscribe .form-group input[type="email"]::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}

.footer-59391 .subscribe .form-group input[type="email"]::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}

.footer-59391 .subscribe .form-group input[type="email"]:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}

.footer-59391 .subscribe .form-group input[type="email"]:-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}

.footer-59391 .subscribe .form-group button {
  position: absolute;
  border: none;
  background: none;
  font-size: 1.5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: .5rem;
  right: .3rem;
  line-height: 0;
}

.footer-59391 .subscribe .form-group button:focus,
.footer-59391 .subscribe .form-group button:active {
  outline: none;
}

.footer-59391 .social li {
  display: inline-block;
  position: relative;
}

.footer-59391 .social li a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #e6e6e6;
  color: #333333;
}

.footer-59391 .social li a>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-59391 .social li a:hover {
  color: #3e64ff;
}

.footer-95942 {
  padding: 7rem 0;
  font-family: "Poppins", sans-serif;
}

.footer-95942 .nav-links li {
  display: block;
  margin-bottom: 10px;
}

.footer-95942 .nav-links li a {
  font-size: 14px;
  color: #777;
}

.footer-95942 .nav-links li a:hover {
  color: #4200ff;
}

.footer-95942 .social.app {
  font-size: 13px;
}

.footer-95942 .social li {
  display: inline-block;
}

.footer-95942 .social li a {
  display: inline-block;
  padding: 10px;
  color: #ccc;
}

.footer-95942 .social li a:hover {
  color: #4200ff;
}

.footer-95942 .social.nav-left li:first-child a {
  padding-left: 0px;
}

.footer-95942 .social.nav-right li:last-child a {
  padding-right: 0px;
}

.footer-95942 h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-48201 {
  padding: 7rem 0;
  background-color: #000;
  color: #777;
}

.footer-48201 .footer-site-logo {
  font-size: 1.5rem;
  color: #fff;
}

.footer-48201 .nav-links li {
  margin-bottom: 10px;
}

.footer-48201 .nav-links li a {
  color: gray;
}

.footer-48201 .nav-links li a:hover {
  color: #fff;
}

.footer-48201 .btn.btn-tertiary {
  background-color: #e42c64;
  color: #fff;
  border-radius: 30px;
  border: none;
  padding: 10px 20px;
}

.footer-48201 .social li {
  display: inline-block;
}

.footer-48201 .social li a {
  color: gray;
  padding: 7px;
}

.footer-48201 .social li a:hover {
  color: #fff;
}

.footer-48201 .copyright {
  border-top: 1px solid #404040;
}

.footer-99382 {
  padding: 7rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #777;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.footer-99382:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.footer-99382 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.footer-99382 .footer-site-logo {
  font-size: 1.5rem;
  color: #fff;
}

.footer-99382 .nav-links li {
  margin-bottom: 10px;
}

.footer-99382 .nav-links li a {
  color: #999999;
}

.footer-99382 .nav-links li a:hover {
  color: #fff;
}

.footer-99382 .btn.btn-tertiary {
  background-color: #e42c64;
  color: #fff;
  border-radius: 30px;
  border: none;
  padding: 10px 20px;
}

.footer-99382 .social li {
  display: inline-block;
}

.footer-99382 .social li a {
  color: gray;
  padding: 7px;
}

.footer-99382 .social li a:hover {
  color: #fff;
}

.footer-99382 .copyright {
  border-top: 1px solid #595959;
}

.footer-16371 {
  padding: 7rem 0;
  font-family: "Poppins", sans-serif;
}

.footer-16371 .footer-site-logo {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}

.footer-16371 .footer-site-logo a {
  color: #4200ff;
}

.footer-16371 .nav-links {
  padding: 0;
  margin: 0;
}

.footer-16371 .nav-links li {
  display: inline-block;
}

.footer-16371 .nav-links li a {
  padding: 10px;
  color: #000;
}

.footer-16371 .nav-links li a:hover {
  color: #4200ff;
}

.footer-16371 .social h3 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.footer-16371 .social ul li {
  display: inline-block;
}

.footer-16371 .social ul li a {
  display: inline-block;
  padding: 10px;
}

.footer-16371 .social ul li.in a {
  color: #df588a;
}

.footer-16371 .social ul li.tw a {
  color: #15b8ff;
}

.footer-16371 .social ul li.fb a {
  color: #3742d0;
}

.footer-16371 .social ul li.dr a {
  color: #fa38c1;
}

.footer-16371 .social ul li.pin a {
  color: #dd4d5a;
}

.footer-16371 .copyright {
  color: #999999;
}

.footer-39201 {
  padding: 7rem 0;
  color: #9d9d9d;
}

.footer-39201 .subscribe {
  position: relative;
}

.footer-39201 .subscribe .form-control {
  background-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  height: 50px;
  padding-left: 30px;
  padding-right: 130px;
  border: none;
  color: #000;
}

.footer-39201 .subscribe .form-control::-webkit-input-placeholder {
  color: #b3b3b3;
  font-style: italic;
  font-size: 14px;
}

.footer-39201 .subscribe .form-control::-moz-placeholder {
  color: #b3b3b3;
  font-style: italic;
  font-size: 14px;
}

.footer-39201 .subscribe .form-control:-ms-input-placeholder {
  color: #b3b3b3;
  font-style: italic;
  font-size: 14px;
}

.footer-39201 .subscribe .form-control:-moz-placeholder {
  color: #b3b3b3;
  font-style: italic;
  font-size: 14px;
}

.footer-39201 .subscribe .btn-submit {
  background: #614ad3;
  height: 40px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.footer-39201 h3 {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}

.footer-39201 .nav-links li {
  display: block;
  margin-bottom: 10px;
}

.footer-39201 .nav-links li a {
  color: #9d9d9d;
}

.footer-39201 .nav-links li a:hover {
  color: #614ad3;
}

.footer-39201 .social li {
  display: inline-block;
}

.footer-39201 .social li a {
  display: inline-block;
  padding: 10px;
  color: #9d9d9d;
}

.footer-39201 .social li a:hover {
  color: #614ad3;
}

img.img-fluid.foterloho {
  width: 162px;
}

.row.mt-5.mtey {
  margin-top: 92px !important;
}

i.bi.bi-arrow-right.mr-3.YGvbg {
  margin-left: 7px;
  vertical-align: middle;
}

.amin.solu:hover {
  background: #FF9E2C;
  /* color: #fff !important; */
}


.amin.solu:hover h5.headsn{
  color: white;
}
.amin.solu:hover .para{
  color: white;
}



.sliBt {
    background-color: #FF9E2C!important;
    border: 1px solid #00000057;
    padding: 5px 12px;
    border-radius: 50% !important;
    margin: 10px;
    width: 50px;
    color: #fff;
    font-size: 16px;
    height: 50px;
    font-weight: 600;
    transition: all 0.5s;
}

button.slick-disabled {
  opacity: 1;
}
button.slick-disabled {
  opacity: 1 !important;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  z-index: 1;
}

.section {
  display: flex;
  min-height: 44vh;
  position: relative;
  z-index: 2;
}
.section > * {
  width: 50%;
}
.section__img {
  position: relative;
  display: flex;
}
.section__img__inner {
  height: 50vh;
  left: 10%;
  position: sticky;
  width: 40%;
  top: 0;
  /* mix-blend-mode: multiply; */
  background-size: contain;
  background-repeat: no-repeat;
  /* background-position: 50% 50%; */
}
.section__body {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
.section__text {
  padding: 0vw;
}

.section__img__inner {
  filter: blur(30px);
  opacity: 0;
  background-position: 50% 40%;
  transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
}

.section.active .section__img__inner {
  opacity: 1;
  background-position: 50% 50%;
  filter: blur(0);
}

.cladj {
  margin-left: auto;
}

a.buttony {
 font-family: 'Roboto';
  font-size: 16px;
  border-radius: 7px;
  align-items: center;
  color: #7C3AED;
  padding: 13px 36px;
  /* min-width: 192px; */
  border: 2px solid #7C3AED;
  justify-content: center;
  display: flex;
  text-align: center;
  font-weight: 600;
}
ul.whitee li a {
  color: #fff;
}

.header-scrolled ul.whitee li a {
  color: #000 !important;
}

/* section#caseStudy {
  padding-top: 0;
} */

.apshd {
  margin: 0;
  position: absolute;
  /* top: 0; */
  bottom: 0;
  /* left: 24%; */
  -ms-transform: translate(-50%, -50%);
  transform: translate(50%, 1%);
}
img.pjdn {
  width: 100%;
}

ul.mt-4.newLi li {
  padding: 0 0 22px 30px;
  position: relative;
  color: #fff;
  font-size: 16px;
 font-family: 'Roboto';
  font-weight: 500;
}
ul.mt-4.newLi {
  list-style: none;
  margin-left: 84px;
}

.tpart {
  padding: 113px 60px;
}

section#whyfinisights {
  padding-bottom: 127px;
}
img.pjdpn {
  position: absolute;
  right: -130px;
  z-index: 2;

  width: 220px;
}
.hsh {
  position: absolute;
  background: #2A3675;
  width: 187px;
  height: 100%;
  right: -187px;
  top: 0;
  /* right: -160px; */
}

.jaj {
  background: #56585f;
  width: 100%;
  /* background-image: linear-gradient(#56585f, yellow); */
  height: 450px;
  border-radius: 8px;
}
a.tytw {
  background: #fff;
  padding: 13px 20px;
  /* margin-top: 10px; */
  color: #0B63E5;
  font-weight: 700;
  border-radius: 8px;
}


.MSq.vg {
  background: #FEEDFA;
}
.MSq.vf {
  background: #F5F6F7;
}

.para2 {
  font-size: 16px;
}

img.pjdn {
  position: absolute;
  /* right: -96px; */
  bottom: 0;

  z-index: 2;
  width: 580px;
}

label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

.info {
  margin-top: 50px;
}


.MSq {
  background: #F0F5FF;
  padding: 24px;
  border-radius: 8px;
}

h4.jhsgffg {
  font-size: 24px;
 font-family: 'Roboto';
  margin-top: 20px;
  font-weight: 500;
  color: #061C3D;
}
img.tuye {
  width: 128px;
  max-width: 100%;
}


i.bi.bi-check.vgsfH {
  position: absolute;
  font-size: 20px;
  border-radius: 50%;
  height: 28px;
  left: -4px;
  justify-content: center;
  align-items: center;
  background: #fff;
  display: flex;
  border: 2px solid;
  width: 28px;
  border-color: #0F9918;
  color: #0F9918;
  top: 1px;
}

i.bi.bi-check2.vgsfH2 {
  position: absolute;
  font-size: 20px;
  border-radius: 50%;
  height: 28px;
  left: -4px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 2px solid;
  width: 28px;
  /* color: #0F9918; */
  top: 1px;
}

.tpart {
  background: #2A3675;
  position: relative;
}



.tpart::after {
  background: #863FFF;
  position: absolute;
  height: 100%;
  width: 300px;
}



.benefits ul li i, .SectionBlack ul li i {
  position: absolute;
  font-size: 20px;
  border-radius: 50%;
  height: 28px;
  left: -4px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 2px solid;
  width: 28px;
  background: #0f99184d;
  color: #0F9918;
  top: 1px;
}

img.igg {
  width: 50px;
  max-width: 100%;
}


.brodrr {
  border-radius: 33px;
  color: #000;
  font-weight: 700;
}

h4.feuvg {
  margin-top: 11px;
}
.cons-rt {
  background-image: linear-gradient(to bottom right, #824bdac4 , #9a65ef17 );
}


h4.vggd {
  background: #FF9E2C;
  width: fit-content;
  color: #000;
  font-weight: 600;
 font-family: 'Roboto';
  font-size: 20px;
  border-radius: 30px;
  padding: 13px 21px;
}



.icon-box {
  padding: 28px 22px;
  border-radius: 8px;

  transition: all ease-in-out 0.3s;
  background: #fff;
}

.icon-box .icon {

  width: 64px;
  height: 64px;
  background: #F0F5FF;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

 .icon-box .icon i {
  color: #863FFF;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

 .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

 .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

 .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

 .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.15);
}

 .icon-box:hover .icon .i2  {
display: block;
}

.icon-box:hover .icon .i  {
  display: none;
  }
  


.icon .i2{
  display: none;
}
.icon-box:hover h4 a {
 color: #000;
}

 .icon-box:hover .icon {
 
  background: #863FFF;
}



section.one {
  position: relative;
}
section.one:after {
  content: "";
  display: block;
  clear: both;
}

.left {
  width: calc(50% - 12px);
  float: left;
  margin-right: 25px;
}
.left div {
  width: 100%;
  height: 200px;
  background: #ccd9f1;
  margin-bottom: 25px;
  border-radius: 4px;
}

.right {
  width: calc(50% - 13px);
  float: right;
}

.right-child h2 {
  font-size: 38px;
}
.right-child.posFix {
  position: fixed;
  top:96px;
}
.right-child.posAbs {
  position: absolute;
  bottom: 25px;
}

.bottom {
  width: 100%;
  height: 900px;
  background: #8698b9;
}

@media (max-width: 992px) {
  .left {
    width: 100%;
  }

  .container {
    width: 100%;
  }

  .right {
    width: 100%;
  }
  .right .right-child {
    width: 100%;
  }


  #hero h1 {
    font-size: 28px !important;
    line-height: 36px !important;
}
br{
  display: none;
}

h4 {
  font-size: 20px !important;
}

.cutc {
  display: none;
}


ul.gasg li {

  margin-top: 10px;

}
ul.gasg {
  display: block;
  padding: 0;


}


.prupleSEc {

  margin-bottom: 0;
}

button.next-btn.sliBt {

  position: unset;

}

button.prev-btn.sliBt {
position: unset;
}

button.prev-btn.sliBt.slick-disabled {
  position: unset;
}


h6.subhead {
  font-size: 18px;
  margin-top: 18px;

}

.part1 {
  background: #FF9E2C;
  height: 282px;
  border-radius: 8px;
  width: 100%;
}

.bhgh {
display: none;
}

img.w-100.IMgtab2.w1.c0 {
  width: 314px !important;
}
img.w-100.IMgtab2.w1.c0 {
  left: 53%;
}
img.w-100.IMgtab2.c1 {
  display: none;
}
img.w-100.IMgtab2.c2 {
  display: none;
}
img.w-100.IMgtab2.c3 {
  display: none;
}




#features-comp .wrapper {
  display: block;
  justify-content: space-between;
}

.part12.position-relative {
  display: none;
}
/* section#testimonials {
  padding: 0;
} */

img.img-fluid.imgL {
  width: 284px !important;
  margin-top: 44px;
}

img.gbrhf {
  position: absolute;
  width: 293px;
  right: 34px;}

.MSq {
  margin-bottom: 14px;
}

.tab_container.text-center {
  margin-top: 154px;
}
.newsleter {
  padding-top: 0;
}

.footer-14398 {
  padding:0;

}
.bgtsr .navbar a, .navbar a:focus {
  color: #000;
}
.jaj {
  margin-bottom: 14px;
}
h2.fs56px {
  font-size: 28px;
}

.apshd {
 
  transform: translate(35%, 0%);
}
ul.mt-4.newLi {
  list-style: none;
  margin-left: 0px;
}
.imgParbged {
  text-align: center;
}
img.pjdn {
  position: unset;

  width: 317px;
}


.hsh {

  display: none;

}

.tpart {
  padding: 27px 0px;
}
img.pjdpn {

  display: none;

}

.fs56px.opi {
  font-size: 20px;

}

.textart {
  padding: 10px 0px;
  margin-left: 16px;
}

ul.tabs.tbs.mt-4 {
  display: block;
}
ul.tabs li:first-child {
  border-radius: 0px !important;
  /* border-radius: 96px !important; */
}
ul.tabs li {
  /* float: left; */
  /* margin: 0; */
  margin-bottom: 10px;

}
ul.tabs li:last-child {
  border-radius: 0px!important;
  /* border-radius: 96px !important; */
}



.diYg {

  padding: 28px !important;

}

.UTU {
background: none;
height: auto;
}
.block-vertical-slider img {
  max-width: 100%;
  margin-bottom: 46px;
  width: 550px !important;
  height: -webkit-fill-available;
}
img.tuev {
  position: absolute;
  bottom: 0;
  width: 133px;
  width: 100%;
  left: 2px;
}
.blugr {
  background: #F1F5F9;
  padding-bottom: 47px;
}

.textetpt {
  margin-top: 34px;
  margin-right: 0px;
}
h4.yellow {
  font-size: 20px !important;

}
.info {
  margin-top: 0px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
}

#header.bgpurple .navbar a, .navbar a:focus {
  color: #000;
}

.bocs {

  margin-bottom: 14px;
  min-height: 449px;

}

.abso {

  right: 5px !important;
}
h1.bogF.text-white {
  font-size: 28px;
}

section#industry-focus2 {
  padding-top: 0;
}

.section-title h2 {
  font-size: 28px;

}

img.img-fluid.IMgB.tufy {
  display: none;
}
.imgBGh {
  margin-top: 30px;
}
.Iconpart {
  padding: 10px 0px;
  text-align: center;
}
.d-flex.Oph {
  display: block !important;
}
h1.fs56px.text-white {
  font-size: 28px;
}

.prulesec {

  padding: 17px;

}
h2.text-white {
  font-size: 28px;
}

img.wnjd {

  position: unset;
  transform: none;
}

img.IkgF {
  width: -webkit-fill-available;
}
h1.fs72px.text-white {
  font-size: 28px;
}
h1.fs72px.text-white {
  font-size: 28px !important; 
}
p.fs24px.text-white {
    font-size: 16px;
    margin-top: 11px !important;
}
h1.fs40px.text-white {
  font-size: 24px;
}
h1.fs40px.text-white {
  margin-top: 16px;
}

.prupleSEc {

  height: 385px;

}

.textpart {
  margin-top: 25px;
}

#hero {
 
  padding: 0 0px 0;
}


.si {

  padding: 14px 12px 10px 11px;

}
.mbnet{
  padding: 0;
}


.main-banner .caption h2 {

  font-size: 28px !important;

}

h5.text-white {
  font-size: 16px;
}
#bg-video {
  min-height: 45vh !important;
  max-height: 45vh !important;

}


.maisnrg {

  height: 608px;
  padding: 25px 17px;

}

h6.bogFp.mt-4.text-black {
  font-size: 16px;
}
h1.bogF.text-black {
  font-size: 28px;
}
h4.vggd {
  font-size: 16px !important;
}

.mainff {

  padding: 0px;
}

.monument {

  padding-top: 0;
}

}


a.text-black.bhg:hover {
  color: rgb(255, 158, 44) !important;
}

/* mobileView ***********************/






.wrapper {
  display: block;
  justify-content: space-between;
}

.main,
.sidebar {
  border: 3px solid black;
  padding: 15px;
  background-color: #fff;
}

.main {
  width: 60%;
  height: 150vh;
}

.sidebar {
  width: 25%;
  height: 25vh;
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.dropdown-menu.megamenu.show {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
}



header {
	display: block;
	text-align: center;
	background-color: blue;
	padding: 40px;
}




.gyst.left-sidebar {
	float: left;
	width: 430px;
	margin-right: 10px;
	text-align: center;
}

.gyst.row {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
}



.gyst.main-content {
}

.gyst.fullwidth {
	float: left;
	clear: both;
	margin-bottom: 40px;
	width: 100%;
	padding: 40px;
	text-align: center;
	height: 300px;
	background-color: blue;
}

.gyst.fullwidth.two {
	margin-bottom: 0;
	margin-top: 40px;
}






.block-vertical-slider {
  position: relative
}

.block-vertical-slider h2 {
  font-family: Gustavo;
  font-size: 38px;
  line-height: 46px;
  color: #101820
}

@media (max-width: 767.98px) {
  .block-vertical-slider h2 {
      text-align:center
  }
}

.block-vertical-slider .slider-content {
  opacity: .6;
  transition: all .2s ease-in
}

@media (max-width: 991.98px) {
  .block-vertical-slider .slider-content {
      opacity:1!important
  }
}

.block-vertical-slider .slider-content.active {
  opacity: 1
}

.block-vertical-slider .slider-content h3 {
  font-family: Gustavo;
  font-size: 32px;
  line-height: 33px;
  color: #101820;
  letter-spacing: 1
}

.block-vertical-slider .slider-content p {
  font-family: Object Sans,sans-serif;
  font-size: 18px;
  color: #101820;
  line-height: 28px
}

.block-vertical-slider #scrollspy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .2s ease-in
}

@media (max-width: 767.98px) {
  .block-vertical-slider #scrollspy {
      margin:0 10px 0 -20px!important;
      padding: 0 10px
  }

  .block-vertical-slider #scrollspy .list-group-item {
      min-height: 92px!important
  }
}

.block-vertical-slider #scrollspy .list-group-item {
  width: 8px;
  background-color: #d0d3d4;
  border-radius: 0;
  padding: 0;
  height: 100%;
  max-height: 92px;
  margin-bottom: 12px
}

.block-vertical-slider #scrollspy .list-group-item.active {
  background-color: #ff8200
}

@media (min-width: 768px) {
  .block-vertical-slider .slider-content {
      display:-ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 150px;
      padding-bottom: 150px;
      min-height: 300px
  }

  .block-vertical-slider .slider-image {
      position: sticky;
      top: 200px;
      transition: all .2s ease-in
  }

  .block-vertical-slider .slider-image .slider-image--wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: left;
      overflow: hidden
  }

  .block-vertical-slider .slider-image .slider-image--wrapper:first-child {
      opacity: 1!important
  }

  .block-vertical-slider .slider-image .slider-image--wrapper:not(:first-child) {
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #fff
  }

  .block-vertical-slider .slider-image .slider-image--wrapper {
      transition: all .2s ease-in
  }
}

.block-vertical-tabber h2,.block-vertical-tabber p {
  color: #101820
}

.block-vertical-tabber h3 {
  font-weight: Bold;
  font-size: 14px;
  color: #009cde;
  text-transform: uppercase
}

.block-vertical-tabber a[href^="mailto:"] {
  color: #000
}

.block-vertical-tabber .tab {
  position: relative;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #999;
  font-weight: Bold;
  font-size: 22px;
  color: #ff8200;
  text-align: left
}

.block-vertical-tabber .tab:after {
  content: "";
  display: block;
  background: url(../images/icons/caret-orange.svg) 50% no-repeat;
  width: 12px;
  height: 12px;
  margin-left: .75rem;
  position: absolute;
  top: calc(50% - 6px);
  right: 0
}

.block-vertical-tabber .tab.collapsed {
  color: #101820
}

.block-vertical-tabber .tab.collapsed:after {
  background: url(../images/icons/caret.svg) 50% no-repeat
}

.block-quad .quad {
  border-top: 2px solid #e8e8e8
}

@media (max-width: 767.98px) {
  .block-quad .quads-image {
      -ms-flex-order:1;
      order: 1
  }
}

@media (max-width: 991.98px) {
  .block-case-slider .block-forms form input[type=submit],.block-case-slider .btn,.block-case-slider .primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link,.block-case-slider .search-form .search-submit,.block-case-slider .single-resource-post-content form input[type=submit],.block-forms form .block-case-slider input[type=submit],.primary-nav #mega-menu-wrap-primary_navigation .block-case-slider #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link,.search-form .block-case-slider .search-submit,.single-resource-post-content form .block-case-slider input[type=submit] {
      margin-bottom:30px
  }
}

.block-case-slider .case-studies-slider .owl-item,.block-case-slider .case-studies-slider .owl-stage {
  display: -ms-flexbox;
  display: flex
}

.block-case-slider .case-studies-slider .owl-item .slide {
  width: 100%
}

@media (max-width: 767.98px) {
  .block-case-slider .case-studies-slider .owl-item .slide {
      width:calc(100vw - 30px)!important
  }
}

.block-case-slider .case-studies-slider .owl-item .image {
  min-height: 125px
}

.block-case-slider .case-studies-slider .owl-item img {
  max-width: 75%;
  margin: 0 auto
}

.block-case-slider .case-studies-slider .owl-item p {
  line-height: 30px;
  margin-top: 24px;
  font-size: 24px;
  margin-bottom: 50px
}

.block-case-slider .owl-dots {
  text-align: center
}

@media (min-width: 768px) {
  .block-case-slider .owl-dots {
      text-align:right
  }
}

.block-case-slider .owl-dots .owl-dot span {
  width: 10px!important;
  height: 10px!important;
  border-radius: 5px!important
}

@media (max-width: 991.98px) {
  .block-case-slider .owl-dots .owl-dot span {
      width:20px!important;
      height: 20px!important;
      border-radius: 15px!important;
      margin-right: 10px
  }
}

.block-solutions-accordion {
  overflow: hidden
}

.block-solutions-accordion .block-inner.contained {
  padding: 0
}

@media (min-width: 992px) {
  .block-solutions-accordion .block-inner.contained .accordion {
      -ms-flex-direction:row;
      flex-direction: row
  }
}

.block-solutions-accordion .block-inner.contained .col,.block-solutions-accordion .block-inner.contained .footer-simple-menu>li {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

@media (min-width: 992px) {
  .block-solutions-accordion .block-inner.contained .col,.block-solutions-accordion .block-inner.contained .footer-simple-menu>li {
      padding-top:4.375rem;
      padding-bottom: 4.375rem
  }
}

@media (min-width: 992px) {
  .block-solutions-accordion .col.background,.block-solutions-accordion .footer-simple-menu>li.background {
      background-color:#003865;
      position: relative
  }

  .block-solutions-accordion .col.background:before,.block-solutions-accordion .footer-simple-menu>li.background:before {
      content: "";
      display: block;
      background: url(../images/stack-blue.svg) 0 0 no-repeat;
      background-size: 100% auto;
      width: 688px;
      height: 400px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0
  }

  .block-solutions-accordion .col.background:after,.block-solutions-accordion .footer-simple-menu>li.background:after {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      left: 100%;
      top: 0;
      background-color: #003865;
      position: absolute
  }

  .block-solutions-accordion .col.background .solutions-accordion--image-wrapper,.block-solutions-accordion .footer-simple-menu>li.background .solutions-accordion--image-wrapper {
      padding: 125px 0 0 30px;
      position: relative;
      z-index: 1;
      background: transparent
  }

  .block-solutions-accordion .col.background .solutions-accordion--image-wrapper:not(:first-child),.block-solutions-accordion .footer-simple-menu>li.background .solutions-accordion--image-wrapper:not(:first-child) {
      background: transparent;
      top: 2.5rem
  }
}

@media (min-width: 992px) and (min-width:992px) {
  .block-solutions-accordion .col.background .solutions-accordion--image-wrapper:not(:first-child),.block-solutions-accordion .footer-simple-menu>li.background .solutions-accordion--image-wrapper:not(:first-child) {
      top:4.375rem
  }
}

.block-solutions-accordion .solutions-accordion--images .solutions-accordion--image-wrapper {
  transition: all .2s ease-in
}

.block-solutions-accordion .solutions-accordion--images .solutions-accordion--image-wrapper:first-child {
  opacity: 1
}

.block-solutions-accordion .solutions-accordion--images .solutions-accordion--image-wrapper:not(:first-child) {
  position: absolute;
  opacity: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 15px);
  background-color: #fff
}

.block-solutions-accordion .collapse p {
  margin-bottom: 15px
}

.block-solutions-accordion .accordion-wrapper h6 {
  color: #999fa3
}

.block-solutions-accordion .accordion-wrapper .tab:focus {
  outline: none
}

.block-solutions-accordion .accordion-wrapper .logo {
  max-height: 25px;
  width: auto;
  margin-bottom: 20px;
  display: block;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.block-solutions-accordion .bottom-section {
  border-top: 1px solid #999
}

.block-solutions-accordion .tab {
  border: none;
  border-top: 2px solid #1d9add;
  position: relative;
  background-color: transparent;
  font-weight: Bold;
  font-size: 24px;
  color: #101820;
  text-align: left
}

.block-solutions-accordion .tab.collapsed {
  border-top: 1px solid #999
}

.block-solutions-accordion .tab:after {
  content: "";
  display: block;
  background: url(../images/icons/caret.svg) 50% no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-left: .75rem;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  transform: rotate(90deg);
  transition: all .2s ease-in
}

.block-solutions-accordion .tab.collapsed:after {
  transform: rotate(270deg)
}

.block-call-out .block-inner {
  position: relative;
  min-height: 100vw;
  padding: 30vw 0 25vw
}

.block-call-out .block-inner h2 {
  font-size: 2rem
}

@media (max-width: 991.98px) {
  .block-call-out .block-inner {
      min-height:212vw
  }
}

.block-call-out .callout-content {
  position: sticky;
  top: 200px
}

.block-promo-cta .card {
  height: 100%
}

.block-promo-cta .promo-image {
  margin-bottom: -42px;
  -ms-flex-item-align: end;
  align-self: flex-end
}

@media (min-width: 768px) {
  .block-column-cards h2 {
      margin-bottom:70px
  }
}

.block-column-cards .preheat {
  color: #999fa3
}

.block-column-cards .card-body {
  padding: 50px 1.25rem
}

.block-column-cards .card-body h2 {
  margin-bottom: 25px
}

.block-columns-w-icons .icon-column {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start
}

.block-columns-w-icons .icon-column .icon-size-small {
  max-width: 60px
}

.block-columns-w-icons .icon-column.wide-padding {
  padding-left: 50px;
  padding-right: 50px
}

.block-columns-w-icons .icon-column.blue {
  background-color: #003865
}

.block-columns-w-icons .icon-column.light-blue {
  background-color: #257db4
}

.block-columns-w-icons .icon-column.orange {
  background-color: #e35205
}

.block-columns-w-icons .icon-column.green {
  background-color: #519735
}

.block-columns-w-icons .icon-column.plum {
  background-color: #490f3f
}

.block-columns-w-icons .icon-column.pink {
  background-color: #c40075
}

.block-columns-w-icons .icon-column.white {
  background-color: #fff
}

.block-resources .post-card a:not(.btn):after {
  display: none
}

.block-resources .post-card:focus a,.block-resources .post-card:hover a {
  background-color: transparent!important;
  color: #009cde!important;
  padding-left: 0!important
}

.block-resources .post-card:focus h2 a,.block-resources .post-card:hover h2 a {
  color: initial!important
}

.block-resources .post-card .primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link:focus,.block-resources .post-card .primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link:hover,.block-resources .post-card .search-form a.search-submit:focus,.block-resources .post-card .search-form a.search-submit:hover,.block-resources .post-card a.btn:focus,.block-resources .post-card a.btn:hover,.primary-nav #mega-menu-wrap-primary_navigation .block-resources .post-card #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link:focus,.primary-nav #mega-menu-wrap-primary_navigation .block-resources .post-card #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link:hover,.search-form .block-resources .post-card a.search-submit:focus,.search-form .block-resources .post-card a.search-submit:hover {
  background-color: transparent;
  color: #009cde;
  padding-left: 0
}

.block-text-bullet-columns .alignment-bc {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

@media (min-width: 768px) {
  .block-text-bullet-columns .alignment-bc {
      -ms-flex-direction:row-reverse;
      flex-direction: row-reverse
  }
}

.block-counting-stats .block-inner {
  background: #009cde url(../images/larger-stat-arrow.svg) no-repeat 0 100%;
  background-size: 300px auto;
  padding: 0;
  margin: 4.375rem 0
}

.block-counting-stats .block-inner.disable {
  background-image: none
}

.block-counting-stats .container {
  color: #fff
}

.block-counting-stats .container .col:nth-child(2),.block-counting-stats .container .footer-simple-menu>li:nth-child(2) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 20px 15px 0;
  padding-bottom: 20px
}

@media (min-width: 768px) {
  .block-counting-stats .container .col:nth-child(2),.block-counting-stats .container .footer-simple-menu>li:nth-child(2) {
      border:none;
      margin: 0;
      padding-bottom: 0
  }
}

@media (min-width: 1200px) {
  .block-counting-stats .container .col:nth-child(2),.block-counting-stats .container .footer-simple-menu>li:nth-child(2) {
      border-left:1px solid #fff;
      border-right: 1px solid #fff
  }
}

.block-counting-stats .container * {
  color: #fff
}

.block-counting-stats .container span {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900
}

.block-counting-stats .container h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: Object Sans;
  margin-bottom: 0;
  margin-top: 20px
}

.block-counting-stats .container p {
  font-size: .75rem
}

.block-testimonial-slider .logo-card .card *,.block-testimonial-slider .page-header *,.block-testimonial-slider .text-light *,.logo-card .block-testimonial-slider .card * {
  color: #fff
}

.block-testimonial-slider .slide .alignment-right {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

@media (min-width: 768px) {
  .block-testimonial-slider .slide .alignment-right {
      -ms-flex-direction:row-reverse;
      flex-direction: row-reverse
  }
}

.block-testimonial-slider .owl-carousel .owl-item img {
  width: auto
}

.block-forms form input[type=submit],.btn,.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link,.search-form .search-submit,.single-resource-post-content form input[type=submit] {
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: .75rem 25px
}

.block-forms form input:not([class*=btn-outline])[type=submit],.btn:not([class*=btn-outline]),.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link:not([class*=btn-outline]),.search-form .search-submit:not([class*=btn-outline]),.single-resource-post-content form input:not([class*=btn-outline])[type=submit] {
  border: none
}

.btn-extra {
  margin: 0 0 50px!important
}

@media (min-width: 768px) {
  .btn-extra {
      margin:-100px 0 50px!important
  }
}

.btn-outline-light {
  color: #fff!important
}

.btn-outline-light:focus,.btn-outline-light:hover {
  color: #101820!important
}

.btn-light {
  color: #ff8200
}

[class*=btn-outline] {
  border-width: 2px
}

[class*=btn-outline]:hover {
  color: #fff
}

.block-forms form input[type=submit],.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link,.single-resource-post-content form input[type=submit],a.btn-primary,input.btn-primary {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background-color: #ff8200;
  border: 2px solid #ff8200;
  padding: .75rem 25px;
  padding-top: calc(.75rem + 4px);
  text-transform: uppercase
}

@media (max-width: 767.98px) {
  .block-forms form input[type=submit],.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link,.single-resource-post-content form input[type=submit],a.btn-primary,input.btn-primary {
      width:100%
  }
}

.block-forms form input:focus[type=submit],.block-forms form input:hover[type=submit],.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link:focus,.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link:hover,.single-resource-post-content form input:focus[type=submit],.single-resource-post-content form input:hover[type=submit],a.btn-primary:focus,a.btn-primary:hover,input.btn-primary:focus,input.btn-primary:hover {
  color: #fff;
  background-color: #e35205
}

.block-forms form input.btn-outline[type=submit],.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.btn-outline.mega-menu-link,.single-resource-post-content form input.btn-outline[type=submit],a.btn-primary.btn-outline,input.btn-primary.btn-outline {
  color: #101820;
  border-color: #101820;
  background-color: hsla(0,0%,100%,0)
}

.block-forms form input.btn-outline:focus[type=submit],.block-forms form input.btn-outline:hover[type=submit],.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.btn-outline.mega-menu-link:focus,.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.btn-outline.mega-menu-link:hover,.single-resource-post-content form input.btn-outline:focus[type=submit],.single-resource-post-content form input.btn-outline:hover[type=submit],a.btn-primary.btn-outline:focus,a.btn-primary.btn-outline:hover,input.btn-primary.btn-outline:focus,input.btn-primary.btn-outline:hover {
  background-color: #101820;
  color: #fff
}

.block-forms form input.btn-outline-dark[type=submit],.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.btn-outline-dark.mega-menu-link,.single-resource-post-content form input.btn-outline-dark[type=submit],a.btn-primary.btn-outline-dark,input.btn-primary.btn-outline-dark {
  background-color: transparent;
  border-color: #101820;
  color: #101820;
  transition: all .3s ease
}

.block-forms form input.btn-outline-dark:hover[type=submit],.primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.btn-outline-dark.mega-menu-link:hover,.single-resource-post-content form input.btn-outline-dark:hover[type=submit],a.btn-primary.btn-outline-dark:hover,input.btn-primary.btn-outline-dark:hover {
  background-color: #101820;
  border-color: #101820;
  color: #fff
}

.btn-outline-dark:hover {
  background-color: #101820;
  border-color: #101820
}

.btn-arrow,.btn-download,.btn-play {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700
}

.btn-arrow.btn-link,.btn-download.btn-link,.btn-play.btn-link {
  padding-left: 0
}




/* .diYg {
  background-color: #863FFF;
  width: 100%;
  opacity: 75%;
  border-radius: 8px;
  height: 100%;
  background-image: url(../fin_img/bgr.png);
} */

.diYg {
  background-image: url(../fin_img/bgr.png);
  position: relative;
  z-index: 2;
  /* height: 267px; */
  /* display: flex; */
  /* justify-content: end; */
  padding: 62px;
  border-radius: 30px;
  background-size: cover, contain;
  background-position: center, top;
  background-repeat: no-repeat, no-repeat;
}

.diYg::before {
  background-color: #863FFF;
  content: '';
  display: block;
  opacity: 66%;
  height: 100%;
  top: 0;
  padding: 44px;
  z-index: 1;
  left: 0;
  border-radius: 30px;
  position: absolute;
  width: 100%;
}

h4.head1 {
  font-size: 48px;
 font-family: 'Roboto';

  z-index: 9999;
  font-weight: 700;
  position: relative;
  z-index: 2;
  /* pointer-events: visiblepainted; */
  opacity: 100%;
}


.bgGrar {
  padding-top: 0px;
}





.block-vertical-slider {
  position: relative
}

.block-vertical-slider h2 {
  font-family: Gustavo;
  font-size: 38px;
  line-height: 46px;
  color: #101820
}

@media (max-width: 767.98px) {
  .block-vertical-slider h2 {
      text-align:center
  }
}

.block-vertical-slider .slider-content {
  opacity: .6;
  transition: all .2s ease-in
}

@media (max-width: 991.98px) {
  .block-vertical-slider .slider-content {
      opacity:1!important
  }
}

.block-vertical-slider .slider-content.active {
  opacity: 1
}

.block-vertical-slider .slider-content h3 {
  font-family: Gustavo;
  font-size: 32px;
  line-height: 33px;
  color: #101820;
  letter-spacing: 1
}

.block-vertical-slider .slider-content p {
  font-family: Object Sans,sans-serif;
  font-size: 18px;
  color: #101820;
  line-height: 28px
}

.block-vertical-slider #scrollspy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .2s ease-in
}

@media (max-width: 767.98px) {
  .block-vertical-slider #scrollspy {
      margin:0 10px 0 -20px!important;
      padding: 0 10px
  }

  .block-vertical-slider #scrollspy .list-group-item {
      min-height: 92px!important
  }
}

.block-vertical-slider #scrollspy .list-group-item {
  width: 8px;
  background-color: #d0d3d4;
  border-radius: 0;
  padding: 0;
  height: 100%;
  max-height: 92px;
  margin-bottom: 12px
}

.block-vertical-slider #scrollspy .list-group-item.active {
  background-color: #ff8200
}

@media (min-width: 768px) {
  .block-vertical-slider .slider-content {
      display:-ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 0px;
      padding-bottom: 150px;
      min-height: 300px
  }

  .block-vertical-slider .slider-image {
      position: sticky;
      top: 200px;
      transition: all .2s ease-in
  }

  .block-vertical-slider .slider-image .slider-image--wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: left;
      overflow: hidden
  }

  .block-vertical-slider .slider-image .slider-image--wrapper:first-child {
      opacity: 1!important
  }

  .block-vertical-slider .slider-image .slider-image--wrapper:not(:first-child) {
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #fff
  }

  .block-vertical-slider .slider-image .slider-image--wrapper {
      transition: all .2s ease-in
  }
}


.block-vertical-slider img {
  max-width: 100%;
  width: 550px !important;
  height: -webkit-fill-available;
}

a.btn.btn-link.btn-arrow.mt-3.text-left {
  text-align: left;
}



.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90vh;

}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  opacity: 50%;
  left: 0;
  background-color: #863FFF;
  /* background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%); */
  background-size: 3px 3px;
  z-index: 2;
}
.headingMainBg {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 64px;
  max-width: 460px;
  width: 100%;
  height: 17px;
}

.fixed-top.header-transparent.box-shadwo {
  box-shadow: none !important;
}









.VGVV {
  width: 100%;
  max-width: 750px;
  /* height: 1000px; */
  /* height: 68vh; */
  object-fit: revert;
  background-repeat: no-repeat;
}

/* .VGVV {
  -webkit-mask-image: url(https://tecnologia.vamtam.com/wp-content/uploads/2023/03/mask.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
} */


h1.elementor-heading-title.elementor-size-default {
  font-size:48px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
color: #000;
  letter-spacing: -1px;
  word-spacing: 0;
}


.block-vertical-slider #scrollspy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .2s ease-in
}

@media (max-width:767.98px) {
  .block-vertical-slider #scrollspy {
      margin: 0 10px 0 -20px !important;
      padding: 0 10px
  }

  .block-vertical-slider #scrollspy .list-group-item {
      min-height: 92px !important
  }
}

.block-vertical-slider #scrollspy .list-group-item {
  width: 8px;
  background-color: #ff9e2c63;
  border-radius: 0;
  padding: 0;
  height: 100%;
  border:none;
  max-height: 92px;
  margin-bottom: 12px
}

.block-vertical-slider #scrollspy .list-group-item.active {
  background-color: #FF9E2C;
}
@media only screen and (max-width:992px) {
  .home-header h1 {
      font-size: 40px !important;
      line-height: 48px !important
  }

  .header-buttons .primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link,
  .header-buttons a.btn-primary,
  .primary-nav #mega-menu-wrap-primary_navigation .header-buttons #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link {
      width: 50%
  }

  .header-buttons {
      margin-top: 30px
  }

  .block-vertical-slider #scrollspy {
      display: none !important
  }

  .global-footer-cta h2 {
      text-align: center !important
  }

  .block-full-bleed-image-50 .bg-container {
      margin-bottom: 50px
  }

  .home-featured-content {
      padding: 0 50px
  }

  .case-studies-slider .slide div,
  .case-studies-slider .slide div .primary-nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link,
  .case-studies-slider .slide div .search-form a.search-submit,
  .case-studies-slider .slide div a.btn,
  .primary-nav #mega-menu-wrap-primary_navigation .case-studies-slider .slide div #mega-menu-primary_navigation>li.mega-menu-item.nav-btn>a.mega-menu-link,
  .search-form .case-studies-slider .slide div a.search-submit {
      padding: 20px !important
  }
}

.block-vertical-slider #scrollspy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .2s ease-in
}

creen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}












.main-banner {
  position: relative;
}

#bg-video {
  min-width: 100%;
  min-height: 70vh;
  max-width: 100%;
  max-height: 60vh;
  object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;

  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 56px;

  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}




#target-1 {

 
  display:none;
}




.hide
{
  display:none;
}

/*  added this - not working  */

.hide-1-yes
{
  display:none;
}

.hide-2-yes
{
  display:none;
}

.VRW {
  background: #863FFF;
}


i.bi.bi-chevron-down.mr-3 {
  margin-left: 8px;
}

button.show-1-yes.download-btn.btn3.bnt4 {
  background: #FCD34D;
  color: #000;
  border-radius: 30px;
  font-weight: 800;
  border: none;
}

button.hide-1-yes.download-btn.btn3.bnt4 {
  background: #FCD34D;
  color: #000;
  border-radius: 30px;
  font-weight: 800;
  border: none;
}

.features.light-brown {
  /* background-color: #faf8f5; */
}
.features h2.section-title {
  color: #333333;
  font-size: 22px;
  margin: 0;
  text-align: center;
}
.features .v-tabs .v-tab-head a, .features .v-tabs a.v-tab-head {
  color: #292929;
  cursor: pointer;
  display: block;
  padding: 15px 30px 15px 15px;
  border-right: 3px solid #E7EAEF;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
 font-family: 'Roboto';
  text-align: right;
  /* font: 20px "Raleway", "franklin-gothic-urw", "Helvectica Neue", helvetica, clean, sans-serif; */
}
.features .v-tabs .v-tab-head a.active, .features .v-tabs .v-tab-head a:hover,
.features .v-tabs a.v-tab-head.active,
.features .v-tabs a.v-tab-head:hover {
  font-weight: bold;
  color: #001D6C;
  /* border-bottom: 2px solid #001D6C ; */
  text-decoration: none;
}
.features .v-tabs .v-tab-head a {
  position: relative;
  display: block;
}
.features .v-tabs .v-tab-head a.active::after, .features .v-tabs .v-tab-head a.active::before {
  content: "";
  border-style: solid;
  border-width: 4px;
  position: absolute;
  right: 0;
  border-radius: 26px 0px 0px 26px;
  height: 36px;
  width: 3px;
  top: 15px;


}
.features .v-tabs .v-tab-head a.active::before {
  border-color: #E7EAEF transparent transparent;
}
.features .v-tabs .v-tab-head a.active::after {
  margin-right: -1px;
  /* border-color: #fff transparent transparent; */
  width: 2px;
  color: #E7EAEF;
}
.features .v-tabs a.v-tab-head {
  border: none;
  padding: 15px 0;
  text-align: left;
  position: relative;
}
.features .v-tabs a.v-tab-head:after {
  color: #e2dcd6;
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.features .v-tabs a.v-tab-head.active::after {
  color: #3c6;
  content: "";
}
.features .v-tabs .v-tab-pane {
  padding: 0 15px;
}
.features .v-tabs .v-tab-pane ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.features .v-tabs .v-tab-pane ul li {
  border-bottom: 1px solid #e2dcd6;
  color: #292929;
  font-size: 16px;
  padding: 15px 0;
}
.features .v-tabs .v-tab-pane ul li i {
  color: #4c81b6;
  cursor: pointer;
  font-size: 14px;
}
.features .v-tabs .v-tab-pane .in {
  border-top: none;
  padding-top: 0;
}
.features .v-tabs .v-tab-pane .popover {
  border: 1px solid #014d7e !important;
  border-radius: 0;
  width: auto;
  margin: 10px 0 0 0;
  max-width: 276px;
  left: auto;
  box-shadow: none;
}
.features .v-tabs .v-tab-pane .popover.bottom .arrow {
  border-bottom-color: #014d7e;
}
.features .v-tabs .v-tab-pane .popover .popover-content {
  font-size: 14px;
  padding: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .features.light-brown {
    border-top: 0 none;
  }
  .features h2.section-title {
    font-size: 32px;
  }
  .features .v-tabs .v-tab-pane .in {
    border-top: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
  }
  .features .popover {
    margin: 10px 5% 0;
    max-width: none;
    width: 90%;
  }
}

.vrg {
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  margin-bottom: 10px;
}
h4.tyet {
  font-size: 21px;
  font-weight: 700;
  margin-left: 10px;
 font-family: 'Roboto';
  color: #111827;
}
.nyh {
  color: #FF9E2C;
 font-family: 'Roboto';
  font-weight: 700;
  font-size: 22px;
}
.fd.d-flex {
  align-items: baseline;
}
img.vs1 {
  max-width: 100%;
  width: 557px;
}
.vrg2 {
  text-align: end;
}

.dflex {
  display: flex;
}

.download-btn.btn3.bnt4 {
  border-radius: 20px;
  color: #78350F;
  font-weight: 600;
}


/* a.v-tab-link.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
} */

p.para.text-black.text-center.fw-700 {
    font-weight: 500;
}

/* .tve {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 800;
  color: #1D2B4F;
}  */


.tve {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Roboto';
  color: #111827;
}
.dflex {
  display: flex;
  align-items: center;
}

img.tywt {
  width: 50px;
  border-radius: 50%;
  padding: 10px;
  overflow: unset;
  background: #E6E6E6;
}

.teve {
  height: 38px;
  width: 4px;
  background: #E6E6E6;
  position: absolute;
  top: 5px;
  right: -10px;
}
.piuei {
  padding-top: 30px;
  /* padding: 28px; */
  padding-right: 0px;
  width: 250px;
  position: relative;
}

.teve2 {
  height: 33px;
  width: 3px;
  background: #E6E6E6;
  position: unset;
  top: 5px;
  right: -10px;
}

.abgd {
  position: absolute;
  bottom: 29px;
  left: 28px;
}

h4.head1.text-new {
  color: #DEE0FF !important;
}

h5.subline.text-new {
  font-size: 24px;
  color: #DEE0FF !important;
}

h5.subline.text-white {
  text-align: center;
  font-size: 24px;
 font-family: 'Roboto';
  font-weight: 700;
}

h5.subline {
  font-size: 24px;
  font-family: 'Roboto';
  font-weight: 600;
  color: #111827;
}

section#industry-focus2 {
  background-image: linear-gradient(180deg,#AFC6E6 0%,#E9E6EF 100%);
}






img.rld {

  width: 100%;

  max-width: 763px;

  object-fit: contain;
  margin-top: 29px;
  object-position: center;

}






/* img.rld {

  width: 100%;

  background-size: inherit;
  max-width: 710px;

  object-fit: contain;
  object-position: center;
  
} */


/* img.rld {
  -webkit-mask-image: url(https://tecnologia.vamtam.com/wp-content/uploads/2023/03/mask.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom right;
} */

/* 
img.rld {
  -webkit-mask-image: url(https://tecnologia.vamtam.com/wp-content/uploads/2023/03/mask.png);
  -webkit-mask-size: cover;

} */


.rfld {
  text-align: end;
}

.trwvg {
  position: absolute;
  z-index: 3;
  width: auto;
  top: 38px;
}

h1.elementor-heading-title.elementor-size-default {
  font-family: inter tight,Sans-serif;
  font-size: clamp(3rem,4.5rem,5vw);
  /* font-weight: 600; */
  text-transform: none;
  text-align: left;
  font-style: normal;
  width: var(--container-widget-width,50% );
  /* max-width: 50%; */
  --container-widget-width: 50%;
  --container-widget-flex-grow: 0;
  z-index: 5;
  line-height: 1em;
  letter-spacing: -1px;
  word-spacing: 0;
}

.h2g {
  margin: 0%;
  text-align: left;
  padding: 0% 56% 0% 0%;
}

h2.fgt.text-black.h2g {
  font-weight: 500 !important;
  color: #1D2B4F !important;
  line-height: 48px;
  width: 1318px;
}
.elementor-divider {
  padding-top: 35px;
  display: flex;
  padding-bottom: 0px;
}

span.elementor-divider-separator {
  border-top: 1px solid #00000033;
  width: 100%;
  /* height: 12px; */
  /* padding: 11px; */
}

.epd {
  padding-top: 15px;
  padding-bottom: 15px;
}
img.wii100 {
  width: 100%;
}

h6.bogFp.mt-4.text-black.mb-5.geyU {
  font-size: 16px;
  line-height: 28px;
}


.UTU {
  position: relative;
}


.frs {
  background: #2A3675;
}

img.tutg {
  position: absolute;
  left: 222px;
  z-index: -1;
  width: 548px;
  top: -60px;
}
img.wii100 {
  position: absolute;
  left: 153px;
  width: 100%;
  top: -51px;
}

.UTU {
  position: relative;
  padding-bottom: 240px;
}

h1.bogF.text-black.hii {
  font-size: 70px;
}

h6.bogFp.mt-4.text-black {
  font-size: 32px;
  line-height: 48px;
  font-family: 'Roboto';
  font-weight: 500;
}

a.getstarted.scrollto.mainbutton1.brodrr {
  color: #78350F;
}

img.vuegge {
  position: absolute;
  /* max-width: 100%; */
  right: 0;
  width: 100%;
  /* width: 1381px; */
  top: 56px;
}

.ls60 {
  line-height: 63px;
}

.rgs {
  background: #2A3675;
  padding: 149px;
}

img.RYVg {
  position: absolute;
  right: 81px;
  top: 62px;
  width: 226px;
}

a.RDmore {
  color: #798196;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 500;
  /* position: absolute; */
  /* bottom: 0; */
}

 .blogs .member {
  margin-bottom: 22px;
}







/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
/* .blog .blog-details {

  padding: 50px;
} */



.blog .blog-details .title {
  font-size: 32px;
  font-weight: 700;
  padding: 0;
  /* margin: 20px 0 0 0; */
  color: #0F172A;
  /* color: var(--color-secondary); */
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(27, 47, 69, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(86, 184, 230, 0.8);
}

.blog .blog-details .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(27, 47, 69, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #38618e;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(27, 47, 69, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(27, 47, 69, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebarB .sidebarB-title {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebarB .sidebarB-item+.sidebarB-item {
  margin-top: 40px;
}

.blog .sidebarB .search-form form {
  background: #fff;
  border: 1px solid rgba(27, 47, 69, 0.2);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebarB .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebarB .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebarB .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebarB .search-form form button i {
  line-height: 0;
}

.blog .sidebarB .search-form form button:hover {
  background: rgba(86, 184, 230, 0.8);
}

.blog .sidebarB .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebarB .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebarB .categories ul a {
  color: var(--color-secondary);
  font-size: 15px;
}

.blog .sidebarB .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebarB .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--color-default-rgb), 0.4);
  font-size: 14px;
}

.blog .sidebarB .recent-posts .post-item {
  display: flex;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.blog .sidebarB .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebarB .recent-posts img {
  width: 80px;
  margin-right: 15px;
}

.blog .sidebarB .recent-posts h4 {
  font-size: 18px;
  font-weight: 400;
}

.blog .sidebarB .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebarB .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebarB .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--color-default-rgb), 0.4);
}

.blog .sidebarB .tags {
  margin-bottom: -10px;
}

.blog .sidebarB .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebarB .tags ul li {
  display: inline-block;
}

.blog .sidebarB .tags ul a {
  color: #38618e;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(27, 47, 69, 0.15);
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.blog .sidebarB .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebarB .tags ul a span {
  padding-left: 5px;
  color: rgba(27, 47, 69, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(27, 47, 69, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(27, 47, 69, 0.8);
}

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #38618e;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #2aa5df;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #dbf0fa;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  background: var(--color-primary);
  color: #fff;
}
section#blog {
  padding-top: 107px;
}


.social-links a {
  font-size: 18px;
  display: inline-block;

  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

h4.foolw {
  color: #121416;
  font-weight: 600;
  margin-top: 31px;
  font-family: 'Roboto';
  font-size: 24px;
}

.frm form {
  background:#fff;
  border: 1px solid #3a4753;
  padding: 3px 10px;
  position: relative;
}

.frm form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.frm form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background:#0ea2bd;

  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.frm input[type="text"], input[type="password"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: 1px solid #0000001f;
  /* border: none; */
  background: #fff;
 font-family: 'Roboto';
}

.sidt {
  padding: 0px 33px 34px;
}
h4.fjej {
  font-size: 24px;
  color: #0F172A;
  font-family: 'Roboto';
  font-weight: 600;
}

h4.follw {
  color: #121416;
  font-family: 'Roboto';
  font-weight: 600;
}

.module {
  background: linear-gradient(rgba(0, 1, 2, 0.5), rgba(1, 2, 3, 0.6)), url(https://source.unsplash.com/random);
  background-size: cover;
  width: 300px;
  height: 200px;
  margin: 10px;
  position: relative;
  float: left;
}


.riw {
  background: #F7F7F7;
  padding: 17px;
}

p.para.kys {
  color: #121416;
  font-weight: 600;
  font-family: 'Roboto';
}

.d-flec {
  display: flex;
  justify-content: space-between;
}

i.bi.bi-clock.gsyb {
  margin-right: 8px;
}
  

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: none !important;
  content: " ";
}

.icon-box2 p {
  font-size: 14px !important;
  color: #42526B;
  font-weight: 400;
  line-height: 21px;
  font-family: 'Roboto';
}

.col-sm-4.v-tab-head.hidden-xs {
  height: 400px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
#scrollPane {
  max-height: 400px;
  overflow: hidden;
  background-color: #fff;
}


::placeholder {
  font-weight: 400 !important;
  font-family: 'Roboto';
  color: #CCCCCC !important;
}


img.gf1 {
  position: absolute;
  bottom: -8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  left: 19%;
  height: 320px;
  width: 493px;
}
img.gf2 {
  position: absolute;
  bottom: 81px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  width: 149px;
  /* background: red; */
  /* z-index: 9999999; */
}

img.gf3 {
  position: absolute;
  width: 617px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
  bottom: -12px;
  right: 7%;
}

img.gf4 {
  position: absolute;
  /* right: 0; */
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  right: 7%;
  top: 77px;
  /* box-shadow: 10px 10px 10px 10px; */
}
img.gf5 {
  position: absolute;
  left: 38%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  background: #fff;
  width: 199px;
  top: 24%;
}

.rud.w-20 {
  width: 20%;
}
.rud.w-30 {
  width: 30%;
}
.rud.w-50 {
  width: 50%;
}


span.posted-on a {
  color: #000;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 16px;
}


span.author.vcard a {
  color: #000;
  font-family: 'Roboto';
  font-weight: 600;
}

span.byline {
  color: #000;
  font-family: 'Roboto';
  font-weight: 600;
}

nav.navigation.post-navigation .nav-links {
  display: flex;
  /* display: flex; */
  justify-content: space-between;
}

svg.icon.icon-arrow-left {
  margin-right: 8px;
}
svg.icon.icon-arrow-right {
  margin-left: 8px;
}

span.nav-title {
  color: #000;
  font-family: 'Roboto';
  font-weight: 500;
}

span.nav-subtitle {
  color: #000;
  font-family: 'Roboto';
  font-weight: 500;
}


/* 


@media only screen and (min-device-width: 461.33px) and (max-device-width: 1706.67px) {
  img.gf1 {

    margin-left: auto;

 
}
 }
 @media only screen and (min-device-width: 416px) and (max-device-width: 1536px) {
  img.gf1 {

    left: 19% !important;

 
}
 } */


 .monument p.p2.m-0 {
  color: #111827;
}