#scrollUp {
  bottom: 30px;
  color: #fff;
  font-size: 34px;
  height: 60px;
  line-height: 60px;
  right: 30px;
  text-align: center;
  width: 60px;
  border-radius: 100%;
  background: #279e64;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-top-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  width: 55%;
  height: 100%;
  z-index: -1;
  transform: skew(-26deg);
  padding-left: 20px;
  background: #5a49f8;
}
.header-top-menu {
  padding-top: 11px;
  background: #333;
  z-index: 2;
  position: relative;
}
.header-top-addres-icon i {
  color: #fff;
  font-size: 24px;
  display: inline-block;
}
.header-top-address ul {
  display: inline-block;
}
.header-top-address ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.header-top-address ul li {
  display: inline-block;
  margin-right: 21px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 16px;
}
.header-top-address ul li a i {
  margin-right: 9px;
}
.header-top-address ul li span i {
  margin-right: 8px;
}
.header-top-social span {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.7px;
}
/*=================================//
    style-two-header-top-area
===================================*/
.header-top-social-address ul {
  display: inline-block;
  margin-left: 26px;
}
.header-top-social-address ul li a i {
  font-size: 20px;
  display: block;
  margin-right: 19px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
}
.header-top-social-address ul li a i:hover {
  color: #d0312c;
}
.header-top-social {
  float: right;
  display: inline-block;
  margin-top: 3px;
}
.header-top-social a i {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-left: 11px;
}
.header-top-social-address ul li {
  display: inline-block;
}
.header-top-social-address p {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  margin-left: 46px;
}
.header-top-social-address span {
  letter-spacing: 1.1px;
  font-size: 14px;
}
/*--=====================================
    ----------start sub menu---------------
    -========================================*/
.header-menu .sub-menu {
  height: auto;
  width: 230px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: left;
  top: 80px;
  transition: 0.3s;
  opacity: 0;
  left: 0;
  visibility: hidden;
  border-radius: 7px;
  padding: 15px 20px;
}
.header-area .sub-menu ul li {
  display: block;
  margin-bottom: -40px;
}
.header-area .sub-menu ul li a {
  position: relative;
  color: #616161 !important;
  margin: 5px 8px 5px 20px;
  font-weight: 500;
  font-size: 14px;
  padding-top: 10px;
}
.header-menu ul li:hover .sub-menu {
  top: 55px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.header-menu ul li {
  padding-bottom: 40px;
}
.header-area .sub-menu ul li a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #5a49f8;
  left: -18px;
  top: 18px;
  opacity: 0;
  visibility: hidden;
}
.header-area .sub-menu ul li a:hover {
  margin-left: 30px;
  color: #5a49f8 !important;
}
.sticky-nav.header-area .sub-menu ul li a:hover {
  margin-left: 30px;
  color: #5a49f8 !important;
}
.header-area .sub-menu ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
/*--==========================================
	start-header-area-------------------------
	-=========================================*/
.header-area {
  position: relative;
  z-index: 2;
}
.header-menu {
  text-align: right;
}
.sticky-nav .header-button a {
  background: transparent;
  border: 1px solid #fff;
}
.header-menu ul {
  display: inline-block;
}
.header-menu ul li {
  list-style: none;
  display: inline;
  position: relative;
}
.header-menu ul li a {
  display: inline-block;
  font-size: 17px;
  margin: 33px 10px;
  text-transform: capitalize;
  font-weight: 600;
  color: #232323;
  transition: 0.5s;
}
.header-menu ul li a:hover {
  color: #5a49f8;
}
.sticky-nav .header-menu ul li a {
  color: #fff;
}
.sticky-nav .header-menu .sub-menu ul li a {
  color: #000;
}
.header-menu ul li a i {
  opacity: 0.5;
  font-size: 15px;
  color: #232323;
}
.header-button {
  display: inline-block;
  margin-left: 69px;
}
.header-button a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-left: 2px;
  background: #d0312c;
  padding: 20px 47px;
  font-weight: 500;
}
.header-button a:hover {
  background: #00247e;
  color: #fff;
}
.sticky-nav .header-button a {
  color: #279e64;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-left: 2px;
  background: #fff;
  padding: 20px 47px;
  font-weight: 500;
  transition: 0.5s;
}
.sticky-nav .header-button a:hover {
  background: #00247e;
  color: #fff;
}
.header-area.transparent {
  position: relative;
  z-index: 2;
  margin-bottom: -88px;
}
.transparent .header-menu ul li a {
  color: #fff;
}
/*style-two*/
.header-area.style-two.transparent .header-menu ul li a {
  color: #232323;
}
/*style-three*/
.header-area.style-three.transparent {
  position: relative;
  z-index: 2;
  margin-bottom: -88px;
  background: #20dfe3;
}
.header-area.style-three.transparent .dreamit-slider-button a:hover {
  background: #fff;
  border-color: #fff;
  color: #20dfe3;
}
.sticky-nav .dreamit-slider-button a:hover {
  background: #fff !important;
  color: #20dfe3 !important;
}
.menu-toggle {
  display: none;
}
.menu-toggle .open_bar,
.menu-toggle .close_bar {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  right: 30px;
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.menu-toggle .close_bar {
  display: none;
}
.menu-toggle.closee .open_bar {
  display: none !important;
}
.menu-toggle.closee .close_bar {
  display: block !important;
}

/* ==========================================
start search Popup Css
=========================================*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.search-popup {
  width: 100%;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #5a49f8;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #ffffff;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #ffffff;
}
.header-src-btn {
  float: right;
  position: relative;
  margin-top: 0px;
}
.search-box-btn.search-box-outer {
  margin-top: 27px;
  margin-left: 25px;
}
.search-box-btn.search-box-outer i {
  font-size: 13px;
  display: inline-block;
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  margin-top: 4px;
}
.search-box-btn.search-box-outer i {
  background: #5a49f8;
}
/*--==============================================->
	<!--Start itexpert Slider-Area-->
	==================================================-*/
.slider-area {
  background: url(images/slider1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 748px;
  position: relative;
}
.slider-content h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 21px 0;
}
.slider-content h1 {
  margin: 0;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
}
.dreamit-slider-button {
  display: inline-block;
  margin-left: 17px;
}
.dreamit-slider-button a {
  background: #5a49f8;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: 0.5s;
  padding: 12px 24px;
  border-radius: 5px;
}
.dreamit-slider-button a:hover {
  background: #20dfe3;
  border-color: #20dfe3;
  color: #fff;
}
.slider-content h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
/*style-two*/
.slider-area.style-two {
  background: url(images/slider2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 748px;
  position: relative;
}
.slider-thumb {
  position: absolute;
  bottom: -62px;
}
.slider-content p {
  color: #fff;
  font-size: 22px;
  margin: 25px 0 52px;
}
.slider-button {
  display: inline-block;
}
.slider-button a {
  background: #20dfe3;
  color: #fff;
  padding: 13px 28px;
  display: inline-block;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 17px;
  border-radius: 3px;
}
.bd-video {
  display: inline-block;
}
.bd-video {
  margin-left: 20px;
}
.slider-thumb img {
  width: 100%;
}
/*style-three*/
.slider-area.style-three {
  background: url(images/procces.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 748px;
  position: relative;
}
.slider-button a:hover {
  background: #20dfe3 !important;
  border-color: #20dfe3 !important;
  color: #fff;
}
/*style-four*/
.slider-area.style-four {
  background: url(images/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 748px;
  position: relative;
}
.slider-area.style-four .slider-content h4 {
  color: #5a49f8;
}
.slider-area.style-four .slider-content p {
  margin: 25px 0 40px;
}
/*STYLE-FIVE*/
.slider-area.style-five {
  background: url(images/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 748px;
  position: relative;
}
.slider-area.style-five .slider-content h4 {
  color: #5a49f8;
}
.slider-button a {
  background: #20dfe3;
  color: #fff;
  padding: 13px 28px;
  display: inline-block;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 17px;
  border-radius: 3px;
}
/*style-six*/
.slider-area.style-six {
  background: url(images/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 748px;
  position: relative;
}
.slider-area.style-six .slider-content h4 {
  color: #5a49f8;
}
.slider-area.style-six .slider-thumb {
  position: absolute;
  bottom: -62px;
  left: 140px;
  top: 37px;
}
/*style-seven*/
.slider-area.style-seven {
  background: url(images/1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 870px;
  position: relative;
}
.slider-area.style-seven .slider-content h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.slider-area.style-seven .slider-content h2 {
  font-size: 80px;
  font-weight: 800;
}
.slider-area.style-seven .slider-content p {
  margin: 25px 0 41px;
}
/*style-eight*/
.slider-area.style-eight {
  background: url(images/white.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.slider-area.style-eight .slider-content h3 {
  font-size: 60px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 40px;
}
.slider-area.style-eight .slider-content h2 {
  margin-bottom: 0;
}
.slider-area.style-eight .slider-content h4 {
  color: #5a49f8;
}
.circle-shape2 {
  position: absolute;
  top: -93px;
  left: 25%;
  z-index: -1;
}
.slider-area.style-eight .slider-content h1,
.slider-area.style-eight .slider-content h2,
.slider-area.style-eight .slider-content h3 {
  color: #232323;
}
/*style-nine*/
.slider-area.style-nine {
  background: url(images/slider7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 838px;
  position: relative;
  background-position: center center;
}
.slider-area.style-nine .slider-content h4 {
  color: #5a49f8;
}
.slider-area.style-nine .slider-content h1,
.slider-area.style-nine .slider-content h2 {
  color: #232323;
}
.slider-area.style-nine .slider-content p {
  color: #616161;
  font-size: 22px;
  font-weight: 500;
  width: 46%;
  line-height: 1.5;
  margin: 26px 0 48px;
}
.slider-area.style-nine a.slider-active {
  margin-left: 0px;
}
.slider-area.style-nine a.slider-active {
  margin-left: 0px;
  background: #5a49f8 !important;
}
.slider-area.style-nine .slider-button a:hover {
  background: #20dfe3 !important;
  border-color: #20dfe3 !important;
  color: #fff;
}
/*style-ten*/
.slider-area.style-ten {
  background: url(images/slider8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 840px;
  position: relative;
}
.slider-area.style-ten .slider-content h4 {
  color: #5a49f8;
}
.slider-area.style-ten .slider-content h1,
.slider-area.style-ten .slider-content h2 {
  color: #232323;
}
.slider-area.style-ten .slider-content p {
  color: #616161;
  width: 46%;
}
.slider-area.style-ten a.slider-active {
  margin-left: 0px;
  background: #5a49f8 !important;
}
.slider-area.style-ten .slider-button a:hover {
  background: #20dfe3 !important;
  border-color: #20dfe3 !important;
  color: #fff;
}
/*owl dots*/
.owl-prev,
.owl-next {
  position: absolute;
  margin-top: -428px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
}
.slider-area.style-three .slider-button a {
  background: #5a49f8;
}
a.slider-active {
  background: #20dfe3 !important;
  margin-left: 23px;
}
a.slider-active:hover {
  background: #5a49f8 !important;
  color: #fff;
}
/*owl-nav*/
.owl-nav {
  position: relative;
}
.owl-prev,
.owl-next {
  position: absolute;
  margin-top: -367px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
}
.slider_list .owl-next {
  right: -60px;
  transition: 0.5s;
}
.slider_list:hover .owl-next {
  right: 50px;
}
.slider_list:hover .owl-prev {
  left: 50px;
}
.slider_list .owl-prev {
  left: -60px;
  transition: 0.5s;
}
.owl-prev,
.owl-next i {
  font-size: 25px;
}
.owl-prev:hover {
  border: 2px solid #d3d3d3;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.owl-next:hover {
  border: 2px solid #d3d3d3;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.circle-shape {
  position: absolute;
  right: 200px;
  top: 200px;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*style-two*/
.circle-shape.style-two {
  position: absolute;
  left: 200px;
  top: 200px;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
/*--==============================================->
    <!--Start appointment form Area-->
    ==================================================-*/
.appoinment-form {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
  background: #fff;
  padding: 32px 52px 48px;
  border-radius: 5px;
}
.appoinment-title h3 {
  font-size: 25px;
  color: #232323;
  font-weight: 700;
}
.appoinment-content-text p {
  color: #616161;
  font-size: 16px;
  margin: 10px 0 16px 0px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.3;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.select-your-service.form-box-input {
  width: 100%;
  padding: 13px 0 13px 21px;
  margin-top: 17px;
  border: 1px solid #e6e6e6;
  color: #616161;
}
.appoinment-button button {
  width: 100%;
  padding: 14px 0 14px 0px;
  background: #5a49f8;
  color: #fff;
  border-radius: 5px;
  border: inherit;
  transition: 0.5s;
}
.appoinment-button button:hover {
  background: #20dfe3;
}
/*--==============================================->
    <!--Start itexpert service Area-->
    ==================================================-*/
.dreamit-service-area {
  padding: 80px 0 68px;
}
.dreamit-section-sub-title h5 {
  color: #ababab;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.dreamit-section-main-title h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #232323;
  margin: 0;
  text-transform: capitalize;
}
.dreamit-section-main-title h2 span {
  color: #5a49f8;
}
.dreamit-single-service-box {
  box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
  padding: 40px 30px 33px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 7px;
  text-align: center;
  background: #fff;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
.dreamit-single-service-box:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background: #edebff;
  display: block;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 100%;
  transform: translate(-31px, -37px) scale(1);
  transition: 300ms all;
  z-index: -1;
  opacity: 0.4;
}
.dreamit-single-service-box:hover::before {
  transition: 600ms all;
  transform: translate(-41px, -47px) scale(11);
  opacity: 0.3;
}
.dreamit-single-service-box:hover {
  background: #5a49f8;
}
.dreamit-single-service-box:hover .service-title h2:before {
  background: #fff !important;
}
.dreamit-single-service-box:hover .service-title h2,
.dreamit-single-service-box:hover .service-content-text p {
  color: #fff;
}
.service-icon {
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 100%;
  text-align: center;
  margin: auto;
  background: #edebff;
  font-size: 34px;
  margin-bottom: 40px;
  color: #5a49f8;
}
.service-content {
  padding: 0 9px 0;
}
.service-title h2 {
  font-size: 22px;
  color: #232323;
  font-weight: 700;
  position: relative;
  margin: 55px 0 10px;
}
.service-title h2:before {
  position: absolute;
  content: "";
  left: 0;
  top: -16px;
  height: 1px;
  width: 64px;
  background: #5a49f8;
  right: 0;
  margin: auto;
}
.service-content-text p {
  font-size: 16px;
  line-height: 1.5;
  margin: 13px 0 29px;
}
.service-button a {
  padding: 9px 21px;
  font-size: 13px;
  text-transform: uppercase;
  background: #edebff;
  transition: 0.5s;
  display: inline-block;
}
.dreamit-service-content p {
  font-size: 16px;
}
.dreamit-service-content p a {
  font-size: 17px;
  display: inline-block;
  transition: 0.5s;
}
.dreamit-service-content p a:hover {
  color: #0056b3;
}
/*style-two*/
.dreamit-service-area.style-two {
  background: #f7f9fe url(images/service-map.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0 50px;
}
.dreamit-service-area.style-two .dreamit-single-service-box {
  box-shadow: none;
  padding: 61px 30px 33px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 0;
  text-align: left;
  background: #fff;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
.dreamit-service-area.style-two .service-content-text p {
  font-size: 16px;
  line-height: 1.5;
  margin: 12px 0 20px;
}
.dreamit-service-area.style-two .service-button a {
  padding: 9px 0px;
}
.dreamit-service-area.style-two .service-icon {
  background: none;
  height: 0;
  width: 0;
  line-height: 0;
  margin-left: 0;
}
.dreamit-service-area.style-two .service-button a {
  background: inherit;
  color: #232323;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}
.dreamit-service-area.style-two .service-button a:before {
  position: absolute;
  content: "";
  top: 18px;
  left: 0;
  background: #fff;
  height: 2px;
  width: 23px;
  opacity: 0;
}
.dreamit-service-area.style-two .service-button a:hover {
  padding-left: 30px;
}
.dreamit-service-area.style-two .service-button a:hover:before {
  opacity: 1;
  margin-right: 5px;
}
.dreamit-service-area.style-two
  .dreamit-single-service-box:hover
  .service-title
  h2,
.dreamit-service-area.style-two
  .dreamit-single-service-box:hover
  .service-content-text
  p,
.dreamit-service-area.style-two
  .dreamit-single-service-box:hover
  .service-button
  a {
  color: #fff;
}
.dreamit-service-area.style-two .service-title h2:before {
  display: none;
}
.dreamit-service-area.style-two
  .dreamit-single-service-box:hover
  .service-icon
  i {
  color: #fff;
}
.dreamit-service-area.style-two .dreamit-single-service-box:hover {
  background: #fff;
}
.dreamit-service-area.style-two .dreamit-single-service-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background: #5a49f8;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.7s;
  border-radius: 0;
}
.dreamit-service-area.style-two .dreamit-single-service-box:hover:before {
  height: 100%;
  opacity: 1;
  border-radius: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dreamit-service-area.style-two .service-icon i {
  font-size: 60px;
  color: #5a49f8;
  background: inherit;
  text-align: center;
  border-radius: 0;
  margin-bottom: 0px;
  transition: 0.5s;
}
.dreamit-service-area.style-two .dreamit-single-service-box:hover {
}
/*style-three*/
.dreamit-service-area.style-three {
  padding: 91px 0 40px;
  background: #f7f9fe;
}
.dreamit-service-area.style-three .dreamit-single-service-box {
  padding: 65px 30px 33px;
  background: #fff;
}
.dreamit-service-area.style-three .service-icon {
  float: left;
}
.dreamit-service-area.style-three .service-icon i {
  font-size: 40px !important;
}
.dreamit-service-area.style-three .service-content {
  margin: -27px 0 0px 52px;
}
.dreamit-service-area.style-three .service-content-text p {
  margin: 12px 0 11px;
}
.dreamit-service-area.style-three .service-button a:before {
  display: none;
}
.dreamit-service-area.style-three .service-button a {
  text-transform: capitalize;
}
.dreamit-service-area.style-three .service-button a:hover {
  margin-left: 0px;
}
.service-area.style-three .single-service-box:hover:before {
  height: 0%;
}
.service-area.style-three .single-service-box:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0%;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: #5a49f8;
  z-index: -1;
}
.dreamit-service-area.style-three .dreamit-single-service-box:hover:before {
  height: 0%;
  opacity: 0;
}
.dreamit-service-area.style-three .dreamit-single-service-box:hover {
  box-shadow: 2px 10px 50px rgb(158 158 158 / 25%);
  background: #fff;
}
.dreamit-service-area.style-three
  .dreamit-single-service-box:hover
  .service-title
  h2,
.dreamit-service-area.style-three
  .dreamit-single-service-box:hover
  .service-button
  a,
.dreamit-service-area.style-three
  .dreamit-single-service-box:hover
  .service-content-text
  p,
.dreamit-service-area.style-three
  .dreamit-single-service-box:hover
  .service-icon
  i {
  color: #232323;
}
/*style-four*/
.dreamit-service-area.style-four {
  padding: 76px 0 46px;
}
.dreamit-service-area.style-four .dreamit-single-service-box {
  background: #fff;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 22px 0 22px 22px;
  box-shadow: none;
}
.dreamit-service-area.style-four .dreamit-single-service-box:hover {
  background: inherit;
}
.dreamit-service-area.style-four
  .dreamit-single-service-box:hover
  .service-icon {
  background: #5a49f8;
  color: #fff;
}
.dreamit-service-area.style-four
  .dreamit-single-service-box:hover
  .service-title
  h2,
.dreamit-service-area.style-four
  .dreamit-single-service-box:hover
  .service-button
  a,
.dreamit-service-area.style-four
  .dreamit-single-service-box:hover
  .service-content-text
  p,
.dreamit-service-area.style-four
  .dreamit-single-service-box:hover
  .service-icon
  i {
  color: inherit;
}
.dreamit-service-area.style-four .service-icon {
  height: 75px;
  width: 75px;
  line-height: 75px;
  border-radius: 22px 0 22px 22px;
  background: #edebff;
  font-size: 34px;
  margin-bottom: 31px;
  color: #5a49f8;
  transition: 0.5s;
}
.dreamit-service-area.style-four .service-title h2:before {
  display: none;
}
.dreamit-service-area.style-four .service-button a {
  text-transform: capitalize;
  background: inherit;
  color: #0056b3;
  font-weight: 500;
  font-size: 16px;
}
/*style-five*/
.dreamit-service-area.style-five {
  padding: 80px 0 50px;
}
.dreamit-service-area.style-five .dreamit-single-service-box {
  margin: 2px 8px 16px;
}
.dreamit-service-area.style-five .service-button a {
  padding: 11px 25px;
}
/*--==============================================->
  <!--Start itexpert service Area-->
 ==================================================-*/
.srevice-area {
  background: url(images/service.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-service-box {
  text-align: center;
  background: #fff;
  padding: 71px 21px 41px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  box-shadow: 8px 8px 26px 0 rgb(42 67 113 / 10%);
}
.single-service-box:before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: #5a49f8;
  z-index: -1;
  transform: scaleY(1);
}
.single-service-box:hover:before {
  height: 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.single-service-box:hover .dreamit-service-title h2,
.single-service-box:hover .dreamit-service-content-text p {
  color: #fff !important;
}
.service-thumb {
  width: 70px;
  height: 70px;
  position: relative;
  float: none;
  margin: 0;
  text-align: center;
  margin: auto;
}
.service-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.service-thumb img:first-child {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}
.service-thumb img:last-child {
  -webkit-transform: translate(-50%, -50%) scale(1, 0);
  transform: translate(-50%, -50%) scale(1, 0);
}
.single-service-box:hover .service-thumb img:first-child {
  -webkit-transform: translate(-50%, -50%) scale(1, 0);
  transform: translate(-50%, -50%) scale(1, 0);
}
.single-service-box:hover .service-thumb img:last-child {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}

.dreamit-service-content-text p {
  font-size: 16px;
  transition: 0.5s;
}
.dreamit-service-content-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 13px 0 29px;
}
.single-service-box:hover .service-button a {
  opacity: 1;
}
.dreamit-service-title h2 {
  font-size: 22px;
  color: #232323;
  font-weight: 700;
  transition: 0.5s;
}
.single-service-box .dreamit-service-title h2 {
  margin: 19px 0 17px;
}
.single-service-box .service-button a {
  font-size: 13px;
  text-transform: uppercase;
  background: #20dfe3;
  transition: 0.5s;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 13px;
  opacity: 0;
  transition: 0.5s;
}
/*style-two*/
.srevice-area.style-two {
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.row.margin-upper4 {
  position: relative;
  margin-top: -152px;
}
.dreamit-about-content-inner {
  background: #f0f1f5;
  padding: 13px 51px 21px;
  border-left: 4px solid #5a49f8;
}
.about-title h3 {
  font-size: 18px;
  margin: 0;
}
/*-----------itexpert-style-two-----*/
.video-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding-top: 8px;
}
.slider-video-icon a,
.video-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position: relative;
  color: #fff;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  background: #5a49f8;
  font-size: 28px;
  z-index: 1;
}
.slider-video-icon a {
  color: #fff;
}
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.bd-video-two {
  display: inline-block;
  margin-top: 42px;
}
.bdv-text span {
  color: #fff;
  margin-left: 39px;
}
.itexpert-feature-thumb {
  position: relative;
}
/*----------Skyty Menu--------*/
.sticky-nav {
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background: #20dfe3;
  z-index: 333;
}
.stiky-logo {
  display: none;
}
.sticky-nav .stiky-logo {
  display: block;
}
.sticky-nav .main-logo {
  display: none;
}
#sticky-nav ul li a {
  color: #fff;
}
.header ul li a {
  color: #fff;
}
/* Mobile Menu */
.logo-txt::before {
  content: "ITEXPERT";
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 17px;
  left: 20px;
  display: none;
}
.menu-toggle {
  display: none;
}
.mobile-menu-icon {
  display: none;
}
.mobile-menu-social-icon a {
  background: #279e64;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #279e64;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
}
.mobile-menu-social-icon a:hover {
  color: #279e64;
  background: transparent;
  border: 1px solid#279e64;
}
.mobile-menu-social-icon {
  text-align: left;
  margin-left: 15px;
}
/*--==============================================->
  <!--Start itexpert service Area-->
 ==================================================-*/
.dreamit-tab-area {
  padding: 75px 0 98px;
  background: #f7f9fe;
}
ul#pills-tab {
  text-align: center;
  justify-content: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5a49f8;
}
li.nav-item:hover {
  background-color: #5a49f8;
  border-radius: 5px;
  color: #fff !important;
}
li.nav-item:hover button#pills-our-vission-tab {
  color: #fff;
}
li.nav-item:hover button#pills-why-choos-us-tab {
  color: #fff;
}
li.nav-item:hover button#pills-Technology-Partner-tab {
  color: #fff;
}
li.nav-item:hover button#pills-Aword-win-tab {
  color: #fff;
}
li.nav-item {
  margin-right: 22px;
  background: #fff;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  border: 1px solid #eee !important;
  color: #6b6b6b;
  padding: 16px 73px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
}
.dreamit-vissin-thumb img {
  width: 100%;
}
.about-number h1 {
  color: #5a49f8;
  font-size: 136px;
  display: inline-block;
  margin-top: -40px;
  margin-right: 15px;
  font-weight: 800;
}
.about-title h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-top: 12px;
}
.dreamit-about-content-text {
  margin-top: -13px;
}
.dreamit-about-content-text p {
  color: #616161;
  font-size: 18px;
  line-height: 1.6;
  width: 89%;
  margin-bottom: 34px;
}
.progress-title h6 {
  color: #333;
  font-size: 14px;
  margin-bottom: 7px;
}
.progress {
  height: 14px;
}
.progress-bar {
  font-size: 11px;
  color: #fff;
  background-color: rgb(90, 73, 248);
}
.why-choose-us-single-box {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.why-choose-us-single-box:hover .dreamit-choose-us-icon i {
  background: #20dfe3;
}
.why-choose-us-single-box:hover {
  box-shadow: 2px 10px 50px rgb(158 158 158 / 25%);
}
.why-choose-us-single-box:hover .dreamit-choose-us-thumb:before {
  opacity: 1;
}
.dreamit-choose-us-icon {
  position: relative;
  margin-top: -34px;
}
.dreamit-choose-us-icon i {
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  background: #5a49f8;
  color: #fff;
  position: relative;
  border-radius: 3px;
  transition: 0.5s;
  display: inline-block;
  font-size: 35px;
}
.choose-us-content {
  padding: 0 25px 14px;
}
.choose-us-title h2 {
  font-size: 20px;
  margin: 20px 0 9px 0;
  font-weight: 700;
}
.dreamit-choose-us-thumb {
  position: relative;
}
.dreamit-choose-us-thumb img {
  width: 100%;
}
.dreamit-choose-us-thumb:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: rgb(109, 94, 242, 0.9);
  opacity: 0;
}
.choose-us-content-text p {
  font-size: 16px;
  line-height: 1.5;
}
.dreamit-brand-thumb {
  margin-bottom: 30px;
}
.dreamit-brand-thumb img {
  width: 100%;
}
.dreamit-award-thumb img {
  width: 100%;
}
.dreamit-award-single-box {
  text-align: center;
  margin-bottom: 30px;
  transition: 0.5s;
}
.dreamit-award-single-box:hover {
  box-shadow: 0 1px 21px rgb(0 0 0 / 21%);
}
.award-content {
  padding: 0 25px 10px;
}
.aWard-title h2 {
  font-size: 20px;
  margin: 15px 0 11px 0px;
  font-weight: 500;
}
.award-content-text p {
  font-size: 16px;
  line-height: 1.5;
}
/*style-two*/
.service-details-area ul#pills-tab {
  text-align: center;
  justify-content: left;
  transition: 0.5s;
}
.service-details-area div#pills-tabContent {
  border: 1px solid rgba(119, 68, 217, 0.2);
  padding: 55px 0 33px;
  line-height: 1.5;
}
.service-details-area button#pills-home-tab {
  padding: 16px 37px;
}
.service-details-area button#pills-home-tab:hover {
  color: #fff;
}
.service-details-area button#pills-contact-tab:hover {
  color: #fff;
}
.service-details-area button#pills-profile-tab:hover {
  color: #fff;
}
.service-detail-body ul li {
  margin-bottom: 5px;
}
.service-detail-body ul li a {
  background: #f3f6f9;
  padding: 13px 6px 16px 22px;
  display: block;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 17px;
  color: #232323;
}
.service-detail-body ul li a i {
  float: right;
}
.service-detail-body ul li a:hover {
  background: #5a49f8;
  color: #fff;
}
.service-detail-body ul li a.active {
  background: #0c5adb;
  color: #fff;
}
.service-detail-button a {
  background: #5a49f8;
  color: #fff;
  display: block;
  padding: 16px 0px;
  text-align: center;
  transition: 0.5s;
  border-radius: 5px;
}
.service-detail-button a:hover {
  background: #20dfe3;
  color: #fff;
}
.service-detail-title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}
.service-detail-help-box {
  background: linear-gradient(rgba(90, 73, 248, 0.87), rgba(90, 73, 248, 0.87)),
    url(images/about2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 41px 49px;
  text-align: center;
}
.service-detail-content-text p {
  color: #fff;
  line-height: 1.5;
  margin: 16px 0 24px;
}
.service-detail-btn a {
  background: #fff;
  padding: 11px 39px;
  font-size: 17px;
  font-weight: 700;
  transition: 0.5s;
  border-radius: 5px;
}
.service-detail-content-text p {
  color: #fff;
  line-height: 1.5;
  margin: 16px 0 49px;
}
.service-detail-btn a:hover {
  background: #20dfe3;
  color: #fff;
}
.service-detail-box {
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
  padding: 0 68px 0 0;
}
.service-detail-thumb img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.service-detail-content {
  padding: 0 0 63px 34px;
}
.service-detail-title h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 27px 0 40px;
}
.service-detail-contet-text p {
  line-height: 1.8;
}
.service-detail-content-text-inner p {
  line-height: 1.8;
}
.service-detail-title h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 40px 0 21px;
}
.service-details-btn a {
  background: #5a49f8;
  color: #fff;
  padding: 15px 28px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 5px;
}
.service-details-btn a:hover {
  background: #20dfe3;
  color: #fff;
}
/*--==============================================->
  <!--Start itexpert prosses bar Area-->
 ==================================================-*/
.progress_bar {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress_bar:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress_bar > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress_bar .progress-left {
  left: 0;
}
.progress_bar .progress-bar-inner {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress_bar .progress-left .progress-bar-inner {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress_bar .progress-right {
  right: 0;
}
.progress_bar .progress-right .progress-bar-inner {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress_bar .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #44484b;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress_bar.blue .progress-bar-inner {
  border-color: #049dff;
}
.progress_bar.blue .progress-left .progress-bar-inner {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar-inner {
  border-color: #fdba04;
}
.progress_bar.yellow .progress-left .progress-bar-inner {
  animation: loading-3 1s linear forwards 1.8s;
}
.progress_bar.pink .progress-bar-inner {
  border-color: #ed687c;
}
.progress_bar.pink .progress-left .progress-bar-inner {
  animation: loading-4 0.4s linear forwards 1.8s;
}
.progress_bar.green .progress-bar-inner {
  border-color: #1abc9c;
}
.progress_bar.green .progress-left .progress-bar-inner {
  animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px) {
  .progress_bar {
    margin-bottom: 20px;
  }
}

/*--==============================================->
  <!--Start itexpert team Area-->
 ==================================================-*/
.dreamit-team-member-area {
  padding: 90px 0 80px;
}
.dreamit-team-member-area .dreamit-section-content-text p {
  line-height: 1.8;
  margin: 29px 0 35px;
  width: 97%;
}
.dreamit-team-member-button a {
  background: #5a49f8;
  color: #fff;
  padding: 16px 26px;
  display: inline-block;
  font-size: 16px;
  transition: 0.5s;
  font-weight: 500;
  border-radius: 3px;
}
.dreamit-team-member-button a:hover {
  background: #20dfe3;
  color: #fff;
}
.dreamit-team-thumb {
  position: relative;
  transition: 0.5s;
}
.dreamit-team-thumb:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(90, 73, 248, 0.74);
  left: 0;
  top: 0;
  transition: 0.5s;
  opacity: 0;
}
.dreamit-team-single-box {
  transition: 0.5s;
}
.dreamit-team-single-box:hover .dreamit-team-thumb:before {
  opacity: 1;
}
.dreamit-team-single-box:hover .dreamit-team-content {
  transform: translateY(-30px);
}
.dreamit-team-thumb img {
  width: 100%;
}
.dreamit-team-content {
  box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
  text-align: center;
  width: 90%;
  margin: auto;
  padding: 19px 0 22px;
  position: relative;
  margin-top: -53px;
  z-index: 1;
  background: #fff;
  border-radius: 5px;
  transition: 0.5s;
}
.dreamit-team-title h2 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
}
.dreamit-team-title span {
  font-size: 14px;
  text-transform: capitalize;
}
.team-social-address {
  margin-top: 11px;
}
.team-social-address ul li {
  display: inline-block;
}
.team-social-address ul li a {
  font-size: 14px;
  color: #5a49f8;
  margin-right: 6px;
  display: inline-block;
  transition: 0.5s;
}
/*style-two*/
.dreamit-team-member-area.style-three {
  padding: 90px 0 91px;
}
.dreamit-team-member-area.style-two .dreamit-team-content {
  margin-top: 0;
}
.dreamit-team-member-area.style-two .dreamit-team-single-box:hover {
  transform: translateY(-10px);
}
.dreamit-team-member-area.style-two
  .dreamit-team-single-box:hover
  .dreamit-team-content {
  transform: translateY(0px);
}
.dreamit-team-member-area.style-two .team-social-address {
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.5s;
  opacity: 0;
}
.dreamit-team-member-area.style-two
  .dreamit-team-single-box:hover
  .team-social-address {
  top: 50%;
  opacity: 1;
}
.dreamit-team-member-area.style-two
  .dreamit-team-single-box:hover
  .team-social-address {
  top: 50%;
}
.dreamit-team-member-area.style-two .dreamit-team-content {
  box-shadow: none;
  position: relative;
  width: 100%;
  margin-top: 24px;
  box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
}
.dreamit-team-member-area.style-two .dreamit-team-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 5%;
  background: #5a49f8;
  transition: 0.5s;
  z-index: -1;
}
.dreamit-team-member-area.style-two
  .dreamit-team-single-box:hover
  .dreamit-team-content:before {
  height: 95%;
  background: #20dfe3;
}
.dreamit-team-member-area.style-two
  .dreamit-team-single-box:hover
  .dreamit-team-title
  h2,
.dreamit-team-member-area.style-two
  .dreamit-team-single-box:hover
  .dreamit-team-title
  span {
  color: #fff !important;
}
.dreamit-team-member-area.style-two .team-social-address ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #20dfe3;
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: 0.5s;
  border-radius: 3px;
}
.dreamit-team-member-area.style-two .dreamit-team-thumb img {
  border-radius: 100%;
  width: 100%;
}
.dreamit-team-member-area.style-two .dreamit-team-thumb:before {
  border-radius: 100%;
}
.dreamit-team-member-area.style-two
  .dreamit-team-single-box:hover
  .dreamit-team-thumb:before {
  opacity: 1;
}
/*style-three*/
.dreamit-team-member-area.style-three .dreamit-team-single-box {
  transition: 0.5s;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  padding: 39px 25px 15px;
}
.dreamit-team-member-area.style-three .dreamit-team-thumb img {
  width: 100%;
  border: 2px solid #5a49f8;
  border-radius: 100%;
  padding: 7px;
  transition: 0.5s;
}
.dreamit-team-member-area.style-three
  .dreamit-team-single-box:hover
  .dreamit-team-content {
  transform: translateY(-0px);
}
.dreamit-team-member-area.style-three
  .dreamit-team-single-box:hover
  .dreamit-team-thumb
  img {
  border-color: #20dfe3;
}
.dreamit-team-member-area.style-three
  .dreamit-team-single-box:hover
  .dreamit-team-content {
  background: #20dfe3;
}
.dreamit-team-member-area.style-three .dreamit-team-content {
  box-shadow: none;
  text-align: center;
  width: 100%;
  margin-top: 0;
}
.dreamit-team-member-area.style-three .dreamit-team-thumb:before {
  display: none;
}
.dreamit-team-member-area.style-three .dreamit-team-content {
  background: #5a49f8;
  margin-top: 26px;
  padding: 8px 0 14px;
}
.dreamit-team-member-area.style-three .dreamit-team-title h2 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0;
  color: #fff;
}
.dreamit-team-member-area.style-three .dreamit-team-title span {
  color: #fff;
}
.dreamit-team-member-area.style-three .team-social-address ul li a {
  margin: 7px 5px 12px;
}
.dreamit-team-member-area.style-three .team-social-address ul li a:hover {
  color: #20dfe3;
}
.dreamit-team-member-area.style-three .team-content-text {
  width: 81%;
  margin: auto;
  line-height: 1.5;
}
/*tesm member topper*/
.dreamit-team-member-area.topper {
  padding: 80px 0 10px;
}
.dreamit-team-member-area.topper .dreamit-section-content-text p {
  margin: 5px 0 35px;
  width: 100%;
}
.dreamit-team-member-area.style-three.topper2 {
  padding: 53px 0 0;
}
.dreamit-team-member-area.topper2 .dreamit-section-content-text p {
  margin: 4px 0 35px;
  width: 100%;
}

.dreamit-team-member-area.topper3 .dreamit-section-content-text p {
  margin: 4px 0 35px;
  width: 100%;
}
.dreamit-team-member-area.topper3 .dreamit-team-single-box {
  transition: 0.5s;
  margin-bottom: 30px;
}
/*--==============================================->
  <!--Start itexpert portfolio Area-->
 ==================================================-*/
/* Portfolio Nav */
.portfolio_nav {
  margin-bottom: 48px;
}
.portfolio_menu ul {
  text-align: center;
  list-style: none;
}
.fortfolio-addrees ul li {
  display: inline-block;
}
.portfolio_menu ul li {
  display: inline-block;
  margin: 0 14px;
  cursor: pointer;
}
.portfolio_menu ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s;
}
.portfolio_menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 24px;
  height: 2px;
  width: 0%;
  background: #fff;
  transition: 0.5s;
}
.portfolio_nav ul li {
  background: transparent;
  border: medium none;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 12px 25px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  margin: 0 3px;
  margin-bottom: 7px;
  display: inline-block;
  border-radius: 5px;
  color: #001d23;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
  color: #fff;
  background: #5a49f8;
}
.dreamit-single-portfolio {
  margin-bottom: 30px;
  overflow: hidden;
}
.dreamit-single-portfolio {
  margin-bottom: 30px;
  overflow: hidden;
}
.style-eleven .dreamit-single-portfolio {
  margin-bottom: 0;
  overflow: hidden;
}
.dreamit-portfolio-thumb {
  position: relative;
  z-index: 1;
}
.dreamit-portfolio-thumb img {
  width: 100%;
  transition: 0.5s;
  border-radius: 5px;
}
.portfolio_nav ul li {
  font-size: 16px;
  font-weight: 500;
  color: #001d23;
  border: none;
  background: #f2f4ff;
}
.portfolio_nav ul li:hover {
  background: #5a49f8;
  color: #fff;
}
.dreamit-forfolio-content {
  width: 80%;
  margin: auto;
  padding: 30px 20px 24px 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.dreamit-forfolio-content:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #5a49f8;
  z-index: -1;
  border-radius: 5px;
}
.fortfolio-title h3 a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.dreamit-forfolio-content span {
  color: #fff;
}
.fortfolio-title h3 {
  margin: 0;
}
.fortfolio-addrees ul a i {
  background: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #5a49f8;
  margin-right: 5px;
  margin-bottom: 19px;
  transition: 0.5s;
}
.fortfolio-addrees ul a i:hover {
  background: #20dfe3;
  color: #fff;
}
.dreamit-forfolio-content {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  bottom: -20%;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}
.dreamit-single-portfolio:hover .dreamit-forfolio-content {
  opacity: 1;
  bottom: 0%;
  transform: scale(1.1);
}
.dreamit-single-portfolio:hover .dreamit-portfolio-thumb img {
  transform: scale(1.1);
}
.portfoliuo-information-area {
  background: #f6f6f6;
}
.row.ba {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 50px 48px 69px;
  overflow: ;
}
.portfolio-thumb img {
  width: 100%;
}
.portfolio-infor-title h2 {
  font-size: 21px;
}
.portfolio-social-inf ul li {
  display: inline-block;
  margin-right: 7px;
}
.portfolio-information ul li {
  border-bottom: 1px solid #ddd;
  padding: 7px 0;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}
.portfolio-information strong {
  font-weight: 500;
  font-size: 20px;
}
.portfolio-social-inf strong {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  /* margin-bottom: 11px; */
}
.portfolio-information ul li:last-child {
  border: none;
}
.portfolio-social-inf ul li a i {
  background: #fb239a;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
}
.pr-infor-title h2 {
  font-size: 27px;
}
/*portfolio style two*/
.portfolio_area.style-two .dreamit-forfolio-content {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  transform: scale(0);
}
.portfolio_area.style-two .dreamit-forfolio-content:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(119, 68, 217, 0.84);
  z-index: -1;
  border-radius: 5px;
}
.portfolio_area.style-two
  .dreamit-single-portfolio:hover
  .dreamit-forfolio-content {
  opacity: 1;
  bottom: 0%;
  transform: scale(1.1);
}
.portfolio-content-inner {
  position: relative;
  top: 40%;
  text-align: center;
}

/*--==============================================->
  <!--Start itexpert portfolio detail Area-->
 ==================================================-*/
.portfolio-detail-area {
  background: #f6f6f6;
}
.row.margin-topper14 {
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  padding: 59px 53px 41px;
}
.portfolio-detail-thumb {
  margin-bottom: 30px;
}
.portfolio-detail-thumb img {
  width: 100%;
}
.portfolio-detail-title h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 27px;
}
.portfolio-inf-body ul li strong {
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
}
.portfolio-inf-body ul li {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 0;
}
.portfolio-inf-body ul li:last-child {
  border: none;
}
.portfolio-social-information p {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 12px;
}
.portfolio-social-information ul li {
  display: inline-block;
  margin-right: 6px;
}
.portfolio-social-information ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #5a49f8;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  transition: 0.5s;
}
.portfolio-social-information ul li a:hover {
  background: #20dfe3;
  color: #fff;
}
.portfolio-details-title h2 {
  font-size: 27px;
  font-weight: 700;
  margin: 36px 0 31px;
}
.portfolio-contet-text p {
  line-height: 1.5;
}
/*--==============================================->
  <!--Start itexpert call do Area-->
 ==================================================-*/
.dreamit-call-do-action-area {
  background: url(images/call.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 53px 0 22px;
}
.dreamit-call-do-action .dreamit-section-main-title h2 {
  margin: 3px 0 0;
}
.dreamit-call-do-content {
  margin-top: 25px;
  float: right;
}
.dreamit-call-do-button a {
  background: #5a49f8;
  color: #fff;
  padding: 15px 26px;
  border-radius: 3px;
  transition: 0.5s;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-left: 42px;
}
a.active {
  background-color: #20dfe3;
}
.dreamit-call-do-button a:hover {
  background: #20dfe3;
  color: #fff;
}
/*style-two*/
.call-do-action-area.style-two {
  padding: 90px 0 105px;
  background: url(images/call-do.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.call-do-action-title h2 {
  font-size: 43px;
  line-height: 1.2;
  font-weight: 400;
}
.call-do-button {
  margin-top: 55px;
}
.call-do-button a {
  background: #5a49f8;
  color: #fff;
  padding: 15px 26px;
  border-radius: 3px;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.call-do-button a:hover {
  background: #20dfe3;
  color: #fff;
}
/*style-three*/
.call-do-action-area.style-three {
  padding: 76px 0 70px;
  background: #f7f9fe;
}
.call-do-action-area.style-three .call-do-action-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 23px;
}
.dreamit-content-text p {
  line-height: 1.6;
}
.call-title h1 {
  color: #232323;
  font-size: 25px;
  font-weight: 600;
  margin: 17px 0 0;
}
.call-title h2 {
  color: #5a49f8;
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 0;
}
.call-do-action-area.style-three .call-do-button {
  margin-top: 16px;
}
.call-do-icon i {
  color: #5a49f8;
  font-size: 60px;
  display: inline-block;
}
/*style-four*/
.call-do-action-area.style-four {
  padding: 19px 0 18px;
}
.call-do-action-area.style-four .row.margin-topper8 {
  background: url(images/slider2.jpg);
  padding: 88px 0 90px 43px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.call-do-action-area.style-four .call-do-content-text p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 500;
}
.call-do-action-area.style-four .call-do-action-title h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin-bottom: 13px;
}
.call-do-action-area.style-four .call-do-button {
  margin-top: 24px;
  float: right;
  margin-right: 44px;
}
.call-do-action-area.style-four .call-do-button a {
  background: none;
  padding: 15px 35px;
  font-weight: 700;
  border: 2px solid #ffffff;
  text-transform: uppercase;
}
.call-do-action-area.style-four .call-do-button a:hover {
  border: 2px solid #20dfe3;
  background: #20dfe3;
  color: #fff;
}
/*style-five*/
.call-do-action-area.style-five {
  background: url(images/call5.jpg);
  padding: 76px 0 168px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.call-do-action-area.style-five .about-video {
  position: inherit;
  left: 0;
  top: 0;
  transform: translate(0%);
}
.call-do-action-area.style-five .call-do-action-title h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.call-do-action-area.style-five .call-do-button {
  margin-top: 29px;
}
.call-do-action-area.style-five .call-do-content-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  width: 31%;
  margin: 20px auto 0;
  line-height: 1.5;
}
.call-do-action-area.style-five .call-do-button a {
  background: #20dfe3;
  color: #fff;
  padding: 16px 36px;
  font-size: 14px;
}
.call-do-action-area.style-five .call-do-button a:hover {
  color: #20dfe3;
  background: #fff;
}
/*style-six*/
.call-do-action-area.style-six {
  background: url(images/slider2.jpg);
  padding: 76px 0 168px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed !important;
}
.call-do-action-area.style-six .about-video {
  position: inherit;
  left: 0;
  top: 0;
  transform: translate(0%);
}
.call-do-action-area.style-six .call-do-action-title h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.call-do-action-area.style-six .call-do-content-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  width: 31%;
  margin: 20px auto 0;
  line-height: 1.5;
}
.call-do-action-area.style-six .call-do-button {
  margin-top: 29px;
}
/*style-seven*/
.call-do-action-area.style-seven .row.margin-toppe10 {
  background: url(images/counter.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 89px;
}
.call-do-action-area.style-seven .dreamit-call-do-action-content {
  margin-left: 45px;
}
.call-do-action-area.style-seven .call-do-action-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.call-do-action-area.style-seven .call-do-content-text p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
.call-do-action-area.style-seven .call-do-button a {
  background: none;
  color: #fff;
  padding: 15px 34px;
  border: 2px solid #ffffff;
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 43px;
}
.call-do-action-area.style-seven .call-do-button {
  margin-top: 31px;
}
.call-do-action-area.style-seven .call-do-button a:hover {
  border: 2px solid #7744d9;
  background: #7744d9;
  color: #fff;
}
/*--==============================================->
  <!--Start itexpertcase study Area-->
 ==================================================-*/
.dreamit-case-study-area {
  padding: 75px 0 79px;
  background: #fff;
}
.dreamit-case-study-single-box {
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 8px 8px 26px 0 rgb(42 67 113 / 10%);
  margin-right: 15px;
}
.case-study-thumb img {
  width: 100%;
  border-radius: 5px;
}
.case-study-content {
  padding: 24px 49px 24px;
}
.case-study-title a h2 {
  font-size: 22px;
  font-weight: 700;
  transition: 0.5s;
}
.case-study-title span {
  color: #5a49f8;
}
.case-study-content-text p {
  margin: 26px 0 19px;
  line-height: 1.5;
}
.case-study-button a {
  border: 1px solid #eee;
  padding: 10px 0;
  color: #616161;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.5s;
  width: 100%;
  background: transparent;
}
.case-study-button a:hover {
  background: #5a49f8;
  color: #fff;
}
.case-study-button i {
  color: #fff;
  opacity: 0;
  margin-left: 0;
  transition: 0.5s;
}
.case-study-button:hover i {
  opacity: 1;
  margin-left: 5px;
}
.case-study-title a h2:hover {
  color: #5a49f8;
}
/*style-two*/
.dreamit-case-study-area.style-two .case-study-content {
  padding: 24px 38px 24px;
}
/*style-three*/
.dreamit-case-study-area.style-three {
  padding: 95px 0 86px;
}
/*--==============================================->
  <!--Start itexpert case study detail Area-->
 ==================================================-*/
.case-detail-area {
  background: #f6f6f6;
}
.row.margin-topper13 {
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  padding: 63px 51px 62px;
}
.case-detail-thumb img {
  width: 100%;
}
.case-detail-info-tilte h2 {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 29px;
}
.case-detail-information-body ul li strong {
  font-size: 20px;
  margin-right: 6px;
}
.case-detail-information-body li {
  border-bottom: 1px solid #ddd;
  padding: 11px;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.case-detail-information-body ul li:last-child {
  border: none;
}
.case-detail-title h2 {
  font-size: 27px;
  margin: 38px 0 29px;
}
.case-detail-content-text p {
  line-height: 1.5;
}
/*--==============================================->
  <!--Start itexpert typography Area-->
 ==================================================-*/
.typography-area {
  background: #f7f9fe;
  padding: 70px 0 40px;
}
.typography-title h1 {
  font-size: 40px;
}
.typography-content-text p {
  line-height: 1.5;
  margin-bottom: 43px;
}
.layout-title h2 {
  margin-bottom: 11px;
}
.layout-content-text p {
  line-height: 1.5;
  margin-bottom: 41px;
}
/*element-area*/
.element-area {
  padding: 65px 0 55px;
}
.element-content-text p {
  line-height: 1.5;
}
.element-content-text span {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: #42bce2;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  float: left;
  margin: 6px 20px 0 0px;
}
/*--==============================================->
  <!--Start itexpert technology Area-->
 ==================================================-*/
.technology-area {
  background: linear-gradient(rgba(90, 73, 248, 0.7), rgba(90, 73, 248, 0.7)),
    url(images/technology.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 77px 0 69px;
}
.technology-single-box {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 41px 0 28px 0;
  transition: 0.5s;
}
.technology-single-box:hover {
  background: #5a49f8;
}
.technology-single-box:hover .technology-icon i,
.technology-single-box:hover .technology-title h2 {
  color: #fff;
}
.technology-icon i {
  color: #5a49f8;
  font-size: 55px;
  display: inline-block;
  transition: 0.5s;
}
.technology-title h2 {
  font-size: 20px;
  color: #444;
  transition: 0.5s;
}
/*--==============================================->
  <!--Start itexpert testimonial Area-->
 ==================================================-*/
.dreamit-testimonial-area {
  background: #f7f9fe;
  padding: 76px 0 75px;
}
.dreamit-testimonial-single-box {
  text-align: center;
  box-shadow: 0 0 7px rgb(0 0 0 / 10%);
  background: #fff;
  padding: 31px 0 37px;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-top: 1px;
  margin-left: 4px;
}
.testimonial-thumb img {
  border-radius: 100%;
}
.testimonial-icon {
  position: relative;
  margin-top: -40px;
  left: 41px;
  right: 0;
}
.testimonial-icon-two i {
  color: #5a49f8;
  font-size: 38px;
  display: inline-block;
}
.testimonial-icon-two {
  position: relative;
  right: -93px;
  top: -64px;
}
.testimonial-icon i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #5a49f8;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  display: inline-block;
  transition: 0.5s;
}
.testimonial-content {
  padding: 0 46px 0;
}
.testimonial-conten-text p {
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  margin: 18px 0 57px 0;
}
.testimonial-title h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 2px;
  position: relative;
}
.testimonial-title h2:before {
  position: absolute;
  content: "";
  left: -33px;
  right: 0;
  height: 1px;
  width: 25px;
  background: #5a49f8;
  margin: auto;
  top: -28px;
}
.testimonial-title h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: -17px;
  top: -28px;
  height: 1px;
  width: 25px;
  background: #ddd;
  margin: auto;
}
.testimonial-title span {
  color: #5a49f8;
  font-size: 16px;
  font-weight: 500;
}
.dreamit-testimonial-area.style-two .testimonial-title h2:before {
  display: none;
}
.dreamit-testimonial-area.style-two .testimonial-title h2:after {
  display: none;
}
.dreamit-testimonial-area.style-two .testimonial-conten-text p {
  margin: -13px auto 25px auto;
  width: 61%;
  font-style: italic;
}
.dreamit-testimonial-area.style-two .dreamit-testimonial-single-box {
  box-shadow: none;
  background: none;
}
.dreamit-testimonial-area.style-two .testimonial-thumb {
  position: relative;
}
.dreamit-testimonial-area.style-two .testimonial-icon i {
  color: #5a49f8;
  font-size: 38px;
  background: none;
  position: relative;
}
.dreamit-testimonial-area.style-two .testimonial-icon {
  position: absolute;
  top: 63px;
  right: 231px;
}
.testimonial_list2 .owl-dots {
  margin-top: -47px;
}
/*style-four*/
.dreamit-testimonial-area.style-four {
  background: none;
  padding: 76px 0 65px;
}
/*style-five*/
.dreamit-testimonial-area.style-five {
  background: #eff2f7;
  padding: 76px 0 75px;
}
.dreamit-testimonial-area.style-five .dreamit-section-content-text p {
  margin: 31px auto 13px;
  width: 48%;
}
/*stylr-six*/
.dreamit-testimonial-area.style-six {
  background: none;
  padding: 34px 0 75px;
}
/*style-seven*/
.dreamit-testimonial-area.style-seven {
  background: none;
  padding: 71px 0 54px;
}
/*style-eight*/
.dreamit-testimonial-area.style-eight {
  background: none;
}

/*testimonial upper*/
.dreamit-testimonial-area.style-two.upper {
  padding: 30px 0 100px;
}
/*testimonial upper*/
.dreamit-testimonial-area.upper {
  background: none;
}
/*owl-dot*/
.owl-dots {
  text-align: center;
  position: relative;
  right: 0;
  left: 0;
  cursor: pointer;
}
.owl-dot {
  height: 6px;
  width: 30px;
  background: #ccc;
  line-height: 30px;
  display: inline-block;
  margin-right: 12px;
  border-radius: 103px;
  transition: 0.5s;
}
.owl-dot.active {
  background: #5a49f8;
  width: 40px;
}
/*--==============================================->
  <!--Start itexpert counter Area-->
 ==================================================-*/
.dreamit-counter-area {
  background: linear-gradient(rgba(90, 73, 248, 0.87), rgba(90, 73, 248, 0.87)),
    url(images/counter.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 66px 0 63px;
}
.dreamit-counter-text h1 {
  font-size: 45px;
  margin: 0;
  font-weight: 800;
  color: #fff;
  display: inline-block;
}
.dreamit-counter-title h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}
/*style-two*/
.dreamit-counter-area.style-two {
  background: transparent;
}
.dreamit-counter-area.style-two .dreamit-about-content-text p {
  margin-bottom: 19px;
}
.dreamit-counter-area.style-two .dreamit-counter-text h1 {
  color: #5a49f8;
}
.dreamit-counter-area.style-two .dreamit-counter-title h4 {
  color: #616161;
}
.dreamit-counter-area.style-two .dreamit-single-counter {
  margin-bottom: 30px;
  padding: 0 0 5px;
  text-align: center;
}
.dreamit-counter-area.style-two {
  padding: 39px 0 9px;
}
/*style-three*/
.dreamit-counter-area.style-three {
  padding: 82px 0 88px;
}
/*style-four*/
.dreamit-counter-area.style-four {
  background: none;
}
.row.margin-upper7 {
  background: url(images/counter.jpg);
  background-position: center center;
  background-size: cover;
  padding: 58px 0;
  text-align: center;
  position: relative;
  margin-top: -144px;
  box-shadow: 11px 11px 38px rgb(0 0 0 / 20%);
}
.dreamit-counter-area.style-four .dreamit-single-counter {
  border-right: 1px solid #fff;
}
.dreamit-counter-area.style-four .dreamit-single-counter.no-border {
  border: none;
}
/*style-five*/
.dreamit-counter-area.style-five {
  background: #271151;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 314px;
}
.dreamit-counter-area.style-five .dreamit-single-counter {
  text-align: center;
  margin-bottom: 30px;
  border-right: 1px solid #a4c2f3;
}
.dreamit-counter-area.style-five .dreamit-single-counter.no-border {
  border: none;
}
.counter-icon i {
  color: #5a49f8;
  font-size: 35px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  display: inline-block;
  border-radius: 100%;
}
/*style-six*/
.dreamit-counter-area.style-four.style-six {
  padding: 65px 0 31px;
}
.dreamit-counter-area.style-four.style-six .row.margin-upper7 {
  background: linear-gradient(rgba(90, 73, 248, 0.74), rgba(90, 73, 248, 0.74)),
    url(images/counter.jpg);
  background-position: center center;
  background-size: cover;
  padding: 58px 0;
  text-align: center;
  position: relative;
  margin-top: -144px;
  box-shadow: 11px 11px 38px rgb(0 0 0 / 20%);
}

/*counter style seven*/
.dreamit-counter-area.style-seven {
  background: inherit;
}
.row.margin-upper8 {
  background: url(images/counter.jpg);
  background-position: center center;
  background-size: cover;
  padding: 58px 0;
  text-align: center;
  position: relative;
  margin-top: 50px;
  box-shadow: 11px 11px 38px rgb(0 0 0 / 20%);
}
.dreamit-counter-area.style-seven .dreamit-single-counter {
  border-right: 1px solid #a4c2f3;
}
.dreamit-counter-area.style-seven .dreamit-single-counter.no-border {
  border: none;
}
/*counter style nine*/
.dreamit-counter-area.style-eight {
  background: none;
  padding: 15px 0 35px;
}
.row.margin-upper9 {
  box-shadow: 11px 11px 38px rgb(0 0 0 / 20%);
  padding: 58px 0;
  text-align: center;
  position: relative;
  margin-top: 50px;
  box-shadow: 11px 11px 38px rgb(0 0 0 / 20%);
  background: #fff;
}
.dreamit-counter-area.style-eight .dreamit-single-counter {
  border-right: 1px solid #a4c2f3;
}
.dreamit-counter-area.style-eight .dreamit-single-counter.no-border {
  border: none;
}
.dreamit-counter-area.style-eight .dreamit-counter-text h1 {
  color: #7744d9;
}
.dreamit-counter-area.style-eight .dreamit-counter-title h4 {
  color: #232323;
}
/*counter nine*/
.dreamit-counter-area.style-nine {
  background: inherit;
  padding: 46px 0 78px;
}
.dreamit-counter-area.style-nine .dreamit-single-counter {
  text-align: center;
  margin-bottom: 30px;
}
.dreamit-counter-area.style-nine.dreamit-counter-text h1 {
  margin: 19px 0 0px;
}
.dreamit-counter-area.style-nine .counter-icon i {
  background: #fff;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #5a49f8;
}
.dreamit-counter-area.style-nine .dreamit-counter-text h1 {
  color: #7744d9;
}
.dreamit-counter-area.style-nine .dreamit-counter-title h4 {
  color: #232323;
}
/*--=====================================
        start--itexpert-filepx-box-----------
    -========================================*/
.dreamit-filepx-area {
  padding: 74px 0 52px;
}
.flip-box {
  width: 100%;
  border: none;
  perspective: 1000px;
  margin-bottom: 30px;
  height: 310px;
}
.dreamit-filepx-area.style-two .flip-box {
  height: 248px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front {
  background: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background: linear-gradient(
      rgba(16, 120, 165, 0.21),
      rgba(16, 120, 165, 0.21)
    ),
    url(images/pilepx1.jpg);
  align-items: center !important;
}
.box-title {
  padding-top: 195px;
}
.box-title h3 {
  color: #232323;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}
.box-icon {
  padding-top: 20px;
}
.flip-box-back {
  background: #5a49f8;
  border-radius: 0px;
  color: white;
  transform: rotateY(180deg);
  padding-top: 40px;
}
.des {
  padding-top: 45px;
}
.des p {
  width: 74%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.des a {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #5a49f8;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 7px 15px 7px 15px;
}
.flip-box-front.one {
  background: linear-gradient(
      rgba(16, 120, 165, 0.21),
      rgba(16, 120, 165, 0.21)
    ),
    url(images/flipx2.jpg);
}
.flip-box-front.two {
  background: linear-gradient(
      rgba(16, 120, 165, 0.21),
      rgba(16, 120, 165, 0.21)
    ),
    url(images/flipx3.jpg);
}
.flip-box-front.three {
  background: linear-gradient(
      rgba(16, 120, 165, 0.21),
      rgba(16, 120, 165, 0.21)
    ),
    url(images/flipx4.jpg);
}
.flip-box-front.four {
  background: linear-gradient(
      rgba(16, 120, 165, 0.21),
      rgba(16, 120, 165, 0.21)
    ),
    url(images/flipx5.jpg);
}
.flip-box-front.five {
  background: linear-gradient(
      rgba(16, 120, 165, 0.21),
      rgba(16, 120, 165, 0.21)
    ),
    url(images/flipx6.jpg);
}
/*style-two*/
.dreamit-filepx-area.style-two {
  padding: 31px 0 52px;
}
.dreamit-filepx-area.style-two .flip-box-front {
  background: #ffffff;
  border: 1px solid #5a49f8;
  border-radius: 0px;
  background: none;
  align-items: center !important;
  border-radius: 10px;
  box-shadow: none;
}
.dreamit-section-bar.mt-10 {
  position: relative;
  right: 0;
  left: 0;
  margin: 16px auto;
}
.dreamit-filepx-area.style-two .box-title {
  padding-top: 0;
}
.feature-flip-content {
  padding: 39px 19px 0;
}
.feature-flip-icon i {
  color: #5a49f8;
  font-size: 40px;
  display: inline-block;
}
.dreamit-filepx-area.style-two .box-title h3 {
  color: #232323;
  margin: 15px 0 7px;
}
.dreamit-filepx-area.style-two .flip-box-back {
  background: linear-gradient(rgba(90, 73, 248, 0.92), rgba(90, 73, 248, 0.92)),
    url(images/back.jpg);
  border-radius: 0px;
  color: white;
  transform: rotateY(180deg);
  padding-top: 40px;
  border-radius: 10px;
}
.dreamit-filepx-area.style-two .flip-box-back.two {
  background: linear-gradient(rgba(90, 73, 248, 0.92), rgba(90, 73, 248, 0.92)),
    url(images/flipx4.jpg);
}
.dreamit-filepx-area.style-two .flip-box-back.three {
  background: linear-gradient(rgba(90, 73, 248, 0.92), rgba(90, 73, 248, 0.92)),
    url(images/back2.jpg);
}
.dreamit-filepx-area.style-two .flip-box-back.four {
  background: linear-gradient(rgba(90, 73, 248, 0.92), rgba(90, 73, 248, 0.92)),
    url(images/flipx4.jpg);
}
.dreamit-filepx-area.style-two .flip-box-back.five {
  background: linear-gradient(rgba(90, 73, 248, 0.92), rgba(90, 73, 248, 0.92)),
    url(images/back.jpg);
}
.flip-box.style-two .flip-box-back {
  transform: rotateX(-180deg);
}
.flip-box.style-two:hover .flip-box-inner {
  transform: rotateX(180deg);
}
.dreamit-filepx-area.style-two .des {
  padding-top: 0;
}
.flip-box-title h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}
.des p {
  margin: 19px auto 13px;
}
.des a:hover {
  background: #00247e;
  color: #fff;
}
/*style-three*/
.dreamit-filepx-area.style-three {
  padding: 7px 0 55px;
}
.dreamit-filepx-area.style-three .box-title {
  padding-top: 0;
}
.dreamit-filepx-area.style-three .feature-flip-content {
  padding: 107px 55px 0;
}
.dreamit-filepx-area.style-three .flip-box-front.two {
  background: linear-gradient(rgba(90, 73, 248, 0.8), rgba(90, 73, 248, 0.8)),
    url(images/flipx3.jpg);
  border-radius: 5px;
}
.dreamit-filepx-area.style-three .flip-box-front.three {
  background: linear-gradient(rgba(90, 73, 248, 0.8), rgba(90, 73, 248, 0.8)),
    url(images/flipx4.jpg);
  border-radius: 5px;
}

.dreamit-filepx-area.style-three .flip-box-front {
  background: linear-gradient(rgba(90, 73, 248, 0.8), rgba(90, 73, 248, 0.8)),
    url(images/pilepx1.jpg);
  border-radius: 5px;
}
.dreamit-filepx-area.style-three .flip-box-back {
  background: linear-gradient(rgba(90, 73, 248, 0.8), rgba(90, 73, 248, 0.8)),
    url(images/flipx2.jpg);
  border-radius: 5px;
}
.dreamit-filepx-area.style-three .flip-box-back.two {
  background: linear-gradient(rgba(90, 73, 248, 0.8), rgba(90, 73, 248, 0.8)),
    url(images/flipx4.jpg);
  border-radius: 5px;
}
/*style-two*/
.dreamit-filepx-area.style-two.ex-padding {
  padding: 88px 0 62px;
}
/*service detail-flipx */
.service-deatail-two-area .flip-box-front {
  border: 1px solid #5a49f8;
  margin-bottom: 30px;
  background: none;
  border-radius: 5px;
}
.service-deatail-two-area .box-title {
  padding-top: 0;
}
.service-deatail-two-area .box-title h3 {
  color: #232323;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.service-deatail-two-area .feature-content-text p {
  line-height: 1.7;
  margin-top: 18px;
}
.service-deatail-two-area .des {
  padding-top: 0;
}
.service-deatail-two-area .flip-box-back {
  background: linear-gradient(rgba(90, 73, 248, 0.8), rgba(90, 73, 248, 0.8)),
    url(images/flipx2.jpg);
  border-radius: 5px;
}
.service-deatail-two-area .des p {
  width: 85%;
}
.service-deatail-two-area .des a {
  padding: 11px 19px;
}
/*service-box*/
.dreamit-filepx-area.style-two.upper {
  padding: 100px 0 4px;
}
.dreamit-service-area.style-five.topper {
  padding: 0 0 12px;
}
/*itexpert fpilx upper6*/
.dreamit-filepx-area.style-two.upper7 .flip-box {
  height: 214px;
}
.dreamit-filepx-area.style-two.upper7 .feature-flip-content {
  padding: 39px 27px 0;
}
.dreamit-filepx-area.style-two.upper7 .flip-box-front {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: none;
}
.dreamit-filepx-area.style-two.upper7 .box-title h3 {
  line-height: 1.3;
  font-weight: 600;
}
.dreamit-filepx-area.style-two.upper7 .flip-box-back {
  background: #20dfe3;
}
.dreamit-filepx-area.style-two.upper7 .des {
  padding-top: 57px;
}
.dreamit-filepx-area.style-two.upper7 .flip-box-front {
  border-radius: 0;
}
.dreamit-filepx-area.style-two.upper7 .flip-box-back {
  border-radius: 0;
}
.dreamit-filepx-area.style-two.upper7 .des a {
  color: #fff;
  background-color: #7744d9;
  padding: 11px 22px;
}
.dreamit-filepx-area.style-two.upper7 .des a:hover {
  background: #c13740;
  color: #fff;
}
/*--==============================================->
  <!--Start itexpert contact Area-->
 ==================================================-*/
.dreamit-contact-area {
  padding: 80px 0 34px;
}
.dreamit-contact-content {
  border: 2px solid rgba(238, 238, 238, 1);
  padding: 40px 25px 43px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: 0.5s;
}
.dreamit-contact-content:hover {
  border-color: #5a49f8;
}
.contact-icon i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #edebff;
  font-size: 35px;
  color: #5a49f8;
  border-radius: 100%;
  transition: 0.5s;
  display: inline-block;
}
.dreamit-contact-content:hover .contact-icon i {
  background: #5a49f8;
  color: #fff;
}
.contact-title {
  margin-left: 19px;
}
.contact-title h2 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 5px;
}
.contact-title span {
  line-height: 1.6;
}
.dreamit-contact-area .dreamit-section-content-text p {
  line-height: 1.8;
  margin: 27px 0 19px;
}
button.btn {
  background: #5a49f8;
  color: #fff;
  padding: 14px 42px;
  text-transform: capitalize;
  transition: 0.5s;
  border: none;
}
button.btn:hover {
  background: #20dfe3;
  color: #fff;
}
.dreamit-contact-area .form-control {
  border-radius: 7px;
  padding: 6px 26px;
}
textarea#message {
  height: 183px;
}
/*style-two*/
.dreamit-contact-area.style-two {
  padding: 58px 0 80px;
}
.dreamit-contact-area.style-two .row.margin-topper12 {
  border: 1px solid rgba(238, 238, 238, 1);
  padding: 60px 52px 51px;
}
.dreamit-contact-area.style-two .dreamit-section-main-title h3 {
  font-size: 35px;
}
.dreamit-contact-area.style-two .dreamit-section-content-text p {
  line-height: 1.8;
  margin: 5px 0 0px;
}
/*contact style-three*/
.dreamit-contact-area.style-three {
  background: #eff2f7;
  padding: 100px 0 94px;
}
/*--==============================================->
  <!--Start itexpert about Area-->
 ==================================================-*/
.dreamit-about-area {
  padding: 158px 0 72px;
}
.dreamit-about-area.style-two .about-title h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
}
.dreamit-section-content-text p {
  font-size: 16px;
  margin: 31px 0 13px;
  line-height: 1.6;
}
.dreamit-section-content-text-inner p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 31px;
}
.about-content-text {
  margin-left: 19px;
}
.about-icon i {
  color: #4a50ff;
  font-size: 18px;
  display: inline-block;
}
.about-button {
  margin-top: 41px;
}
.about-button a {
  background: #5a49f8;
  color: #fff;
  padding: 14px 26px;
  border-radius: 3px;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.about-button a:hover {
  background: #20dfe3;
  color: #fff;
}
.about-thumb {
  position: relative;
}
.shape-img {
  position: absolute;
  z-index: -1;
}
.shape-img.shape-1 {
  top: -41% !important;
  left: -36px !important;
}
.shape-img.shape-2 {
  top: -35% !important;
  left: 88% !important;
}
.shape-img.shape-3 {
  top: 106% !important;
  left: -12% !important;
}
.shape-img.shape-4 {
  top: 83% !important;
  left: inherit !important;
  right: -126px;
  opacity: 1;
}

.about-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/*style-two*/
.dreamit-about-area.style-two {
  padding: 80px 0 25px;
}
.deamit-about-thumb img {
  width: 100%;
}
.dreamit-about-area.style-two .about-icon {
  float: left;
  overflow: hidden;
}
.dreamit-about-area.style-two .dreamit-about-icon-content {
  margin-left: 62px;
}
.dreamit-about-area.style-two .about-icon i {
  color: #4a50ff;
  font-size: 40px;
  display: inline-block;
}
.dreamit-about-button a {
  background: #5a49f8;
  color: #fff;
  padding: 14px 28px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
}
.dreamit-about-button a:hover {
  background: #20dfe3;
}
/*style-three*/
.dreamit-about-area.style-three {
  padding: 80px 0 72px;
}
.dreamit-about-area.style-three .dreamit-section-content-text p {
  margin: 30px 0 0px;
}
.dreamit-about-area.style-three .about-icon {
  float: left;
}
.dreamit-about-area.style-three .about-icon i {
  font-size: 40px;
}
.dreamit-about-area.style-three .dreamit-about-icon-content {
  margin-left: 67px;
}
.dreamit-about-area.style-three .about-title h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
  margin-top: 0;
}
.dreamit-about-area.style-three .about-icon-content-text p {
  width: 84%;
  line-height: 1.5;
  margin-bottom: 30px;
}
/*style-four*/
.about-area.style-four {
  padding: 36px 0 100px;
}
.about-area.style-four .about-thumb img {
  width: 100%;
}
.dreamit-section-bar {
  background: #aec6ef;
  height: 5px;
  width: 90px;
  border-radius: 30px;
  position: relative;
  margin-top: 16px;
}
.dreamit-section-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #5a49f8;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
.about-area.style-four .dreamit-section-content-text p {
  font-size: 16px;
  margin: 60px 0 4px;
  line-height: 1.6;
}
.about-area.style-four .about-icon {
  float: left;
}
.about-area.style-four .about-icon i {
  font-size: 40px;
  color: #7744d9;
}
.about-area.style-four .about-icon-content {
  margin-left: 61px;
}
.about-area.style-four .about-title h2 {
  font-size: 20px;
  margin: 0 0 12px;
  font-family: "Mulish";
}
.about-area.style-four .about-content-text {
  margin-left: 0;
}
.about-area.style-four .about-content-text p {
  line-height: 1.5;
}
.about-area.style-four .about-content-text-inner p {
  line-height: 1.5;
  margin: 4px 0 28px;
}
/*style-five*/
.dreamit-about-area.style-two.style-five {
  padding: 80px 0 47px;
}
/*style-six*/
.dreamit-about-area.style-six {
  padding: 103px 0 70px;
}
.dreamit-about-area.style-six .about-thumb img {
  width: 100%;
}
/*style-seven*/
.dreamit-about-area.style-seven {
  padding: 50px 0 72px;
}
/*--==============================================->
  <!--Start itexpert engineer Area-->
 ==================================================-*/
.engineer-area {
  padding: 95px 0 80px;
}
.engineer-area .dreamit-section-sub-title h5 {
  color: #7744d9;
  font-size: 17px;
  margin-bottom: 21px;
  font-weight: 600;
}
.engineer-single-box {
  box-shadow: 0 10px 80px rgb(189 189 189 / 50%);
  text-align: center;
  padding: 29px 0 3px;
  margin-bottom: 30px;
}
.engineer-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 13px 0 17px;
}
.engineer-thumb img {
  width: 100%;
}
/*--==============================================->
  <!--Start itexpert choose Us Area-->
 ==================================================-*/
.choose-us-area {
  padding: 100px 0 138px;
  background: url(images/choose-us.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.choose-us-area .dreamit-section-bar {
  right: 0;
  left: 0;
  margin: 16px auto;
}
.choose-us-single-box {
  background: #5a49f8;
  padding: 13px 26px 38px;
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
}
.choose-us-single-box:before {
  position: absolute;
  content: "";
  right: -41px;
  bottom: -41px;
  height: 121px;
  width: 121px;
  background: #20dfe3;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.5s;
}
.choose-us-single-box:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  transition: 0.5s;
  background: #20dfe3;
  z-index: -1;
}
.choose-us-single-box:hover:after {
  height: 100%;
}
.choose-us-single-box:hover:before {
  background: #5a49f8;
}
.choose-us-area .choose-us-title h2 {
  font-size: 21px;
  margin: 20px 0 9px 0;
  font-weight: 600;
  color: #fff;
}
.chosse-us-content-text p {
  color: #fff;
  line-height: 1.5;
  margin: 13px 0 27px;
}
.choose-us-icon i {
  color: #fff;
  font-size: 50px;
  display: inline-block;
}
.choose-button a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 16px;
}
.choose-us-number h2 {
  right: 13px;
  color: #fff;
  z-index: 1;
  opacity: 0.8;
  position: absolute;
  margin: 0;
  bottom: 6px;
}
/*--==============================================->
  <!--Start itexpert feature Area-->
 ==================================================-*/
.feature-area {
  padding: 75px 0 63px;
}
.dreamit-single-feature-box {
  padding: 25px 30px 12px;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.5s;
}
.dreamit-single-feature-box:hover .feature-icon i {
  background: #20dfe3;
  color: #fff;
}
.feature-thumb {
  position: relative;
  overflow: hidden;
}
.feature-thumb:before {
  position: absolute;
  content: "";
  background: rgb(109, 94, 242, 0.9);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.dreamit-single-feature-box:hover {
  box-shadow: 2px 10px 50px rgb(158 158 158 / 25%);
}
.dreamit-single-feature-box:hover .feature-thumb:before {
  opacity: 1;
}
.dreamit-single-feature-box:hover .feature-button {
  opacity: 1;
  top: 58%;
}
.feature-thumb img {
  width: 100%;
}
.feature-button {
  position: absolute;
  top: 68%;
  text-align: center;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}
.feature-button a {
  background: #20dfe3;
  color: #fff;
  padding: 9px 24px;
  border-radius: 5px;
  transition: 0.5s;
  display: inline-block;
}
.feature-icon {
  position: relative;
  margin-top: -37px;
}
.feature-icon i {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: #5a49f8;
  color: #fff;
  display: inline-block;
  transition: 0.5s;
  border-radius: 5px;
  font-size: 35px;
}
.feature-icon i:hover {
  background: #20dfe3;
  color: #fff;
}
.feature-content {
  padding: 0 26px 0px;
}
.feature-title h2 {
  font-size: 20px;
  margin: 20px 0 11px;
  transition: 0.5s;
}
.feature-content-text p {
  line-height: 1.5;
  font-size: 16px;
  transition: 0.5s;
}
/*style-two*/
.feature-area.style-two .dreamit-single-feature-box {
  box-shadow: 0 2px 16px rgb(0 0 0 / 10%);
}
.feature-area.style-two .dreamit-single-feature-box:hover {
  box-shadow: 0 2px 16px rgb(0 0 0 / 10%);
}
.feature-area.style-two
  .dreamit-single-feature-box:hover
  .feature-thumb:before {
  opacity: 1;
}
/*style-three*/
.feature-area.style-three {
  padding: 0px 0 30px;
}
.feature-area.style-three .row.margin-upper6 {
  position: relative;
  margin-top: -42px;
  z-index: 1;
}
.feature-area .feature-single-box {
  padding: 33px 0 33px 25px;
  background: #5a49f8;
  margin-bottom: 30px;
}
.feature-area .feature-single-box-two {
  padding: 33px 0 33px 25px;
  background: #20dfe3;
  margin-bottom: 30px;
}
.feature-area.style-three .featuire-icon i {
  height: 55px;
  width: 55px;
  line-height: 55px;
  background: #20dfe3;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}
.feature-area.style-three .feature-title h2 {
  font-size: 20px;
  margin: 0px 0 7px 0;
  color: #fff;
  transition: 0.5s;
}
.feature-area.style-three .feature-title span {
  color: #fff;
}
.feature-area.style-three .feature-title {
  margin-left: 23px;
}
/*style-four*/
.feature-area.style-four {
  padding: 27px 0 63px;
}
.feature-area.style-four .feature-single-box {
  padding: 43px 0 25px 25px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 11%);
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.feature-area.style-four .featuire-icon i {
  height: 55px;
  width: 55px;
  line-height: 55px;
  background: #20dfe3;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  transition: 0.5s;
}
.feature-area.style-four .featuire-icon.style-two i {
  background: #eb6b3d;
}
.feature-area.style-four .featuire-icon.style-three i {
  background: #c216db;
}
.feature-area.style-four .featuire-icon.style-four i {
  background: #fd8424;
}
.feature-single-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  transition: 0.5s;
  background: #5a49f8;
  z-index: -1;
  border-radius: 5px;
}
.feature-area.style-four .feature-title h2 {
  font-size: 20px;
  margin: 30px 0 11px;
  transition: 0.5s;
}
.feature-area.style-four .feature-single-box:hover:before {
  height: 100%;
}
.feature-area.style-four .feature-single-box:hover .featuire-icon i,
.feature-area.style-four .feature-single-box:hover .feature-title h2,
.feature-area.style-four .feature-single-box:hover .feature-content-text p {
  color: #fff;
}
.feature-area.style-four .feature-single-box:hover .featuire-icon i {
  background: #fff;
  color: #5a49f8;
}
.feature-area.style-four .feature-content {
  padding: 0 27px 0px 10px;
}
/*style-five*/
.feature-area.upper6 {
  padding: 24px 0 0;
}
.feature-area.upper6 .dreamit-single-feature-box {
  box-shadow: 0 2px 16px rgb(0 0 0 / 10%);
}
/*info box feature area*/
.feature-area.style-three.upper4 {
  padding: 38px 0 50px;
}
.dreamit-service-area.style-two.style-three.upper5 {
  padding: 43px 0 0;
}
.dreamit-service-area.style-two.upper6 .dreamit-single-service-box:hover {
  background: #fff;
  box-shadow: 2px 10px 50px rgb(158 158 158 / 25%);
}
.feature-area.style-four.tooper3 {
  padding: 80px 0 36px;
}
.info-single-box {
  text-align: center;
  padding: 48px 23px 94px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url(images/info.jpg);
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
}
.info-single-box.two {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url(images/about.jpg);
}
.info-single-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  transition: 0.5s;
  background: linear-gradient(
    360deg,
    rgba(90, 73, 248, 0.83),
    rgba(32, 223, 227, 0.89)
  );
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
}
.info-single-box:hover:before {
  height: 100%;
  opacity: 1;
}
.info-content {
  padding: 0px 11px 0;
}
.info-title h2 {
  font-size: 25px;
  color: #fff;
  margin: 0 0 15px;
}
.info-content-text p {
  line-height: 1.5;
  color: #fff;
}
.info-button a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #20dfe3;
  display: inline-block;
  color: #fff;
  font-size: 23px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 71px;
}
/* start dreamit feature */
.dreamit-feature-box {
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
  padding: 34px 0 25px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 22px 0 22px 22px;
  transition: 0.5s;
}
.dreamit-feature-box:hover {
  transform: translateY(-10px);
  background: #5a49f8;
}
.dreamit-feature-box:hover .dremit-feature-title h2,
.dreamit-feature-box:hover .dreamit-feature-content-text p {
  color: #fff;
}
.dreamifeature-icon i {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: #edf4fc;
  color: #5a49f8;
  font-size: 31px;
  border-radius: 22px 0 22px 22px;
  display: inline-block;
}
.dreamit-feature-area .feature-content {
  padding: 0 35px 0px;
}
.dremit-feature-title h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 7px;
  transition: 0.5s;
}
.dreamit-feature-content-text p {
  line-height: 1.5;
  transition: 0.5s;
}
/*--==============================================->
  <!--Start itexpert priching Area-->
 ==================================================-*/
.dreamit-priching-area {
  background: #f6f6f6;
  padding: 85px 0 80px;
}
.dreamit-single-pricing-box {
  position: relative;
  text-align: center;
}
.pricing-top-bar {
  position: relative;
  background: #5a49f8;
  padding-top: 33px;
  padding-bottom: 103px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pricing-top-bar::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  background: url(images/price.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.pricing-top-bar {
  text-align: center;
}
.pricing-top-bar {
  position: relative;
}
.pricing-top-bar::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  background: url(images/price.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.pricing-title h3 {
  font-size: 24px;
  font-weight: 800;
  position: relative;
  color: #fff;
}
.pricing-title h3:before {
  position: absolute;
  content: "";
  top: 39px;
  left: 0;
  height: 5px;
  width: 30px;
  background: #fff;
  right: 0;
  margin: auto;
}
.pricing-title h3:after {
  position: absolute;
  content: "";
  top: 39px;
  left: 40px;
  height: 5px;
  width: 5px;
  background: #fff;
  right: 0;
  margin: auto;
}
span.price-dolor {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #fff;
  top: -35px;
}
span.tk {
  font-size: 70px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
}
.pricing-content-inner span {
  color: #fff;
  font-weight: 800;
}
.pricing-thumb img {
  border: 1px solid #5a49f8;
  border-radius: 100%;
  background: #fff;
  position: relative;
  margin-top: -93px;
}
.pricing-body {
  padding: 26px 0 49px;
  text-align: center;
  background: #fff;
}
.pricing-body ul li {
  margin-bottom: 18px;
}
.pricing-content {
  text-align: center;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
  background: #fff;
}
.pricing-button a {
  border: 1px solid #5a49f8;
  color: #5a49f8;
  font-size: 18px;
  padding: 12px 34px;
  font-weight: 400;
  border-radius: 30px;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s;
  margin-top: 20px;
}
.dreamit-single-pricing-box:hover .pricing-button a {
  background: #5a49f8;
  color: #fff;
}
.pricing-body ul li i {
  margin-right: 5px;
  color: #279e64;
  font-size: 14px;
}
.pricing-body ul li {
  font-size: 16px;
  font-weight: 300;
}
/*--==============================================->
  <!--Start itexpert single-team Area-->
 ==================================================-*/
.single-team-area {
  padding-top: 98px;
}
.row.margin-topper11 {
  border: 1px solid rgba(238, 238, 238, 1);
  padding: 50px 0px 51px 50px;
}
.single-team-thumb {
  background: rgba(221, 221, 221, 1);
}
.single-team-thumb img {
  width: 100%;
}
.single-team-content h1 {
  font-size: 45px;
  text-transform: capitalize;
  margin: 0 0 44px;
}
.single-team-location p {
  margin-bottom: 28px;
  font-size: 18px;
  text-transform: capitalize;
}
.single-team-social-address ul li {
  display: inline-block;
  margin-right: 8px;
  margin-top: 17px;
}
.single-team-social-address ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #7744d9;
  display: inline-block;
  border-radius: 100%;
  color: #fff;
  transition: 0.5s;
}
.single-team-social-address ul li a:hover {
  background: #c216db;
  color: #fff;
}
.single-content-text p {
  line-height: 1.6;
}
.single-team-Biography-title h2 {
  margin: 54px 0 25px;
}
.skill-title h2 {
  margin-top: 25px;
}
.skill-content-text p {
  line-height: 1.6;
  margin: 21px 0 28px;
}
/*--==============================================->
  <!--Start itexpert blog Area-->
 ==================================================-*/
.dreamit-blog-area {
  padding: 26px 0 78px;
}
.dreamit-blog-area .dreamit-section-sub-title h5 {
  color: #ababab;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
}
.dreamit-blog-single-box {
  margin-bottom: 30px;
  transition: 0.5s;
  background: #eff2f7;
  border-radius: 5px;
}
.dreamit-blog-single-box:hover {
  box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
  background: #fff;
}
.dreamit-blog-area .dreamit-section-sub-title h5:before {
  position: absolute;
  content: "";
  left: 86px;
  right: 0;
  background: #5a49f8;
  height: 3px;
  width: 74px;
  top: 7px;
  transition: 0.5s;
}
.dreamit-blog-area.style-four .dreamit-section-sub-title h5:before {
  display: none;
}
.dreamit-blog-area .dreamit-section-content-text p {
  line-height: 1.8;
  margin: 0px 0 25px;
  width: 95%;
}
.blog-thumb img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog-content {
  padding: 26px 48px 27px 29px;
}
.blog-meta a {
  color: #616161;
  margin-right: 26px;
  position: relative;
  transition: 0.5s;
}
.blog-meta a:before {
  position: absolute;
  content: "";
  right: -9px;
  top: 5px;
  height: 14px;
  width: 1px;
  background: #616161;
}
.blog-meta a:hover {
  color: #5a49f8;
}
.blog-title a h2 {
  transition: 0.5s;
}
.blog-title h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 14px 0 0;
  line-height: 1.2;
  transition: . 5s;
}
.blog-title h2:hover {
  color: #5a49f8;
}
.blog-content-text p {
  line-height: 1.5;
  margin: 10px 0 20px;
}
.blog-meta span:hover {
  color: #5a49f8;
  position: relative;
}
.blog-button a {
  font-weight: 500;
  display: inline-block;
}
/*style-two*/
.dreamit-blog-area.style-two .dreamit-section-sub-title h5:before {
  display: none;
}
.dreamit-blog-area.style-two .dreamit-section-main-title h2 {
  margin-top: 13px;
}
.dreamit-blog-area.style-two .dreamit-blog-single-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  padding: 15px;
  margin-right: 15px;
  margin-top: 2px;
  margin-left: 15px;
}
.blog-thumb {
  position: relative;
}
.dreamit-blog-area.style-two .blog-thumb img {
  border-radius: 10px;
}
.post-catagory a {
  background: #5a49f8;
  color: #fff;
  padding: 5px 22px;
  border-radius: 30px;
  display: inline-block;
  transition: 0.5s;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.post-catagory {
  position: absolute;
  right: 17px;
  bottom: 18px;
}
.dreamit-blog-area.style-two .blog-content {
  padding: 26px 48px 27px 20px;
}
.dreamit-blog-area.style-two .blog-meta {
  border-bottom: 1px solid #ececec;
  padding-bottom: 13px;
}
.dreamit-blog-area.style-two .blog-button a {
  font-size: 15px;
  text-transform: uppercase;
}
.dreamit-blog-area.style-two .blog-title h2 {
  font-weight: 700;
}
/*style-three*/
.dreamit-blog-area.style-three {
  padding: 75px;
}
.dreamit-blog-area.style-three .dreamit-blog-single-box {
  padding: 0;
}
.dreamit-blog-area.style-three .dreamit-section-content-text p {
  line-height: 1.5;
}
/*style-four*/
.dreamit-blog-area.style-four {
  padding: 75px 0 78px;
}
.dreamit-blog-area.style-four .dreamit-section-content-text p {
  line-height: 1.6;
  margin: 29px auto 25px;
  width: 48%;
}
.dreamit-blog-area.style-four .blog-thumb img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/*itexpert blog list style five*/
.dreamit-blog-area.style-five {
  padding: 100px 0 100px;
  background: #f6f6f6;
}
.dreamit-blog-area.style-five .dreamit-blog-single-box {
  background: #fff;
  border: 1px solid #e6e6e6;
}
.dreamit-blog-area.style-five .blog-content {
  padding: 30px 48px 10px 29px;
}
.blog-meta span a:before {
  position: absolute;
  content: "";
  top: 3px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background: #616161;
  left: -11px;
}
.blog-meta span a {
  margin-left: 17px;
}
.dreamit-blog-area.style-five .blog-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 17px 0 20px;
}
/*itexpert blog list style six*/
.dreamit-blog-area.style-six {
  padding: 100px 0 100px;
  background: #f6f6f6;
}
.dreamit-blog-area.style-six .dreamit-blog-single-box {
  background: #fff;
  border: 1px solid #e6e6e6;
}
.dreamit-blog-area.style-six .blog-title h2 {
  font-size: 21px;
  font-weight: 700;
}
/*itexpert blog list style seven*/
.dreamit-blog-area.style-seven {
  padding: 100px 0 100px;
  background: #f6f6f6;
}
.dreamit-blog-area.style-seven .dreamit-blog-single-box {
  background: #fff;
  border: 1px solid #e6e6e6;
}
.dreamit-blog-area.style-seven .blog-content {
  padding: 26px 47px 27px 34px;
}
/*itexpert blog list style eight*/
.dreamit-blog-area.style-eight {
  padding: 100px 0 60px;
}
.dreamit-blog-area.style-eight .dreamit-blog-single-box {
  background: #fff;
  box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
}
.dreamit-blog-area.style-eight .blog-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 14px 0 15px;
}
.dreamit-blog-area.style-eight .blog-content-text p {
  margin: 31px 0 22px;
}
.dreamit-blog-area.style-eight .blog-content-text-inner p {
  line-height: 1.5;
}
.dlog-details-thumb img {
  width: 100%;
}
.blog-detail-title h4 {
  font-size: 24px;
  margin: 18px 0 19px;
}
.blog-detail-content-text p {
  line-height: 1.5;
}
.blog-detail-social-address {
  border-top: 1px solid #e6e6e6;
  padding: 42px 0 20px;
}
.blog-detail-social-address ul li {
  display: inline-block;
}
.blog-detail-social-address ul li a {
  border: 1px solid #e6e6e6;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  transition: 0.5s;
  font-size: 15px;
  border-radius: 4px;
}
.blog-detail-social-address ul li a:hover {
  border-color: #5a49f8;
  background: #5a49f8;
  color: #fff;
}
.dreamit-blog-area.style-eight .contact_title h3 {
  font-size: 25px;
}
.dreamit-blog-area.style-eight input[type="checkbox"] {
  margin: 12px 0;
}
.dreamit-blog-area.style-eight .sidebar-box {
  border: 1px solid #e6e6e6;
}
.dreamit-blog-area.style-eight .dreamit-section-bar {
  height: 3px;
  width: 88px;
}
.dreamit-blog-area.style-eight .dreamit-section-bar:before {
  height: 8px;
  width: 8px;
}
.page-number ul li {
  display: inline-block;
}
.page-number ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  display: inline-block;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  margin-right: 6px;
  transition: 0.5s;
}
.page-number ul li a:hover {
  background: #5a49f8;
  color: #fff;
}
.page-number ul li a.active {
  background: #5a49f8;
  color: #fff;
}
.sidebar-search-box {
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  padding: 33px 27px;
  background: #fff;
  border: 1px solid #e6e6e6;
  position: relative;
  margin-bottom: 40px;
}
.sidebar-search button {
  position: absolute;
  right: 42px;
  top: 53px;
  background: inherit;
  border: none;
}
.sidebar-thumb img {
  border-radius: 5px;
  width: 100%;
}
.dreamit-blog-area.style-five .form-control {
  padding: 11px 26px;
}
.sidebar-box {
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  background: #fff;
  padding: 25px 32px 23px;
  margin-bottom: 40px;
  border-radius: 5px;
}
.sidebar-category ul li a {
  color: #616161;
}
.sidebar-category ul li a:hover {
  color: #5a49f8;
}
.resent-iteam.d-flex {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.sidebar-title h2 {
  font-size: 24px;
}
.sidebar-category ul li {
  border-top: 1px solid #e8e8e8;
  padding: 18px 0;
}
.sidebar-thumb-title {
  margin-left: 7px;
  padding: 0 24px;
}
.sidebar-about-thumb img {
  width: 100%;
}
.sidebar-thumb-title a h2 {
  font-size: 18px;
  line-height: 1.2;
  transition: 0.5s;
}
.sidebar-thumb-title a h2:hover {
  color: #5a49f8;
}
.resent-iteam.d-flex.no-border {
  border-bottom: none;
}
.sidebar-meta ul li {
  border-top: 1px solid #e8e8e8;
  padding: 17px 0;
}
.sidebar-meta ul li a {
  color: #616161;
}
.sidebar-meta ul li a:hover {
  color: #5a49f8;
}
.sidebar-about-box {
  text-align: center;
  margin-bottom: 30px;
}
.sidebar-about-title h4 {
  font-size: 18px;
  margin: 12px 0 7px;
}
.sidebar-content-text p {
  line-height: 1.5;
}
.sidebar-about-social-address ul li {
  display: inline-block;
}
.sidebar-about-social-address ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #0c5adb;
  color: #fff;
  display: inline-block;
  transition: 0.5s;
  border-radius: 4px;
  margin-right: 6px;
}
.sidebar-about-social-address ul li a:hover {
  background: #20dfe3;
  color: #fff;
}
.sidebar-popular-tag ul li {
  display: inline-block;
}
.sidebar-popular-tag ul li a {
  border: 1px solid #e6e6e6;
  color: #616161;
  padding: 7px 13px;
  display: inline-block;
  margin-bottom: 11px;
  margin-right: 13px;
  border-radius: 4px;
  transition: 0.5s;
}
.sidebar-popular-tag ul li a:hover {
  background: #5a49f8;
  color: #fff;
}
.sidebar-It-Service ul li {
  border-top: 1px solid #e8e8e8;
  padding: 17px 0;
  transition: 0.5s;
}
.sidebar-It-Service ul :hover {
  color: #5a49f8;
  margin-left: 20px;
}
.sidebar-It-Service ul li a {
  color: #616161;
  font-weight: 400;
  transition: 0.5s;
}
/*====================================================
--<  itexpert contact us Area Css -->
======================================================*/
.contact-us-area .dreamit-section-content-text p {
  font-size: 16px;
  margin: 31px auto 13px;
  line-height: 1.6;
  width: 50%;
}
.dreamit-single-contact-box {
  border: 1px solid #7744d9;
  text-align: center;
  margin-bottom: 30px;
  padding: 29px 0 41px;
  border-radius: 4px;
}
.dreamit-contact-icon i {
  color: #7744d9;
  font-size: 40px;
  display: inline-block;
}
.dreamit-contact-title h2 {
  color: #232323;
  font-size: 24px;
  font-weight: 800;
  margin: 23px 0 13px;
}
/*====================================================
--<  itexpert indurtries Area Css -->
======================================================*/
.dreamit-industries-area {
  background: #f7f9fe;
  padding: 71px 0 82px;
}
.dreamit-single-industries-box {
  box-shadow: 0 0 15px rgb(51 51 51 / 10%);
  background: #fff;
  padding: 30px 34px 23px 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  transition: 0.5s;
}
.dreamit-single-industries-box:hover {
  box-shadow: 0 0 40px rgb(51 51 51 / 10%);
}
.indurtries-icon {
  float: left;
}
.indurtries-icon i {
  color: #0c5adb;
  font-size: 40px;
  display: inline-block;
}
.industries-content {
  margin-left: 62px;
}
.industries-title h2 {
  font-size: 23px;
  color: #232323;
  margin: 0 0 16px;
  font-weight: 700;
}
.industries-conent-text p {
  line-height: 1.6;
}
.dreamit-industries-area .dreamit-service-content p {
  font-size: 17px;
  font-weight: 600;
}
/*style-two*/
.dreamit-industries-area.style-two {
  background: none;
  padding: 95px 0 82px;
}
/*====================================================
--< itexpert signature Area Css -->
======================================================*/
.itexpert-signature-area {
  padding: 10px 0 27px 0;
}
.itexpert-signature-area .dreamit-content-text p {
  font-size: 16px;
  width: 94%;
  margin: 21px 0 32px 0;
  letter-spacing: 0.5px;
  line-height: 1.8;
}
.itexpert-signature-title h3 {
  font-size: 16px;
  color: #d0312c;
  margin-left: 110px;
  position: relative;
}
.itexpert-signature-title h3:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -54px;
  background: #d0312c;
  height: 1px;
  width: 42px;
}
/*====================================================
--< start breatcome Area Css -->
======================================================*/
.breatcome-area {
  background: url(images/breat.png);
  height: 485px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breatcome-content-text ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.breatcome-content-text ul li i {
  color: #fff;
  margin: 0 9px 0 10px;
  font-size: 13px;
}
.breatcome-content-text ul li span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.breatcome-content h1 {
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 23px;
}
/*====================================================
--< start breatcome faq Css -->
======================================================*/
.faq-area {
  background: #271151;
  padding: 59px 268px 70px 326px;
}
.faq-area .dreamit-section-content-text p {
  font-size: 19px;
  margin: 42px 0 8px;
  line-height: 1.6;
  color: #fff;
}
.accordion-body {
  padding: 1rem 1.25rem;
  color: #fff;
}
button.accordion-button {
  padding: 13px 9px;
}
button.accordion-button.collapsed {
  border: 1px solid#5a49f8;
  margin-bottom: 25px;
  background: #fff;
  padding: 13px 19px;
}
button.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #5a49f8;
}

button.accordion-button a h3 {
  font-size: 18px !important;
}
button.accordion-button.collapsed:hover {
  background: #5a49f8;
  color: #fff;
}
button.accordion-button.collapsed:hover.accordion-button a h3,
button.accordion-button.collapsed:hover.accordion-button a i {
  color: #fff !important;
}
.faq-thumb {
  position: relative;
}
.faq-area .bd-video-two {
  display: inline-block;
  margin-top: 0;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(51%);
}
/*style-two*/
.faq-area.style-two {
  background: none;
  padding: 95px 0 84px 0;
}
.faq-area.style-two .accordion-body {
  padding: 1rem 1.25rem;
  color: #616161;
}
.faq-area.style-two button.accordion-button.collapsed {
  border: none;
  margin-bottom: 25px;
  background: #eff2f7;
  padding: 9px 18px;
  margin-bottom: 17px;
  transition: 0.5s;
}
.faq-area.style-two button.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #5a49f8;
  padding: 7px 23px;
  transition: 0.5s;
}
.faq-area.style-two button.accordion-button.collapsed:hover {
  background: #5a49f8 !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}
/*acordion three*/
.faq-area.style-three .accordion-body {
  padding: 1rem 1.25rem;
  color: #616161;
}
.faq-area.style-three button.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #5a49f8;
  padding: 12px 23px;
  transition: 0.5s;
}
.faq-area.style-three button.accordion-button.collapsed:hover {
  background: #5a49f8 !important;
}
.faq-area.style-three button.accordion-button.collapsed {
  border: inherit;
  margin-bottom: 25px;
  background: #eff2f7;
  padding: 12px 19px;
}
.faq-area.style-three {
  padding: 85px 0 1px;
  background: none;
}
.accordion-thumb img {
  width: 100%;
}
/*f a q upper*/
.faq-area.style-three.upper {
  padding: 71px 0 7px;
}
/*upper2*/
.faq-area.style-three.upper2 {
  padding: 52px 0 60px;
}
/*====================================================
--< start breatcome  brand Area Css -->
======================================================*/
.brand-area.style-two {
  padding: 13px 0 0;
}
/*====================================================
--< start breatcome  expreence Area Css -->
======================================================*/
.experence-area .dreamit-section-content-text p {
  font-size: 16px;
  margin: 60px 0 28px;
  line-height: 1.6;
}
.experence-thumb img {
  width: 100%;
}
.row.margin-topper9 {
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  background: #fff;
  position: relative;
  margin-top: -252px;
}
/*=================service help============*/
/*===========================================*/

.service-help-center-box {
  background: linear-gradient(rgba(90, 73, 248, 0.71), rgba(90, 73, 248, 0.71)),
    url(images/flipx2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 30px;
  padding: 44px 0 56px;
}
.service-help-icon i {
  font-size: 50px;
  color: #20dfe3;
}
.service-help-content-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  margin: 7px 0 11px;
}
.service-nubmer h3 {
  color: #20dfe3;
  font-size: 28px;
  margin: 0;
}
.service-nubmer span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.service-help-content {
  text-align: center;
  background: #f5f5f5;
  padding: 22px 40px 44px;
  margin-bottom: 30px;
}
.srervice-help-center-title h2 {
  font-size: 20px;
  margin: 4px 0 15px;
}
.service-help-content-text-inner p {
  line-height: 1.5;
  margin-bottom: 35px;
}
.service-help-button a {
  background: #5a49f8;
  color: #fff;
  padding: 13px 29px;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 5px;
}
.service-help-button a:hover {
  background: #20dfe3;
}
.service-help-center-content-text p {
  line-height: 1.5;
}
.service-help-thumb img {
  width: 100%;
}
.service-help-box {
  margin-bottom: 17px;
}
.service-help-servece-icon {
  margin: 6px 23px 0px 0;
}
.service-help-servece-icon i {
  color: #5a49f8;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #f5f5f5;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
}
.serviec-help-title h3 {
  font-size: 18px;
  margin: 0 0 7px;
}
.help-content-text p {
  line-height: 1.5;
}
.help-content-text-inner p {
  line-height: 1.5;
}
/*--==========================================
        Start------Footer-----area------------
    -=========================================*/
.itexpert-footer-area {
  background: #eff2f7;
  padding: 37px 0 22px;
}
.itexpert-footer-content h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 30px;
  color: #fff;
}
.subscribe-area i {
  position: absolute;
  right: 3px;
  top: 16px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
}
input.subscribe-mail-box {
  background: rgb(62, 95, 132, 0.5);
  border: none;
  padding: 15px 36px;
  width: 100%;
  border-radius: 27px;
}
.subscribe-area input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.itexpert-footer-content-text p {
  color: #616161;
  margin-top: 32px;
  font-size: 14px;
  width: 74%;
  margin: 22px 0 17px;
  line-height: 1.8;
}
.text-footer {
  display: inline-block;
}
.itexpert-footer-social-address ul {
  display: inline-block;
  margin-left: 26px;
}
.itexpert-footer-content.style-two .itexpert-footer-content-text p {
  color: #f4f6fe;
  font-size: 14px;
  width: 92%;
  margin: 15px 0 5px;
}
.footer-adderss p {
  color: #fff;
  font-size: 14px;
  color: #616161;
  margin: 9px 0 18px;
}
.footer-adderss span {
  color: #616161;
  font-size: 14px;
  line-height: 1.7;
}
.footer-title h2 {
  font-size: 20px;
  color: #232323;
  margin: 0 0 35px;
  position: relative;
}
.footer-menu ul li a {
  position: relative;
  color: #616161;
}
.footer-menu ul li a:before {
  position: absolute;
  content: "";
  left: -31px;
  top: 10px;
  background: #5a49f8;
  height: 1px;
  width: 17px;
  transition: 0.5s;
}
.footer-menu ul li a:hover {
  margin-left: 15px;
  color: #5a49f8;
}
.resent-post.d-flex {
  border-bottom: 1px solid #ddd;
  /* padding-top: 2px; */
}
.footer-menu ul li {
  margin-bottom: 21px;
}
.dreamit-post-box {
  margin-bottom: 25px;
}
.dreamit-post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.post-content {
  margin-left: 25px;
}
.post-title a h2 {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 3px;
}
.post-title span {
  font-size: 13px;
  font-weight: 400;
}
.row.margin-upper2 {
  border-top: 1px solid rgba(221, 221, 221, 1);
}
.text-footer p {
  color: #e3e3e3;
  font-size: 14px;
  color: #d0312c;
  font-weight: 700;
}
.footer-bottom-area {
  border-top: 1px solid #ddd;
  margin-top: 0px;
  background: #eff2f7;
}
.row.margin-topper3 {
  padding: 26px 0 20px;
}
.copy-right-text p {
  color: #616161;
  font-size: 14px;
}
.itexpert-footer-social-address ul li {
  display: inline-block;
}
.itexpert-footer-social-address ul li a i {
  font-size: 15px;
  display: block;
  margin-right: 20px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #5a49f8;
  text-align: center;
  border-radius: 100%;
}
.itexpert-footer-social-address ul li a i:hover {
  background: #20dfe3;
}
.itexpert-footer-social-address {
  float: right;
}
.footer-icon i {
  color: #5a49f8;
  font-size: 50px;
}
.dreamit-footer-title {
  margin-left: 20px;
  margin-top: 5px;
}
.dreamit-footer-title h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 77px;
}
input.subscribe-mail-box:focus {
  outline: 0;
}
.subscribe-area {
  position: relative;
}

button.subscribe-button button {
  color: #fff;
}
.subscribe-area button {
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 0px;
  padding: 0px 46px;
  background: #5a49f8;
  font-weight: 500;
  font-size: 15px;
  border-color: inherit;
  margin: auto;
  bottom: 0;
  border-radius: 5px;
  border: none;
  color: #fff;
  height: 54px;
}
button:focus {
  outline-color: transparent;
}
/*style-two*/
.itexpert-footer-area.style-two {
  background: #eff2f7;
  padding: 80px 0 22px;
}

/* placeholder-area----*/
.subscribe-area input::-moz-placeholder {
  color: #a0a1a2;
  font-size: 17px;
}
input.subscribe-mail-box {
  background: rgb(62, 95, 132, 0.5);
  border: none;
  padding: 22px 36px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}
.subscribe-area ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0a1a2 !important;
  font-size: 16px;
  font-weight: 400;
}
.subscribe-area :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
}
.subscribe-area :-moz-placeholder {
  color: #a0a1a2 !important;
  font-size: 16px;
  font-weight: 400;
}

.footer-text-menu {
  text-align: right;
}
.footer-text-menu ul li {
  list-style: none;
  display: inline-block;
}
.footer-text-menu ul li a {
  display: inline-block;
  margin-left: 19px;
  color: #f8f9fe;
}
/*----------To Top---*/
#to-top {
  position: fixed;
  bottom: 13px;
  color: #fff;
  right: 80px;
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  background: #5a49f8;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 99999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}

/*Loader*/

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #5a49f8;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #20dfe3;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #825ae8;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/** Here comes the Magic **/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/** When page loaded **/
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}

/*particles js*/
div#particles {
  position: relative;
}

#webcoderskull {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  width: 100%;
}
div#particles .slider-area {
  background: inherit;
}
