@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;900&display=swap');
html {
  scroll-behavior: smooth;
}
::selection {
  background: #74BE21;
  color: #ffffff;
}
::-moz-selection {
  background: #74BE21;
  color: #fff;
}
body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #42526E;
}
.main-logo {
  float: left;
  padding-left: 0px;
  padding-top: 0px;
  width:38%;
}
.startproject {
  float: right;
  margin: 15px 0px;
}
.startproject a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background: #73BD20;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.4s ease;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 19%);
}
.startproject a:hover {
  background: #4caf50;
  transition: 0.4s ease;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 19%);
}
.navmenu-mobile {
  display: none;
}
.navmenu {
  float: left;
  width: 100%;
  height: 70px;
  background: transparent;
  padding: 5px 0px;
  position: fixed;
  z-index: 99999;
  transition: 0.4s ease;
  display: block;
}
.navmenu.active {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.splashscreen {
  float: left;
  width: 100%;
  height: 633px;
  /*background: url("../images/banner-texture.gif") #fff;*/
  padding: 30px;
  background: #eff3f7;
  background: -moz-linear-gradient(top, #e5f0fb 0%, #eff3f7 61%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e5f0fb 0%, #eff3f7 61%, #ffffff 100%);
  background: linear-gradient(to bottom, #e5f0fb 0%, #eff3f7 61%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f0fb', endColorstr='#ffffff', GradientType=0);
}
.splashscreen-title {
  padding-top: 180px;
}
.splashscreen-title h1 {
  color: #333;
  font-size: 30px;
  font-weight: 90;
  text-align: center;
}
.splashscreen-title h2 {
  /*font-family: 'Archivo Black', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 100px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0px;
}
.splashscreen-title h5 {
  width: 40%;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-top: 0px;
  margin: 0 auto;
}
.splashscreen-title .txt-rotate {
  color: #74BE21;
  /*color: #99B04C;*/
}
.splashscreen-title p {
  width: 40%;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
  line-height: 24px;
}
.splashscreen-title .textanimate {
  text-align: center !important;
}
.home-banner {
  float: left;
  width: 100%;
  height: 550px;
  padding: 30px;
  background: #454d82;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.banner-bg {
  float: left;
  width: 100%;
  height: 530px;
}
.our-products {
  float: left;
  width: 100%;
  height: auto;
  padding: 50px 15px 80px 15px;
  background: url(../images/half_circle.png) #ffffff bottom no-repeat;
  background-size: contain;
}
.our-services {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eff7ff+0,ffffff+100 */
  background: #eff7ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eff7ff 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eff7ff 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eff7ff 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7ff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.our-expertise {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 15px;
  background: url("../images/bg-our-expertise.svg") no-repeat center right #2c3246;
  background-size: cover;
  color: #fff;
  transition: 0.4s ease;
}
.our-expertise h1 {
  font-size: 42px;
  font-weight: 600;
}
.expertise-card {
  float: left;
  width: 100%;
  height: 300px;
  border: 1px dashed #5b6a98;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  transition: 0.4s ease !important;
  position: relative;
  top: 0px;
}
.expertise-card:hover {
  border: 1px dashed #5b6a98;
  transition: 0.4s ease !important;
  position: relative;
  top: -10px;
}
.expertise-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.expertise-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.expertise-card p {
  font-size: 14px;
  font-weight: 400;
  color: #8a97c1;
}
.why-diysotech {
  float: left;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 100px 15px;
}
.custm-footer {
  float: left;
  width: 100%;
  height: auto;
  background: #2c3246;
  padding: 100px 15px 15px 15px;
  position: relative;
  /* clip-path: polygon(70% 0, 100% 10%, 100% 100%, 0 100%, 0 10%); */
}
/*.custm-footer  img{
	width:50%;
}*/
.banner-title {
  float: left;
  width: 55%;
  text-align: left;
  color: #fff;
  padding-top: 100px;
}
.banner-image {
  float: right;
  width: 45%;
}
.banner-img {
  position: relative;
  top: 30px;
}
.banner-img1 {
  position: relative;
  top: 65px;
}
.banner-title h2 {
  font-size: 32px;
  font-weight: 400;
}
.banner-title h1 {
  font-size: 52px;
  color: #74BE21;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 44px;
}
.banner-title h6 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 100px;
}
.banner-title .img-zigzag {
  width: 100px;
}
.getstarted {
  padding-top: 100px;
}
.getstarted a {
  font-size: 15px;
  font-weight: 400;
  color: #42526E;
  background: #fff;
  text-decoration: none;
  padding: 12px 20px 12px 24px;
  border-radius: 50px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 19%);
  transition: 0.4s ease;
}
.getstarted ion-icon {
  position: relative;
  top: 6px;
  color: #42526E;
  font-size: 24px;
  transition: 0.4s ease;
  left: 0px;
}
.getstarted:hover a {
  transition: 0.4s ease;
  color: #42526E;
}
.getstarted:hover ion-icon {
  transition: 0.4s ease;
  left: 3px;
  color: #42526E;
}
.getstarted {
  float: left;
}
.carousel-control-prev {
  left: 300px;
  top: 330px;
  float: left;
  width: 52px;
  height: 52px;
  background: rgb(0 0 0 / 41%);
  border-radius: 40px;
}
.carousel-control-next {
  right: 300px;
  top: 330px;
  float: right;
  width: 52px;
  height: 52px;
  background: rgb(0 0 0 / 41%);
  border-radius: 40px;
}
.carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 20px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.our-products .section-indicate {
  float: none;
  width: 90px;
  font-size: 14px;
  color: #4C5971;
  padding: 7px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: #F1F3FB;
  border-radius: 50px;
}


.our-products h2 {
  font-size: 48px;
  font-weight: 600;
}
.our-products p {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
}
.our-products-heading p {
  font-size: 42px;
  font-weight: 600;

}

.product-list {
  width: 100%;
  margin: 0 auto;
  transition: 0.4s ease;
}
.dotted-box1 {
  position: absolute;
  top: -49px;
  left: 0px;
  z-index: 1;
}
.dotted-box1 img {
  width: 120px;
  height: auto;
}
.dotted-box2 {
  position: absolute;
  bottom: -49px;
  left: 0px;
  z-index: 1;
}
.dotted-box2 img {
  width: 120px;
  height: auto;
}
.dotted-box3 {
  position: absolute;
  top: -49px;
  right: 0px;
  z-index: 1;
}
.dotted-box3 img {
  width: 120px;
  height: auto;
}
.product-card {
  /* float: left; */
  width: 85%;
  height: 400px;
  background: #fff;
  padding: 25px;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  transition: 0.4s ease;
}
.product-card:hover {
  transform: scale(1.04);
  /*transform: translateY(-25px);*/
}
.product-list .dotted-box1 {
  transition: 0.4s ease;
  transform: scale(1);
}
.product-list:hover .dotted-box1 {
  transition: 0.4s ease;
  transform: scale(1.2);
}
.product-list .dotted-box2 {
  transition: 0.4s ease;
  transform: scale(1);
}
.product-list:hover .dotted-box2 {
  transition: 0.4s ease;
  transform: scale(1.2);
}
.product-list .dotted-box3 {
  transition: 0.4s ease;
  transform: scale(1);
}
.product-list:hover .dotted-box3 {
  transition: 0.4s ease;
  transform: scale(1.2);
}
.card-color1 {
  background: #fff !important;
  /* color: #0E4F95 !important; */
  border: 4px solid #fff;
  box-shadow: 0 15px 40px -12px rgb(0 0 0 / 26%);
  transition: 0.4s ease;
}
.card-color1:hover {
  background: #4981DB !important;
  /*background-image: radial-gradient(circle at 0 0, #4e6cdd, #233ec8) !important;*/
  color: #fff !important;
  border: 4px solid #4981DB;
  box-shadow: 0 15px 40px -12px rgb(78 123 195 / 38%);
  transition: 0.4s ease;
}
.card-color2 {
  background: #fff !important;
  /* color: #EF5D62 !important; */
  border: 4px solid #fff;
  box-shadow: 0 15px 40px -12px rgb(0 0 0 / 26%);
  transition: 0.4s ease;
}
.card-color2:hover {
  background: #727ED6 !important;
  color: #fff !important;
  border: 4px solid #727ED6;
  box-shadow: 0 15px 40px -12px rgb(78 123 195 / 38%);
  transition: 0.4s ease;
}
.card-color3 {
  background: #fff !important;
  /* color: #42a980 !important; */
  border: 4px solid #fff;
  box-shadow: 0 15px 40px -12px rgb(0 0 0 / 26%);
  transition: 0.4s ease;
}
.card-color3:hover {
  background: #9575CD !important;
  color: #fff !important;
  border: 4px solid #9575CD;
  box-shadow: 0 15px 40px -12px rgb(78 123 195 / 38%);
  transition: 0.4s ease;
}
.product-card h4 {
  /* height: 50px; */
  font-size: 24px;
  font-weight: 600;
}
.product-card p {
  font-size: 14px;
  height: 140px;
  font-weight: 400;
  /* color: #5d7092; */
}
.product-card:hover .readmore-btn a {
  color: #fff;
}
.readmore-btn {
  float: left;
  position: absolute;
  bottom: 20px;
}
.readmore-btn a {
  font-size: 14px;
  font-weight: 500;
  color: #74BE21;
  text-decoration: none;
  padding: 5px 5px 5px 0px;
}
.readmore-btn a ion-icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.readmore-btn ion-icon {
  position: relative;
  top: 5px;
  left: 0px;
  transition: 0.4s ease;
}
.readmore-btn:hover ion-icon {
  position: relative;
  top: 5px;
  left: 2px;
  transition: 0.4s ease;
}
.service-btn {
  float: left;
  margin-top: 70px;
}
.service-btn a {
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  padding: 10px 10px 10px 15px;
  text-decoration: none;
  background: #42526e;
  border-radius: 40px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 19%);
}
.service-btn a ion-icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.service-btn ion-icon {
  transition: 0.4s ease;
  position: relative;
  top: 5px;
  left: 0px;
}
.service-btn:hover ion-icon {
  position: relative;
  top: 5px;
  left: 3px;
}
.mr-b-20 {
  margin-bottom: 20px;
}
.mr-b-40 {
  margin-bottom: 40px;
}
.mr-b-60 {
  margin-bottom: 60px;
}
.mr-b-80 {
  margin-bottom: 80px;
}
.mr-b-100 {
  margin-bottom: 100px;
}
.pd-t-20 {
  padding-top: 20px;
}
.pd-t-40 {
  padding-top: 40px;
}
.pd-t-60 {
  padding-top: 60px;
}
.pd-t-80 {
  padding-top: 80px;
}
.pd-t-100 {
  padding-top: 100px;
}
.pd-l-20 {
  padding-left: 20px;
}
.img-tree1 {
  position: absolute;
  left: -40px;
  top: -120px;
  float: left;
}
.img-tree2 {
  position: absolute;
  bottom: -120px;
  right: 20px;
  z-index: 1;
}
.img-tree3 {
  position: absolute;
  bottom: -120px;
  right: 20px;
  z-index: 1;
}
.img-tree3 {
  position: absolute;
  top: -80px;
  right: 0px;
  z-index: 1;
  width: 25%;
}
.about-counter {
  float: left;
  width: 100%;
  height: auto;
  padding: 50px 15px 0px 15px;
  background: #fff;
  background-size: contain;
  /*margin-bottom: 100px;*/
  position: relative;
}
.fame-2side {
  float: left;
  width: 100%;
  height: auto;
  background: #454d82;
}
.fame-2side h1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 30px;
}
.fame-2side h5 {
  color: #fff;
  font-size: 16px;
}
.fame-2side .quote {
  margin: 20px 0px;
  width: 44px;
}
.bg-client {
  float: left;
  background: #f4f4f4;
}
.client-pos1 {
  float: left;
  padding: 80px 15px;
}
.client-pos1 h1 {
  color: #42526E;
}
.client-pos {
  padding: 80px 15px 100px 15px;
}
.client-pos h1 {
  color: #fff;
}
.pd-left0 {
  padding-left: 0px;
}
.pd-right- {
  padding-right: 0px;
}
.client-list {
  margin-top: 30px;
}
.client-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.client-list ul li {
  display: inline-block;
  width: 120px;
  height: auto;
  background: #fff;
  margin-bottom: 15px;
  margin-right: 10px;
}

.home-testimonial {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 15px 180px 15px;
  background: #fff;
  background-size: contain;
  /*margin-bottom: 100px;*/
  position: relative;
}
.home-testimonial .section-indicate {
  float: none;
  width: 110px;
  font-size: 14px;
  color: #4C5971;
  padding: 7px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: #F1F3FB;
  border-radius: 50px;
}
.home-testimonial h1 {
  font-size: 42px;
  font-weight: 600;
}

.home-testimonial .quote {
  margin: 20px 0px;
  width: 64px;
}
.testimonial-logo {
  width: 25% !important;
}
.our-services .section-indicate-white1 {
  float: none;
  width: 120px;
  font-size: 14px;
  color: #4C5971;
  padding: 7px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 50px;
}
.our-services h1 {
  font-size: 42px;
  font-weight: 600;
}
.our-services h2 {
  font-size: 22px;
  font-weight: 600;
}
.service-one {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.service-one .num1 {
  width: 38px;
  height: 38px;
  font-size: 18px;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  background: #28D1B7;
  margin-bottom: 10px;
  padding: 7px 4px 4px 4px;
}
.service-one h2 {
  font-size: 32px;
}
.service-one p {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
}
.bg-circle {
  float: left;
  width: 100%;
  height: 570px;
  background: url(../images/circle_white.png) 0px 50px;
  background-size: 100%;
}
.service-card {
  float: left;
  width: 43%;
  height: 325px;
  background: #fff;
  border-radius: 30px;
  padding: 25px 20px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-right: 20px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .15);
  transition: 0.4s ease !important;
  position: relative;
  top: 0px;
  left: 30px;
}
.card-height1 {
  height: 325px;
}
.card-height2 {
  height: 325px;
}
.card-height3 {
  height: 325px;
}
.card-height4 {
  height: 325px;
}
.service-card img {
  width: 75px;
  height: 75px;
  padding: 10px;
  border-radius: 25px;
  background: #F5F2F2;
  margin-bottom: 10px;
}
.service-card h5 {
  font-size: 18px;
  font-weight: 600;
}
.service-card p {
  font-size: 14px;
  /* height: 70px; */
  line-height: 20px;
}
.service-card .card-arrow {
  float: right;
  width: 35px;
  height: 35px;
  padding: 6px;
  font-size: 20px;
  color: #74BE21;
  background: #F5F2F2;
  border-radius: 40px;
  position: relative;
  right: -5px;
  bottom: -37px;
}
.service-card .card-arrow1 {
  float: right;
  width: 35px;
  height: 35px;
  padding: 6px;
  font-size: 20px;
  color: #74BE21;
  background: #F5F2F2;
  border-radius: 40px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.card2 {
  position: relative;
  top: -40px;
}
.card4 {
  position: relative;
  top: -40px;
}
.service-list1 a {
  text-decoration: none;
  color: #42526E;
}
.card-animate1 {
  transition: 0.4s ease;
  position: relative;
  top: 0px;
}
.card-animate1:hover {
  transition: 0.4s ease;
  position: relative;
  top: -10px;
}
.card-animate2 {
  transition: 0.4s ease;
  position: relative;
  top: -40px;
}
.card-animate2:hover {
  transition: 0.4s ease;
  position: relative;
  top: -50px;
}
.service-erp {
  float: left;
  width: 100%;
}
.service-erp .service-img1 {
  position: absolute;
  left: -50px;
  top: -30px;
  z-index: 99;
}
.service-erp .service-img2 {
  position: absolute;
  left: -10px;
  top: 0px;
}
.service-erp .service-img3 {
  position: absolute;
  right: -10px;
  top: 210px;
}
.why-diysotech .section-indicate-grey {
  float: none;
  width: 90px;
  font-size: 14px;
  color: #4C5971;
  padding: 7px;
  text-align: center;
  margin-bottom: 30px;
  background: #F1F3FB;
  border-radius: 50px;
}
.why-diysotech h1 {
  font-size: 42px;
  font-weight: 600;
}
.custm-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custm-list li {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
.custm-list li ion-icon {
  color: #7087E3;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.why-diyostech-btn ul {
  list-style: none;
  margin: 40px 0px;
  padding: 0;
}
.why-diyostech-btn ul li {
  display: inline-block;
}
.why-diyostech-btn ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #214AF3;
  text-decoration: none;
  padding: 5px 5px 5px 0px;
}
.why-diyostech-btn ul li a span {
  background: #214AF3;
  color: #fff;
  margin-right: 30px;
  padding: 12px 24px 12px 24px;
  border-radius: 50px;
  transition: 0.4s ease;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 19%);
}
.why-diyostech-btn ul li a span ion-icon {
  font-size: 24px;
  position: relative;
  top: 7px;
  left: 2px;
}
.why-diyostech-btn ul li a ion-icon {
  font-size: 20px;
  position: relative;
  top: 5px;
  left: 2px;
}
.abt-readmore ion-icon {
  transition: 0.4s ease;
  position: relative;
  top: 5px;
  left: 2px;
}
.abt-readmore:hover ion-icon {
  transition: 0.4s ease;
  position: relative;
  top: 5px;
  left: 5px;
}
.custm-footer h6 {
  font-size: 20px;
  color: #74BE21;
}
.custm-footer ul {
  margin: 0;
  padding: 0;
}
.custm-footer ul li {
  display: block;
  color: #8ba8c5;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.custm-footer ul li a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #d0e3f7;
  line-height: 20px;
  text-decoration: none;
  transition: 0.4s ease;
  position: relative;
  left: 0px;
  margin-bottom: 10px;
}
.custm-footer ul li a:hover {
  color: #FFFFFF;
  transition: 0.4s ease;
  position: relative;
  left: 2px;
  text-decoration: underline;
}
.custm-footer .copyright {
  font-size: 14px;
  color: #6081a2;
}
.footer-curve {
  float: left;
  width: 100%;
  /* background: url(../images/footer-bg.png) repeat-x; */
  /* background-size: 100%; */
  height: 110px;
  position: absolute;
  top: -75px;
  left: 0px;
}
.footer-social {
  float: left;
}
.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social ul li {
  display: inline-block;
}
.footer-social ul li a ion-icon {
  font-size: 26px;
  color: #74BE21;
  margin-right: 20px;
  transition: 0.4s ease;
}
.custm-footer hr {
  border-top: 1px solid rgb(255 255 255 / 32%);
}
.footer-contact {
  padding-top: 30px;
  font-size: 14px;
  color: #8ba8c5;
}
.footer-contact a {
  color: #03A9F4;
}
.footer-contact ion-icon {
  width: 22px;
  position: relative;
  top: 12px;
  margin-right: 5px;
  color: #8BC34A;
}
.tech-shapes {
  position: relative;
  left: 0px;
  top: 0px;
}
.tech-shapes .img-shape1 {
  position: relative;
  left: 60px;
  top: -20px;
  z-index: 999;
}
.tech-shapes .img-shape2 {
  position: relative;
  left: 970px;
  top: 340px;
  z-index: 999;
}
.tech-shapes .img-shape3 {
  position: relative;
  left: 940px;
  top: 10px;
  z-index: 999;
}
.tech-shapes .img-shape4 {
  position: relative;
  left: -50px;
  top: 490px;
  z-index: 999;
}
.tech-shapes .img-shape5 {
  position: relative;
  left: 100px;
  top: 258px;
  z-index: 999;
}
.tech-shapes .img-shape6 {
  position: relative;
  left: 990px;
  top: 180px;
  z-index: 999;
}
.tech-shapes .img-shape7 {
  position: relative;
  left: 0px;
  top: 120px;
  z-index: 999;
}
.tech-shapes .img-shape8 {
  position: relative;
  left: 1010px;
  top: 570px;
  z-index: 999;
}
.tech-shapes .img-shape9 {
  position: relative;
  left: 208px;
  top: 700px;
  z-index: 999;
}
.tech-shapes .img-shape10 {
  position: relative;
  left: 700px;
  top: 720px;
  z-index: 999;
}
.img-shape1 {
  animation-name: circle1;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes circle1 {
  0% {
    transform: scale(.1);
  }
  50% {}
  100% {
    transform: scale(0.7);
  }
}
.img-shape2 {
  animation-name: circle2;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes circle2 {
  0% {
    transform: scale(.1);
  }
  50% {}
  100% {
    transform: scale(0.7);
  }
}
.img-shape3 {
  animation-name: cross1;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes cross1 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360px);
  }
}
.img-shape7 {
  animation-name: triangle1;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes triangle1 {
  0% {
    transform: scale(.1);
  }
  50% {}
  100% {
    transform: scale(0.7);
  }
}
.img-shape4 {
  animation-name: cross2;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes cross2 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360px);
  }
}
.img-shape5 {
  animation-name: spot1;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes spot1 {
  0% {
    transform: scale(.1);
  }
  50% {}
  100% {
    transform: scale(1);
  }
}
.img-shape6 {
  animation-name: spot2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes spot2 {
  0% {
    transform: scale(.1);
  }
  50% {}
  100% {
    transform: scale(1);
  }
}
.img-shape8 {
  animation-name: cross3;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes cross3 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360px);
  }
}
.product-img {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.carousel-indicators {
  bottom: 30px;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 4px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.2;
  transition: opacity .6s ease;
}
.scroll-downs {
  position: absolute;
  right: 0;
  bottom: -120px;
  left: 48.5%;
  /* margin: auto; */
  width: 34px;
  /* height: 55px; */
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #333;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #333;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.img-card {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px;
  /*background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;*/
}
.famescreen {
  float: left;
  width: 100%;
  padding: 30px;
  background: #eff3f7;
  background: -moz-linear-gradient(top, #eff3f7 0%, #ffffff 61%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eff3f7 0%, #ffffff 61%, #ffffff 100%);
  background: linear-gradient(to bottom, #eff3f7 0%, #ffffff 61%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f7', endColorstr='#ffffff', GradientType=0);
}
.famescreen-title {
  padding-top: 120px;
}
.famescreen-title h1 {
 font-size: 55px;
    font-weight: 800;
    color: #29539b;
}
.famescreen-title h2 {
  /*font-family: 'Archivo Black', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 80px;
  font-weight: 900;
  text-align: center;
  /*background: linear-gradient(to right, #AE22F9 0%, #214af3 100%);*/
  /*background: linear-gradient(to right, #89d830 0%, #4caf50 80%);*/
  background: linear-gradient(to right, #42526e 0%, #2253a7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.famescreen-title .cus-h1{
  /*font-family: 'Archivo Black', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 80px;
  font-weight: 900;
  text-align: center;
  /*background: linear-gradient(to right, #AE22F9 0%, #214af3 100%);*/
  /*background: linear-gradient(to right, #89d830 0%, #4caf50 80%);*/
  background: linear-gradient(to right, #42526e 0%, #2253a7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.famescreen-title sup {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  /*background: linear-gradient(to right, #AE22F9 0%, #214af3 100%);*/
  /*background: linear-gradient(to right, #89d830 0%, #4caf50 80%);*/
  background: linear-gradient(to right, #42526e 0%, #2253a7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: -40px;
}
.famescreen-title p {
  width: 60%;
  color: #42526e;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-top: 0px;
  margin: 0 auto;
}
.famescreen-title h4 {
  width: 60%;
  color: #42526e;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding-top: 0px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.famescreen-title h5 {
  width: 100%;
  color: #333;
  font-size: 22px;
  font-weight: 100;
  /* text-align: center; */
  padding-top: 0px;
  margin: 0 auto;
  margin:15px 0px;
  text-align:justify;
}
.famescreen-title h5 strong {
  font-size: 26px;
  position: relative;
  top: 2px;
}
.pocket-fame-details {
  float: left;
  width: 100%;
  height: auto;
  background: #F4F5F7;
  padding: 100px 15px;
  /*clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);*/
  clip-path: polygon(70% 7%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.pocket-fame-details h1 {
  color: #4C5971;
  font-size: 30px;
  font-weight: 100;
}
.pocket-fame-details h2 {
  color: #4C5971;
  font-size: 42px;
  font-weight: 600;
}
.pocket-fame-details h5 {
  /* color: #2149f3; */
  margin-bottom: 10px;
}
.pocket-fame-details p {
  /* color: #fff; */
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
}
.pocket-fame-details .section-indicate-dark {
  float: none;
  width: 90px;
  font-size: 14px;
  color: #4c5971;
  padding: 7px;
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 50px;
}
.about-details {
  float: left;
  width: 100%;
  height: auto;
  /*background: #EBF3F5;*/
  padding: 100px 15px;
  clip-path: polygon(70% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf3f5+0,ffffff+100 */
  background: #ebf3f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ebf3f5 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ebf3f5 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebf3f5 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf3f5', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.about-details h5 ion-icon {
  width: 30px;
  height: 30px;
  position: relative;
  top: 7px;
}
.about-center {
  text-align: center;
  margin-bottom: 20px;
}
.float-img1 {
  position: absolute;
  top: 500px;
  right: 0px;
  z-index: 0;
  opacity: 0.2;
}
.diyos-office {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.diyos-office .dotted1 {
  position: absolute;
  z-index: -1;
  width: 150px;
  left: -30px;
  top: -45px;
  border-radius: 0px;
}
.about-foundation {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px;
}
.about-counter-box {
  float: left;
  width: 100%;
  height: 180px;
  padding: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 10px 10px 20px rgb(211 225 228);
}
.about-counter-box h5 {
  color: #73be4d !important;
}
.about-counter-box p {
  color: #333 !important;
}
.about-list {
  float: left;
  width: 25%;
  height: 120px;
  border-right: 1px dashed #a3becc;
  text-align: left;
  padding: 0px 20px;
}
.about-list-last {
  float: left;
  width: 25%;
  height: 160px;
  text-align: left;
  padding: 0px 20px;
}
.about-list h1 {
  color: #fff;
  font-size: 36px !important;
}
.about-list h5 {
  color: #ffeb3b;
  font-size: 24px !important;
}
.about-list p {
  color: #fff;
  font-size: 14px !important;
  font-weight: 300;
}
.about-list-last h1 {
  color: #fff;
  font-size: 36px !important;
}
.about-list-last h5 {
  color: #ffeb3b;
  font-size: 24px !important;
}
.about-list-last p {
  color: #fff;
  font-size: 14px !important;
  font-weight: 300;
}
.about-list-last small {
  font-size: 18px;
  margin-right: 5px;
  color: #673AB7;
}
.about-card {
  float: left;
  width: 100%;
  height: auto;
  padding: 60px;
  background: #2c3345;
  border-radius: 40px;
  box-shadow: 10px 10px 20px rgb(55 71 79 / 29%);
}
.about-card h4 {
  line-height: 30px;
  font-weight: 300;
  color: #fff;
}
.about-card .cus-p {
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  font-size: 1.5rem;
}
.diyos-office img {
  border-radius: 10px;
}
.about-details h1 {
  color: #42526E;
  font-size: 30px;
  font-weight: 600;
}
.about-details h2 {
  font-size: 42px;
  font-weight: 600;
}
.about-details h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-details .cus-h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-details p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
}
.about-details p strong {
  font-weight: 600;
  color: #42526e;
}
.fame-details1 {
  float: left;
  width: 100%;
  height: auto;
  padding: 100px 15px;
}
.fame-details1 h1 {
  font-size: 42px;
  font-weight: 500;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to right, #0033cc 0%, #cc33ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(90deg);
  }
}
.fame-details {
  float: left;
  width: 100%;
  height: auto;
  background: #2C3246;
  padding: 100px 15px;
  clip-path: polygon(70% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.fame-details h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 100;
}
.fame-details h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}
.fame-details h5 {
  color: #6a87fd;
  margin-bottom: 10px;
}
.fame-details p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
}
.fame-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.fame-details ul li {
  color: #fff;
  display: block;
  background: url("../images/circle-tick-mark01.png") no-repeat 0px 0px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.custm-dropcap1 {
  font-size: 90px;
  position: absolute;
  top: -35px;
  left: -30px;
  background: #fff;
  padding: 10px 35px;
  border-radius: 100px;
  opacity: 0.4 !important;
  color: #c5c3ea;
}
.custm-dropcap2 {
  font-size: 90px;
  position: absolute;
  top: -75px;
  left: -30px;
  background: #fff;
  padding: 10px 25px;
  border-radius: 100px;
  opacity: 0.4 !important;
  color: #c5c3ea;
}
.fame-details .custm-list li strong {
  font-size: 16px;
  font-weight: 600;
  color: #eed158;
}
.fame-details .section-indicate-dark {
  float: none;
  width: 90px;
  font-size: 14px;
  color: #7A91BA;
  padding: 7px;
  text-align: center;
  margin-bottom: 30px;
  background: #3C435D;
  border-radius: 50px;
}
.fame-mobile {
  float: left;
  position: relative;
  left: 100px;
  top: 50px;
}
.fame-mobile .fame-mobile-lg {
  position: absolute;
  left: 0px;
  z-index: 999;
}
.fame-mobile .fame-mobile-sm {
  position: relative;
  left: 145px;
  top: 110px;
  z-index: 9999;
}
.fame-mobile .fame-mobile-square1 {
  position: absolute;
  left: -85px;
  top: 320px;
  z-index: 9999;
}
.fame-mobile .fame-mobile-square2 {
  position: relative;
  left: -17px;
  top: -200px;
  z-index: 9999;
}
.fame-mobile .fame-mobile-dotted1 {
  position: absolute;
  width: 25%;
  top: 40px;
  left: 30px;
  z-index: 9;
}
.fame-mobile .fame-mobile-dotted2 {
  position: absolute;
  width: 25%;
  bottom: -50px;
  right: -20px;
  z-index: 9;
}
.fame-mobile .fame-mobile-circle1 {
  position: absolute;
  top: 270px;
  left: 0px;
  z-index: 9;
}
.fame-mobile .fame-mobile-circle2 {
  position: absolute;
  top: 370px;
  right: -30px;
  z-index: 9;
}
.fame-mobile .fame-mobile-plus {
  position: absolute;
  top: 530px;
  left: -50px;
  z-index: 9;
}
.fame-mobile .fame-mobile-cross {
  position: absolute;
  top: 150px;
  right: 50px;
  z-index: 9;
}
.fame-mobile .fame-mobile-triangle {
  position: absolute;
  top: 580px;
  left: 150px;
  z-index: 9;
}
.fame-details-group {
  float: left;
  width: 100%;
  height: auto;
  background: #f4f4f4;
  padding: 100px 15px;
}
.fame-details-group h3 {
  margin-bottom: 15px;
  color: #223658;
}
.fame-details-group h5 {
  margin-bottom: 15px;
  color: #223658;
}
.fame-details-group p {
  font-size: 15px;
}
.fame-details div ion-icon {
  background: #4163ED;
  padding: 7px;
  border-radius: 40px;
  width: 24px;
  height: 24px;
  color: #fff;
}
.fame-details-card {
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 15px 20px 0px 20px;
  border-radius: 40px 20px 20px 20px;
  margin-bottom: 15px;
  transition: 0.4s ease-in;
  box-shadow: 10px 10px 20px rgb(228 232 239);
}
.fame-details-card:hover {
  transition: 0.4s ease-in;
  border-radius: 40px 20px 40px 20px;
}
.fame-details-card h5 {
  float: left;
  width: 80%;
  font-size: 18px;
}
.fame-details-card p {
  font-size: 14px !important;
  float: left;
  width: 100%;
  padding-left: 60px;
}
.contact-details {
  float: left;
  width: 100%;
  height: auto;
  padding: 0px 15px;
}
.custm-map {
  background: #fff0c4;
  padding: 24px;
  border-radius: 70px;
}
.custm-map iframe {
  border-radius: 40px;
}
.contactmap-shape {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.contactmap-shape img {
  position: relative;
  top: -10px;
}
/*-------------------------- start nav menu ----------------------------------*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 18px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  background: transparent;
}
#cssmenu>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu.align-right>ul>li {
  float: right;
}
#cssmenu>ul>li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center>ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center>ul>li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu>ul>li>a {
  padding: 23px 24px 40px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  letter-spacing: 0.5px;
  text-decoration: none;
}
#cssmenu>ul>li:hover>a,
#cssmenu>ul>li>a:hover,
#cssmenu>ul>li.active>a {
  color: #555;
  background-position: 0 100%;
}
#cssmenu>ul>li.has-sub>a {
  padding-right: 15px;
}
#cssmenu>ul>li.has-single>a {
  padding-right: 10px;
}
#cssmenu>ul>li.has-sub>a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url("../images/down-arrow.svg") no-repeat;
  right: 0px;
  top: 25px;
  padding: 8px;
}
#cssmenu>ul>li.has-sub.active>a::after,
#cssmenu>ul>li.has-sub:hover>a {
  border-top-color: #565454;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 99999;
  top: 60px;
  padding-top: 0px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu>ul>li>ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #ffffff;
  top: -14px;
  left: 20px;
}
#cssmenu.align-right>ul>li>ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu>ul>li>ul {
  top: 155px;
}
#cssmenu>ul>li:hover>ul {
  top: 75px;
  left: 0;
  opacity: 1;
  background: #fff;
  border-radius: 10PX;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 14%);
}
#cssmenu.align-right>ul>li:hover>ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul>li:hover>ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul>li:hover>ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-size: 14px;
  padding: 13px;
  text-align: left;
  width: 263px;
  height: auto;
  color: #518417;
  letter-spacing: 0.5px;
  background: #fff;
  letter-spacing: 0.5px;
}
#cssmenu ul ul li:hover>a,
#cssmenu ul ul li.active>a {
  color: #fff;
  background: #73BD20;
}
#cssmenu ul ul li:first-child>a {
  border-radius: 10px 10px 0px 0px;
}
#cssmenu ul ul li:last-child>a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#cssmenu>ul>li>ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub>a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub>a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active>a::after,
#cssmenu ul ul li.has-sub:hover>a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active>a::after,
#cssmenu.align-right ul ul li.has-sub:hover>a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
/*-------------------------- end nav menu ----------------------------------*/
/*-------------------------- particles start ----------------------------------*/
#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0px;
}
/* ---- stats.js ---- */
.count-particles {
  background: rgba(0, 0, 34, 0) !important;
}
/*-------------------------- particles end ----------------------------------*/
.carousel {
  position: relative;
  text-align: center
}
.testmonial-slider {
  position: absolute;
  top: 190px;
}
.carousel-control-prev-icon {
  position: absolute;
  left: 14px;
  top: 17px;
}
.testmonial-slider li {
  background: #cacaca
}
.textmonial-name {
  font-size: 16px;
  font-weight: 500;
  color: #FF9800;
  margin-top: 20px;
}
.st-dtls {
  font-size: 13px;
}
.testmonial-slider {
  width: 80px;
  height: 30px;
  margin: 0 auto;
  padding: 10px;
  bottom: 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .29);
  cursor: pointer;
}
.testmonial-slider .active {
  background: #55b353;
}
.testmonial-slider li {
  background: #909090
}
.courses-box {
  float: left;
  width: 100%;
  height: auto;
  padding: 0 0 85px 0
}
#border-title {
  padding-top: 5px
}
.courses-img-right {
  float: right
}
.testimonial-content {
  width: 100%;
  height: 300px;
  padding: 20px;
  color: #333;
}


.fame-section2 {
  float: left;
  width: 100%;
  height: auto;
  padding: 100px 15px 50px 15px;
  background: #fff;
  background-size: contain;
  position: relative;
}
.fame-section2 h1 {
  font-size: 42px;
  font-weight: 500;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to right, #fa26a0 0%, #23f3e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(90deg);
  }
}
.fame-section2 ul {
  list-style: none;
  margin: 40px 0px;
  padding: 0;
}
.fame-section2 ul li {
  display: inline-block;
  background: #f4f4f4;
  padding: 30px;
  font-size: 30px;
  border-radius: 20px;
  margin-right: 30px;
}
.fame-section2 ul #bg1 {
  color: #4ca93a;
  background: #cdf1c6;
  border: 1px dashed #379025;
  transition: 0.4s ease-in;
  transform: scale(1);
}
.fame-section2 ul #bg1:hover {
  transition: 0.4s ease-in;
  transform: scale(0.9);
}
.fame-section2 ul #bg2 {
  color: #2e889e;
  background: #c0ecf7;
  border: 1px dashed #2e889e;
  transition: 0.4s ease-in;
}
.fame-section2 ul #bg2:hover {
  transition: 0.4s ease-in;
  transform: scale(0.9);
}
.fame-list1 {
  margin-bottom: 40px;
}
.fame-list1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fame-list1 ul li {
  font-size: 18px;
  display: block;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
  border-left: 3px solid #ff9800;
  transition: 0.4s ease;
  transform: scale(1);
}
.fame-list1 ul li:hover {
  transition: 0.4s ease;
  color: #ff9800;
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgb(0 0 1 / 12%);
}
.fame-list1 ul li span {
  font-size: 24px;
  color: #2196f3;
  margin-right: 10px;
}
.custm-icon1 a {
  padding: 20px;
  border-radius: 10px;
  border: 1px dashed #333;
  text-decoration: none;
  transition: 0.4s ease;
}
.custm-icon1 a:hover {
  transition: 0.4s ease;
  background: #fff;
  border: 1px dashed #5B6AC6;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
}
.custm-icon1 ion-icon {
  position: relative;
  top: 10px;
  width: 24px;
}
.fame-form-card {
  width: 90%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  z-index: 999999;
}
.img-ploygon1 {
  position: absolute;
  top: -70px;
  left: -130px;
  z-index: 9;
}
.img-ploygon2 {
  position: absolute;
  bottom: -40px;
  right: -100px;
  z-index: 9;
}
.img-ploygon3 {
  position: absolute;
  top: -60px;
  right: -110px;
  z-index: 9;
}
.img-ploygon4 {
  position: absolute;
  bottom: 20px;
  left: -110px;
  z-index: 9;
}
.img-ploygon5 {
  position: absolute;
  bottom: 220px;
  right: -200px;
  z-index: 9;
}
.img-ploygon6 {
  position: absolute;
  top: 120px;
  left: -300px;
  z-index: 9;
}
.fame-form-card input {
  height: 40px;
  font-size: 15px;
}
.fame-form-card .form-group label {
  color: #4b7ac3;
}
.custm-submit-btn {
  width: 100%;
  height: 52px;
  font-size: 20px;
  background: #73bd20;
  border: #73bd20;
  transition: 0.4s ease;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 19%);
}
.custm-submit-btn:hover {
  transition: 0.4s ease;
  background: #4caf50;
  border: #4caf50;
}
.fame-highlight h2 {
  margin-bottom: 40px;
  line-height: 40px;
  background: linear-gradient(to right, #5B6AC6 0%, #819BF7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue1 10s infinite linear;
}
.fame-highlight1 {
  margin-bottom: 40px;
  background: linear-gradient(to right, #0033cc 0%, #cc33ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}
.field-officer-list {
  padding-top: 0px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.field-off-box1-t {
  text-align: center;
  float: left;
  width: 25%;
  height: 150px;
  background: #fff;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
  color: #000;
}
.field-off-box2-t {
  text-align: center;
  float: left;
  width: 25%;
  height: 150px;
  background: #fff;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
  color: #000;
}
.field-off-box3-t {
  text-align: center;
  float: left;
  width: 25% !important;
  height: 150px;
  background: #fff;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
  color: #000;
}


.field-off-box1 {
  float: left;
  width: 30%;
  height: 120px;
  background: #fff;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
}
.field-off-box1:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: 135px;
  left: 150px;
}
.field-off-box2 {
  float: left;
  width: 30%;
  height: 120px;
  background: #fff;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
}
.field-off-box2:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: 135px;
  left: 480px;
}
.field-off-box3 {
  float: left;
  width: 30% !important;
  height: 120px;
  background: #fff;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
}
.field-off-box3:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: 135px;
  left: 810px;
}
.field-off-box1 h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  position: relative;
  top: 0px;
  color: #5c6bc0;
}
.field-off-box2 h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  position: relative;
  top: 0px;
  color: #5c6bc0;
}
.field-off-box3 h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  position: relative;
  top: 0px;
  color: #5c6bc0;
}
.fame-card1 {
  float: left;
  width: 100%;
  height: auto;
  color: #42526e;
  padding: 20px 10px 0px 30px;
  text-align: left;
}
.fame-card1 p {
  font-size: 16px;
  color: #209ae0;
}
.fame-card1 ion-icon {
  position: relative;
  top: -7px;
  width: 32px;
  height: 40px;
  margin-right: 12px;
  float: left;
  color: #42526e;
}
.img-rounded {
  border-radius: 20px;
}
.fame-card2 {
  float: left;
  width: 100%;
  height: 120px;
  color: #B48B20;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px dashed #d8aa31;
  box-shadow: 10px 10px 20px rgb(216 170 49 / 33%);
}
.fame-card3 {
  float: left;
  width: 100%;
  height: 120px;
  color: #44599a;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px dashed #44599a;
  box-shadow: 10px 10px 20px rgb(68 89 154 / 33%);
}
.custm-down-arrow1 ion-icon {
  color: #333;
  width: 42px;
}
.bullet-tickmark {
  padding-top: 0px;
}
.bullet-tickmark ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bullet-tickmark ul li {
  display: block;
  background: url("../images/circle-tick-mark02.png") no-repeat 0px 0px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.vision-card {
  float: left;
  width: 47%;
  height: 400px;
  color: #333;
  padding: 40px;
  border-radius: 40px;
  margin-bottom: 40px;
  margin-right: 25px;
  margin-top: 40px;
  background: #fff;
  background-size: cover;
  box-shadow: 10px 10px 20px rgb(197 215 220);
}
.mission-card {
  float: right;
  width: 47%;
  height: 400px;
  color: #333;
  padding: 40px;
  border-radius: 40px;
  margin-bottom: 40px;
  margin-left: 25px;
  margin-top: 40px;
  background: #fff;
  background-size: cover;
  box-shadow: 10px 10px 20px rgb(197 215 220);
}
.bg-green-light {
  background: #ECFAED !important;
}
.bg-orange-light {
  background: #FDF5E0 !important;
}
.bg-ash-light {
  background: #E0E4F0 !important;
}
.bg-brick-light {
  background: #FBEBDF !important;
}
.bg-pink-light {
  background: #FDE5FA !important;
}
.bg-sky-light {
  background: #EBF3F5 !important;
}
.bg-leaf-light {
  background: #BED9C7 !important;
}
.bg-dark-blue {
  background: #2C3246 !important;
}
.color-blue {
  color: #214AF3 !important;
}
.color-darkpink {
  color: #e91e63 !important;
}
.color-white {
  color: #fff !important;
}
.color-lime-green {
  color: #6ba923 !important;
}
.color-orange {
  color: #FF9800 !important;
}
.color-cyan {
  color: #30bac3 !important;
}
.color-grey {
  color: #848fa1 !important;
}
.color-skyblue {
  color: #209ae0 !important;
}
.font-size-md {
  font-size: 34px;
}
.fame-section-gradient {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 15px 40px 15px;
  background-size: contain;
  background: #eff7ff;
  background: -moz-linear-gradient(top, #eff7ff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eff7ff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eff7ff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7ff', endColorstr='#ffffff', GradientType=0);
}
.fame-section-gradient h1 {
  margin-bottom: 20px;
}
.fame-section-gradient h3 {
  margin-bottom: 20px;
}
.fame-section {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 15px 40px 15px;
  background: #fff;
  background-size: contain;
  position: relative;
}
.fame-section .cus-h1 {
  font-size: 42px;
  margin-bottom: 30px;
  line-height: 50px;
  margin-bottom: 30px;
}
.fame-section h1 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 50px;
  margin-bottom: 30px;
}
.fame-section h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.fame-section .cus-h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.fame-section .cus-h3 {
  font-size: 1rem;
  margin-bottom: 20px;
}
.fame-section h4 {
  line-height: 30px;
  color: #536179;
  margin-bottom: 20px;
}

.fame-section-counter {
  float: left;
  width: 100%;
  padding: 30px;
}
.unit-area {
  margin-bottom: 60px;
  margin-top: 120px;
}
.unit-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-area ul li {
  display: block;
  margin-bottom: 20px;
  padding: 0px 20px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}
.unit-area ul li img {
  position: relative;
  left: -10px;
}
.unit-area ul #img-dot1 {
  position: relative;
  left: -18px;
  top: -14px;
}
.unit-area ul #img-dot2 {
  position: relative;
  left: -18px;
  top: 10px;
}
.unit-area ul li p {
  padding-left: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #6d8abd;
}
.fame-highlight h1 {
  margin-bottom: 40px;
  line-height: 60px;
}
.fame-control-prev {
  left: 245px;
  top: 500px;
  float: left;
  width: 52px;
  height: 52px;
  background: rgb(0 0 0 / 41%);
  border-radius: 40px;
}
.fame-control-next {
  right: 250px;
  top: 500px;
  float: right;
  width: 52px;
  height: 52px;
  background: rgb(0 0 0 / 41%);
  border-radius: 40px;
}
.clip-section {
  float: left;
  width: 100%;
  height: auto;
  background: #2C3246;
  padding: 100px 15px 0px 15px;
  clip-path: polygon(70% 7%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.clip-section1 {
  float: left;
  width: 100%;
  height: auto;
  background: #F4F5F7;
  padding: 100px 15px;
  clip-path: polygon(70% 7%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.clip-section2 {
  float: left;
  width: 100%;
  height: auto;
  padding: 100px 15px;
  clip-path: polygon(70% 7%, 100% 0, 100% 90%, 0 100%, 0 0);
  background: #eff7ff;
  background: -moz-linear-gradient(top, #eff7ff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eff7ff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eff7ff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7ff', endColorstr='#ffffff', GradientType=0);
}
.clip-section3 {
  float: left;
  width: 100%;
  height: auto;
  padding: 100px 15px;
}
.bg-counter {
  background: url("../images/bg-005.svg") #000 center center fixed;
  background-size: cover;
}
.counter-mask {
  float: left;
  width: 100%;
  height: 361px;
  background: rgb(0 0 0 / 50%);
  position: absolute;
  top: -1px;
  left: 0px;
}
.testimonial-photos .img1 {
  position: absolute;
  left: 170px;
  top: 230px;
}
.testimonial-photos .img2 {
  position: absolute;
  left: 80px;
  top: 70px;
}
.testimonial-photos .img3 {
  position: absolute;
  right: 30px;
  top: 120px;
}
.testimonial-photos .img4 {
  position: absolute;
  right: 100px;
  top: 310px;
}
.testimonial-photos .img5 {
  position: absolute;
  left: -20px;
  top: 440px;
}
.testimonial-photos .img6 {
  position: absolute;
  left: 170px;
  top: 580px;
}
.testimonial-photos .img7 {
  position: absolute;
  right: 200px;
  top: 640px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgb(0 0 0 / 73%);
}
.modal-body {
  text-align: left;
}
.w-90 {
  width: 90%;
  margin: 0 auto;
}
.carousel-inner-fame {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blink-card {
  float: left;
  width: 100%;
  height: 320px;
  background: #fff;
  padding: 15px;
  border-radius: 40px;
  box-shadow: 0px 10px 20px rgb(155 179 195 / 18%);
  transition: 0.4s ease;
}
.blink-card:hover img {
  transform: scale(1.10);
  position: relative;
  top: -7px;
  transition: 0.4s ease;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 22%);
}
.blink-card img {
  width: 100%;
  height: 180px;
  border-radius: 30px;
  margin-bottom: 20px;
  transition: 0.4s ease;
  transform: scale(1);
  position: relative;
  top: 0px;
}
.blink-card h5 {
  padding: 0px 40px;
  text-align: center;
  font-size: 18px;
}
.blink-benefit {
  float: left;
  width: 100%;
  height: 470px;
  background: #f5ffcd;
  padding: 25px;
  border-radius: 40px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 12%);
}
.blink-benefit h2 {
  padding: 15px;
  font-size: 22px;
}
.blink-benefit ul {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px 10px;
}
.blink-benefit ul li {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  background: url(../images/circle-tick-mark01.png) no-repeat 0px 0px;
  padding-left: 30px;
}
.num1 {
  width: 38px;
  height: 38px;
  font-size: 18px;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  background: #28D1B7;
  margin-bottom: 10px;
  padding: 7px 4px 4px 4px;
}
.modal-content {
  padding: 20px 0px;
}
.pos-left1 {
  position: relative;
  left: 40px;
  z-index: 99;
  border-radius: 40px 0px 0px 40px;
  background: #FFF8E1;
  border: 5px solid #fff;
}
.pos-middle1 {
  position: relative;
  z-index: 999;
  transform: scale(1.07) !important;
  height: 520px;
  top: -25px;
  border: 5px solid #fff;
}
.pos-right1 {
  position: relative;
  right: 40px;
  z-index: 99;
  border-radius: 0px 40px 40px 0px;
  background: #e9f9d9;
  border: 5px solid #fff;
}
.font-erp-title {
  font-size: 65px !important;
}
.erp-module {
  float: left;
  width: 100%;
  height: auto;
  background: #EFF6F2;
  padding: 40px;
  border-radius: 10px;
  color: #fff;
}
.module-card {
  float: left;
  width: 100%;
  height: 350px;
  padding: 30px;
  background: #1565C0;
  color: #fff;
  border-radius: 0px;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
}
.submodule-card {
  float: left;
  width: 100%;
  height: 300px;
  padding: 30px;
  background: #d3e9ff;
  background: -moz-linear-gradient(top, #eff7ff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eff7ff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eff7ff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7ff', endColorstr='#ffffff', GradientType=0);
}
.erp-module h3 {
  color: #239855;
  font-size: 22px;
  height: 50px;
}
.erp-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.erp-module ul li {
  color: #209050;
  background: url(../images/bullet01.png) no-repeat 0px 3px;
  padding-left: 30px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}
.erp-submodule {
  float: left;
  width: 100%;
  height: 620px;
  background: #FCEFF1;
  padding: 40px;
  border-radius: 10px;
}
.erp-submodule h3 {
  color: #E26578;
  font-size: 22px;
  height: 50px;
}
.erp-submodule ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.erp-submodule ul li {
  color: #ab3d4e;
  background: url(../images/bullet02.png) no-repeat 0px 3px;
  padding-left: 30px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}
.erp-benefit {
  float: left;
  width: 100%;
  height: 620px;
  background: #EEF7FF;
  padding: 40px;
  border-radius: 10px;
}
.erp-benefit h3 {
  color: #306492;
  font-size: 22px;
  height: 50px;
}
.erp-benefit ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.erp-benefit ul li {
  color: #183c5d;
  background: url(../images/bullet03.png) no-repeat 0px 3px;
  padding-left: 30px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}
.mark-green {
  color: #73bd20;
  font-weight: 600;
  border-bottom: 1px dashed #999;
}
.bg-sky-gradient {
  background: #eff7ff;
  background: -moz-linear-gradient(top, #eff7ff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eff7ff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eff7ff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7ff', endColorstr='#ffffff', GradientType=0);
}
.svg-icon-md {
  width: 50px;
  margin-bottom: 10px;
}
.bg-erp-benefits {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 15px;
  background: url("../images/bg-our-expertise.svg") no-repeat center right #2c3246;
  background-size: cover;
}
.bg-technology {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 15px;
  background: url("../images/bg-our-technology.svg") no-repeat center right #2c3246;
  background-size: cover;
}
.contact-card1 {
  float: left;
  width: 100%;
  height: 150px;
  background: #FFF5EE;
  border: 1px dashed #fba05d;
  padding: 15px;
  border-radius: 20px;
  transition: 0.4s ease !important;
  position: relative;
  top: 0px;
}
.cus-h4 {
  font-size: 1rem;
}
.blog-content-inr .cus-h2 {
  font-size: 1.5rem;
}

.contact-card1:hover {
  transition: 0.4s ease !important;
  position: relative;
  top: -10px;
}
.contact-card1 img {
  margin-bottom: 10px;
}
.contact-card2 {
  float: left;
  width: 100%;
  height: 150px;
  background: #F0F3FF;
  border: 1px dashed #8199f8;
  padding: 15px;
  border-radius: 20px;
  transition: 0.4s ease !important;
  position: relative;
  top: 0px;
}
.contact-card2:hover {
  transition: 0.4s ease !important;
  position: relative;
  top: -10px;
}
.contact-card2 img {
  margin-bottom: 10px;
}
.contact-card3 {
  float: left;
  width: 100%;
  height: 150px;
  background: #E5F9FF;
  border: 1px dashed #4ac1e4;
  padding: 15px;
  border-radius: 20px;
  transition: 0.4s ease !important;
  position: relative;
  top: 0px;
}
.contact-card3:hover {
  transition: 0.4s ease !important;
  position: relative;
  top: -10px;
}
.contact-card3 img {
  margin-bottom: 10px;
}
.contact-card4 {
  float: left;
  width: 100%;
  height: 150px;
  background: #E5FCEC;
  border: 1px dashed #38b75f;
  padding: 15px;
  border-radius: 20px;
  transition: 0.4s ease !important;
  position: relative;
  top: 0px;
}
.contact-card4:hover {
  transition: 0.4s ease !important;
  position: relative;
  top: -10px;
}
.contact-card4 img {
  margin-bottom: 10px;
}
.tollfree {
  margin-top: 50px;
}
.tollfree p {
  margin-bottom: 40px;
  font-size: 32px;
  float: left;
  width: 100%;
  text-align: center;
}
.tollfree a {
  padding: 20px;
  border-radius: 10px;
  border: 1px dashed #5879fb;
  background: #fff;
  text-decoration: none;
  transition: 0.4s ease;
  font-size: 32px;
  letter-spacing: 4px;
}
.tollfree a:hover {
  transition: 0.4s ease;
  background: #f0f3ff;
  border: 1px dashed #5B6AC6;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
}
.tollfree ion-icon {
  position: relative;
  top: 11px;
  width: 36px;
  background: #167bff;
  padding: 7px 5px;
  border-radius: 35px;
  color: #fff;
}
#mySidenav {
  display: none;
}
.award-logo img {
    width: 40%;
    padding: 40px;
}
.requstdemobox {
    /* float: left;
    width: 100%;
    background: #2c3246; */
    padding: 100px 15px 15px 15px;
    padding-top: 140px;
    margin-bottom: 100px;
}
.demo-feaures {
    float: left;
    width: 100%;
    color: #fff;
}
.demo-feaures h1 {
  font-size: 2rem;
  margin: 0;
}
.requestform {
    float: right;
    width: 450px;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 80px;
    margin-top: 100px;
    background: #fff;
}
.award-sep {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #20273e;
    border-radius: 10px;
    padding: 15px;
}
.fame-section-request {
  float: left;
  width: 100%;
  height: auto;
  background: #2C3246;
  padding: 100px 15px 0px 15px;
  position: relative;
}
.blog-content {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  transition: transform .2s;
  transform: scale(1);
}
.blog-content:hover  .blog-content-img img{
  transition: transform .2s;
  transform: scale(1.2);
}
.blog-content-img {
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-content-img img {
  border-radius: 4px;
  transition: transform .2s;
  transform: scale(1);
}
/* .blog-content-img img:hover {
  border-radius: 4px;
  transform: scale(1.2);
} */
.large-banner img {
  border-radius: 20px;
}
.card-header {
  padding: 18px;
  border: none;
}
.card-header h5 {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  /* padding: 5px; */
}
.card-header a {
  text-decoration: none;
}

.card {
  border: none;
}
.card-body {
  font-size: 14px;
  padding: 10px;
  background: fff;
}
.card-body ul li {
  font-size: 13px;
  background: url(../images/circle-tick-mark01.png) no-repeat 0px 0px;
  padding-left: 25px;
  line-height: 24px;
  margin-bottom: 7px;
}
/* Price Table List */
.price-list ul li {
  font-size: 13px;
  background: none;
  padding-left: 0px;
  line-height: 24px;
  margin-bottom: 7px;
}

.crm-dashboard-img {
  margin-top: 30px;
  border-radius: 10px;
  transition: 0.4s ease;
  -webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.crm-dashboard-img:hover {
  transition: 0.4s ease;
  -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
label {
    display: block;
    margin-bottom: .5rem;
}
.float-btn {
  position: fixed;
  bottom: 0px;
  background-color: #74BE21;
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center;
  display: none;
}
.requestdemo1 a {
  color: #fff;
}
.appstore-link {
   float: left;
   padding-top: 40px;
}
.appstore-link .store1 {
  float: left;
  width: 25%;
}
.appstore-link .store2 {
  float: left;
  width: 32%;
  margin-top: -13px;
}
.contact-form-box {
  float: left;
  width: 100%;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.tbg {
  background: #74BE21;
  color: #fff;
}
.pricingu-ul {
  font-size: 12px;
  margin: 10px;
  line-height: 25px;
}
.card-radius {
  border-radius: 10px;
}
/* Table CSS */

.wrap-table100 {

    box-shadow: 0 0 24px rgba (0, 0, 0, 0.15);
    width: 1170px;
    margin: 0 auto;
}
.table100{background-color:#fff}table{width:100%}th,td{font-weight:unset;padding-right:10px}


.column1{
    width:30%;
    padding-left:40px
}
.column2{
    width:23%;
    text-align: center;

}
.column3{
    width:23%;
    text-align: center;

}
.column4{
    width:23%;
    text-align: center;
}



.column5{width:13%}.table100-head th{padding-top:18px;padding-bottom:18px}





.table100-body td{padding-top:16px;padding-bottom:16px}
.table100{position:relative;padding-top:60px}
.table100-head{position:absolute;width:100%;top:0;left:0}
.table100-body{overflow:auto}
.table100.ver1 th{font-size:18px;color:#fff;line-height:1.4;background-color:#74BE21}
.table100.ver1 td{font-size:15px;color:gray;line-height:1.4}
.table100.ver1 
.table100-body tr:nth-child(even){background-color:#f8f6ff}
.table100.ver1{border-radius:10px;overflow:hidden;box-shadow:0 0 40px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 40px 0 rgba(0,0,0,.15)}
.table100.ver1 .ps__rail-y{right:5px}.table100.ver1 .ps__rail-y::before{background-color:#ebebeb}
.table100.ver1 .ps__rail-y .ps__thumb-y::before{background-color:#ccc}.table100.ver2 .table100-head{box-shadow:0 5px 20px 0 rgba(0,0,0,.1);-moz-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);-o-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);-ms-box-shadow:0 5px 20px 0 rgba(0,0,0,.1)}.table100.ver2 th{font-family:Lato-Bold;font-size:18px;color:#fa4251;line-height:1.4;background-color:transparent}.table100.ver2 td{font-family:Lato-Regular;font-size:15px;color:gray;line-height:1.4}.table100.ver2 .table100-body tr{border-bottom:1px solid #f2f2f2}.table100.ver2{border-radius:10px;overflow:hidden;box-shadow:0 0 40px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 40px 0 rgba(0,0,0,.15)}.table100.ver2 .ps__rail-y{right:5px}.table100.ver2 .ps__rail-y::before{background-color:#ebebeb}.table100.ver2 .ps__rail-y .ps__thumb-y::before{background-color:#ccc}.table100.ver3{background-color:#393939}.table100.ver3 th{font-family:Lato-Bold;font-size:15px;color:#00ad5f;line-height:1.4;text-transform:uppercase;background-color:#393939}.table100.ver3 td{font-family:Lato-Regular;font-size:15px;color:gray;line-height:1.4;background-color:#222}.table100.ver3{border-radius:10px;overflow:hidden;box-shadow:0 0 40px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 40px 0 rgba(0,0,0,.15)}.table100.ver3 .ps__rail-y{right:5px}.table100.ver3 .ps__rail-y::before{background-color:#4e4e4e}.table100.ver3 .ps__rail-y .ps__thumb-y::before{background-color:#00ad5f}.table100.ver4{margin-right:-20px}.table100.ver4 .table100-head{padding-right:20px}.table100.ver4 th{font-family:Lato-Bold;font-size:18px;color:#4272d7;line-height:1.4;background-color:transparent;border-bottom:2px solid #f2f2f2}.table100.ver4 .column1{padding-left:7px}.table100.ver4 td{font-family:Lato-Regular;font-size:15px;color:gray;line-height:1.4}.table100.ver4 .table100-body tr{border-bottom:1px solid #f2f2f2}.table100.ver4{overflow:hidden}.table100.ver4 .table100-body{padding-right:20px}.table100.ver4 .ps__rail-y{right:0}.table100.ver4 .ps__rail-y::before{background-color:#ebebeb}.table100.ver4 .ps__rail-y .ps__thumb-y::before{background-color:#ccc}.table100.ver5{margin-right:-30px}.table100.ver5 .table100-head{padding-right:30px}.table100.ver5 th{font-family:Lato-Bold;font-size:14px;color:#555;line-height:1.4;text-transform:uppercase;background-color:transparent}.table100.ver5 td{font-family:Lato-Regular;font-size:15px;color:gray;line-height:1.4;background-color:#f7f7f7}.table100.ver5 .table100-body tr{overflow:hidden;border-bottom:10px solid #fff;border-radius:10px}.table100.ver5 .table100-body table{border-collapse:separate;border-spacing:0 10px}.table100.ver5 .table100-body td{border:solid 1px transparent;border-style:solid none;padding-top:10px;padding-bottom:10px}.table100.ver5 .table100-body td:first-child{border-left-style:solid;border-top-left-radius:10px;border-bottom-left-radius:10px}.table100.ver5 .table100-body td:last-child{border-right-style:solid;border-bottom-right-radius:10px;border-top-right-radius:10px}.table100.ver5 tr:hover td{background-color:#ebebeb;cursor:pointer}.table100.ver5 .table100-head th{padding-top:25px;padding-bottom:25px}.table100.ver5{overflow:hidden}.table100.ver5 .table100-body{padding-right:30px}.table100.ver5 .ps__rail-y{right:0}.table100.ver5 .ps__rail-y::before{background-color:#ebebeb}.table100.ver5 .ps__rail-y 
.ps__thumb-y::before{background-color:#ccc}

/* Table Hide */

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

/* Table Hide */

/* Demo Boxes */
.field-off-box1-1 {
  float: left;
  width: 48%;
  height: 100x;
  background: #20273e;
  padding: 16px;
  margin-top: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
}
.field-off-box2-2 {
  float: left;
  width: 48%;
  height: 100x;
  background: #20273e;
  padding: 15px;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(0 0 1 / 7%);
}

/* Demo Boxes */

.if-awards {
  width: 100%;
  height: 78px;
  padding-top: 10px;
}
.if-cliets {
  width: 100%;
  height: 150px;
  padding-top: 10px;
}
.if-cliets-a {
  width: 100%;
  height: 90px;
  padding-top: 10px;
}

@media (max-width: 430px) {
  .if-cliets {
    height: 270px;
  }
  .if-cliets-a {
    height: 150px;
  }
}

/* Price Table */

 .pricing-table-box {
     padding: 0px;
     margin: 0px;
     margin-top: 10px;
   width: 100%;
 }
 
 .pricing-table-box td {
     padding: 0px;
     border-left: 1px solid transparent;
 }
 
 .pricing-table-box .pricing-table-box-list td {
     padding: 10px 8px;
     font-weight: 500;
     text-align: center;
     font-size: 14px;
     background: #F9F9F9;
 }
 
 .pricing-table-box .pricing-table-box-list .glyphicon-ok {
     color: #68AF27;
 }
 
 .pricing-table-box .pricing-table-box-list .glyphicon-remove {
     color: #74BE21;
 }
 
 .pricing-table-box .pricing-table-box-list td:first-child {
     font-weight: 400;
     text-align: left;
     border-left: 0px;
     font-size: 14px;
     color: #060606;
 }
 
 .pricing-table-box .pricing-table-box-list:nth-child(2n) td {
     background: #F2F2F2;
 }
 
 .pricing-table-box .pricing-table-box-text h2 {
     font-size: 25px;
     font-weight: 300;
     line-height: 30px;
     margin: 0px;
     padding: 0px;
     text-align: center;
     color: #8a8a8a;
 }
 
 .pricing-table-box .pricing-table-box-text p {
     font-size: 12px;
     font-weight: 400;
     text-align: center;
     color: #666;
     margin-top: 10px;
 }
 
 .pricing-table-box .pricing-table-box-item {
     color: #FFF;
 }
 
 .pricing-table-box .pricing-table-box-item .pricing-table-box-item-head {
     padding: 10px 5px;
     text-align: center;
     background-color: #74BE21!important;
     box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
     -moz-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
     -webkit-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
     -o-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
 }
 
 .pricing-table-box .pricing-table-box-item .pricing-table-box-item-head p {
     font-size: 17px;
     font-weight: 600;
     line-height: 21px;
     text-transform: uppercase;
     margin-bottom: 0px;
 }
 
 .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price {
     padding: 15px 10px;
     text-align: center;
     color: #c500d7;
     background: #F9F9F9;
 }
 
 .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price p {
     font-size: 31px;
     font-weight: 600;
     line-height: 36px;
     margin-bottom: 0px;
 }
 
 .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price p span {
     font-size: 12px;
     font-weight: 300;
 }
 
 .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price > span {
     font-size: 12px;
     font-weight: 400;
     color: #009AD7
 }
 
 .pricing-table-box .pricing-table-box-item .pricing-table-box-item-purchase {
     padding: 10px 5px;
     background: #FFF;
 }
 
 .pricing-table-box-item-purchase .btn {
     text-transform: uppercase;
     margin-bottom: 0px;
     background-color: #74BE21;
     box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
     -moz-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
     -webkit-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
     -o-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
     border: none;
     padding: 11px 0;
 }
 
 .btn-success.active.focus,
 .btn-success.active:focus,
 .btn-success.active:hover,
 .btn-success:active.focus,
 .btn-success:active:focus,
 .btn-success:active:hover,
 .open>.dropdown-toggle.btn-success.focus,
 .open>.dropdown-toggle.btn-success:focus,
 .open>.dropdown-toggle.btn-success:hover {
     color: inherit!important;
     background-color: inherit!important;
     border-color: inherit!important;
 }
 
 .pricing-table-box .pricing-table-box-list:nth-child(1n) td.second-row {
     background: #F2F2F2;
 }
 
 .pricing-table-box .pricing-table-box-list:nth-child(2n) td.second-row {
     background: #dedede;
 }
 
 .pricing-table-box .pricing-table-box-list:nth-child(1n) td.fourth-row {
     background: #F2F2F2;
 }
 
 .pricing-table-box .pricing-table-box-list:nth-child(2n) td.fourth-row {
     background: #dedede;
 }
 
 
 /* Color Version 2*/
 
 .pricing-table-box .pricing-table-box-item .pricing-table-box-item-head.color2 {
     background-color: #74BE21!important;
 }
 
 .pricing-table-box-item-purchase .btn.color2 {
     background-color: #74BE21c!important;
 }
 
 .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price.color2 {
     color: #74BE21!important;
 }
 .pricealign {
   /* width: 80%; */
   margin: auto;
 }
 @media (max-width: 600px) {
  .pricealign {
    width: 100%;
    margin: auto;
  }
}
 .space {
   padding: 20px;
 }
 .prc-btn-success {
  color: #fff;
  background-color: #74BE21;
 border: none;
  padding: 10px 40%;
  border-radius: 5px;
}
 .prc-btn-success:hover {
  color: #fff;
  background-color: #218838;
  
}
.icon-container {
  padding: 5px;
}
.icon-child-icon {
  width: 15%;
  float: left;
}
.icon-child-text {
  
  width: 85%;
  float: left;
}
.f-logo {
  width: 125px;
}

/* Custom Button */
.demo-button a {
  font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #73BD20;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.4s ease;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 19%);
}
.demo-button a:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
/* Price Tabs */
.p-nav-tabs .p-nav-link {
  color: #fff;
  text-decoration: none;
  background: #73BD20 ;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 20px 15px 10px 15px;
  margin: 5px;
}
.p-nav-tabs :hover{
   background: #4f8f07;
   transition: 0.9s ease;
}
.p-drop-down {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}
.p-space {
  margin-bottom: 190px;
}
.p-space-us {
  margin-bottom: 190px;
}
.p-space-pro {
  margin-bottom: 415px;
}
.p-space-pro-us {
  margin-bottom: 542px;
}
.pro-space {
  margin: 70px;
}
/* pocket fame awards */
.p-awards {
  width: 100%;
  padding: 25px;
}
.p-hero {
  width: 100%;
}
/* logo */
.d-logo {
  max-width: 95%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .d-logo {
    max-width: 60%;
    height: auto;
  }
}
/* Pricin Table Colors */
.lite {
  color: #a25ddc;
}
.standard  {
  color : #0085ff;
}
.pro {
  color : #00ca72;
}
.top-bar-lite {
  background-color: #a25ddc;
  height: 10px;
  width: 100%;
}
.top-bar-standard {
  background-color: #0085ff;
  height: 10px;
  width: 100%;
}
.top-bar-pro {
  background-color: #00ca72;
  height: 10px;
  width: 100%;
}
.rupee {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-style: normal;
  
}
.custom-h1 {
  font-size: 48px;
  font-weight: 600;
}
.about-custom-h1 {
  font-size: 36px;
  font-weight: 600;
}
.about-details .about-center p {
  color: #42526E;
    font-size: 30px;
    font-weight: 600
  }
.fame-highlight p {
  font-size: 42px;
    margin-bottom: 40px;
    line-height: 60px;
    font-weight: 500;
}
.p-text {
  font-size: 1rem!;
}
.fame-section p {
  font-size: .90rem;
    margin-bottom: 40px;
    line-height: 60px;
    font-weight: 500;
}
.fame-section .cus-b-p {
  font-size: 1rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.5;
}
.fame-section .cus-p {
  font-size: 42px;
  margin-bottom: 40px;
  line-height: 60px;
  font-weight: 500;
}
.fame-section .cus-p-2 {
  font-size: 22px;
  line-height: 30px;
  color: #536179;
  margin-bottom: 20px;
  margin-top: 20px;
}
.fame-2side h2 {
  font-size: 30px;
    font-weight: 500;
}

.fame-line {
  line-height: 2rem;
  
}
