.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 24px 0;
}

@media (max-width: 1200px) {
  .header {
    padding: 12px 0;
  }
}

.header.sticked {
  background: rgba(27, 47, 69, 0.9);
  padding: 12px 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-secondary);
  margin: 0;
}


.navbar {
}
.mainmenuarea {
  width: 100%;
margin: 0px 0px 0px 0px;
height: 48px;
    padding: 10px 0 0 0;
}
.mainmenuarea ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}
.mainmenuarea ul li {
  display: inline-block;
  position: relative;
    height: 61px;
}
.navbar .mainmenuarea ul li > a {
  font-size: 17px;
color: #fff;
position: relative;
z-index: 1;
    padding: 12px 15px;
}
.navbar .mainmenuarea li a:hover{
  color: #FED813 !important;
}
.navbar .mainmenuarea ul li ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 62px;
  right: 0px;
  z-index: 2;
}
.mainmenuarea ul li:hover > ul {
  display: block;
}
.mainmenuarea ul li ul > li {
  display: block;
  background: #fff;
  height: 43px;
  color: #222 !important;
}
.mainmenuarea ul li ul li > a {
  color: #222 !important;
  font-size: 15px;
}
.mainmenuarea ul li ul li:hover>a {
  color: #fff !important;
}
.mainmenuarea ul li ul li a {
  display: block;
}
.mainmenuarea ul li ul li:hover>a {
  box-shadow: none;
}
.mainmenuarea ul li ul li ul {
  display: none;
  top: 0px;
  right: 200px;
}
.mainmenuarea ul li ul li > ul > li{
      background:none !important;
}
.mainmenuarea ul li ul li ul li a {
  background: #fff !important;
  color: #222 !important;
  font-size: 15px;
}
.mainmenuarea ul li ul li ul li a:hover {
  color: #0f94e9;
}
.mainmenuarea ul li ul li:hover ul {
  display: block;
}

.hero {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
  padding: 130px 0 85px 0 !important;
  z-index: 3;
}

.hero:before {
  position: absolute;
  content: "";
  background: rgba(27, 47, 69, 0.6);
  inset: 0;
}

@media (max-width: 1034px) {
  .hero:before {
    background: rgba(27, 47, 69, 0.7);
  }
}

.hero .container {
  z-index: 1;
}

@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero small {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding: 4px 0;
}

.hero span {
  color: #eee;
  font-size: 15px;
  padding-left: 15px;
}

.hero h1 {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  padding: 20px 0 15px 25px;
  line-height: 80px;
  margin-bottom: 25px;
}

.hero .btn-get-started {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 16px 10px;
  transition: 0.5s;
  color: #222;
  background: #FED813;
  margin-top: 35px;
  transition: all 0.5s ease;
}

.hero .btn-get-started:hover {
  background: #222;
  color: #fff;
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-right: 20px;
  margin-top: 35px;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 48px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
  transform: rotate(180deg);
}

.hero .btn-watch-video:hover {
  color: #fff;
}

.hero .btn-watch-video:hover i {
  color: #82cbed;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
    line-height: 1;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

.servicedemofourbox {
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
  padding: 40px 30px 35px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  margin-bottom: 25px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
  display: block;
}

.servicedemofourbox::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -25px;
  background: #FED813;
  height: 324px;
  width: 25px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 100% 50%;
  transition: all 0.9s ease;
}

.servicedemofourbox:hover::before {
  transition-delay: 0.1s;
  transform: scale(40);
}

.servicedemofourbox:hover {
  color: #ffffff;
}

.iconboxservicedemofour {
  background: #FED813;
  padding: 11px 15px 0px 15px;
  transition: all 0.5s ease;
  height: fit-content;
  width: fit-content;
}

.servicedemofourbox:hover .iconboxservicedemofour {
  background: #fff;
}

.iconboxservicedemofour i {
  font-size: 35px;
  color: #000;
  transition: all 0.5s ease;
}

.servicedemofourbox h2 {
  color: #232323;
  font-size: 22px;
  margin: 32px 0 12px;
  position: relative;
  font-weight: 500;
  transition: all 0.9s ease;
}

.servicedemofourbox:hover h2 {
  color: #000;
}

.servicedemofourbox span {
  display: block;
  height: 90px;
  overflow: hidden;
  text-align: justify;
  color: #757575;
  font-size: 15px;
  transition: all 0.9s ease;
  font-weight: 400;
}

.servicedemofourbox:hover span {
  color: #000;
}

.boximageserviceclouddemofour img {
  width: 100%;
  height: auto;
}

.textserviceboxdemofour h5 {
  color: #FED813;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.textserviceboxdemofour h3 {
  font-size: 35px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.lineservicetextdemofour {
  margin: 25px 0 23px 0;
  display: block;
  width: 52px;
  height: 4px;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: #FED813;
  top: auto;
}

.textserviceboxdemofour span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 29px;
  color: #757575;
}

.secserviceboxtextdemofourone {
  filter: drop-shadow(0 5px 10px 0 #ffffff);
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  margin-bottom: 25px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
  display: inline-flex;
}

.secserviceboxtextdemofourone::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -25px;
  background: #FED813;
  height: 94px;
  width: 25px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 100% 50%;
  transition: all 0.9s ease;
}

.secserviceboxtextdemofourone:hover::before {
  transition-delay: 0.1s;
  transform: scale(40);
}

.secserviceboxtextdemofourone:hover {
  color: #ffffff;
}

.iconsecserviceboxtextdemofourone {
  background: #FED813;
  padding: 10px 11px 5px 11px;
  transition: all 0.5s ease;
  width: fit-content;
  height: fit-content;
}

.secserviceboxtextdemofourone:hover .iconboxwhatthreedemo {
  background: #fff;
}

.iconsecserviceboxtextdemofourone i {
  font-size: 30px;
  color: #000;
  transition: all 0.5s ease;
}

.secserviceboxtextdemofourone h2 {
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.9s ease;
  margin-right: 11px;
  margin-top: 21px;
}

.secserviceboxtextdemofourone:hover h2 {
  color: #000;
}

.linkboxservicedemofour {
  margin-top: 30px;
}

.linkboxservicedemofour a {
  background-color: #FED813;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FED813;
  padding: 18px 36px 17px 36px;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.linkboxservicedemofour a:hover {
  background: #fff;
  color: #000;
}

.textfeauters {
  text-align: center;
}

.textfeauters h5 {
  color: #FED813;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.textfeauters h3 {
  font-size: 35px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.linefeautersbox {
  margin: 20px auto;
  display: block;
  width: 52px;
  height: 4px;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: #FED813;
  top: auto;
}

.feautersdemofourbox {
  width: 100%;
  height: fit-content;
  background-color: #F4F7FC;
  padding: 40px 30px 35px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  margin-bottom: 25px;
  display: block;
  margin-top: 35px;
}

.feautersdemofourbox::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -25px;
  background: #FED813;
  height: 324px;
  width: 25px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 100% 50%;
  transition: all 0.9s ease;
}

.feautersdemofourbox:hover::before {
  transition-delay: 0.1s;
  transform: scale(40);
}

.feautersdemofourbox:hover {
  color: #ffffff;
}

.iconboxfeautersdemofour {
  background: #FED813;
  padding: 25px 30px 15px 30px;
  transition: all 0.5s ease;
  height: fit-content;
  width: fit-content;
}

.feautersdemofourbox:hover .iconboxfeautersdemofour {
  background: #fff;
}

.iconboxfeautersdemofour i {
  font-size: 35px;
  color: #000;
  transition: all 0.5s ease;
}

.feautersdemofourbox h2 {
  color: #232323;
  font-size: 22px;
  margin: 32px 0 12px;
  position: relative;
  font-weight: 500;
  transition: all 0.9s ease;
}

.feautersdemofourbox:hover h2 {
  color: #000;
}

.feautersdemofourbox span {
  display: block;
  height: 95px;
  overflow: hidden;
  text-align: justify;
  color: #757575;
  font-size: 16px;
  transition: all 0.9s ease;
  font-weight: 400;
  line-height: 30px;
}

.feautersdemofourbox:hover span {
  color: #000;
}

.slider10 .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style: none;
}

.slider10 .slick-dots li {
  margin: 0 0 13px;
  bottom: -15px;
  margin-left: 20px;
}

.slider10 .slick-dots li button {
  display: block;
  width: 35px;
  height: 4px;
  padding: 0;
  background-color: #bfcadc !important;
  text-indent: -9999px;
}

.slider10 li.slick-active button {
  transition: all ease 0.3s;
  background-color: #FED813 !important;
}

.slider10 .slick-slide {
  padding: 10px !important;
}

.textofeerdemofour {
  text-align: center;
  margin-bottom: 35px;
}

.textofeerdemofour h5 {
  color: #FED813;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 17px;
  letter-spacing: 1px;
}

.textofeerdemofour h3 {
  font-size: 35px;
  margin-bottom: 15px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #232323;
}

.textofeerdemofour h2 {
  font-size: 45px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.lineofferdemofour {
  margin: 20px auto;
  display: table;
  width: 52px;
  height: 4px;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: #FED813;
}

.boxofferdemofour {
  position: relative;
}

.boxofferdemofour::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: 3px;
  width: 80%;
  background: #ebebeb;
  bottom: 0;
  margin: auto;
  transition: .5s;
}

.boxofferdemofour:hover::before {
  width: 100%;
  height: 3px;
  background: #FED813;
}

.boxofferdemofour img {
  width: 100%;
  height: 238px;
}

.boxofferdemofour .iconofferdemofour {
  position: absolute;
  right: -15px;
  top: -25px;
}

.boxofferdemofour .iconofferdemofour i {
  padding: 17px 15px 7px 15px;
  background: #FED813;
  color: #000;
  text-align: center;
  border-radius: 50px 0px 50px 50px;
  transition: all 0.5s ease;
  font-size: 35px;
}

.boxofferdemofour:hover .iconofferdemofour i {
  border-radius: 0 50px 50px 50px;
}

.boxofferdemofour h2 {
  font-size: 22px;
  transition: all 0.5s ease 0s;
  font-weight: 600;
  margin: 15px 0 20px 0;
  text-align: center;
}

.boxofferdemofour h2:hover {
  color: #FED813;
}

.boxofferdemofour span {
  display: block;
  color: #757575;
  margin-bottom: 20px;
  height: 90px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  line-height: 29px;
}

.boxofferdemofour a {
  display: block;
  padding: 0px 0 28px 0;
  text-align: center;
  color: #616161;
  font-size: 15px;
  transition: all 0.5s ease;
}

.boxofferdemofour a:hover {
  color: #FED813;
}

.textwhydemofour {
  text-align: right;
}

.textwhydemofour h5 {
  position: relative;
  display: inline-block;
  color: #FED813;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 15px;
  font-size: 18px;
  right: 53px;
}

.textwhydemofour h5::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -53px;
  height: 2px;
  width: 41px;
  background: #FED813;
}

.textwhydemofour h3 {
  font-size: 35px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #232323;
}

.textwhydemofour span {
  display: block;
  margin: 20px 0px 25px 0px;
  color: #757575;
  font-size: 15px;
  line-height: 28px;
}

.textwhydemofour a {
  padding: 15px 19px 15px 23px;
  font-weight: 500;
  color: #000;
  background: #FED813;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #FED813;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.textwhydemofour a i {
  font-size: 11px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 25px;
  text-align: center;
  background: #000;
  color: #fff;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  transition: .5s;
  font-weight: 700;
}

.whydemofour .service-item {
  background-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  padding: 62px 31px 23px;
  z-index: 1;
  border-radius: 5px;
  transition: .5s;
  transition: all 400ms linear;
}

.whydemofour .service-item:before {
  content: "";
  position: absolute;
  background: #0f111a !important;
  inset: 100% 0 0 0;
  transition: all 0.5s ease;
  z-index: -1;
}

.whydemofour .service-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: -1;
  transition: .5s;
  background: #FED813;
  border-radius: 5px 5px 0 0;
  transition: all 400ms linear;
}

.whydemofour .service-item:hover:after {
  height: 4px;
}

.whydemofour .service-item .icon {
  position: absolute;
  right: 25px;
  top: -10px;
}

.whydemofour .service-item .icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #0f111a;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: -25px;
  transition: all 400ms linear;
  color: #fff;
  font-size: 30px;
  padding-top: 3px;
}

.whydemofour .service-item:hover .icon i {
  background: yellow;
  color: #000 !important;
}

.whydemofour .service-item h3 {
  font-weight: 600;
  color: #000;
  text-align: right;
  transition: all 0.5s ease;
  font-size: 22px;
  margin: 0 0 12px;
}

.whydemofour .service-item span {
  display: block;
  color: #222;
  text-align: right;
  transition: all 0.5s ease;
  font-size: 15px;
  line-height: 29px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}

.whydemofour .service-item a {
  display: block;
  color: #222;
  text-align: right;
  transition: all 0.5s ease;
  font-size: 15px;
}

.whydemofour .service-item a i {
  vertical-align: middle;
  margin: 0 0 -5px 0;
  display: inline-block;
}

.whydemofour .service-item:hover h3,
.whydemofour .service-item:hover a,
.whydemofour .service-item:hover .icon i,
.whydemofour .service-item:hover span {
  color: #fff;
}

.whydemofour .service-item:hover:before {
  background: var(--accent-color);
  inset: 0;
  border-radius: 0px;
}

.iconbootomboxservicepage {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}

.iconbootomboxservicepage i {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
  line-height: 50px;
  padding: 20px 20px 14px 20px;
  color: #ff3c00;
}

.featured-services .service-item:hover .iconbootomboxservicepage {
  opacity: 1;
}

.boxtextcaredemofour {
  margin-bottom: 40px;
}

.textcareboxonedemofour {
  float: right;
}

.textcareboxonedemofour h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 18px;
  position: relative;
  right: 53px;
  color: #FED813;
}

.textcareboxonedemofour h5::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -53px;
  height: 2px;
  width: 41px;
  background: #FED813;
}

.textcareboxonedemofour h3 {
  color: #FFFFFF;
  font-size: 36px;
  margin-bottom: 15px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
}

.textcareboxonedemofour h2 {
  color: #FFFFFF;
  font-size: 36px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
}

.textcareboxonedemofour span {
  color: #FED813;
}

.buttomcaredemofour {
  float: left;
}

.buttomcaredemofour a {
  display: inline-block;
  background: #FED813;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  padding: 14px 32px;
  transition: .5s;
  position: relative;
  z-index: 1;
  font-weight: 500;
  border-radius: 30px;
}

.buttomcaredemofour:hover a {
  color: #fff;
}

.buttomcaredemofour i {
  transition: all ease 0.5s;
  vertical-align: middle;
  font-size: 20px;
  margin-top: 3px;
  display: inline-block;
  padding-right: 7px;
  color: #fff;
}

.buttomcaredemofour:hover i {
  color: #fff;
}

.buttomcaredemofour a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #fff !important;
  transition: all ease 0.5s;
  border-radius: 30px;
}

.buttomcaredemofour a:first-child {
  margin-left: 15px;
}

.buttomcaredemofour a:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #000;
  z-index: -1;
  color: #fff !important;
  transition: all ease 0.5s;
}

.buttomcaredemofour {
  width: fit-content;
}

.buttomcaredemofour a:hover::before {
  width: 100%;
}

.careboxdemofourslider {
  position: relative;
}

.careboxdemofourslider:hover {}

.careboxdemofourslider:hover .overlaytextcaredemofour {
  height: 150px;
  overflow: visible;
}

.careboxdemofourslider:hover:before {
  border-color: #FED813;
}

.careboxdemofourslider:before {
  position: absolute;
  content: "";
  top: 366px;
  left: 0;
  height: 15%;
  width: 94%;
  margin: auto;
  border: 2px solid #353944;
  right: 0;
  transition: all 400ms linear;
  z-index: -1;
}

.careboxdemofourslider img {
  width: 100%;
  height: 420px;
}

.overlaycaredemofour {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(5, 9, 29, 0.99) 0%, rgba(5, 9, 29, 0) 64%, rgba(5, 9, 29, 0) 100%);
  content: "";
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.overlaytextcaredemofour {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  text-align: right;
  background: #030715;
  margin: auto;
  padding: 20px 30px 26px;
  transition: .5s;
  width: 86%;
  border-top: 2px solid #FED813;
  transition: all 400ms linear;
  overflow: hidden;
  height: 104px;
}

.overlaytextcaredemofour span {
  color: #FED813;
  font-size: 15px;
  position: relative;
  margin: 0 0 13px;
  display: inline-block;
}

.overlaytextcaredemofour span::before {
  position: absolute;
  content: "";
  top: 7px;
  right: -15px;
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background: #FED813;
}

.overlaytextcaredemofour h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.overlaytextcaredemofour a {
  margin-top: 18px;
  transition: all 400ms linear;
  color: #fafafa;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}

.slider11 .slick-slide {
  padding: 10px !important;
}

.slider11 .slick-dots li {
  margin: 0 .9px;
  bottom: -41px;
  margin-left: 20px;
}

.slider11 .slick-dots li button {
  display: block;
  width: 35px;
  height: 4px;
  padding: 0;
  background-color: #FED813 !important;
  text-indent: -9999px;
}

.slider11 li.slick-active button {
  transition: all ease 0.3s;
  background-color: #bfcadc !important;
}

.boximagedemofour img {
  width: 100%;
  height: 547px;
}

.textdemofour h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 18px;
  position: relative;
  right: 53px;
  color: #FED813;
}

.textdemofour h5::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -53px;
  height: 2px;
  width: 41px;
  background: #FED813;
}

.textdemofour h3 {
  color: #FFFFFF;
  font-size: 35px;
  margin-bottom: 15px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
}

.textdemofour h2 {
  font-size: 45px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #FFFFFF;
}

.textdemofour span {
  color: #FED813;
}

.zerotitleboxdemofour span {
  color: #FFFFFF;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 20px auto 0;
  display: block;
  font-weight: 400;
  line-height: 30px;
}

.zerotwotitleboxdemofour small {
  font-size: 14px;
  color: #757575;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.modirdemofour h2 {
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 9px;
  position: relative;
  right: 30px;
}

.modirdemofour h2::before {
  position: absolute;
  content: "";
  top: 13px;
  right: -30px;
  height: 2px;
  width: 21px;
  background: #FED813;
}

.modirdemofour h5 {
  font-size: 13px;
  color: #757575;
}

.linkaboutusdemothree a {
  font-size: 17px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  padding: 15px 30px 15px 40px;
  color: #ffffff;
  display: block;
  width: fit-content;
  margin-top: 40px;
  background: #050A1E;
  transition: all ease 0.5s;
  vertical-align: middle;
  text-align: center !important;
  border-radius: 30px;
}

.linkaboutusdemothree:hover a {
  color: #000;
}

.linkaboutusdemothree i {
  transition: all ease 0.5s;
  vertical-align: middle;
  font-size: 20px;
  margin-top: 3px;
  display: inline-block;
  padding-left: 7px;
  color: #fff;
}

.linkaboutusdemothree:hover i {
  color: #000;
}

.linkaboutusdemothree a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #000 !important;
  transition: all ease 0.5s;
  border-radius: 30px;
}

.linkaboutusdemothree a:first-child {
  margin-left: 15px;
}

.linkaboutusdemothree a:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #000 !important;
  transition: all ease 0.5s;
}

.linkaboutusdemothree {
  width: fit-content;
}

.linkaboutusdemothree a:hover::before {
  width: 100%;
}

.textdemofourblog {
  text-align: center;
  margin-bottom: 35px;
}

.textdemofourblog h5 {
  color: #FED813;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
  margin: 0 0 15px;
}

.textdemofourblog h2 {
  font-size: 45px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.textdemofourblog span {
  color: #FED813;
}

.textteamdemofour{
  text-align: center;
  margin-bottom: 45px;
}
.textteamdemofour h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: 1px;
margin: 0 0 5px;
}
.textteamdemofour h3{
  font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}

.boxteamdemofour{
  position: relative;
  padding: 25px;
}
.boxteamdemofour:hover .overlayteamdemofour{
  opacity: 1;
}
.boxteamdemofour::before {
  position: absolute;
content: "";
width: 0;
height: 0;
border-bottom: 200px solid #FED813;
border-left: 200px solid transparent;
right: 0;
bottom: -10px;
  }
  .boxteamdemofour::after{
    position: absolute;
content: "";
width: 0;
height: 0;
border-top: 200px solid #FED813;
border-right: 200px solid transparent;
left: 0;
top: -10px;
  }
.overlayteamdemofour{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
      transition: all 0.6s ease;
      z-index: 999;
      opacity: 0;
      transition: all 0.5s ease;
  }
  .boxteamdemofourone{
    position: relative;
  }
  .boxteamdemofourone::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #FF3C00;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    transition: all 0.4s ease 0s;
  }
.boxteamdemofourone img{
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 99;
}

.boxteamdemofourone .overlaytextteamdemofour{
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s ease;
}
.boxteamdemofourone:hover .overlaytextteamdemofour{
  top: 33%;
  opacity: 1;
}
.boxteamdemofourone .overlaytextteamdemofour .namefamilytextdemoofour{
  margin-bottom: 14px;
}
.boxteamdemofourone .overlaytextteamdemofour .namefamilytextdemoofour a{
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 3px;
}
.boxteamdemofourone .overlaytextteamdemofour .namefamilytextdemoofour span{
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.boxteamdemofourone .overlaytextteamdemofour .socialoverlaydemoofour{
  margin: 0 auto;
  display: table;
}

.boxteamdemofourone .overlaytextteamdemofour .socialoverlaydemoofour a{
  color: #fff;
  padding-left: 15px;
}
.boxteamdemofourone .overlaytextteamdemofour .socialoverlaydemoofour a i{
  font-size: 20px;
}

.boxartickleblodemofour {
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  background: #fff;
  transition: all 0.5s ease;
}

.boxartickleblodemofour:hover {
  box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
}

.boxartickleblodemofour img {
  width: 100%;
  height: 290px;
}

.boxtextblogdemofour {
  padding: 32px 35px 30px;
  text-align: right;
}

.catauthordemofour a {
  margin-left: 17px;
  color: #616161;
  font-size: 14px;
  transition: all 0.5s ease;
  float: right;
}

.catauthordemofour a:hover {
  color: #FED813;
}

.catauthordemofour span {
  color: #616161;
  font-size: 14px;
  transition: all 0.5s ease;
}

.catauthordemofour span:hover {
  color: #FED813;
}

.boxtextblogdemofour h2 {
  font-style: normal;
  line-height: 1.3;
  font-weight: 700;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 20px;
  margin: 17px 0 7px;
  line-height: 1.2;
}

.boxtextblogdemofour h2 a {
  color: #232323;
  transition: all 0.5s ease;
}

.boxtextblogdemofour h2 a:hover {
  color: #FED813;
}

.boxtextblogdemofour p {
  margin: 16px 0 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  color: #757575;
  overflow: hidden;
  height: 94px;
}

.linkblogdemofour a {
  padding: 0;
  border: 0;
  color: #FED813;
  position: relative;
  transition: all 0.5s ease;
}

.linkblogdemofour a:hover {
  color: #000;
}

/*responsive*/
@media (max-width: 1920px) {
  html {
    overflow: hidden;
    overflow-y: scroll;
  }
}

@media (max-width: 1199px) {
  html {
    overflow: hidden;
    overflow-y: scroll;
  }
  .textwhydemofour h3{
    font-size: 28px;
  }
  .boxteamdemofourone img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
  }
  .boxartickleblodemofour img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
}
.boxartickleblodemofour{
  margin-bottom: 50px;
}
}

@media (max-width: 992px) {
  html {
    overflow: hidden;
    overflow-y: scroll;
  }
}

@media (max-width: 991px) {
  html {
    overflow: hidden;
    overflow-y: scroll;
  }
  .boximagedemofour img {
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.boximageserviceclouddemofour img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
}
.textserviceboxdemofour {
    margin-top: 50px;
}
.linkboxservicedemofour{
  margin-bottom: 80px;
}
.boxofferdemofour img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
}
.boxofferdemofour{
  margin-bottom: 50px;
}
.textwhydemofour a{
  margin-bottom: 60px;
}
.buttomcaredemofour {
    float: right;
    margin-top: 41px;
}
.boxteamdemofour{
  margin-bottom: 50px;
}
}

@media (max-width: 768px) {
  html {
    overflow: hidden;
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  html {
    overflow: hidden;
    overflow-y: scroll;
  }
  .overlaytextcaredemofour h2{
    font-size: 18px;
  }
  .careboxdemofourslider img{
    height: auto;
  }
}

@media (max-width: 576px) {
  html {
    overflow: hidden;
    overflow-y: scroll;
  }
}

@media (max-width: 575px) {
  html {
    overflow: hidden;
    overflow-y: scroll;
  }
}
