@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap");

/*============ Feature boxes ============ */

/* feature box 1

 ------------------------------ */

@import url("animation.css");

.ce4-feature-box-1 {
  width: 100%;

  padding: 0 0 0 0;

  float: left;

  margin-top: 100px;

  background: #101010 url(../images/ce4-3.jpg) 0 0 repeat;
}

.ce4-feature-box-1 .img-box-main {
  position: relative;

  width: 100%;

  top: -90px;

  padding: 0 0 0 10%;

  width: 90%;
}

.ce4-feature-box-1 .img-box {
  position: relative;

  width: 100%;

  float: left;

  padding: 15px;

  border: 1px solid #f1f1f1;

  transition: all 0.3s ease-out 0s;

  background-color: #fff;
}

/* feature box 2

 ------------------------------ */

.ce4-feature-box-2 {
  width: 100%;

  float: left;

  padding: 0;
}

.ce4-feature-box-2 .title {
  font-size: 18px;
}

.ce4-feature-box-2:hover .icon-plain-small,
.ce4-feature-box-2:hover .title,
.ce4-feature-box-2.active .icon-plain-small,
.ce4-feature-box-2.active .title {
  color: #41a728;
}

/* feature box 3

 ------------------------------ */

.ce4-feature-box-3 {
  width: 100%;

  float: left;

  padding: 20px;

  background-color: #fff;
}

.ce4-feature-box-3 .inner-box {
  position: relative;

  width: 100%;

  float: left;

  padding: 40px 30px 30px 30px;

  border: 1px solid #efefef;
}

.ce4-feature-box-3 .inner-box .iconbox-small {
  position: absolute;

  border: 1px solid #efefef;

  z-index: 2;

  top: -52px;

  left: 120px;

  background-color: #fff;
}

.ce4-feature-box-3 .inner-box .title-line {
  width: 30%;

  margin: 0 auto;

  height: 1px;

  background-color: #41a728;
}

/* feature box 4

 ------------------------------ */

.ce4-feature-box-4 {
  width: 100%;

  float: left;

  padding: 0;

  margin-top: 100px;

  background-color: #101010;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-4.bg-light {
  background-color: #f5f5f5;
}

.ce4-feature-box-4 .img-main {
  position: relative;

  width: 80%;

  left: 10%;

  top: -90px;

  display: inline-block;

  margin: 0 auto;
}

.ce4-feature-box-4 .img-box {
  position: relative;

  width: 100%;

  float: left;

  padding: 15px;

  overflow: hidden;

  border: 1px solid #f1f1f1;

  background-color: #fff;
}

.ce4-feature-box-4 .img-box .sc-icons-box {
  position: absolute;

  width: 70%;

  padding: 0px;

  margin: 0 15% 0 15%;

  left: 0;

  bottom: -85px;

  overflow: hidden;

  z-index: 1;

  text-align: center;

  display: inline-block;

  background-color: #41a728;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-4 .img-box .sc-icons-box .sc-icons {
  width: 100%;

  padding: 0px;
}

.ce4-feature-box-4 .img-box .sc-icons-box .sc-icons li {
  padding: 0px;

  display: inline-block;
}

.ce4-feature-box-4 .img-box .sc-icons-box .sc-icons li a {
  padding: 15px 10px 10px 10px;

  color: #fff;

  display: inline-block;
}

.ce4-feature-box-4 .img-box .sc-icons-box .sc-icons li a:hover {
  color: #101010;
}

.ce4-feature-box-4:hover .img-box .sc-icons-box {
  bottom: 15px;
}

/* feature box 5

 ------------------------------ */

.ce4-feature-box-5 {
  position: relative;

  width: 92%;

  float: left;

  padding: 40px 160px 40px 40px;

  background-color: #fff;

  border: 6px solid #f5f5f5;

  background: url(../images/ce4-11.png) right center no-repeat;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-5 .circle {
  position: absolute;

  width: 110px;

  height: 110px;

  float: left;

  z-index: 2;

  right: -50px;

  font-size: 18px;

  color: #101010;

  line-height: 97px;

  text-align: center;

  border-radius: 100%;

  background-color: #fff;

  border: 6px solid #f5f5f5;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-5:hover,
.ce4-feature-box-5.active {
  border: 6px solid #101010;

  background: url(../images/ce4-11-hover.png) right center no-repeat;
}

.ce4-feature-box-5:hover .circle,
.ce4-feature-box-5.active .circle {
  color: #fff;

  background-color: #41a728;

  border: 6px solid #41a728;
}

.ce4-feature-box-5:hover .title,
.ce4-feature-box-5.active .title {
  color: #41a728;
}

/* feature box 6

 ------------------------------ */

.ce4-feature-box-6 {
  position: relative;

  width: 92%;

  float: right;

  padding: 40px 40px 40px 160px;

  background-color: #fff;

  border: 6px solid #f5f5f5;

  background: url(../images/ce4-12.png) left center no-repeat;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-6 .circle {
  position: absolute;

  width: 110px;

  height: 110px;

  float: left;

  z-index: 2;

  left: -50px;

  font-size: 18px;

  color: #101010;

  line-height: 97px;

  text-align: center;

  border-radius: 100%;

  background-color: #fff;

  border: 6px solid #f5f5f5;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-6:hover {
  border: 6px solid #101010;

  background: url(../images/ce4-12-hover.png) left center no-repeat;
}

.ce4-feature-box-6:hover .circle {
  color: #fff;

  background-color: #41a728;

  border: 6px solid #41a728;
}

.ce4-feature-box-6:hover .title {
  color: #41a728;
}

/* feature box 7

 ------------------------------ */

.ce4-feature-box-7 {
  position: relative;

  width: 100%;

  float: left;

  min-height: 652px;

  margin-top: 113px;

  background-color: #101010;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-7 .img-box-main {
  position: absolute;

  width: 100%;

  float: left;

  left: 0;

  top: -113px;

  padding: 17px;

  z-index: 2;
}

.ce4-feature-box-7 .img-box {
  width: 100%;

  float: left;

  padding: 10px;

  border: 1px solid #f0f0f0;

  transition: all 0.3s ease-out 0s;

  background-color: #fff;
}

.ce4-feature-box-7 .img-box-main .text {
  width: 100%;

  float: left;

  padding: 45px;

  margin-top: 20px;

  background-color: #1a1a1a;
}

.ce4-feature-box-7 .img-box-main .text .blog-post-info span {
  color: #41a728;
}

.ce4-feature-box-7 .img-box-main .text a:hover {
  color: #41a728;
}

/* feature box 8

 ------------------------------ */

.ce4-feature-box-8 {
  width: 100%;

  float: left;

  padding: 12px;

  border: 1px solid #e4e4e4;

  background-color: #fff;

  transition: all 0.3s ease-out 0s;
}

/* feature box 9

 ------------------------------ */

.ce4-feature-box-9 {
  width: 100%;

  padding: 17px;

  float: left;

  background-color: #fff;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-9 .inner-box {
  width: 100%;

  padding: 25px;

  float: left;

  border: 1px solid #efefef;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-9:hover,
.ce4-feature-box-9.active {
  background-color: #101010;
}

.ce4-feature-box-9:hover .title {
  color: #fff;
}

.ce4-feature-box-9:hover .inner-box {
  border: 1px solid #282828;
}

/* feature box 10

 ------------------------------ */

.ce4-feature-box-10 {
  width: 100%;

  float: left;

  padding: 60px;

  margin-top: 50px;

  margin-bottom: 20px;

  border: 1px solid #f1f1f1;

  background-color: #fff;
}

.ce4-feature-box-10 input {
  width: 99%;

  height: 60px;

  float: left;

  padding: 15px;

  border: 1px solid #f1f1f1;

  background-color: #fff;
}

.ce4-feature-box-10 .submit-btn {
  width: 30%;

  height: 60px;

  float: left;

  margin-top: 20px;

  padding: 0px;

  color: #fff;

  text-transform: uppercase;

  background-color: #41a728;

  font-size: 16px;
}

.ce4-feature-box-10 .submit-btn:hover {
  background-color: #000;
}

/* feature box 11

 ------------------------------ */

.ce4-feature-box-11 {
  width: 100%;

  float: left;

  min-height: 600px;
}

/* feature box 12

 ------------------------------ */

.ce4-feature-box-12 {
  width: 100%;

  float: left;

  padding: 45px;

  border: 3px solid #f5f5f5;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-12 .title-line {
  width: 20%;

  height: 2px;

  float: left;

  margin: 8px 0 0 0;

  background-color: #41a728;
}

.ce4-feature-box-12:hover,
.ce4-feature-box-12.active {
  border: 3px solid #101010;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-12:hover .icon,
.ce4-feature-box-12:hover .title,
.ce4-feature-box-12.active .icon,
.ce4-feature-box-12.active .title {
  color: #41a728;
}

/* featurebox 13

 ------------------------------ */

.ce4-feature-box-13 {
  width: 100%;

  float: left;
}

.ce4-feature-box-13 .img-box-main {
  width: 100%;

  float: left;

  padding: 20px;

  border: 2px solid #fff;

  background-color: #fff;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-13 .img-box-main .img-box {
  position: relative;

  width: 100%;

  float: left;

  padding: 0px;

  text-align: center;

  overflow: hidden;

  background-color: #e9e9e9;
}

.ce4-feature-box-13 .text-box {
  width: 100%;

  padding: 50px;

  margin-top: 17px;

  border: 2px solid #fff;

  background-color: #fff;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-13 .img-box-main .img-box .sc-icons-box {
  position: absolute;

  width: 20%;

  height: 100%;

  padding: 0px;

  margin: 0px;

  right: -110px;

  top: 0px;

  overflow: hidden;

  z-index: 1;

  text-align: center;

  display: inline-block;

  background-color: #41a728;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-13 .img-box-main .img-box .sc-icons-box .sc-icons {
  width: 100%;

  padding: 60px 0 0 0;

  margin: 0px;
}

.ce4-feature-box-13 .img-box-main .img-box .sc-icons-box .sc-icons li {
  width: 100%;

  padding: 0px;

  margin: 0 0 10px 0;

  display: inline-block;
}

.ce4-feature-box-13 .img-box-main .img-box .sc-icons-box .sc-icons li a {
  width: 40px;

  height: 40px;

  padding: 15px 10px;

  color: #fff;

  line-height: 12px;

  display: inline-block;

  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* hover styles

 ------------------------------ */

.ce4-feature-box-13:hover .img-box-main .img-box .sc-icons-box,
.ce4-feature-box-13.active .img-box-main .img-box .sc-icons-box {
  right: 0px;
}

.ce4-feature-box-13:hover .img-box-main,
.ce4-feature-box-13.active .img-box-main {
  border: 2px solid #41a728;
}

.ce4-feature-box-13:hover .text-box,
.ce4-feature-box-13.active .text-box {
  border: 2px solid #101010;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-13:hover .img-box-main .img-box,
.ce4-feature-box-13.active .img-box-main .img-box {
  background-color: #e0e0e0;
}

/* featurebox 14

 ------------------------------ */

.ce4-feature-box-14 {
  width: 100%;

  float: left;

  padding: 20px;

  margin-bottom: 97px;

  background-color: #fff;
}

.ce4-feature-box-14 .inner-box {
  position: relative;

  width: 100%;

  float: left;

  padding: 35px;

  border: 1px solid #efefef;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-14 .inner-box .img-main {
  position: absolute;

  width: 100%;

  float: left;

  left: 0px;

  top: 155px;
}

.ce4-feature-box-14:hover .inner-box,
.ce4-feature-box-14.active .inner-box {
  border: 1px solid #41a728;
}

/* feature box 15

 ------------------------------ */

.ce4-feature-box-15 {
  width: 100%;

  float: left;

  padding: 0px;

  background-color: #f5f5f5;
}

.ce4-feature-box-15 input {
  width: 77%;

  height: 60px;

  float: left;

  padding: 15px;

  border: 1px solid #f5f5f5;

  background-color: #f5f5f5;
}

.ce4-feature-box-15 .submit-btn {
  width: 23%;

  height: 60px;

  float: left;

  padding: 0px;

  color: #727272;

  text-transform: uppercase;

  border: 1px solid #101010;

  background-color: #101010;
}

/* feature box 16

 ------------------------------ */

.ce4-feature-box-16 {
  width: 100%;

  float: left;

  padding: 0px;
}

.ce4-feature-box-16 .icon {
  border: 4px solid #f5f5f5;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-16 .title-line {
  width: 20%;

  height: 2px;

  display: block;

  margin: 4px 0 6px 0;

  background-color: #e4e4e4;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-16:hover .icon,
.ce4-feature-box-16.active .icon {
  color: #41a728;
}

.ce4-feature-box-16:hover .title-line,
.ce4-feature-box-16.active .title-line {
  background-color: #41a728;
}

/* feature box 17

 ------------------------------ */

.ce4-feature-box-17 {
  width: 100%;

  float: left;

  padding: 40px;

  background-color: #101010;
}

/* feature box 18

 ------------------------------ */

.ce4-feature-box-18 {
  width: 100%;

  float: left;

  padding: 60px 70px;

  background-color: #fff;
}

/* feature box 19

 ------------------------------ */

.ce4-feature-box-19 {
  width: 100%;

  float: left;
}

.ce4-feature-box-19 .title-line {
  width: 20%;

  height: 2px;

  float: left;

  margin: 8px 0 0 0;

  background-color: #41a728;
}

/* feature box 20

 ------------------------------ */

.ce4-feature-box-20 {
  width: 100%;

  float: left;

  padding: 0 0 0 40px;
}

/* feature box 21

 ------------------------------ */

.ce4-feature-box-21 {
  width: 100%;

  float: left;

  padding: 0;
}

/* feature box 22

 ------------------------------ */

.ce4-feature-box-22 {
  width: 100%;

  float: left;
}

.ce4-feature-box-22 .img-box {
  position: relative;

  width: 100%;

  float: left;
}

.ce4-feature-box-22 .img-box .text-box {
  position: absolute;

  width: 100%;

  float: left;

  padding: 35px;

  bottom: 80px;

  z-index: 3;

  background-color: #fff;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-22 .img-box .text-box .sc-icons-box {
  position: absolute;

  width: 80%;

  margin: 0 auto;

  top: 0px;

  opacity: 0;

  overflow: hidden;

  z-index: 1;

  background-color: #41a728;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-22 .img-box .text-box .sc-icons-box .sc-icons {
  width: 100%;

  margin: 0px;

  padding-left: 0px;

  text-align: center;
}

.ce4-feature-box-22 .img-box .text-box .sc-icons-box .sc-icons li {
  display: inline-block;
}

.ce4-feature-box-22 .img-box .text-box .sc-icons-box .sc-icons li a {
  padding: 15px 7px;

  color: #fff;

  text-align: center;

  display: inline-block;
}

.ce4-feature-box-22:hover .img-box .text-box .sc-icons-box {
  opacity: 1;

  top: -53px;
}

/* feature box 23

 ------------------------------ */

.ce4-feature-box-23 {
  width: 100%;

  float: left;

  padding: 60px;

  background-color: #fff;
}

/* feature box 24

 ------------------------------ */

.ce4-feature-box-24 {
  width: 100%;

  float: left;
}

.ce4-feature-box-24 .img-box {
  position: relative;

  width: 100%;

  float: left;
}

.ce4-feature-box-24 .img-box .icon {
  position: absolute;

  float: left;

  z-index: 2;

  bottom: -31px;

  left: 123px;

  color: #101010;

  border: 3px solid #fff;

  background-color: #f5f5f5;
}

.ce4-feature-box-24 .text-box {
  width: 100%;

  float: left;

  padding: 30px 45px;

  margin-top: 50px;

  border: 3px solid #f5f5f5;
}

/* feature box 25

 ------------------------------ */

.ce4-feature-box-25 {
  width: 100%;

  float: left;
}

/* feature box 26

 ------------------------------ */

.ce4-feature-box-26 {
  width: 100%;

  float: left;

  padding: 0px;

  background-color: #fff;
}

.ce4-feature-box-26 .text-box {
  position: relative;

  width: 50%;

  float: left;

  padding: 40px;
}

.ce4-feature-box-26 .text-box .arrow-right {
  position: absolute;

  width: 0;

  height: 0;

  right: -27px;

  top: 129px;

  border-top: 30px solid transparent;

  border-bottom: 30px solid transparent;

  border-left: 30px solid #fff;
}

.ce4-feature-box-26 .img-box {
  width: 50%;

  float: right;
}

/* feature box 27

 ------------------------------ */

.ce4-feature-box-27 {
  width: 100%;

  float: left;

  padding: 20px;

  background-color: #101010;
}

.ce4-feature-box-27 .inner-box {
  width: 100%;

  float: left;

  padding: 40px;

  border: 1px solid #272727;
}

/* feature box 28

 ------------------------------ */

.ce4-feature-box-28 {
  width: 100%;

  float: left;

  padding: 20px;

  background-color: #fff;
}

.ce4-feature-box-28 .inner-box {
  width: 100%;

  float: left;

  padding: 30px;

  border: 1px solid #e9e9e9;
}

.ce4-feature-box-28:hover .inner-box .icon,
.ce4-feature-box-28:hover .inner-box .title,
.ce4-feature-box-28.active .inner-box .icon,
.ce4-feature-box-28.active .inner-box .title {
  color: #41a728;
}

/* feature box 29

 ------------------------------ */

.ce4-feature-box-29 {
  width: 100%;

  float: left;
}

.ce4-feature-box-29 .icon {
  color: #fff;

  background-color: #101010;
}

.ce4-feature-box-29 .title {
  font-size: 20px;
}

.ce4-feature-box-29.light .icon {
  color: #101010;

  border: 1px solid #e4e4e4;

  background-color: #fff;
}

/* feature box 30

 ------------------------------ */

.ce4-feature-box-30 {
  width: 100%;

  float: left;

  padding: 20px;

  background-color: #f5f5f5;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-30 .inner-box {
  width: 100%;

  float: left;

  padding: 40px;

  border: 1px solid #e8e8e8;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-30:hover,
.ce4-feature-box-30.active {
  background-color: #101010;
}

.ce4-feature-box-30:hover .inner-box,
.ce4-feature-box-30.active .inner-box {
  border: 1px solid #282828;
}

.ce4-feature-box-30:hover .inner-box .title,
.ce4-feature-box-30.active .inner-box .title {
  color: #fff;
}

/* feature box 31

 ------------------------------ */

.ce4-feature-box-31 {
  width: 100%;

  float: left;

  padding: 20px;

  background-color: #fff;
}

.ce4-feature-box-31 .img-box {
  position: relative;

  width: 100%;

  float: left;

  padding: 0px;

  border: 1px solid #101010;
}

.ce4-feature-box-31 .img-box .icon-box {
  position: absolute;

  width: 86%;

  height: 86%;

  float: left;

  padding: 0px;

  z-index: 2;

  opacity: 0;

  margin: 7% 0 0 7%;

  transition: all 0.3s ease-out 0s;

  background-color: rgba(65, 167, 40, 0.8);
}

.ce4-feature-box-31 .img-box .icon-box .sc-icons {
  width: 100%;

  margin-top: 50px;

  margin-left: 0px;

  padding-left: 0px;

  display: inline-block;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-31 .img-box .icon-box .sc-icons li {
  padding: 0px;

  display: inline-block;
}

.ce4-feature-box-31 .img-box .icon-box .sc-icons li a {
  width: 40px;

  height: 40px;

  padding: 0px;

  color: #101010;

  line-height: 37px;

  text-align: center;

  border-radius: 100%;

  border: 1px solid rgba(255, 255, 255, 0.4);

  display: inline-block;

  background-color: #fff;
}

.ce4-feature-box-31 .img-box .icon-box .sc-icons li a:hover {
  color: #fff;

  border: 1px solid #101010;

  display: inline-block;

  background-color: #101010;
}

.ce4-feature-box-31:hover .img-box .icon-box,
.ce4-feature-box-31.active .img-box .icon-box {
  opacity: 1;
}

.ce4-feature-box-31:hover .img-box .icon-box .sc-icons {
  margin-top: 100px;
}

/* feature box 32

 ------------------------------ */

.ce4-feature-box-32 {
  width: 100%;

  float: left;

  padding: 12px;

  background-color: #101010;
}

/* feature box 33

 ------------------------------ */

.fe-feature-box-33 {
  width: 100%;

  float: left;
}

.fe-feature-box-33 .title-line {
  width: 20%;

  height: 2px;

  float: left;

  margin: 8px 0 0 0;

  background-color: #41a728;
}

.fe-feature-box-33 .title-line.align-right {
  float: right;
}

.fe-feature-box-33 .title {
  font-size: 18px;
}

.fe-feature-box-33:hover .icon-plain-msmall,
.fe-feature-box-33.active .icon-plain-msmall {
  color: #41a728;
}

.fe-feature-box-33:hover .title,
.fe-feature-box-33.active .title {
  color: #41a728;
}

/* feature box 34

 ------------------------------ */

.ce4-feature-box-34 {
  width: 100%;

  float: left;

  margin-top: 40px;

  padding: 70px 50px 50px 50px;

  background-color: #fff;
}

.ce4-feature-box-34 .text-box {
  position: relative;
}

.ce4-feature-box-34 .text-box .icon {
  position: absolute;

  left: 83px;

  top: -115px;

  border: 3px solid #f5f5f5;

  background-color: #fff;
}

.ce4-feature-box-34:hover .text-box .icon,
.ce4-feature-box-34:hover .text-box .title,
.ce4-feature-box-34.active .text-box .icon,
.ce4-feature-box-34.active .text-box .title {
  color: #41a728;
}

/* feature box 35

 ------------------------------ */

.ce4-feature-box-35 {
  width: 100%;

  float: left;
}

.ce4-feature-box-35 .img-box {
  position: relative;

  width: 100%;

  float: left;
}

.ce4-feature-box-35 .text-box {
  position: absolute;

  width: 100%;

  float: left;

  z-index: 2;

  padding: 70px;

  bottom: 0px;

  background-color: rgba(0, 0, 0, 0.8);
}

.ce4-feature-box-35 .text-box.two {
  background-color: rgba(0, 0, 0, 0.7);
}

/* feature box 36

 ------------------------------ */

.ce4-feature-box-36 {
  width: 100%;

  float: left;
}

.ce4-feature-box-36 .title-line {
  width: 10%;

  height: 1px;

  float: left;

  margin: 8px 0 0 0;

  background-color: #101010;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-36:hover .title-line {
  background-color: #41a728;
}

.ce4-feature-box-36:hover .icon,
.ce4-feature-box-36:hover .title {
  color: #41a728;
}

.ce4-feature-box-36.active .icon,
.ce4-feature-box-36.active .title {
  color: #41a728;
}

/* feature box 37

 ------------------------------ */

.ce4-feature-box-37 {
  width: 100%;

  float: left;

  padding: 12px;

  background-color: #101010;
}

/* feature box 38

 ------------------------------ */

.ce4-feature-box-38 {
  width: 100%;

  float: left;
}

.ce4-feature-box-38 .icon {
  background-color: #fff;

  border: 1px solid #f1f1f1;
}

.ce4-feature-box-38:hover .icon,
.ce4-feature-box-38.active .icon {
  background-color: #fff;

  color: #41a728;

  border: 1px solid #41a728;
}

.ce4-feature-box-38:hover .title,
.ce4-feature-box-38.active .title {
  color: #41a728;
}

/* feature box 39

 ------------------------------ */

.ce4-feature-box-39 {
  width: 100%;

  float: left;

  border: 1px solid #101010;

  background-color: #f5f5f5;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-39 .img-box {
  position: relative;

  width: 100%;

  float: left;
}

.ce4-feature-box-39 .img-box .text-box {
  position: absolute;

  width: 85%;

  padding: 40px;

  float: left;

  left: 0px;

  bottom: 0px;

  z-index: 3;

  background-color: #101010;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-39:hover .img-box .text-box,
.ce4-feature-box-39.active .img-box .text-box {
  background-color: #41a728;
}

.ce4-feature-box-39:hover,
.ce4-feature-box-39.active {
  border: 1px solid #41a728;
}

.ce4-feature-box-39:hover p,
.ce4-feature-box-39.active p {
  color: #fff;
}

/* feature box 40

 ------------------------------ */

.ce4-feature-box-40 {
  width: 100%;

  float: left;

  padding: 18px;

  border: 1px solid #fff;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-40 .inner-box {
  width: 100%;

  float: left;

  background-color: #fff;
}

.ce4-feature-box-40 .inner-box .title-line {
  width: 20%;

  height: 1px;

  float: left;

  margin: 0;

  background-color: #101010;
}

.ce4-feature-box-40:hover,
.ce4-feature-box-40.active {
  border: 1px solid #41a728;
}

.ce4-feature-box-40:hover .title,
.ce4-feature-box-40.active .title {
  color: #41a728;
}

.ce4-feature-box-40:hover .inner-box .title-line,
.ce4-feature-box-40.active .inner-box .title-line {
  background-color: #41a728;
}

/* feature box 41

 ------------------------------ */

.ce4-feature-box-41 {
  width: 100%;

  height: auto;

  float: left;

  margin-bottom: 20px;

  padding: 22px 22px 0px 22px;

  background-color: #fff;

  transition: all 0.3s ease-out 0s;
}

/* feature box 41

 ------------------------------ */

.ce4-feature-box-42 {
  width: 100%;

  height: auto;

  float: left;

  padding: 22px;

  background-color: #fff;

  transition: all 0.3s ease-out 0s;
}

/* feature box 43

 ------------------------------ */

.ce4-feature-box-43 {
  width: 100%;

  float: left;

  padding: 70px;

  border: 1px solid #e9e9e9;
}

/* feature box 44

 ------------------------------ */

.ce4-feature-box-44 {
  width: 100%;

  float: left;

  padding: 10px;

  border: 1px solid #282828;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-44 .inner-box {
  width: 100%;

  float: left;

  padding: 28px;

  background-color: #282828;

  transition: all 0.3s ease-out 0s;
}

.ce4-feature-box-44:hover,
.ce4-feature-box-44.active {
  border: 1px solid #41a728;
}

.ce4-feature-box-44:hover .inner-box,
.ce4-feature-box-44.active .inner-box {
  background-color: #41a728;
}

.ce4-feature-box-44:hover .inner-box p,
.ce4-feature-box-44.active .inner-box p {
  color: #fff;
}

/* feature box 45

 ------------------------------ */

.ce4-feature-box-45 {
  width: 100%;

  float: left;
}

.ce4-feature-box-45:hover .icon,
.ce4-feature-box-45.active .icon {
  color: #fff;

  background-color: #41a728;

  border: 1px solid #41a728;
}

.ce4-big-title {
  font-size: 70px;

  line-height: 52px;
}

.ce4-big-title span {
  color: #41a728;
}

.ce4-big-title.text-white {
  color: #fff;
}

.ce4-readmore-big {
  border-bottom: 1px solid #41a728;

  color: #41a728;

  font-size: 14px;

  font-weight: normal;

  letter-spacing: 3px;

  display: inline-block;

  padding-top: 40px;

  text-decoration: none;

  text-transform: uppercase;
}

.ce4-readmore-big.less-pad {
  padding-top: 30px;
}

/* feature box 46

 ------------------------------ */

.ce4-feature-box-46 {
  width: 100%;

  float: left;
}

.ce4-feature-box-46 .img-box {
  position: relative;

  width: 100%;

  float: left;

  z-index: 3;
}

.ce4-feature-box-46 .img-box .overlay {
  position: absolute;

  width: 100%;

  height: 100%;

  float: left;

  z-index: 3;

  padding: 80px;

  background-color: rgba(0, 0, 0, 0.1);
}

.ce4-feature-box-46 .img-box .overlay .text-box {
  width: 100%;

  float: left;

  padding: 180px 70px 70px 70px;

  text-align: center;

  margin: auto 0;

  /*border:1px solid rgba(255, 255, 255, 0.4)*/
}

.ce4-feature-box-46 .img-box .border-big {
  position: absolute;

  width: 100%;

  height: 100%;

  float: left;

  z-index: 4;

  border: 24px solid #41a728;
}

.ce4-feature-box-46.mar-top {
  margin-top: 30px;
}

.ce4-feature-box-46.middle-item .img-box {
  min-height: 485px;
}

.ce4-sec-martop {
  margin-top: -35px;
}

/* feature box 47

 ------------------------------ */

.ce4-feature-box-47 {
  position: relative;

  width: 100%;

  float: left;

  top: 142px;

  left: -80px;

  z-index: 3;
}

/* feature box 48

 ------------------------------ */

.ce4-feature-box-48 {
  width: 100%;

  padding: 0 0 0 0;

  float: left;

  margin-top: 100px;

  min-height: 700px;

  background-color: #f5f5f5;
}

.ce4-feature-box-48 .text-box-main {
  position: relative;

  width: 100%;
}

.ce4-feature-box-48 .text-box {
  position: relative;

  width: 100%;

  top: -90px;

  float: left;

  margin: 0 0 0 10%;

  padding: 40px 70px 90px 70px;

  width: 80%;

  border: 1px solid #f1f1f1;

  background-color: #fff;
}

/* feature box 50

 ------------------------------ */

.ce4-feature-box-50 {
  width: 100%;

  padding: 0 0 0 0;

  float: left;

  margin-top: 100px;
}

.ce4-feature-box-50 .img-box-main {
  position: relative;

  width: 100%;

  top: -90px;

  padding: 0;

  width: 100%;
}

.ce4-feature-box-50 .img-box-main .img-box {
  position: absolute;

  width: 70%;

  float: left;

  padding: 15px;

  margin-left: 10%;

  border: 1px solid #f1f1f1;

  transition: all 0.3s ease-out 0s;

  background-color: #fff;
}

.ce4-icon-text-list {
  overflow: hidden;

  padding-left: 0;
}

.ce4-icon-text-list li {
  float: left;

  padding: 25px;

  position: relative;

  transition: all 0.3s ease-out 0s;

  width: 50%;
}

.ce4-icon-text-list li::before,
.ce4-icon-text-list li::after {
  content: "";

  position: absolute;
}

.ce4-icon-text-list li::before {
  border-left: 1px dashed #e4e4e4;

  height: 100%;

  left: -1px;

  top: 0;
}

.ce4-icon-text-list li::after {
  border-bottom: 1px dashed #e4e4e4;

  bottom: -1px;

  height: 0;

  left: 0;

  top: auto;

  width: 100%;
}

/* side image

 ------------------------------ */

/* background image full width

 ------------------------------ */

.background-imgholder-full {
  width: 100%;

  padding: 0px;

  margin: 0px;

  float: left;
}

.background-imgholder-full.img1 {
  width: 100%;

  height: 510px;

  background: url(../images/ce4-56.png) 0 0 no-repeat;
}

.background-imgholder-full.img2 {
  width: 100%;

  height: 510px;

  background: url(../images/279.html) 0 0 no-repeat;
}

/*============ blog ============ */

.ce4-post-holder-1 {
  width: 100%;

  padding: 0px;

  float: left;
}

.ce4-post-holder-1 .ce4-post-img {
  position: relative;

  width: 100%;

  padding: 0px;

  float: left;
}

.ce4-post-holder-1 .text-box {
  height: 274px;

  padding: 60px 50px 50px 50px;
}

.ce4-post-holder-1 .text-box.one {
  height: 274px;
}

.ce4-post-holder-1 .text-box .blog-post-info span {
  color: #41a728;
}

.ce4-post-holder-1 .ce4-post-img .arrow-up {
  position: absolute;

  width: 0;

  height: 0;

  left: 175px;

  bottom: 0px;

  border-left: 20px solid transparent;

  border-right: 20px solid transparent;

  border-bottom: 20px solid #fff;

  z-index: 2;
}

.ce4-post-holder-1 .ce4-post-img .arrow-down {
  position: absolute;

  width: 0;

  height: 0;

  left: 175px;

  top: 0px;

  border-left: 20px solid transparent;

  border-right: 20px solid transparent;

  border-top: 20px solid #fff;
}

/*============ client logo list ============ */

ul.ce4-client-logo-list {
  width: 100%;

  padding: 0px;
}

ul.ce4-client-logo-list li {
  width: 19.7%;

  padding: 0px;

  margin: 0px;

  text-align: center;

  display: inline-block;

  border-right: 1px solid #f1f1f1;

  border-bottom: 1px solid #f1f1f1;
}

ul.ce4-client-logo-list li:last-child {
  border-right: none;
}

ul.ce4-client-logo-list.two li {
  width: 19.7%;

  padding: 0px;

  margin: 0px;

  text-align: center;

  display: inline-block;

  border-right: 1px solid #f1f1f1;

  border-bottom: none;
}

ul.ce4-client-logo-list.two li:last-child {
  border-right: none;
}

ul.ce4-client-logo-list li a {
  padding: 0px;

  margin: 0px;

  text-align: center;

  display: inline-block;
}

ul.ce4-client-logo-list li a img {
  text-align: center;
}

/*============ price table ============ */

/* price table 1

 ------------------------------ */

.ce4-price-table-1 {
  width: 100%;

  padding: 20px;

  float: left;

  background-color: #f5f5f5;

  transition: all 0.3s ease-out 0s;
}

.ce4-price-table-1 .inner-box {
  width: 100%;

  padding: 40px;

  float: left;

  border: 1px solid #e9e9e9;
}

@media screen and (max-width: 350px) {
  .ce4-price-table-1 .inner-box {
    padding: 40px 10px 10px 10px;
  }
}

.ce4-price-table-1 .inner-box .price-circle {
  width: 130px;

  height: 130px;

  padding: 38px 0 0;

  margin: 0 auto;

  border-radius: 100%;

  background-color: #fff;

  transition: all 0.3s ease-out 0s;
}

.ce4-price-table-1 .inner-box .price-circle .price {
  color: #242424;

  font-size: 28px;

  padding: 8px 0 0 0;

  font-weight: 700;

  text-align: center;

  transition: all 0.3s ease-out 0s;
}

.ce4-price-table-1 .inner-box .price-circle .price i {
  font-size: 14px;

  font-style: normal;

  font-weight: 500;
}

.ce4-price-table-1 .inner-box .price-circle .price sup {
  font-size: 18px;

  font-style: normal;
}

.ce4-price-table-1 ul.plan_features {
  width: 100%;

  float: left;

  text-align: center;

  padding: 0px;

  margin: 0px 0px 50px 0;
}

.ce4-price-table-1 ul.plan_features li {
  padding: 15px 0;

  border-bottom: 1px solid #e9e9e9;

  transition: all 0.3s ease-out 0s;
}

.ce4-price-table-1 ul.plan_features li:last-child {
  border-bottom: none;
}

/* hover styles

 ------------------------------ */

.ce4-price-table-1:hover,
.ce4-price-table-1.active {
  background-color: #101010;
}

.ce4-price-table-1:hover .inner-box,
.ce4-price-table-1.active .inner-box {
  border: 1px solid #272727;
}

.ce4-price-table-1:hover ul.plan_features li,
.ce4-price-table-1.active ul.plan_features li {
  border-bottom: 1px solid #272727;
}

.ce4-price-table-1:hover ul.plan_features li:last-child,
.ce4-price-table-1.active ul.plan_features li:last-child {
  border-bottom: none;
}

.ce4-price-table-1:hover a.btn.btn-dark-3,
.ce4-price-table-1.active a.btn.btn-dark-3 {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #41a728;

  color: #fff;
}

.ce4-price-table-1:hover .title,
.ce4-price-table-1.active .title {
  color: #fff;
}

.ce4-price-table-1:hover .inner-box .price-circle .price,
.ce4-price-table-1.active .inner-box .price-circle .price {
  color: #41a728;
}

.ce4-price-table-1:hover .inner-box .price-circle,
.ce4-price-table-1.active .inner-box .price-circle {
  color: #41a728;
}

/* price table 2

 ------------------------------ */

.ce4-price-table-2 {
  width: 100%;

  padding: 20px;

  float: left;

  background-color: #fff;

  transition: all 0.3s ease-out 0s;
}

.ce4-price-table-2 .inner-box {
  width: 100%;

  padding: 40px;

  float: left;

  border: 1px solid #101010;
}

.ce4-price-table-2 .inner-box .price-circle {
  width: 130px;

  height: 130px;

  padding: 38px 0 0;

  margin: 0 auto;

  border-radius: 100%;

  background-color: #fff;

  border: 3px solid #f5f5f5;

  transition: all 0.3s ease-out 0s;
}

.ce4-price-table-2 .inner-box .price-circle .price {
  color: #242424;

  font-size: 28px;

  padding: 8px 0 0 0;

  font-weight: 700;

  text-align: center;

  transition: all 0.3s ease-out 0s;
}

.ce4-price-table-2 .inner-box .price-circle .price i {
  font-size: 14px;

  font-style: normal;

  font-weight: 500;
}

.ce4-price-table-2 .inner-box .price-circle .price sup {
  font-size: 18px;

  font-style: normal;
}

.ce4-price-table-2 ul.plan_features {
  width: 100%;

  float: left;

  text-align: center;

  padding: 0px;

  margin: 0px 0px 50px 0;
}

.ce4-price-table-2 ul.plan_features li {
  padding: 15px 0;

  border-bottom: 1px solid #e9e9e9;

  transition: all 0.3s ease-out 0s;
}

.ce4-price-table-2 ul.plan_features li:last-child {
  border-bottom: none;
}

/* hover styles

 ------------------------------ */

.ce4-price-table-2:hover .inner-box,
.ce4-price-table-2.active .inner-box {
  border: 1px solid #41a728;
}

.ce4-price-table-2:hover .inner-box .price-circle,
.ce4-price-table-2.active .inner-box .price-circle {
  border: 3px solid #41a728;
}

.ce4-price-table-2:hover .inner-box .price-circle .price,
.ce4-price-table-2.active .inner-box .price-circle .price {
  color: #41a728;
}

.ce4-price-table-2:hover .inner-box .price-circle,
.ce4-price-table-2.active .inner-box .price-circle {
  color: #41a728;
}

.ce4-price-table-2:hover .inner-box .btn.btn-dark-3,
.ce4-price-table-2.active .inner-box .btn.btn-dark-3 {
  color: #fff;

  background-color: #41a728;
}

/* Price Table 3

 -----------------------------------------------*/

.ce4-price-table-3 {
  width: 100%;

  padding: 0px;

  margin: 0px;
}

.ce4-price-table-3 th {
  width: 25%;

  padding: 0px;

  margin: 0px;
}

.ce4-price-table-3 th .title-header {
  width: 100%;

  background-color: #242424;

  padding: 20px;

  font-size: 28px;

  font-weight: 600;

  color: #fff;

  float: left;

  text-align: center;
}

.ce4-price-table-3 th .title-header.active {
  background-color: #41a728;
}

.ce4-price-table-3 .table > thead > tr > th {
  padding: 0px;

  border: none;
}

.ce4-price-table-3 .table > tbody > tr > td {
  padding: 20px;
}

.ce4-price-table-3 .table > thead > tr > th {
  vertical-align: middle;
}

.ce4-price-table-3 th .price {
  color: #fff;

  font: 14px "Open Sans", sans-serif;

  font-size: 36px;

  font-weight: bold;

  line-height: 45px;

  text-align: center;

  padding: 8px 0px;
}

.ce4-price-table-3 tr td i {
  color: #89be21;

  font-size: 18px;
}

.ce4-price-table-3 tr td.red i {
  color: #ff2f16;
}

.ce4-price-table-3 th .price sup {
  font-size: 22px;

  font-style: normal;
}

.ce4-price-table-3 th .price i {
  font-size: 16px;

  font-style: normal;

  font-weight: 500;
}

.ce4-price-table-3 tr:nth-child(even) {
  background: #e9e9e9;
}

.ce4-price-table-3 tr:nth-child(odd) {
  background: #f5f5f5;
}

.ce4-price-table-3 th .title-header.first {
  margin-top: 69px;

  border: none;
}

.ce4-price-table-3 .table-bordered {
  border: none;
}

.ce4-price-table-3 .table-bordered th .title-header.first {
  border-right: 1px solid #f1f1f1;
}

.ce4-price-table-3 a.btn2 {
  margin-top: 20px;
}

/*============ Section Titles ============ */

/* title line

 ------------------------------ */

.ce4-title-line-1 {
  width: 50px;

  height: 2px;

  margin: 0px auto 10px auto;

  background-color: #101010;
}

.ce4-title-line-1.align-left {
  width: 50px;

  margin: 0 auto 20px 0;
}

.ce4-title-line-2.dark,
.ce4-title-line-1.dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ce4-title-line-1.less-mar {
  margin: 5px auto 10px auto;
}

.ce4-title-line-1.white {
  background-color: #fff;
}

/* =========== client logos ============= */

.ce4-clients.grid-cols-2 li {
  width: 50%;
}

.ce4-clients.grid-cols-3 li {
  width: 33.33%;
}

.ce4-clients.grid-cols-4 li {
  width: 25%;
}

.ce4-clients.grid-cols-5 li {
  width: 20%;
}

.ce4-clients.grid-cols-6 li {
  width: 16.66%;
}

.ce4-clients {
  padding-left: 0px;

  overflow: hidden;
}

.ce4-clients li {
  position: relative;

  width: 20%;

  float: left;

  padding: 25px 0;

  transition: all 0.3s ease-out 0s;
}

.ce4-clients li a img {
  width: 100%;
}

.ce4-clients li a,
.ce4-clients li img {
  display: block;

  margin: 0 auto;

  width: 75%;
}

.ce4-clients li::before,
.ce4-clients li::after {
  content: "";

  position: absolute;
}

.ce4-clients li::before {
  height: 100%;

  top: 0;

  left: -1px;

  border-left: 1px solid #e9e9e9;
}

.ce4-clients li::after {
  width: 100%;

  height: 0;

  left: 0;

  top: auto;

  bottom: -1px;

  border-bottom: 1px solid #e9e9e9;
}

.ce4-clients.border-dark li::before {
  border-left: 1px solid #333333;
}

.ce4-clients.border-dark li::after {
  border-bottom: 1px solid #333333;
}

.ce4-clients.noborder li::before {
  border-left: none;
}

/* logo hover styles

 ------------------------------ */

.ce4-clients.hover-1 li:hover {
  background-color: #101010;
}

.ce4-clients.hover-2 li:hover {
  background-color: #f5f5f5;
}

.ce4-clients.hover-3 li:hover {
  background-color: #f5f5f5;
}

.ce4-clients.hover-4 li a {
  opacity: 0.4;
}

.ce4-clients.hover-4 li a:hover {
  opacity: 1;
}

/* personal info list

 ------------------------------ */

.personal-info {
  float: left;

  margin: 0;

  padding: 0;

  width: 100%;
}

.personal-info li {
  color: #e9b444;

  padding-bottom: 8px;
}

.personal-info li i {
  margin-right: 10px;
}

.personal-info.orange-2 li {
  color: #41a728;

  padding-bottom: 8px;
}

/*============ Parallax Sections ============ */

.ce4-parallax-sec-1 {
  width: 100%;

  float: left;

  text-align: center;

  background: url(../images/parallax/ce4-parallax1.jpg);

  background-position: center;
}

.ce4-parallax-sec-2 {
  width: 100%;

  float: left;

  margin-top: -35px;

  text-align: center;

  background: url(../images/parallax/hl-parallax1.jpg);

  background-position: center;
}

.parallax-17 {
  background: rgba(0, 0, 0, 0) url("../images/parallax/ce4-parallax2.jpg")
    no-repeat fixed 50% 0;
}

.parallax-18 {
  background: rgba(0, 0, 0, 0) url("../images/parallax/ce4-parallax3.jpg")
    no-repeat fixed 50% 0;
}

.parallax-18 .text-box {
  width: 100%;

  float: left;

  padding-top: 100px;
}

.parallax-19 {
  background: rgba(0, 0, 0, 0) url("../images/parallax/ce4-parallax4.jpg")
    no-repeat fixed 50% 0;
}

.parallax-20 {
  background: rgba(0, 0, 0, 0) url("../images/parallax/ce4-parallax3.jpg")
    no-repeat fixed 50% 0;
}

.parallax-21 {
  background: rgba(0, 0, 0, 0) url("../images/parallax/ce4-parallax5.jpg")
    no-repeat fixed 50% 0;
}

.parallax-22 {
  background: rgba(0, 0, 0, 0) url("../images/about-sec-back.jpg") no-repeat
    fixed 50% 0;
}

.parallax-23 {
  background: rgba(0, 0, 0, 0) url("../images/parallax/ce4-parallax7.jpg")
    no-repeat fixed 50% 0;
}

.parallax-24 {
  background: rgba(0, 0, 0, 0) url("../images/parallax/ce4-parallax8.jpg")
    no-repeat fixed 50% 0;
}

.parallax-25 {
  background: rgba(0, 0, 0, 0) url("../images/parallax/re-parallax2.jpg")
    no-repeat fixed 50% 0;
}

.parallax-26 {
  background: rgba(0, 0, 0, 0) url("../images/parallax/port-parallax1.jpg")
    no-repeat fixed 50% 0;
}

.parallax-text-box {
  min-height: 200px;
}

.parallax-text-box .title {
  font-size: 80px;

  font-weight: bold;

  line-height: 60px;
}

/*============ Progress circles ============ */

.percent {
  width: 200px;

  height: 200px;

  margin: 0 auto;
}

.percent-2 {
  width: 200px;

  height: 200px;

  margin: 0 auto;
}

/*============ pages sidebar ============ */

.pages-sidebar-item {
  float: left;

  margin-bottom: 60px;

  width: 100%;
}

.pages-sidebar-item .social-links {
  float: left;

  margin: 0;

  padding: 0;

  width: 100%;
}

.pages-sidebar-item .social-links li {
  float: left;

  margin: 0;

  padding: 0;
}

.pages-sidebar-item .social-links li a {
  color: #101010;

  float: left;

  padding: 0 20px 0 0;
}

.pages-sidebar-item .social-links li a:hover {
  color: #41a728;
}

.pages-newsletter {
  border: 1px solid #e4e4e4;

  float: left;

  height: 45px;

  padding: 10px;

  width: 100%;
}

.bg2-rightcol-links {
  float: left;

  padding: 0;

  width: 100%;
}

.pages-sidebar-item-title {
  font-size: 20px;

  margin-bottom: 25px;
}

.pages-sidebar-links {
  float: left;

  padding: 0;

  width: 100%;
}

.pages-sidebar-links li {
  border-bottom: 1px solid #ececec;

  float: left;

  width: 100%;
}

.pages-sidebar-links li a {
  float: left;

  padding: 10px 0;

  width: 100%;
}

.pages-sidebar-links li a:hover,
.pages-sidebar-links li a.active {
  color: #41a728;
}

.pages-sidebar-links li:last-child {
  border-bottom: medium none;
}

.pages-tags {
  margin: 0;

  padding: 0;
}

.pages-tags li {
  margin: 0;

  padding: 0;
}

.pages-tags li a {
  background-color: #fff;

  border: 1px solid #e9e9e9;

  color: #727272;

  float: left;

  margin: 0 10px 10px 0;

  padding: 5px 15px;
}

.pages-tags li a:hover,
.pages-tags li a.active {
  background-color: #101010;

  color: #727272;
}

/*============ Site map ============ */

ul.sitemap {
  margin: 0;

  padding: 0;
}

ul.sitemap li {
  margin: 0 0 8px;
}

ul.sitemap li a {
  color: #41a728;
}

ul.sitemap li a:hover {
  text-decoration: underline;
}

ul.sitemap li ul {
  padding-left: 30px;
}

/*============ 404 page ============ */

.error_holder {
  margin: 0 auto;

  padding: 0;

  text-align: center;

  width: 60%;
}

.error_holder.two {
  text-align: left;

  width: 100%;
}

.error_holder .title {
  font-size: 110px;

  font-weight: 400;

  line-height: 65px;

  margin: 0;

  padding: 30px 0;
}

.error_title_big {
  font-size: 200px;

  font-weight: bold;

  line-height: 65px;

  margin: 0;

  padding: 30px 0;
}

.error-search-box {
  float: left;

  margin: 0;

  padding: 0;

  width: 100%;
}

.error-search-box .email_input {
  border: 1px solid #e4e4e4;

  color: #727272;

  height: 50px;

  width: 70%;

  padding: 15px;
}

.error-search-box .input_submit {
  background-color: #41a728;

  border: 1px solid #41a728;

  color: #fff;

  height: 50px;

  transition: all 0.3s ease-out 0s;

  width: 20%;
}

.error-search-box .input_submit:hover {
  background-color: #242424;

  border: 1px solid #242424;
}

.error-title-big {
  font-size: 200px;

  font-weight: bold;

  line-height: 65px;

  margin: 0;

  padding: 30px 0;
}

/*============ portfolio single page ============ */

.port-project-info {
  width: 100%;

  float: left;

  padding: 40px;

  border: 1px solid #f1f1f1;
}

.port-project-info li {
  padding: 0 0 10px 0;

  margin: 0px;
}

.port-project-info li span {
  color: #101010;

  display: inline-block;

  font-weight: 700;

  width: 150px;
}

.port-project-info li span i {
  margin-right: 7px;

  position: relative;

  text-align: center;

  top: 1px;

  width: 14px;
}

/*----------------------------RESPONSIVE STYLES------------------------------- */

/* ---------- MAX 1024PX ---------- */

@media screen and (max-width: 1024px) {
  .ce4-feature-box-3 .inner-box .iconbox-small {
    left: 80px;
  }

  .ce4-feature-box-1 .img-box {
    width: 345px;
  }

  .ce4-feature-box-14 .inner-box .img-main {
    top: 200px;
  }

  .ce4-feature-box-34 .text-box .icon {
    left: 42px;
  }

  .background-imgholder-full.img1 {
    background-size: 80%;
  }

  .ce4-feature-box-46.middle-item .img-box {
    min-height: 0;
  }

  .ce4-feature-box-46 .img-box .overlay {
    padding: 40px;
  }

  .ce4-feature-box-46 .img-box .overlay .text-box {
    padding: 20px;
  }

  .ce4-big-title {
    font-size: 60px;

    line-height: 45px;
  }
}

@media only screen and (max-width: 1000px) {
  .ce4-big-title {
    font-size: 57px;

    line-height: 43px;
  }
}

/* ---------- MAX 991PX ---------- */

@media only screen and (max-width: 991px) {
  .container {
    width: 90%;
  }

  .ce4-feature-box-3 .inner-box .iconbox-small {
    left: 112px;
  }

  .ce4-feature-box-5 {
    width: 95%;
  }

  .ce4-feature-box-6 {
    width: 95%;

    padding: 40px 40px 40px 160px;
  }

  .ce4-feature-box-7 .img-box-main {
    position: static;
  }

  .ce4-feature-box-7 {
    margin-top: 0;

    min-height: 1460px;
  }

  .ce4-feature-box-14 .inner-box .img-main {
    top: 99px;
  }

  .ce4-feature-box-14 {
    margin-bottom: 123px;
  }

  .ce4-feature-box-22 .img-box .text-box {
    bottom: 26px;
  }

  ul.ce4-client-logo-list li {
    width: 18.7%;
  }

  ul.ce4-client-logo-list.two li {
    width: 18.7%;
  }

  .ce4-feature-box-31 .img-box .icon-box {
    width: 100%;

    height: 100%;

    margin: 0 0 0 0;
  }

  .ce4-feature-box-34 .text-box .icon {
    left: 110px;
  }

  .background-imgholder-full.img1 {
    background: none;

    height: 350px;
  }

  .ce4-feature-box-47 {
    top: 0;
  }

  .ce4-feature-box-46 .img-box .overlay .text-box {
    padding: 40% 20px 20px 20px;
  }

  .ce4-feature-box-1 .img-box {
    width: 100%;
  }

  .ce4-feature-box-1 .img-box-main {
    left: 0;
  }

  .ce4-feature-box-3 .inner-box .iconbox-small {
    position: static;

    top: 0px;
  }
}

/* ---------- MAX 800PX ---------- */

@media only screen and (max-width: 800px) {
  .fo-sec-3 .primary-box {
    top: 0;

    padding: 30px;
  }

  .ce4-feature-box-13 .img-box-main .img-box .sc-icons-box .sc-icons {
    padding: 0 0 0 0;
  }

  .ce4-parallax-sec-3 .text-box {
    padding-top: 0;
  }

  .ce4-feature-box-22 .img-box .text-box {
    bottom: -100px;
  }

  .classes-table table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  .ce4-readmore-big.less-pad {
    margin-bottom: 100px;
  }

  .ce4-feature-box-1 .img-box {
    width: 100%;
  }

  .ce4-feature-box-1 .img-box-main {
    left: 0;
  }

  .ce4-feature-box-48 {
    margin-top: 0;
  }

  .ce4-feature-box-49 {
    top: 0;
  }
}

/* ---------- MAX 768PX ---------- */

@media only screen and (max-width: 768px) {
  .ce4-feature-box-34 .text-box .icon {
    left: 55px;
  }

  .ce4-feature-box-1 .img-box {
    width: 100%;
  }

  .ce4-feature-box-49 {
    top: 0;
  }
}

/* ---------- MAX 767PX ---------- */

@media only screen and (max-width: 767px) {
}

@media screen and (max-width: 640px) {
  .ce4-feature-box-3 .inner-box .iconbox-small {
    left: 214px;
  }

  .ce4-feature-box-34 .text-box .icon {
    left: 173px;
  }

  .classes-table table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  .ce4-price-table-3 th .title-header {
    font-size: 10px;

    padding: 8px;
  }

  ul.ce4-client-logo-list li {
    width: 32.7%;
  }

  ul.ce4-client-logo-list.two li {
    width: 32.7%;
  }

  .ce4-feature-box-48 {
    min-height: 776px;
  }
}

@media screen and (max-width: 480px) {
  .ce4-feature-box-3 .inner-box .iconbox-small {
    left: 140px;
  }

  .ce4-feature-box-5 {
    width: 90%;
  }

  .ce4-feature-box-6 {
    width: 90%;
  }

  .ce4-feature-box-10 input {
    width: 68%;
  }

  .ce4-feature-box-10 .submit-btn {
    width: 31%;
  }

  .ce4-feature-box-14 .inner-box .img-main {
    top: 149px;
  }

  .ce4-feature-box-22 .img-box .text-box {
    bottom: 77px;
  }

  ul.ce4-client-logo-list li {
    width: 47.7%;
  }

  ul.ce4-client-logo-list.two li {
    width: 47.7%;
  }

  .ce4-feature-box-34 .text-box .icon {
    left: 107px;
  }

  .ce4-big-title {
    font-size: 50px;

    line-height: 37px;
  }

  .ce4-feature-box-1 .img-box-main {
    top: 0;
  }

  .ce4-feature-box-1 {
    padding: 70px 0;

    margin-top: 0;
  }

  .ce4-feature-box-48 .text-box {
    padding: 40px 70px 90px;

    top: 0;
  }

  .ce4-feature-box-48 {
    padding: 80px 0;

    margin-top: 0;
  }

  .ce4-feature-box-4 {
    margin-top: 50px;
  }

  .ce4-icon-text-list li {
    width: 100%;
  }

  .ce4-icon-text-list {
    margin-top: 25px;
  }

  .ce4-feature-box-5 .circle {
    position: static;
  }

  .ce4-feature-box-5:hover,
  .ce4-feature-box-5.active {
    background: none;
  }

  .ce4-feature-box-5 {
    width: 100%;

    padding: 40px;
  }

  .ce4-feature-box-5 .text-box {
    width: 100%;
  }

  .ce4-feature-box-5 {
    background: none;
  }

  .ce4-feature-box-6 .circle {
    position: static;
  }

  .ce4-feature-box-6:hover,
  .ce4-feature-box-6.active {
    background: none;
  }

  .ce4-feature-box-6 {
    width: 100%;

    padding: 40px;
  }

  .ce4-feature-box-6 .text-box {
    width: 100%;
  }

  .ce4-feature-box-6 {
    background: none;
  }
}

/* ---------- MAX 360PX ---------- */

@media screen and (max-width: 360px) {
  .ce4-feature-box-3 .inner-box .iconbox-small {
    left: 90px;
  }

  .ce4-feature-box-1 .img-box {
    width: 100%;
  }

  .ce4-feature-box-5:hover,
  .ce4-feature-box-5.active {
    background: none;
  }

  .ce4-feature-box-5 {
    background: none;
  }

  .ce4-feature-box-6:hover,
  .ce4-feature-box-6.active {
    background: none;
  }

  .ce4-feature-box-6 {
    background: none;
  }

  .ce4-feature-box-6 {
    padding: 40px 40px 40px 80px;
  }

  .ce4-feature-box-5 {
    padding: 40px 80px 40px 40px;
  }

  .ce4-feature-box-10 input {
    width: 100%;
  }

  .ce4-feature-box-10 {
    padding: 30px;
  }

  .ce4-feature-box-10 .submit-btn {
    width: 100%;
  }

  .ce4-feature-box-16 .title-line {
    display: none;
  }

  .ce4-feature-box-18 {
    padding: 40px 40px;
  }

  .ce4-feature-box-26 .text-box {
    width: 100%;

    padding: 30px;
  }

  .ce4-feature-box-26 .img-box {
    width: 100%;
  }

  .ce4-feature-box-26 .text-box .arrow-right {
    display: none;
  }

  .ce4-feature-box-34 .text-box .icon {
    left: 54px;
  }

  .background-imgholder-full.img1 {
    background: none;

    height: 450px;
  }

  .ce4-feature-box-43 {
    padding: 40px;
  }

  .error-title-big {
    font-size: 100px;
  }

  .ce4-feature-box-49 {
    padding: 30px;
  }

  .ce4-big-title {
    font-size: 30px;

    line-height: 24px;
  }

  .ce4-feature-box-48 .text-box {
    padding: 10px 45px 65px;
  }

  .ce4-feature-box-1,
  .ce4-feature-box-48 {
    padding: 50px 0;
  }

  .ce4-feature-box-1 .img-box {
    padding: 10px;
  }

  .ce4-feature-box-4 .img-box {
    padding: 10px;
  }

  .ce4-feature-box-4 .img-main {
    top: 0;
  }

  .ce4-feature-box-4 {
    margin-top: 0px;

    padding: 50px 0;
  }

  .ce4-feature-box-5 {
    padding: 40px;
  }

  .ce4-feature-box-6 {
    padding: 40px;
  }
}

/* ---------- MAX 320PX ---------- */

@media only screen and (max-width: 320px) {
  .ce4-feature-box-3 .inner-box .iconbox-small {
    left: 68px;
  }

  .ce4-feature-box-5 .circle {
    width: 80px;

    height: 80px;

    line-height: 73px;

    right: -33px;
  }

  .ce4-feature-box-6 .circle {
    width: 80px;

    height: 80px;

    left: -33px;

    line-height: 73px;
  }

  ul.ce4-client-logo-list li {
    width: 100%;
  }

  ul.ce4-client-logo-list.two li {
    width: 100%;
  }

  .ce4-big-title {
    font-size: 28px;

    line-height: 22px;
  }

  .ce4-feature-box-48 {
    min-height: 782px;
  }

  .ce4-feature-box-1 {
    min-height: 390px;
  }

  .ce4-feature-box-48 {
    min-height: 845px;
  }

  .fo-copyright-holder .social-iconbox .side-shape1 {
    display: none;
  }

  .fo-copyright-holder .social-iconbox .side-shape1.right-icon {
    display: none;
  }

  .ce4-feature-box-47 {
    padding-top: 40px;
  }

  .ce4-feature-box-5 {
    padding: 25px;
  }

  .ce4-feature-box-6 {
    padding: 25px;
  }

  .ce4-feature-box-7 .img-box-main .text {
    padding: 25px;
  }

  .ce4-feature-box-46 .img-box .text-box h4 {
    font-size: 18px;
  }

  .ce4-feature-box-46 .img-box .text-box p {
    font-size: 13px;
  }
}

.header-section ul li.mega-menu > ul > li {
  width: 33% !important;
}

.header-section ul li ul li ul li {
  width: 100% !important;
}

p {
  font-weight: 500;
}

.clients-list {
  overflow: inherit;
  float: left;
}

p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Ubuntu", sans-serif !important;
}

.soc-sec {
  margin-top: 20px;
}

.soc-sec .bg-opacity-7 {
  background: #000;
}

.soc-sec .bg-opacity-7 .less-pad {
  margin: 30px 0 60px 0;
  padding: 15px;
  border: 1px solid #41a728;
}

.soc-sec .bg-opacity-7 .less-pad:hover {
  color: #000 !important;
}

.ce4-feature-box-47 {
  top: 68px;
}

h4.less-mar-1 {
  font-size: 28px;
}

.ce4-big-title {
  font-size: 50px;
  margin: 0;
}

.ce4-feature-box-3 {
  margin-bottom: 30px;
}

.ce4-feature-box-3 .inner-box p {
  color: #000;
}

.ce4-feature-box-48 .text-box p {
  color: #000;
}

.ce4-feature-box-48 .text-box .sec-title-container {
  padding-bottom: 30px;
}

.ce4-feature-box-48 .text-box a {
  background: #41a728;
  padding: 20px;
  color: #fff;
  margin-top: 20px;
  border: 1px solid #41a728;
}

.ce4-feature-box-48 .text-box a:hover {
  color: #000;
}

.ce4-feature-box-10 h4 {
  text-align: center;
}

.readmorebtn {
  width: 100%;
  text-align: center;
}

.readmorebtn a {
  width: 200px;
  background: #41a728;
  border: 1px solid #41a728;
  padding: 10px;
  color: #fff;
  font-size: 17px;
}

.readmorebtn a:hover {
  color: #000;
}

.soc-sec .sec-title-container {
  padding-bottom: 30px;
}

.vapt {
  width: 96% !important;
}

.soc-sec .text-left ul {
  list-style: none;
  padding: 0;
}

.soc-sec .text-left ul li {
  margin: 10px 0;
}

.soc-sec .text-left ul li a {
  font-size: 18px;
}

.soc-sec .text-left ul li:hover a {
  color: #fff;
}

.soc-sec .text-left .ce4-readmore-big:hover {
  color: #fff;
}

.sec-tpadding-3 {
  padding-top: 40px;
}

.ce4-icon-text-list li:hover {
  background: #fff;
}

.ce4-icon-text-list li .iconbox-small {
  color: #41a728;
  border-color: #41a728;
}

.ce4-icon-text-list li:hover .iconbox-small {
  color: #000;
}

.item-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-holder ul li {
  margin-bottom: 5px;
}

.imp {
  list-style: none;
  padding: 0;
}

.imp li {
  margin-bottom: 5px;
}

.owl-carousel-client {
  width: 60% !important;
  margin: 0 auto;
}

.iconlist-2 .text .icon {
  width: 50px;
}

.iconlist-2 .text:hover .icon i {
  margin-left: 10px;

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -ms-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;
}

.iconlist-2 .text:hover a {
  color: #fff !important;
}

.btn-xround {
  color: #fff !important;
}

.btn-xround:hover {
  color: #000 !important;
  background: #41a728 !important;
}

.top-left,
.top-right {
  width: 50%;
  float: left;
  color: #fff;
  z-index: 1;
  position: inherit;
  height: 30px;
  padding: 15px 0;
  background-color: #000;
}

.top-right {
  text-align: right;
}

.top-right a {
  color: #fff;
}

.top-right a:hover {
  color: #41a728;
}

.iconbox-small div {
  width: 65%;
  margin: 0 auto;
}

.iconbox-small div img {
  width: 100%;
}

.hvr-float-shadow:hover .iconbox-small {
  border-color: #41a728;
}

.cbp-popup-lightbox-bottom {
  width: 150px !important;
  top: 90% !important;
  left: 10% !important;
  margin: 0 !important;
}

.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title {
  padding: 5px !important;
  border: 1px solid #41a728;
  text-align: center;
}

.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:hover {
  background-image: linear-gradient(
    to right,
    #073272,
    #114393,
    #1b55b4,
    #2468d8,
    #2e7bfc
  );
}

.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title a {
  font-size: 20px;
  color: #fff;
  text-transform: none;
}

.cbp-popup-lightbox-counter {
  display: none;
}

.contact-us {
  background: url("../images/back.jpg");
  background-attachment: fixed;
}

.contact-us .cont input {
  margin: 10px 0;
  background: #f8f8f8;
  height: 50px;
  border-color: #ccc;
}

.contact-us .cont input:focus {
  background: #fff;
}

.contact-us .cont .submit-btn {
  background: #41a728;
  border: 1px solid #41a728;
}

.contact-us .cont .submit-btn:hover {
  background: #000;
  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -ms-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;
}

.contact-us .cont textarea {
  padding: 15px;
  resize: vertical;
  width: 99%;
  margin: 10px 0;
  background: #f8f8f8;
  height: 100px;
  border-color: #ccc;
}

.sub .col-md-9 input {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #fff;
}

.sub .col-md-3 input {
  background: transparent;
}

.countdown {
  width: 100%;
  padding: 10% 0;
}

.countdown .wrapper {
  margin-top: 50px;
}

.countdown,
h1,
h2 {
  color: #fff;
}

.countdown h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

.countdown h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.countdown .text {
  margin-top: 20px;
}

.fo-copyright-holder .sc-icons li a {
  font-size: 20px;
}

.footer .btn-large {
  margin: 0 !important;
  padding: 15px 60px !important;
  font-size: 14px !important;
}

.gallery-thumb li {
  width: 100px;
}

.gallery-thumb li a img {
  width: 100%;
}

.g-recaptcha {
}

.header-section.style1 {
  background: #000;
}

.all-page {
  margin: 0;
}

.all-page .section-side-image {
  position: inherit;
}

.all-page .section-side-image .img-holder {
  overflow: inherit;
  position: relative;
}

.all-page .banner-image {
  width: 100%;
}

.all-page .background-imgholder .sub a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  padding: 5px 8px;
  top: 70%;
  left: 8%;
  border: 2px solid #41a728;
}

.all-page .background-imgholder .sub:hover a {
  background-color: #41a728;
  color: #000;
}

.bg-green {
  background: #41a728;
}

/* Sweep To Right */

.hvr-sweep-to-right {
  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  position: relative;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #fff;

  -webkit-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transform-origin: 0 50%;

  transform-origin: 0 50%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);

  transform: scaleX(1);
}

/* Sweep To Right */

.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title {
  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  position: relative;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;
}

.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:before {
  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #2098d1;

  -webkit-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transform-origin: 0 50%;

  transform-origin: 0 50%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;
}

.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:hover,
.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:focus,
.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:active {
  color: white;
}

.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:hover:before,
.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:focus:before,
.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:active:before {
  -webkit-transform: scaleX(1);

  transform: scaleX(1);
}

/* Float Shadow */

.hvr-float-shadow {
  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  position: relative;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-property: transform;

  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;

  position: absolute;

  z-index: -1;

  content: "";

  top: 100%;

  left: 5%;

  height: 10px;

  width: 90%;

  opacity: 0;

  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );

  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );

  /* W3C */

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-property: transform, opacity;

  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);

  transform: translateY(-5px);

  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;

  -webkit-transform: translateY(5px);

  transform: translateY(5px);

  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.bg-animation {
  -webkit-animation: bg-animation 25s ease-in-out infinite;

  animation: bg-animation 25s ease-in-out infinite;
}

@keyframes bg-animation {
  0% {
    background-position: top;
  }

  50% {
    background-position: bottom;
  }

  100% {
    background-position: top;
  }
}

@media only screen and (max-width: 520px) {
  .mod-menu .col-sm-2 {
    width: 40%;
  }

  .ce4-icon-text-list li {
    width: 100%;
  }

  .ce4-big-title {
    font-size: 30px;
  }

  .section-side-image .text-inner-2 {
    padding: 0;
  }

  .ce4-feature-box-47 {
    left: 0px;
  }

  .sec-title-container {
    padding-bottom: 20px;
  }

  .ce4-feature-box-10 {
    padding: 5px;
  }

  .ce4-feature-box-10 h4 {
    font-size: 20px;
  }

  .ce4-feature-box-10 form {
    width: 100%;
    float: left;
  }

  .ce4-feature-box-10 form .submit-btn {
    margin-top: 30px !important;
  }

  .ce4-feature-box-10 form .g-recaptcha {
    width: 100%;
    float: left;
  }

  .ce4-feature-box-10 form .g-recaptcha div {
    width: 100% !important;
  }

  .ce4-feature-box-10 form .g-recaptcha div iframe {
    width: 100% !important;
  }

  .ce4-feature-box-11 .text-left h3 i {
    display: none;
  }

  .ce4-feature-box-11 .text-left h3 {
    font-size: 18px;
  }

  .sec-tpadding-2 .ce4-feature-box-48 h4 {
    font-size: 20px;
  }

  .sec-tpadding-2 .ce4-feature-box-48 .ce4-readmore-big {
    padding: 10px;
  }

  .soc-sec h4 {
    font-size: 20px;
  }

  .soc-sec ul li a {
    font-size: 17px !important;
  }

  .section-dark .ce3-feature-box-7 h4 {
    font-size: 20px;
  }

  .sec-tpadding-2 .ce4-feature-box-48 .ce4-big-title {
    font-size: 20px !important;
  }

  .section-dark .owl-carousel-client {
    width: 90% !important;
    height: 500px;
  }

  .footer .fo-sec-3 form {
  }

  .footer .fo-sec-3 form .col-md-3 {
    width: 100%;
    float: left;
  }

  .footer .fo-sec-3 form .col-md-3 input {
    width: 100%;
    padding: 10px 0 !important;
    margin: 10px 0 !important;
  }
  .fo-map a {
    color: #41f728 !important;
  }
  .fo-map a:hover {
    color: #fff;
  }

  .vapt {
    width: 90% !important;
  }

  .header-section #menu > ul li.hover > a,
  .header-section #menu > ul li.active > a {
    color: #3db3ec;
  }

  .full-con {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .top-left,
  .top-right {
    width: 100%;
    height: auto;
  }

  .top-right {
    text-align: center;
  }

  .top-left {
    display: none;
  }

  .cbp-popup-lightbox-bottom {
    top: 89% !important;
  }

  .cbp-popup-lightbox-bottom .cbp-popup-lightbox-title {
  }

  .cbp-popup-lightbox-bottom .cbp-popup-lightbox-title a {
    font-size: 14px !important;
  }
}

====================================================================
  Process
  Section
  ====================================================================
  ***/
  .process-section {
  position: relative;

  padding: 10px 30px 30px;
}

/* Process Block */

.process-block {
  position: relative;

  margin-bottom: 20px;
}

.process-block .inner-box {
  position: relative;

  text-align: center;
}

.process-block .inner-box .icon-box {
  position: relative;

  margin-bottom: 25px;
}

.process-block.one .inner-box .icon-box:first-child:before {
  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  right: 0px;

  bottom: 0px;

  background: url(../images/process-bg-5.png) no-repeat;

  background-position: center center;
}

.process-block-two.two .inner-box .icon-box::before {
  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  right: 0px;

  bottom: 0px;

  background: url(../images/process-bg-6.png) no-repeat;

  background-position: center center;
}

.process-block.three .inner-box .icon-box:before {
  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  right: 0px;

  bottom: 0px;

  background: url(../images/process-bg-5.png) no-repeat;

  background-position: center center;
}

.process-block-two.four .inner-box .icon-box::before {
  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  right: 0px;

  bottom: 0px;

  background: url(../images/process-bg-6.png) no-repeat;

  background-position: center center;
}

.process-block .inner-box .icon-box .icon {
  position: relative;

  z-index: 1;
}

.process-block .inner-box h3 {
  position: relative;

  color: #222222;

  font-weight: 700;

  font-size: 22px;

  line-height: 1.2em;

  margin-top: 35px;
}

.process-block .inner-box .number {
  position: relative;

  color: #000000;

  width: 40px;

  height: 40px;

  font-size: 18px;

  font-weight: 700;

  line-height: 40px;

  text-align: center;

  border-radius: 50px;

  display: inline-block;

  margin-top: 70px;

  background-color: #d7d7d7;
}

.process-block .inner-box .number:before {
  position: absolute;

  content: "";

  left: 50%;

  top: -45px;

  width: 1px;

  height: 45px;

  background-color: #2200bd;
}

/* Process Block Two */

.process-block-two {
  position: relative;
}

.process-block-two .inner-box {
  position: relative;

  text-align: center;
}

.process-block-two .inner-box .icon-box {
  position: relative;

  margin-top: 25px;
}

.process-block-two .inner-box .icon-box .icon {
  position: relative;

  z-index: 1;
}

.process-block-two .inner-box h3 {
  position: relative;

  color: #222222;

  font-weight: 700;

  font-size: 22px;

  line-height: 1.2em;

  margin-top: 35px;
}

.process-block-two .inner-box .number {
  position: relative;

  color: #000000;

  width: 40px;

  height: 40px;

  font-size: 18px;

  font-weight: 700;

  line-height: 40px;

  text-align: center;

  border-radius: 50px;

  display: inline-block;

  margin-bottom: 70px;

  background-color: #d7d7d7;
}

.process-block-two .inner-box .number:before {
  position: absolute;

  content: "";

  left: 50%;

  bottom: -45px;

  width: 1px;

  height: 45px;

  background-color: #2200bd;
}

* {
  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  -o-user-select: none;

  user-select: none;
}

div .circles {
  position: absolute;
}

#container1 {
  height: 300px;

  width: 400px;

  margin-top: -140px;

  margin-left: -100px;

  top: 50%;

  left: 50%;

  background-color: #010c16;

  -webkit-perspective: 700;

  -moz-perspective: 700px;

  -webkit-animation: start 1s linear;

  overflow: hidden;
}

@-webkit-keyframes start {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

#a1 {
  top: 4px;

  left: 20px;

  height: 4px;

  width: 70px;

  border: 1px dotted #666;
}

#a11 {
  left: 0;

  top: 0;

  height: 100%;

  background: #666;

  -webkit-animation: a11 4s ease-in-out infinite;

  -moz-animation: a11 4s ease-in-out infinite;
}

@-webkit-keyframes a11 {
  from {
    width: 70%;
  }

  10% {
    width: 20%;
  }

  20% {
    width: 90%;
  }

  30% {
    width: 60%;
  }

  40% {
    width: 100%;
  }

  50% {
    width: 10%;
  }

  60% {
    width: 30%;
  }

  70% {
    width: 20%;
  }

  80% {
    width: 50%;
  }

  90% {
    width: 10%;
  }

  to {
    width: 70%;
  }
}

@-moz-keyframes a11 {
  from {
    width: 70%;
  }

  10% {
    width: 20%;
  }

  20% {
    width: 90%;
  }

  30% {
    width: 60%;
  }

  40% {
    width: 100%;
  }

  50% {
    width: 10%;
  }

  60% {
    width: 30%;
  }

  70% {
    width: 20%;
  }

  80% {
    width: 50%;
  }

  90% {
    width: 10%;
  }

  to {
    width: 70%;
  }
}

#a2 {
  top: 18px;

  left: 50px;

  height: 30px;

  width: 30px;

  border-radius: 50%;

  border: 1px dashed #666;
}

#a21 {
  top: 8px;

  left: 13px;

  height: 14px;

  width: 4px;

  background: #333;

  border-radius: 3px;

  -webkit-animation: a21 8s linear infinite;

  -moz-animation: a21 8s linear infinite;
}

@-webkit-keyframes a21 {
  from {
    -webkit-transform: rotateZ(0deg) translateY(50%);
  }

  to {
    -webkit-transform: rotateZ(360deg) translateY(50%);
  }
}

@-moz-keyframes a21 {
  from {
    -moz-transform: rotateZ(0deg) translateY(50%);
  }

  to {
    -moz-transform: rotateZ(360deg) translateY(50%);
  }
}

#a3 {
  top: 20px;

  left: 20px;

  height: 200px;

  width: 20px;

  font-size: 50%;
}

#a3 span {
  display: block;

  margin-bottom: 10px;

  text-shadow: 0 0 1px #666;
}

@-webkit-keyframes a3 {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes a3 {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#a4 {
  top: 60px;

  height: 150px;

  width: 14px;
}

#a4 span {
  display: block;

  height: 2px;

  width: 100%;

  background: #666;

  margin-bottom: 3px;
}

#a5 {
  height: 30px;

  width: 400px;

  bottom: 0;

  overflow: hidden;

  border-top: 1px solid #666;
}

#a5 span {
  display: block;

  position: relative;

  float: left;

  height: 30px;

  width: 24px;

  border-right: 1px solid #666;
}

#a5 span:first-child {
  margin-left: 12px;

  border-left: 1px solid #666;
}

#a5 span b {
  position: absolute;

  top: 2px;

  left: 2px;

  right: 2px;

  bottom: 2px;

  background: #666;

  opacity: 0;

  -webkit-animation: a4 2s linear infinite;

  -moz-animation: a4 2s linear infinite;
}

@-webkit-keyframes a4 {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes a4 {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#a6 {
  text-transform: uppercase;

  left: 90px;

  top: 0;

  color: #ffffff;

  font-weight: 700;

  font-size: 22px;

  line-height: 1.2em;
}

#a7 {
  top: 5px;

  right: 10px;

  width: 80px;

  text-align: right;
}

#a7 span {
  display: block;
}

#a7 span b {
  font-weight: normal;

  margin-left: -4px;

  text-shadow: 0 0 1px #666;
}

#a71 {
  font-size: 40%;
}

#a72 {
  font-size: 50%;
}

#a73 {
  font-size: 100%;
}

#a74 {
  font-size: 80%;
}

#a75 {
  font-size: 50%;
}

#a76 {
  font-size: 40%;
}

#a8 {
  top: 80px;

  right: 7px;

  height: 160px;

  width: 50px;

  border-bottom: 2px solid #666;
}

#a8 span {
  display: block;

  margin-left: 10%;

  width: 80%;

  height: 1px;

  background: #666;

  margin-bottom: 3px;
}

#a81 {
  top: 0;

  width: 100%;

  background: #010c16;

  -webkit-animation: a81 2s ease-in-out infinite;

  -moz-animation: a81 2s ease-in-out infinite;
}

@-webkit-keyframes a81 {
  from {
    height: 0;
  }

  20% {
    height: 50px;
  }

  40% {
    height: 10px;
  }

  60% {
    height: 120px;
  }

  80% {
    height: 70px;
  }

  to {
    height: 0;
  }
}

@-moz-keyframes a81 {
  from {
    height: 0;
  }

  20% {
    height: 50px;
  }

  40% {
    height: 10px;
  }

  60% {
    height: 120px;
  }

  80% {
    height: 70px;
  }

  to {
    height: 0;
  }
}

#a9 {
  bottom: 37px;

  right: 7px;

  font-size: 80%;

  text-align: right;

  text-shadow: 0 0 1px #666;
}

#a9 span {
  margin-left: -4px;
}

#a10 {
  width: 200px;

  bottom: 56px;

  right: 70px;

  font-size: 40%;

  text-align: right;
}

#a10 span {
  position: absolute;

  top: 1px;

  height: 60%;

  width: 100px;

  background: #666;

  right: 60px;

  -webkit-animation: a10 2s ease-in-out infinite;

  -moz-animation: a10 2s ease-in-out infinite;
}

@-webkit-keyframes a10 {
  from {
    width: 100px;
  }

  20% {
    width: 10px;
  }

  40% {
    width: 140px;
  }

  60% {
    width: 50px;
  }

  80% {
    width: 120px;
  }

  to {
    width: 100px;
  }
}

@-moz-keyframes a10 {
  from {
    width: 100px;
  }

  20% {
    width: 10px;
  }

  40% {
    width: 140px;
  }

  60% {
    width: 50px;
  }

  80% {
    width: 120px;
  }

  to {
    width: 100px;
  }
}

#b1 {
  bottom: 32px;

  width: 100px;

  height: 50px;

  left: 10px;
}

#b1 span {
  position: absolute;

  bottom: 0;

  height: 50px;

  width: 7px;

  background: #666;
}

.b110 {
  right: 5px;

  -webkit-animation: b1 1s ease-in-out infinite;

  -moz-animation: b1 1s ease-in-out infinite;
}

.b19 {
  right: 15px;

  -webkit-animation: b1 2s ease-in-out infinite;

  -moz-animation: b1 2s ease-in-out infinite;
}

.b18 {
  right: 25px;

  -webkit-animation: b1 1.5s ease-in-out infinite;

  -moz-animation: b1 1.5s ease-in-out infinite;
}

.b17 {
  right: 35px;

  -webkit-animation: b1 1.8s ease-in-out infinite;

  -moz-animation: b1 1.8s ease-in-out infinite;
}

.b16 {
  right: 45px;

  -webkit-animation: b1 1.1s ease-in-out infinite;

  -moz-animation: b1 1.1s ease-in-out infinite;
}

.b15 {
  right: 55px;

  -webkit-animation: b1 1.7s ease-in-out infinite;

  -moz-animation: b1 1.7s ease-in-out infinite;
}

.b14 {
  right: 65px;

  -webkit-animation: b1 1.2s ease-in-out infinite;

  -moz-animation: b1 1.2s ease-in-out infinite;
}

.b13 {
  right: 75px;

  -webkit-animation: b1 1.6s ease-in-out infinite;

  -moz-animation: b1 1.6s ease-in-out infinite;
}

.b12 {
  right: 85px;

  -webkit-animation: b1 1.3s ease-in-out infinite;

  -moz-animation: b1 1.3s ease-in-out infinite;
}

.b11 {
  right: 95px;

  -webkit-animation: b1 2s ease-in-out infinite;

  -moz-animation: b1 2s ease-in-out infinite;
}

@-webkit-keyframes b1 {
  from {
    height: 50px;
  }

  20% {
    height: 10px;
  }

  40% {
    height: 30px;
  }

  60% {
    height: 5px;
  }

  80% {
    height: 20px;
  }

  to {
    height: 50px;
  }
}

@-moz-keyframes b1 {
  from {
    height: 50px;
  }

  20% {
    height: 10px;
  }

  40% {
    height: 30px;
  }

  60% {
    height: 5px;
  }

  80% {
    height: 20px;
  }

  to {
    height: 50px;
  }
}

#figure {
  top: 40px;

  left: 91px;

  height: 170px;

  width: 170px;

  border-radius: 5px;

  -webkit-transform: rotateY(-30deg) rotateX(10deg);

  -webkit-transform-style: preserve-3d;

  -webkit-animation: figure 8s ease-in-out infinite;

  -moz-transform: rotateY(-30deg) rotateX(10deg);

  -moz-transform-style: preserve-3d;

  -moz-animation: figure 8s ease-in-out infinite;
}

@-webkit-keyframes figure {
  from {
    -webkit-transform: rotateY(-30deg) rotateX(30deg);
  }

  20% {
    -webkit-transform: rotateY(30deg) rotateX(30deg);
  }

  40% {
    -webkit-transform: rotateY(30deg) rotateX(-30deg);
  }

  60% {
    -webkit-transform: rotateY(-10deg) rotateX(30deg);
  }

  80% {
    -webkit-transform: rotateY(30deg) rotateX(-10deg);
  }

  to {
    -webkit-transform: rotateY(-30deg) rotateX(30deg);
  }
}

@-moz-keyframes figure {
  from {
    -moz-transform: rotateY(-30deg) rotateX(30deg);
  }

  20% {
    -moz-transform: rotateY(30deg) rotateX(30deg);
  }

  40% {
    -moz-transform: rotateY(30deg) rotateX(-30deg);
  }

  60% {
    -moz-transform: rotateY(-10deg) rotateX(30deg);
  }

  80% {
    -moz-transform: rotateY(30deg) rotateX(-10deg);
  }

  to {
    -moz-transform: rotateY(-30deg) rotateX(30deg);
  }
}

#figure #a7 {
  left: -100px;

  top: 20px;

  color: #03f;

  -webkit-transform: scale(0.7);

  -webkit-animation: fa7 2s ease-in-out infinite;
}

@-webkit-keyframes fa7 {
  from {
    color: #03f;
  }

  25% {
    color: #00c;
  }

  50% {
    color: #0cf;
  }

  75% {
    color: #03c;
  }

  to {
    color: #03f;
  }
}

#figure div,
#figure span {
  -webkit-transform-style: preserve-3d;
}

#f1 {
  left: -2px;

  top: -2px;

  height: 170px;

  width: 170px;

  border-radius: 50%;

  border-width: 2px;

  border-style: solid;

  box-shadow: 0 0 5px #006;

  -webkit-animation: f1 4s ease-in-out infinite;
}

@-webkit-keyframes f1 {
  from {
    -webkit-transform: rotateZ(0deg);

    opacity: 1;

    border-color: #006;
  }

  10% {
    -webkit-transform: rotateZ(30deg);

    opacity: 1;

    border-color: #06f;
  }

  20% {
    -webkit-transform: rotateZ(-30deg);

    opacity: 0;

    border-color: #006;
  }

  30% {
    -webkit-transform: rotateZ(0deg);

    opacity: 1;

    border-color: #00c;
  }

  40% {
    -webkit-transform: rotateZ(-60deg);

    opacity: 1;

    border-color: #006;
  }

  50% {
    -webkit-transform: rotateZ(-40deg);

    opacity: 1;

    border-color: #03f;
  }

  60% {
    -webkit-transform: rotateZ(-100deg);

    opacity: 0;

    border-color: #03c;
  }

  70% {
    -webkit-transform: rotateZ(-150deg);

    opacity: 1;

    border-color: #006;
  }

  80% {
    -webkit-transform: rotateZ(100deg);

    opacity: 0;

    border-color: #006;
  }

  90% {
    -webkit-transform: rotateZ(30deg);

    opacity: 1;

    border-color: #099;
  }

  to {
    -webkit-transform: rotateZ(0deg);

    opacity: 1;

    border-color: #006;
  }
}

#f1 span {
  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-top: -5px;

  height: 10px;

  width: 3px;

  background: #006;

  box-shadow: 0 0 5px #006;

  -webkit-animation: f1div 4s ease-in-out infinite;
}

@-webkit-keyframes f1div {
  from {
    background: #006;
  }

  10% {
    background: #06f;
  }

  20% {
    background: #006;
  }

  30% {
    background: #00c;
  }

  40% {
    background: #006;
  }

  50% {
    background: #03f;
  }

  60% {
    background: #03c;
  }

  70% {
    background: #006;
  }

  80% {
    background: #006;
  }

  90% {
    background: #099;
  }

  to {
    background: #006;
  }
}

#f2 {
  height: 170px;

  width: 170px;

  -webkit-animation: f2 20s linear infinite;
}

@-webkit-keyframes f2 {
  from {
    -webkit-transform: translateZ(-5px) rotateZ(0deg);
  }

  to {
    -webkit-transform: translateZ(-5px) rotateZ(360deg);
  }
}

#f2 span {
  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-top: -3px;

  height: 6px;

  width: 2px;

  background: #666;
}

#f3 {
  top: 19px;

  left: 19px;

  height: 130px;

  width: 130px;

  border-radius: 50%;

  border-width: 10px;

  border-style: solid;

  border-color: #03c;

  box-shadow: 0 0 5px #03c;

  -webkit-transform: translateZ(10px);

  -webkit-animation: f3 6s ease-in-out infinite;
}

@-webkit-keyframes f3 {
  from {
    -webkit-transform: translateZ(10px) rotateZ(0deg);

    border-color: #03c;

    opacity: 1;
  }

  10% {
    -webkit-transform: translateZ(10px) rotateZ(-80deg);

    border-color: #009;

    opacity: 1;
  }

  20% {
    -webkit-transform: translateZ(10px) rotateZ(-60deg);

    border-color: #03c;

    opacity: 0;
  }

  30% {
    -webkit-transform: translateZ(10px) rotateZ(-200deg);

    border-color: #009;

    opacity: 1;
  }

  40% {
    -webkit-transform: translateZ(10px) rotateZ(-210deg);

    border-color: #00f;

    opacity: 1;
  }

  50% {
    -webkit-transform: translateZ(10px) rotateZ(-120deg);

    border-color: #069;

    opacity: 1;
  }

  60% {
    -webkit-transform: translateZ(10px) rotateZ(-100deg);

    border-color: #03c;

    opacity: 1;
  }

  70% {
    -webkit-transform: translateZ(10px) rotateZ(-30deg);

    border-color: #03c;

    opacity: 1;
  }

  80% {
    -webkit-transform: translateZ(10px) rotateZ(0deg);

    border-color: #003;

    opacity: 0;
  }

  90% {
    -webkit-transform: translateZ(10px) rotateZ(90deg);

    border-color: #03c;

    opacity: 1;
  }

  to {
    -webkit-transform: translateZ(10px) rotateZ(0deg);

    border-color: #03c;

    opacity: 1;
  }
}

#f31 {
  width: 40px;

  background: #010c16;

  top: -13px;

  left: 45px;

  bottom: -13px;
}

#f31 span {
  left: 12px;

  position: absolute;

  display: block;

  border: 1px solid #03c;

  height: 14px;

  width: 14px;

  border-radius: 100%;

  -webkit-transform: translateZ(2px);
}

.f312 {
  bottom: 0;
}

#f31 span b {
  top: 3px;

  left: 3px;

  position: absolute;

  height: 6px;

  width: 6px;

  background: #03c;

  border-radius: 100%;

  -webkit-animation: f31span 2s ease-in-out infinite;
}

@-webkit-keyframes f31span {
  from {
    background: #03c;

    opacity: 1;
  }

  25% {
    background: #039;

    opacity: 0;
  }

  50% {
    background: #0cc;

    opacity: 1;
  }

  75% {
    background: #039;

    opacity: 0;
  }

  to {
    background: #03c;

    opacity: 1;
  }
}

#f32 {
  height: 40px;

  background: #010c16;

  top: 45px;

  left: -15px;

  right: -15px;
}

#f32 span {
  position: absolute;

  display: block;

  border: 1px solid #009;

  border-radius: 50%;

  height: 6px;

  width: 6px;

  top: 15px;

  -webkit-transform: translateZ(2px);
}

.f321 {
  left: 6px;
}

.f322 {
  right: 6px;
}

#f33 {
  width: 2px;

  background: #010c16;

  top: -10px;

  left: 64px;

  bottom: -10px;

  -webkit-transform: translateZ(1px) rotateZ(45deg);
}

#f34 {
  width: 2px;

  background: #010c16;

  top: -10px;

  left: 64px;

  bottom: -10px;

  -webkit-transform: translateZ(1px) rotateZ(-45deg);
}

#f4 {
  top: 33px;

  left: 33px;

  height: 100px;

  width: 100px;

  border: 2px solid #09f;

  border-radius: 100%;

  -webkit-transform: translateZ(20px);

  -webkit-animation: f4 6s ease-in-out infinite;
}

@-webkit-keyframes f4 {
  from {
    -webkit-transform: translateZ(20px) rotateZ(0);

    opacity: 1;
  }

  25% {
    -webkit-transform: translateZ(20px) rotateZ(120deg);

    opacity: 1;
  }

  50% {
    -webkit-transform: translateZ(20px) rotateZ(0);

    opacity: 0;
  }

  75% {
    -webkit-transform: translateZ(20px) rotateZ(-120deg);

    opacity: 1;
  }

  to {
    -webkit-transform: translateZ(20px) rotateZ(0);

    opacity: 1;
  }
}

#f41 {
  left: 45px;

  top: -3px;

  bottom: -3px;

  width: 10px;

  background: #010c16;

  -webkit-transform: translateZ(1px);
}

#f42 {
  top: 45px;

  left: -3px;

  right: -3px;

  height: 10px;

  background: #010c16;

  -webkit-transform: translateZ(1px);
}

#f43 {
  top: 47px;

  left: 49px;

  height: 6px;

  width: 2px;

  background: #09f;
}

.f431 {
  -webkit-transform: rotateZ(45deg) translateY(55px);
}

.f432 {
  -webkit-transform: rotateZ(-45deg) translateY(55px);
}

.f433 {
  -webkit-transform: rotateZ(135deg) translateY(55px);
}

.f434 {
  -webkit-transform: rotateZ(225deg) translateY(55px);
}

#f5 {
  left: 45px;

  top: 45px;

  height: 80px;

  width: 80px;

  -webkit-animation: f5 20s linear infinite;
}

@-webkit-keyframes f5 {
  from {
    -webkit-transform: translateZ(25px) rotateZ(360deg);
  }

  to {
    -webkit-transform: translateZ(25px) rotateZ(0deg);
  }
}

#f5 span {
  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-top: -2px;

  height: 4px;

  width: 1px;

  background: #666;

  font-size: 30%;
}

#f5 span b {
  font-weight: normal;

  position: absolute;

  bottom: 150%;

  width: 5px;

  left: -2px;

  overflow: hidden;
}

#f6 {
  top: 61px;

  left: 61px;

  height: 46px;

  width: 46px;

  border-radius: 50%;

  border: 1px solid #06f;

  -webkit-transform: translateZ(30px);
}

#f7 {
  top: 65px;

  left: 65px;

  height: 36px;

  width: 36px;

  border-radius: 50%;

  border: 2px solid #06f;

  background: #010c16;

  -webkit-transform: translateZ(34px);

  -webkit-animation: f7 6s linear infinite;
}

@-webkit-keyframes f7 {
  from {
    -webkit-transform: translateZ(34px) rotateZ(0deg);

    opacity: 1;
  }

  10% {
    -webkit-transform: translateZ(34px) rotateZ(36deg);

    opacity: 0;
  }

  20% {
    -webkit-transform: translateZ(34px) rotateZ(72deg);

    opacity: 1;
  }

  70% {
    -webkit-transform: translateZ(34px) rotateZ(252deg);

    opacity: 1;
  }

  80% {
    -webkit-transform: translateZ(34px) rotateZ(288deg);

    opacity: 0;
  }

  90% {
    -webkit-transform: translateZ(34px) rotateZ(324deg);

    opacity: 1;
  }

  to {
    -webkit-transform: translateZ(34px) rotateZ(360deg);
  }
}

#f71 {
  top: -12px;

  left: 17px;

  height: 60px;

  width: 2px;

  background: #06f;

  -webkit-transform: translateZ(-1px);
}

#f72 {
  top: -12px;

  left: 17px;

  height: 60px;

  width: 2px;

  background: #06f;

  -webkit-transform: translateZ(-1px) rotateZ(90deg);
}

#f8 {
  top: 69px;

  left: 69px;

  height: 30px;

  width: 30px;

  border-radius: 50%;

  border: 1px solid #009;

  background: #010c16;

  -webkit-transform: translateZ(40px);

  -webkit-animation: f8 8s linear infinite;
}

@-webkit-keyframes f8 {
  from {
    -webkit-transform: translateZ(40px) rotateZ(360deg);

    border-color: #009;

    opacity: 1;
  }

  10% {
    -webkit-transform: translateZ(40px) rotateZ(324deg);

    border-color: #009;

    opacity: 0;
  }

  20% {
    -webkit-transform: translateZ(40px) rotateZ(288deg);

    border-color: #009;

    opacity: 1;
  }

  50% {
    -webkit-transform: translateZ(40px) rotateZ(180deg);

    border-color: #09f;
  }

  to {
    -webkit-transform: translateZ(40px) rotateZ(0deg);

    border-color: #009;
  }
}

#f81 {
  top: -10px;

  left: 10px;

  height: 50px;

  width: 10px;

  background: #009;

  -webkit-transform: translateZ(-1px);

  border-radius: 5px;

  -webkit-animation: f8div 8s linear infinite;
}

#f82 {
  top: -10px;

  left: 10px;

  height: 50px;

  width: 10px;

  background: #009;

  -webkit-transform: translateZ(-1px) rotateZ(90deg);

  border-radius: 5px;

  -webkit-animation: f8div 8s linear infinite;
}

@-webkit-keyframes f8div {
  from {
    background: #009;
  }

  50% {
    background: #09f;
  }

  to {
    background: #009;
  }
}

#f9 {
  top: 79px;

  left: 79px;

  height: 10px;

  width: 10px;

  border-radius: 50%;

  border: 1px solid #06f;

  -webkit-transform: translateZ(50px);
}

#f9 span {
  top: 3px;

  left: 3px;

  position: absolute;

  display: block;

  height: 4px;

  width: 4px;

  background: #06f;

  border-radius: 50%;

  -webkit-transform: translateZ(1px);
}

.choose-area-four .content-column .inner-column {
  position: relative;
}

/* App Block */

.app-block {
  position: relative;

  z-index: 1;

  margin-bottom: 40px;
}

.app-block .inner-box {
  position: relative;

  padding: 40px 40px 0px;

  background-color: #ffffff;

  border-radius: 15px;

  max-width: 430px;

  width: 100%;

  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.app-block .inner-box .content {
  position: relative;

  padding-left: 88px;

  padding-bottom: 35px;
}

.app-block .inner-box .content .icon-box {
  position: absolute;

  left: 0px;

  top: 0px;

  width: 60px;

  height: 100%;

  color: #ffffff;

  text-align: center;

  padding-top: 14px;

  padding-bottom: 18px;

  font-size: 25px;

  border-radius: 50px 50px 0px 0px;

  background-color: #06ced8;
}

.app-block .inner-box .content h3 {
  position: relative;

  color: #3d415b;

  font-size: 18px;

  font-weight: 700;
}

.app-block .inner-box .content .text {
  position: relative;

  color: #222222;

  font-size: 14px;

  line-height: 1.8em;

  margin-top: 14px;
}

.app-block:nth-child(2) {
  margin-left: 140px;
}

.app-block:nth-child(2) .inner-box .content .icon-box {
  background-color: #0e0129;
}

.app-block:nth-child(3) .inner-box .content .icon-box {
  background-color: #06ced8;
}

.app-section.style-two .title-column .inner-column {
  padding-top: 140px;
}

.broucher-widget {
  position: relative;
}

.broucher-widget .widget-content {
  position: relative;

  padding: 25px 25px;

  background-color: #f5f5f5;

  border: 1px solid #d7d7d7;
}

.broucher-widget .widget-content .content-inner {
  position: relative;

  padding-left: 85px;
}

.broucher-widget .widget-content h3 {
  position: relative;

  font-size: 20px;

  color: #0e0129;

  font-weight: 700;

  margin-bottom: 20px;
}

.broucher-widget .widget-content .icon {
  position: absolute;

  left: 0px;

  top: 0px;

  color: #06ced8;

  font-size: 64px;

  line-height: 1em;
}

.broucher-widget .widget-content .content-inner .text {
  position: relative;

  color: #777777;

  font-size: 14px;

  line-height: 1.7em;

  margin-bottom: 20px;
}

.broucher-widget .widget-content .download {
  position: relative;

  color: #06ced8;

  font-size: 16px;

  font-weight: 700;

  text-decoration: underline;
}

/*

Module Area CSS

======================================================*/

.module-accordion .accordion {
  list-style-type: none;

  padding-left: 0;

  margin-bottom: 0;
}

.module-accordion .accordion .accordion-item {
  border-radius: 5px;

  display: block;
}

.module-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.module-accordion .accordion .accordion-title {
  padding: 5px 60px 5px 25px;

  color: #0e0129;

  text-decoration: none;

  position: relative;

  display: block;

  font-size: 16px;

  font-weight: 600;
}

.module-accordion .accordion .accordion-title span {
  position: absolute;

  left: -5px;

  right: 28px;

  top: 9px;

  margin-right: 25px;

  font-size: 18px;

  -webkit-transition: 0.5s;

  transition: 0.5s;
}

.module-accordion .accordion .accordion-title.active span {
  -webkit-transform: rotate(360deg);

  transform: rotate(360deg);
}

.module-accordion .accordion .accordion-title.active span::before {
}

.module-accordion .accordion .accordion-content {
  display: none;

  position: relative;

  margin-top: -5px;

  padding-bottom: 5px;

  padding-right: 30px;

  padding-left: 30px;
}

.module-accordion .accordion .accordion-content p {
  line-height: 1.7;
}

.module-accordion .accordion .accordion-content.show {
  display: block;
}

.module-accordion ul li span {
  display: inline-block;

  width: 25px;

  height: 25px;

  line-height: 25px;

  background-color: #221b31;

  color: #06ced8;

  border-radius: 50%;

  text-align: center;

  position: absolute;

  left: 0;

  top: 0;

  font-size: 20px;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;
}

.module-accordion ul li:hover span {
  background-color: #ffffff;
}

/*

Vapt Services animation

======================================================*/

.hero-six-images {
  position: relative;

  z-index: 1;
}

.hero-six-images img {
  padding-left: 65px;
}

.hero-six-images::before {
  position: absolute;

  content: "";

  background-image: url(../img/home-six/services/hero6-round.png);

  background-repeat: no-repeat;

  height: 130%;

  width: 130%;

  left: -18%;

  top: -14%;

  z-index: -1;

  background-size: contain;

  background-position: center;

  -webkit-animation: inner-circle 39s linear infinite;

  animation: inner-circle 39s linear infinite;

  -webkit-animation: circle 39s linear infinite;

  animation: circle 39s linear infinite;
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes circle {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@-webkit-keyframes inner-circle {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);

    transform: rotate(-360deg);
  }
}

@keyframes inner-circle {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);

    transform: rotate(-360deg);
  }
}

.footer li a:hover {
  color: #41a728 !important;
}

/* ------Right SideBar ------*/

.right-sidebar {
  background: #000;
}

.right-sidebar .pages-sidebar-item-title {
  color: #fff;
  margin: 30px 0 10px 0;
}

.right-sidebar li a {
  color: #fff;
}

/* About us Page */

/* ================================================================================ */

.pagenation-holder .breadcrumb {
  background: none;
}

.about .less-padding-3 {
  padding-bottom: 20px;
}

.about p {
  font-size: 15px;
  color: #000;
  text-align: justify;
}

.why .text-light {
  font-size: 15px;
}

.why .text-box.white {
  color: #000;
}

.why .title-line {
  width: 30%;
  margin: 0px auto 5px auto;
  height: 1px;
  background-color: #41a728;
}

.text-box.white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.text-box.white:before {
  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #41a728;

  -webkit-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transform-origin: 0 50%;

  transform-origin: 0 50%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;
}

.text-box.white:hover,
.text-box.white:focus,
.text-box.white:active {
  color: white;
}

.text-box.white:hover p span {
  color: #000;
}

.text-box.white:hover:before,
.text-box.white:focus:before,
.text-box.white:active:before {
  -webkit-transform: scaleX(1);

  transform: scaleX(1);
}

.perks {
  width: 100%;
}

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

.perks ul li {
  width: 100%;
  padding: 10px 5px;
  background: #f5f5f5;
  border-bottom: 1px solid #41a728;
  margin: 5px 0;
  color: #000;
}

/* ------ Content -----*/

.content .acc_icon_expand {
  display: none !important;
}

.content .acc_head {
  color: #000;
}

.content .acc_head span {
  color: #41a728;
}

.content .acc_head:hover {
  background: #f5f5f5 !important;
}

.pt .acc_icon_expand {
  display: block !important;
}

.pt .acc_content li,
.pt .acc_content p {
  color: #000;
  margin: 5px 0;
}

.diploma .acc_icon_expand {
  display: block !important;
}

.diploma .smk_accordion .accordion_in.style5.acc_active > .acc_head {
  color: #41f728;
  background: #000 !important;
}

.diploma .acc_head {
  background: #f5f5f5 !important;
}

.diploma .smk_accordion .accordion_in.style2.acc_active > .acc_head {
  color: #41f728;
}

.diploma .acc_head:hover {
  background: #fff !important;
}

.slider-text {
  position: absolute;
  color: #fff;
  top: 200px;
  left: 180px;
}

.slider-text h1 {
  font-weight: 800;
}

.slider-text h2 {
  font-weight: 800;
  font-size: 82px;
}

.slider-text .ce4-title-line-1 {
  background: #41a728;
  margin: 40px 0 0 0;
  width: 300px;
}

.slider-text p {
  margin: 20px 0 0 0;
  font-size: 17px;
  color: #727272;
}

.slider-text a {
  background: #41a728;
  color: #fff;
  padding: 5px 30px;
  text-transform: uppercase;
  margin: 30px 0 0 0;
}

.slider-text a:hover {
  color: #000;
}

.content-text {
  color: #000;
}
.content-text p {
  text-align: justify;
  margin: 10px 0;
}
.content-text h4 {
  padding: 10px;
  margin: 0;
  background: #41a728;
  color: #fff;
}

.fo-map a,
.imp li a:hover,
.item-holder ul li a:hover,
.soc-sec .text-left ul li:hover a,
.text-box .iconlist-2 .text a:hover {
  color: #41f728;
}

.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:active,
.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:focus,
.cbp-popup-lightbox-bottom .cbp-popup-lightbox-title:hover,
.ce4-feature-box-44.active .inner-box p,
.ce4-feature-box-44:hover .inner-box p,
.countdown,
.fo-map a:hover,
.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover,
.imp li a,
.item-holder ul li a,
.soc-sec .text-left .ce4-readmore-big,
.text-box .iconlist-2 .text a,
h1,
h2 {
  color: #fff;
}

.cont input {
  margin: 10px 0px;
  width: 99%;
  height: 45px;
  float: left;
  padding: 15px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
