@import "../css/bootstrap.min.css";
@import "../css/font-awesome.min.css";
@import "../css/animate.min.css";
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../fonts/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("../fonts/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.fr {
  font-family: "Avenir";
}

.fb {
  font-family: "Avenir";
  font-weight: 900;
}

@font-face {
  font-family: "latoblack";
  src: url("../fonts/lato/lato-black-webfont.woff2") format("woff2"), url("../fonts/lato/lato-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latobold";
  src: url("../fonts/lato/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoheavy";
  src: url("../fonts/lato/lato-heavy-webfont.woff2") format("woff2"), url("../fonts/lato/lato-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latolight";
  src: url("../fonts/lato/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latomedium";
  src: url("../fonts/lato/lato-medium-webfont.woff2") format("woff2"), url("../fonts/lato/lato-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latosemibold";
  src: url("../fonts/lato/lato-semibold-webfont.woff2") format("woff2"), url("../fonts/lato/lato-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #e4e4e4;
}

.red {
  color: #d01911;
}

.blue {
  color: #1d7db0;
}

.green {
  color: #354b19;
}

.green3 {
  color: #667651;
}

.yellow {
  color: #ead04d;
}

.bg_bronze {
  background-color: #d12f5f;
}

.bg_burgundy {
  background-color: #0ABDB0;
}

.bg_coral {
  background-color: #1fc0e1;
}

.bg_green {
  background-color: #4AAE6B;
}

.bg_lovry {
  background-color: #eac141;
}

.bg_blue {
  background-color: #455697;
}

body {
  font-family: "latomedium";
  text-transform: capitalize;
}

header {
  transition: all 0.5s;
  z-index: 997;
  padding: 26px 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}
header div#collapsibleNavbar {
  justify-content: flex-end;
}
header .nav-menu .navbar-brand {
  width: 200px;
}
header .nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  header .nav-menu ul {
    background-color: #fff;
  }
}
header .nav-menu ul li a {
  color: #fff;
  padding: 15px 15px !important;
}
@media screen and (max-width: 767px) {
  header .nav-menu ul li a {
    color: #000 !important;
    padding: 15px 10px !important;
  }
}
@media screen and (max-width: 767px) {
  header .nav-menu {
    padding: 0.5rem 0rem;
  }
}
header button.navbar-toggler {
  border: 0px;
}
@media screen and (max-width: 767px) {
  header button.navbar-toggler {
    padding: 0.25rem 0rem;
  }
}
header button.navbar-toggler:focus {
  outline: unset;
}
header button.navbar-toggler .navbar-toggler-icon {
  background-image: url("../assets/img/menuwhite.png");
}
header .logomain {
  display: block;
}
@media screen and (max-width: 767px) {
  header .logomain {
    width: 100px;
  }
}
header .logoscroll {
  display: none;
}
@media screen and (max-width: 767px) {
  header .logoscroll {
    width: 100px;
  }
}
header.header-scrolled {
  background: #fff;
  padding: 0px;
  box-shadow: 0px 5px 6px rgba(204, 204, 204, 0.44);
}
header.header-scrolled .nav-menu a {
  color: #000 !important;
}
header.header-scrolled .logo {
  color: #000;
}
header.header-scrolled .logomain {
  display: none;
}
header.header-scrolled .logoscroll {
  display: block;
}
header.header-scrolled .navbar-toggler-icon {
  background-image: url("../assets/img/menublack.png") !important;
}

section {
  padding: 7rem 0rem;
}
@media screen and (max-width: 767px) {
  section {
    padding: 2rem 0rem;
  }
}

p {
  color: #8d95a2;
  font-size: 14px;
}

.section-head h2 {
  margin-bottom: 1rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .section-head h2 {
    font-size: 1.5rem;
  }
}

.h2,
h2 {
  font-size: 2.5rem;
}

.welcome {
  background-image: url(../assets/img/bg-home-1.jpg);
  background-size: cover;
  position: relative;
  background-position: center center;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  position: relative;
}
.welcome:after {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  content: "";
  right: 0;
}
.welcome .desp {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  max-width: 700px;
  z-index: 9;
  flex-wrap: wrap;
}
@media screen and (max-width: 815px) and (orientation: landscape) {
  .welcome .desp {
    max-width: 100%;
    margin-top: 45px;
  }
}
.welcome .desp h1 {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .welcome .desp h1 {
    font-size: 2rem;
  }
}
.welcome .desp p {
  line-height: 29px;
}
.welcome .desp .socialicons a {
  color: #fff;
  padding: 10px;
}
.welcome .desp .buttons {
  display: flex;
  justify-content: center;
}
.welcome .desp .buttons a {
  background-color: transparent;
  border: 2px solid #7f7f7f;
  color: #fff;
  font-size: 12px;
  border-radius: 35px;
  letter-spacing: 2px;
  transition: all 0.3s;
  font-weight: 600;
  padding: 15px 60px;
  margin: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .welcome .desp .buttons a {
    margin: 5px;
    font-size: 10px;
  }
}
.welcome .desp .buttons a:hover {
  background-color: #fff;
  color: #000;
  border-color: transparent;
}
@media screen and (max-width: 767px) {
  .welcome .desp .buttons a {
    padding: 10px 15px;
    font-weight: 400;
  }
}

.service {
  background-color: #f9f8ff;
  position: relative;
  overflow: hidden;
}
.service .row {
  position: relative;
  z-index: 1;
}
.service:after {
  content: "";
  background: linear-gradient(118deg, #4147e8, #9c27b0 200%);
  width: 100%;
  height: 550px;
  position: absolute;
  transform: skewY(-7deg);
  bottom: -130px;
}
.service .servicebox {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 10px 50px rgba(20, 50, 47, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
  margin-bottom: 3rem;
  transition: 0.3s ease-in-out;
}
.service .servicebox:hover {
  box-shadow: 1px 1px 10px 1px #eee;
  transform: translateY(-5px);
}
.service .servicebox .icon {
  display: block;
  justify-content: center;
  width: 100%;
}
.service .servicebox .icon img {
  width: 55px;
  border-radius: 100px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .service .servicebox h4 {
    font-size: 1.2rem;
  }
}

.counter {
  background: url("../assets/img/counterbg.jpg");
  background-attachment: fixed;
  padding: 3rem 0rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*-=-=-=-=-=-=-=-=-=-=-=- */
  /* Column Grids */
  /*-=-=-=-=-=-=-=-=-=-=-=- */
}
@media screen and (max-width: 767px) {
  .counter {
    padding: 2rem 0rem;
  }
}
.counter .col_half {
  width: 49%;
}
.counter .col_third {
  width: 32%;
}
.counter .col_fourth {
  width: 23.5%;
}
.counter .col_fifth {
  width: 18.4%;
}
.counter .col_sixth {
  width: 15%;
}
.counter .col_three_fourth {
  width: 74.5%;
}
.counter .col_twothird {
  width: 66%;
}
.counter .col_half,
.counter .col_third,
.counter .col_twothird,
.counter .col_fourth,
.counter .col_three_fourth,
.counter .col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.counter .end {
  margin-right: 0 !important;
}
.counter .wrapper {
  width: 980px;
  margin: 30px auto;
  position: relative;
}
.counter .counter {
  padding: 20px 0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .counter .counter {
    width: 48%;
  }
}
.counter .count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .counter .count-title {
    font-size: 20px;
  }
}
.counter .count-text {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .counter .count-text {
    font-size: 15px;
  }
}
.counter .fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  font-size: 40px;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .counter .fa-2x {
    margin-bottom: 1rem;
  }
}

.blog {
  position: relative;
  overflow: hidden;
}
.blog:before {
  content: "";
  width: 51px;
  position: absolute;
  height: 100px;
  background: url(../assets/img/lay.png);
  right: 5%;
  top: 80%;
  background-repeat: no-repeat;
  background-size: 100%;
  animation: fbounce 5s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 767px) {
  .blog:before {
    width: 20px;
  }
}
.blog .post-detail {
  text-align: center;
  margin-bottom: 50px;
  border-radius: 5px;
}
.blog .post-detail .img {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  height: 200px;
}
.blog .post-detail .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-image: linear-gradient(127deg, #5156ea 0%, #4147e8 91%);
  opacity: 0.15;
}
.blog .post-detail .post-content {
  padding: 20px;
  padding-bottom: 20px;
  padding-top: 35px;
  position: relative;
  width: 90%;
  margin: auto;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-top: -30px;
  z-index: 3;
}
.blog .post-detail .post-content .date {
  position: absolute;
  width: 100px;
  right: 0px;
  left: 0px;
  top: -15px;
  margin: auto;
  background-color: #4147e8;
  text-align: center;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
  color: #fff;
}
.blog .post-detail .post-content h3 {
  font-weight: 600;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
}
.blog .post-detail .post-content h3 a {
  font-weight: 600;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 1px;
  line-height: 24px;
  transition: all 0.3s ease 0s;
}
.blog .post-detail .post-content h3 a:hover {
  text-decoration: none;
}
.blog .post-detail .post-content .text {
  font-size: 14px;
  color: #5e6e7d;
  margin-bottom: 20px;
}
.blog .post-detail .post-content .btn-primary-line {
  display: block;
  width: 225px;
  height: 45px;
  line-height: 45px;
  color: #4147e8;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.81px;
  border: 1px solid #4147e8;
  background: none;
  margin: auto;
  border-radius: 100px;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
}
.blog .post-detail .post-content .btn-primary-line:hover {
  background: #4147e8;
  color: #fff;
  text-decoration: none;
}

.portfolio {
  background-color: #f9f8ff;
}
.portfolio img {
  border-radius: 5px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 50px;
}
.portfolio #portfolio-flters li:hover {
  color: #fff;
  background: #4147e8;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio #portfolio-flters .filter-active {
  color: #fff;
  background: #4147e8;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  border-radius: 6px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #2b2320;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #65534c;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #483b36;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #4147e8;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #4147e8;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.Freelancer_box {
  background-color: #f9f8ff;
}
.Freelancer_box a {
  cursor: pointer;
  background-color: #4147e8;
  color: #fff;
  font-size: 12px;
  border-radius: 35px;
  letter-spacing: 2px;
  transition: all 0.3s;
  font-weight: 600;
  padding: 15px 60px;
  margin: 10px;
  border: 2px solid #4147e8;
}
@media screen and (max-width: 767px) {
  .Freelancer_box a {
    padding: 10px 25px;
  }
}
.Freelancer_box a:hover {
  background-color: transparent;
  color: #4147e8;
  text-decoration: none;
}

.testimonials {
  position: relative;
  overflow: hidden;
  background-color: #fbfbfb;
}
.testimonials:before {
  content: "";
  width: 51px;
  position: absolute;
  height: 100px;
  background: url(../assets/img/cir.png);
  animation: fbounce 5s ease-in-out 0s infinite alternate;
  left: 5%;
  top: 80%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .testimonials:before {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}
.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.testimonials .owl-dot.active {
  background-color: #4147e8 !important;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #4147e8;
  font-size: 26px;
  opacity: 0.3;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 30px;
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .box {
  text-align: center;
  margin-top: -54px;
}
.testimonials .testimonial-item .box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #111;
}
.testimonials .testimonial-item .box h4 {
  font-size: 14px;
  color: #999;
}
.testimonials .testimonial-item .box .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.experince {
  position: relative;
  overflow: hidden;
}
.experince:after {
  content: "";
  width: 51px;
  position: absolute;
  height: 100px;
  background: url(../assets/img/cir.png);
  left: 5%;
  top: 60%;
  background-repeat: no-repeat;
  background-size: 100%;
  animation: fbounce 5s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 767px) {
  .experince:after {
    width: 20px;
  }
}
.experince .tpage {
  padding: 10px 0;
  position: relative;
  margin-top: 35px;
}
.experince .tpage:after {
  content: "";
  height: 95%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -9;
  width: 1px;
}
@media screen and (max-width: 1023px) {
  .experince .tpage:after {
    display: none;
  }
}
.experince .tpage .titem {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .experince .tpage .titem {
    margin-bottom: 0px;
    padding-top: 15px;
  }
}
.experince .tpage .titem .event-d-left {
  text-align: right;
  margin-right: 15px;
  float: right;
  border-radius: 0;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .experince .tpage .titem .event-d-left {
    text-align: center;
    box-shadow: none;
  }
}
.experince .tpage .titem .event-d-right {
  text-align: left;
  margin-left: 15px;
  float: left;
  border-radius: 0;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .experince .tpage .titem .event-d-right {
    text-align: center;
    box-shadow: none;
  }
}
.experince .tpage .titem .duration-r {
  border-radius: 42px;
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
  padding: 12px 32px;
  position: relative;
  text-align: left;
  border: 5px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023px) {
  .experince .tpage .titem .duration-r {
    float: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 150px;
    margin: auto;
    font-size: 12px;
    padding: 8px 30px;
    margin-bottom: 100px;
  }
}
.experince .tpage .titem .duration-r:after {
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -45px;
  position: absolute;
  top: 14px;
  width: 20px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .experince .tpage .titem .duration-r:after {
    display: none;
  }
}
.experince .tpage .titem .datelb {
  border-radius: 42px;
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  padding: 12px 32px;
  position: relative;
  text-align: right;
  border: 5px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023px) {
  .experince .tpage .titem .datelb {
    float: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 150px;
    margin: auto;
    font-size: 12px;
    padding: 8px 30px;
    margin-bottom: 100px;
  }
}
.experince .tpage .titem .datelb:after {
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -45px;
  top: 14px;
  width: 20px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .experince .tpage .titem .datelb:after {
    display: none;
  }
}
.experince .tpage .duration {
  position: relative !important;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .experince .tpage .duration:before {
    width: 1px;
    height: 80px;
    content: "";
    position: absolute;
    top: 62px;
    display: block;
    margin: auto;
    border-left: 2px dashed #000;
  }
}
.experince .tpage .titem:nth-child(1) .duration {
  background-color: #42e2b6;
}
.experince .tpage .titem:nth-child(1) .duration:after {
  background-color: #42e2b6;
}
.experince .tpage .titem:nth-child(1) .duration:before {
  border-color: #42e2b6;
}
.experince .tpage .titem:nth-child(5) .duration {
  background-color: #c37bf6;
}
.experince .tpage .titem:nth-child(5) .duration:after {
  background-color: #c37bf6;
}
.experince .tpage .titem:nth-child(5) .duration:before {
  border-color: #c37bf6;
}
.experince .tpage .titem:nth-child(3) .duration {
  background-color: #f4c062;
}
.experince .tpage .titem:nth-child(3) .duration:after {
  background-color: #f4c062;
}
.experince .tpage .titem:nth-child(3) .duration:before {
  border-color: #f4c062;
}
.experince .tpage .titem:nth-child(4) .duration {
  background-color: #7b95f6;
}
.experince .tpage .titem:nth-child(4) .duration:after {
  background-color: #7b95f6;
}
.experince .tpage .titem:nth-child(4) .duration:before {
  border-color: #7b95f6;
}
@media screen and (max-width: 1023px) {
  .experince .tpage .titem:nth-child(4) .row {
    flex-direction: column-reverse;
  }
}
.experince .tpage .titem:nth-child(2) .duration {
  background-color: #62b7f4;
}
.experince .tpage .titem:nth-child(2) .duration:after {
  background-color: #62b7f4;
}
.experince .tpage .titem:nth-child(2) .duration:before {
  border-color: #62b7f4;
}
@media screen and (max-width: 1023px) {
  .experince .tpage .titem:nth-child(2) .row {
    flex-direction: column-reverse;
  }
}
.experince .bg-custom,
.experince .under-line,
.experince .dot,
.experince .btn-custom,
.experince .tpage .titem .datelb,
.experince .tpage .titem .datelb::after,
.experince .tpage .titem .duration-r,
.experince .tpage .titem .duration-r::after,
.experince .container-filter li a.active,
.experince .tpage::after {
  background-color: #e1e1e1;
}

.contactus {
  position: relative;
  overflow: hidden;
  background: linear-gradient(118deg, #4147e8, #9c27b0 200%);
}
.contactus .container {
  position: relative;
  z-index: 9;
}
.contactus:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 458px;
  position: absolute;
  transform: skewY(-7deg);
  top: -125px;
}
@media screen and (max-width: 767px) {
  .contactus:after {
    top: -57px;
  }
}
.contactus .contact-inner {
  padding: 4rem 3rem;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .contactus .contact-inner {
    padding: 4rem 1rem;
  }
}
.contactus .contact-inner form {
  width: 100%;
}
.contactus .contact-inner .why-stripe {
  color: #fff;
}
.contactus .contact-inner .why-stripe h4 {
  font-size: 40px;
  font-weight: bold;
}
.contactus .contact-inner .why-stripe p {
  color: #fff;
}
.contactus .contact-inner .why-stripe a {
  color: #fff;
}
.contactus .contact-inner .why-stripe ul {
  padding: 0px;
}
.contactus .contact-inner .why-stripe ul li {
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  align-items: center;
}
.contactus .contact-inner .why-stripe ul li img {
  background-color: #fff;
  width: 35px;
  margin: 0px !important;
  padding: 5px;
}
.contactus .contact-inner .why-stripe ul li .mdetail {
  margin-left: 15px;
}
.contactus .contact-inner input {
  background-color: #f6f9fc;
  border: 0px;
  min-height: 55px;
  border-radius: 4px;
}
.contactus .contact-inner textarea {
  border-radius: 4px;
  background-color: #f6f9fc;
  border: 0px;
}
.contactus .contact-inner .btn {
  cursor: pointer;
  background-color: #4147e8;
  color: #fff;
  font-size: 12px;
  border-radius: 35px;
  letter-spacing: 2px;
  transition: all 0.3s;
  font-weight: 600;
  padding: 15px 60px;
  margin: 10px;
  border: 2px solid #4147e8;
}
@media screen and (max-width: 767px) {
  .contactus .contact-inner .btn {
    padding: 10px 25px;
  }
}
.contactus .contact-inner .btn:hover {
  background-color: #fff;
  border-color: #4147e8;
  color: #4147e8;
}
.contactus .form-back {
  background-color: #fff;
  display: flex;
  justify-content: center;
}

footer {
  background-color: #01011a;
  position: relative;
  display: block;
  overflow: hidden;
}
footer #particle-canvas {
  width: 100%;
  position: absolute !important;
  height: 100%;
}
footer .foot-row {
  margin-bottom: 30px;
}
footer .footer-inner {
  position: relative;
  z-index: 999;
}
footer .footer-inner .footer-top {
  padding: 5rem 0rem 0rem;
}
footer .footer-inner .footer-top .text {
  color: #8d95a2;
}
footer .footer-inner .footer-top h5 {
  font-weight: 900;
  color: #b6b6b6;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-top h5 {
    font-size: 1rem;
  }
}
footer .footer-inner .footer-top h2 {
  color: #b6b6b6;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-top h2 {
    font-size: 1.5rem;
  }
}
footer .footer-inner .footer-top .footer-nav {
  padding: 0px;
}
footer .footer-inner .footer-top .footer-nav li {
  list-style: none;
}
footer .footer-inner .footer-top .footer-nav li a {
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  color: #8d95a2;
  overflow: hidden;
}
footer .footer-inner .footer-top .footer-nav li a:hover {
  text-decoration: none;
  color: #4147e8;
}
footer .footer-inner .footer-top .footer-nav li a i {
  float: left;
  height: 32px;
  margin-right: 5px;
  line-height: 32px;
  font-size: 14px;
  color: #b6b6b6;
}
footer .footer-inner .footer-top .address a {
  color: #8d95a2;
}
footer .footer-inner .footer-top .address .social {
  padding: 0px;
}
footer .footer-inner .footer-top .address .social li {
  list-style: none;
  float: left;
  font-size: 16px;
  margin-right: 10px;
}
footer .footer-inner .footer-top .address .social li a {
  color: #f1f1ff;
  padding: 10px;
  background: #4147e8;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-inner .footer-top .address .social li a i {
  font-size: 12px;
}
footer .footer-inner .footer-top .address .social li a:hover {
  background-color: #fff;
  color: #4147e8;
  text-decoration: none;
}
footer .footer-inner .footer-top .address .social li a:hover i {
  color: #000;
}
footer .footer-inner .footer-bottom .copyright {
  padding: 15px;
}
footer .footer-inner #scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #4147e8;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  transition: 0.3s ease-in-out;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner #scroll {
    width: 40px;
    height: 40px;
  }
}
footer .footer-inner #scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer .footer-inner #scroll span {
    margin-left: -6px;
    margin-top: -10px;
    border-width: 6px;
  }
}
footer .footer-inner #scroll:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

@keyframes fbounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}