@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*---------------------------
** Global style
---------------------------*/

:root {
  --primary: #42ba45;
  --secondary: #7166a3;
}

.remove-col-padding {
  padding: 0;
}

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.yellow-bg {
  background-color: var(--primary);
}

.blue-bg {
  background-color: #3c34cc;
}

.black-bg {
  background-color: #151b29;
}

.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.remove-col-padding-right {
  padding-right: 0;
}

.remove-col-padding-left {
  padding-left: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f8f8f8;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}
.back-to-top i {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.btn-boxed {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 160px;
  background-color: #121a2f;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
}
.btn-boxed:hover {
  color: #fff;
  background-color: var(--primary);
}
.btn-boxed.btn-rounded {
  border-radius: 30px;
}
.btn-boxed.blank {
  background-color: transparent;
  border: 2px solid #121a2f;
  color: #121a2f;
}
.btn-boxed.blank:hover {
  background-color: var(--primary);
  color: #fff;
}
.btn-boxed.gr-bg {
  background-image: -moz-linear-gradient(90deg, #6aaf08 0%, #62be53 92%);
  background-image: -webkit-linear-gradient(90deg, #6aaf08 0%, #62be53 92%);
  background-image: -ms-linear-gradient(90deg, #6aaf08 0%, #62be53 92%);
}

.boxed-btn {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 160px;
  background-color: #121a2f;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.boxed-btn:hover {
  color: #fff;
  background-color: var(--primary);
}
.boxed-btn.btn-rounded {
  border-radius: 30px;
}
.boxed-btn.blank {
  background-color: transparent;
  border: 2px solid #121a2f;
  color: #121a2f;
}
.boxed-btn.blank:hover {
  background-color: var(--primary);
  color: #fff;
}
.boxed-btn.reverse-color {
  color: #fff;
  background-color: var(--primary);
}
.boxed-btn.reverse-color:hover {
  color: #fff;
  background-color: #121a2f;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title.with-p {
  margin-bottom: 46px;
}
.section-title.epad {
  margin-bottom: 50px;
}
.section-title.extra .title {
  margin-bottom: 15px;
}
.section-title.white .subtitle {
  color: var(--primary);
}
.section-title.white .title {
  color: #fff;
}
.section-title.white p {
  color: rgba(255, 255, 255, 0.7);
}
.section-title .subtitle {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  line-height: 28px;
  text-transform: capitalize;
  display: block;
}
.section-title .title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
  color: #242424;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.section-title p {
  max-width: 850px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(36, 36, 36, 0.8);
  margin: 0 auto;
}

.c-white {
  color: #fff;
}

.base-color {
  color: var(--primary);
}

.submit-btn {
  width: 250px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--primary);
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #121a2f;
}
.submit-btn.btn-rounded {
  border-radius: 30px;
}
.submit-btn.btn-center {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}
.submit-btn:focus {
  outline: none;
}

.section-title-inner {
  text-align: center;
  margin-bottom: 45px;
}
.section-title-inner .subtitle {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
  display: block;
}
.section-title-inner .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.form-element.margin-bottom-30 {
  margin-bottom: 27px;
}

.form-element label {
  color: #242424;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
.form-element label span {
  color: #be1f27;
}

.form-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-icon {
  position: relative;
  display: block;
}
.has-icon.textarea .the-icon {
  top: 25px;
}
.has-icon .input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.has-icon .the-icon {
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  color: #7c7c90;
}

.input-field {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 5px;
  color: #7c7c90;
}
.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7c7c90;
}
.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7c7c90;
}
.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7c7c90;
}
.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7c7c90;
}
.input-field.borderd {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.input-field.borderd:focus {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.input-field.textarea {
  min-height: 120px;
  padding: 20px 30px;
  resize: none;
}
.input-field.error {
  border: 2px solid var(--primary);
}
.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--primary);
}
.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--primary);
}
.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--primary);
}
.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--primary);
}
.input-field.error:focus {
  border-color: var(--primary);
}

.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: #313131;
  position: relative;
  z-index: 1;
}
.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
.video-play-btn:hover {
  color: #313131;
}

.search-popup.active .search-popup-form {
  visibility: visible;
  opacity: 1;
}

.search-popup .search-popup-form {
  min-width: 600px;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 9;
}

.search-popup .search-popup-form .form-element .input-field {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.search-popup .search-popup-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 9;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.8;
}

.table-responsive {
  display: table;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl;
  }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0faff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0px;
  bottom: 0px;
  background-color: #121a2f;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider:before {
  background-color: var(--primary);
}

input:checked + .slider {
  background-color: #f0faff;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #f0faff;
  box-shadow: 0 0 1px #f0faff;
}

input:checked + .slider:before {
  -ms-transform: translateX(41px);
  /* IE 9 */
  -webkit-transform: translateX(41px);
  /* Chrome, Safari, Opera */
  transform: translateX(41px);
}

/*---------------------
    Breadcumb Area
----------------------*/
.breadcrumb-area {
  padding: 132px 0 133px 0;
  background-image: url(../img/bg/breacrumb-bg.jpg);
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.breadcrumb-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/breadcrumb-shape.png);
  background-repeat: no-repeat;
  background-position: top left;
  content: "";
  z-index: -1;
}
.breadcrumb-area.extra {
  padding-bottom: 138px;
}
.breadcrumb-area .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .page-list li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 10px;
  top: 0;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.breadcrumb-area .page-list li a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.breadcrumb-area .page-list li a:hover {
  color: #fff;
}

/*-------------------------
    Preloader Css
---------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: #121a2f;
  color: #fff;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary);
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*====================
** Normalize
====================*/
html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #777777;
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 16px;
  color: #777777;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/*------------------------------
    Navbar Area
------------------------------*/
.dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-area {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #121a2f;
  padding: 0;
}
.navbar-area.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-area .navbar-brand {
  padding-top: 0;
}
.navbar-area.white .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-area.white .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.white.nav-fixed {
  background-color: #121a2f;
}
.navbar-area.nav-fixed {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9999;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-area.nav-fixed
  .navbar-collapse
  .navbar-nav
  .nav-item:hover
  .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 100%;
}
.navbar-area .navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  font-weight: 400;
  padding: 15px 12px;
  position: relative;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item.mega-menu {
  position: static;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item.mega-menu.show
  .mega-menu-wrapper {
  visibility: visible;
  opacity: 1;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item.mega-menu:hover
  .mega-menu-wrapper {
  visibility: visible;
  opacity: 1;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item.mega-menu
  .mega-menu-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item.mega-menu
  .mega-menu-wrapper
  .mega-menu-container {
  background-color: #fff;
  padding: 28px 30px 23px 30px;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item.mega-menu
  .mega-menu-wrapper
  .mega-menu-container
  .mega-menu-columns
  .title {
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  text-transform: capitalize;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item.mega-menu
  .mega-menu-wrapper
  .mega-menu-container
  .mega-menu-columns
  .menga-menu-page-links
  li {
  line-height: 30px;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item.mega-menu
  .mega-menu-wrapper
  .mega-menu-container
  .mega-menu-columns
  .menga-menu-page-links
  li
  a {
  color: #737286;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item.mega-menu
  .mega-menu-wrapper
  .mega-menu-container
  .mega-menu-columns
  .menga-menu-page-links
  li
  a:hover {
  color: var(--primary);
}
.navbar-area .navbar-collapse .navbar-nav .nav-item:first-child {
  padding-left: 0;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0;
  top: 85px;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item:hover
  .dropdown-menu
  .dropdown-item {
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item:hover
  .dropdown-menu
  .dropdown-item:last-child {
  border-bottom: none;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item:hover
  .dropdown-menu
  .dropdown-item:hover {
  background-color: var(--primary);
  color: #fff;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 85px;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
  padding: 0;
  border-radius: 0;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu.show
  .dropdown-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #242424;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu.show
  .dropdown-item:last-child {
  border-bottom: none;
}
.navbar-area
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu.show
  .dropdown-item:hover {
  background-color: var(--primary);
  color: #fff;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: var(--primary);
}
.navbar-area .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: var(--primary);
}
.navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #242424;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  font-weight: 400;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.pl-0 {
  padding-left: 0;
}
.navbar-area .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
}
.navbar-area .nav-right-content ul li {
  display: inline-block;
  margin: 0 15px;
}
.navbar-area .nav-right-content ul li:last-child {
  margin-right: 0;
}
.navbar-area .nav-right-content ul li.search {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-right-content ul li.search:hover {
  color: var(--primary);
}
.navbar-area .nav-right-content ul li.nav-btn .btn-boxed {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--primary);
}
.navbar-area .nav-right-content ul li.nav-btn .btn-boxed:hover {
  background-color: #121a2f;
}

/*------------------------------
    Header Area
------------------------------*/
.header-area {
  position: relative;
}
.header-area .header-carousel {
  overflow: hidden;
}
.header-area
  .header-carousel
  .owl-item.active
  .single-header-carousel-item
  .title {
  -webkit-animation: 1s 0.9s flipInX both;
  animation: 1s 0.9s flipInX both;
}
.header-area
  .header-carousel
  .owl-item.active
  .single-header-carousel-item
  .subwrap {
  -webkit-animation: 1s 0.9s flipInY both;
  animation: 1s 0.9s flipInY both;
}
.header-area .header-carousel .owl-item.active .single-header-carousel-item p {
  -webkit-animation: 1s 0.9s fadeInLeft both;
  animation: 1s 0.9s fadeInLeft both;
}
.header-area
  .header-carousel
  .owl-item.active
  .single-header-carousel-item
  .btn-wrapper
  .boxed-btn {
  -webkit-animation: 1s 0.9s rubberBand both;
  animation: 1s 0.9s rubberBand both;
}
.header-area .owl-nav div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 50px;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 2px;
}
.header-area .owl-nav div:hover {
  background-color: var(--primary);
  color: #fff;
}
.header-area .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.header-area .single-header-carousel-item {
  position: relative;
  padding: 120px 0 120px 0;
  z-index: 3;
  text-align: center;
}
.header-area .single-header-carousel-item.header-area-bg {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-area .single-header-carousel-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 27, 41, 0.65);
  content: "";
}
.header-area .single-header-carousel-item .subtitle {
  font-size: 40px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
.header-area .single-header-carousel-item .title {
  font-size: 50px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 27px;
}
.header-area .single-header-carousel-item p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 17px;
}
.header-area .single-header-carousel-item .btn-wrapper .boxed-btn {
  margin-top: 20px;
  background-color: var(--primary);
}
.header-area .single-header-carousel-item .btn-wrapper .boxed-btn:hover {
  background-color: #121a2f;
}
.header-area .header-area-inner {
  position: relative;
  padding: 247px 0 260px 0;
  z-index: 3;
}
.header-area .header-area-inner.header-area-bg {
  background-image: url(../img/header-bg.jpg);
  background-position: top;
  background-size: cover;
}
.header-area .header-area-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/header-area-shape.png);
  content: "";
  background-position: center;
  background-size: cover;
}
.header-area .header-area-inner .subtitle {
  font-size: 40px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}
.header-area .header-area-inner .title {
  font-size: 50px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 27px;
}
.header-area .header-area-inner p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 550px;
}
.header-area .header-area-inner .btn-wrapper .boxed-btn {
  margin-top: 20px;
  background-color: var(--primary);
}
.header-area .header-area-inner .btn-wrapper .boxed-btn:hover {
  background-color: #121a2f;
}

/*-----------------------
    Support Bar
-----------------------*/
.support-area {
  background-color: var(--primary);
  padding: 10px 0;
}
.support-area .icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.support-area .icon-list li {
  display: inline-block;
  margin: 0 13px;
  position: relative;
  font-size: 14px;
  color: #777777;
}
.support-area .icon-list li:after {
  position: absolute;
  right: -15px;
  top: 5px;
  height: 16px;
  width: 1px;
  background-color: #fff;
  content: "";
}
.support-area .icon-list li:first-child {
  margin-left: 0;
}
.support-area .icon-list li:last-child {
  margin-right: 0;
  color: #fff;
}
.support-area .icon-list li:last-child:after {
  display: none;
}
.support-area .icon-list li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* .support-area .icon-list li a:hover {
  color: var(--primary);
} */
.support-area .left-content {
  display: inline-block;
}
.support-area .right-content {
  display: inline-block;
  float: right;
}

/*------------------------
    Sidebar area
------------------------*/
.widget {
  background-color: #f4f4f4;
  margin-bottom: 30px;
  padding: 25px 30px 30px 30px;
}
.widget.footer-widget {
  background-color: transparent;
  padding: 0;
}
.widget.footer-widget .widget-title {
  color: rgba(255, 255, 255, 0.9);
}
.widget.footer-widget p {
  color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.widget .widget-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 20px;
}
.widget:last-child {
  margin-bottom: 0px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  display: block;
  margin: 8px 0;
}
.widget ul li:first-child {
  margin-top: 0px;
}
.widget ul li:last-child {
  margin-bottom: 0px;
}
.widget ul li a {
  color: #777777;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget ul li a:hover {
  color: var(--primary);
}

.about_widget .contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about_widget .contact-info-list li {
  display: block;
}

.about_widget .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about_widget .social-icon li {
  display: inline-block;
  margin: 0 8px;
}
.about_widget .social-icon li:first-child {
  margin-left: 0;
}
.about_widget .social-icon li:last-child {
  margin-right: 0;
}
.about_widget .social-icon li a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.about_widget .social-icon li a:hover {
  color: var(--primary);
}

.footer-widget.widget_nav_menu ul li a {
  position: relative;
  padding-left: 15px;
}
.footer-widget.widget_nav_menu ul li a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.widget_marafi_subscribe form {
  position: relative;
}
.widget_marafi_subscribe form .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  color: #fff;
  padding-right: 70px;
}
.widget_marafi_subscribe form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget_marafi_subscribe form .submit-btn:hover {
  background-color: var(--primary);
  opacity: 0.8;
}

.about_widget .footer-logo {
  margin-bottom: 25px;
  display: block;
}

.about_widget .contact-info-list li {
  display: block;
  margin: 10px 0;
}
.about_widget .contact-info-list li a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.about_widget .contact-info-list li a:hover {
  color: var(--primary);
}
.about_widget .contact-info-list li a i {
  margin-right: 5px;
  color: var(--primary);
}

.about_widget .social-icon {
  margin-top: 25px;
}
.about_widget .social-icon li a i {
  background-color: var(--primary);
  color: #fff;
  padding: 3px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.widget_search .search-form {
  position: relative;
}
.widget_search .search-form .form-group {
  margin-bottom: 0;
}
.widget_search .search-form .form-group .form-control {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 70px;
}
.widget_search .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.widget_author_meta {
  text-align: center;
}
.widget_author_meta .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.widget_author_meta .thumb img {
  border-radius: 50%;
}
.widget_author_meta .content .name {
  font-size: 21px;
  font-weight: 700;
}
.widget_author_meta .content p {
  font-size: 16px;
  line-height: 26px;
}
.widget_author_meta .content ul {
  margin-top: 25px;
}
.widget_author_meta .content ul li {
  display: inline-block;
  margin: 0 5px;
}
.widget_author_meta .content ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget_author_meta .content ul li a:hover {
  background-color: var(--primary);
  color: #fff;
}

.widget_popular_posts .single-popular-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.widget_popular_posts .single-popular-post-item .thumb {
  margin-right: 20px;
}
.widget_popular_posts .single-popular-post-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget_popular_posts .single-popular-post-item .content .time {
  color: var(--primary);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.widget_popular_posts .single-popular-post-item .content .title {
  font-size: 18px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-size: 600;
  color: #242424;
}

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px;
  color: #777777;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--primary);
  color: #fff;
}

/*-----------------------
    About Area
-----------------------*/
.about-us-area {
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
.about-us-area .about-right-circle {
  position: absolute;
  left: -20%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.about-us-area .about-right-circle img {
  -webkit-animation: updown 8s linear 0s infinite;
  animation: updown 8s linear 0s infinite;
}
.about-us-area:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../img/dotted-bg.png);
  background-position: right;
  content: "";
  background-repeat: no-repeat;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  z-index: -1;
}
.about-us-area .left-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-us-area .left-content-area .subtitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--primary);
}
.about-us-area .left-content-area .title {
  font-size: 30px;
  line-height: 46px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 25px;
}
.about-us-area .left-content-area .title span {
  color: var(--secondary);
  font-size: 23px;
}
.about-us-area .left-content-area p {
  font-size: 16px;
  line-height: 26px;
}
.about-us-area .left-content-area .boxed-btn {
  font-weight: 400;
  text-transform: capitalize;
}

@-webkit-keyframes updown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
  10% {
    -ms-transform: translateY(10px);
    /* IE 9 */
    -webkit-transform: translateY(10px);
    /* Chrome, Safari, Opera */
    transform: translateY(10px);
  }
  20% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
  30% {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Chrome, Safari, Opera */
    transform: translateY(30px);
  }
  40% {
    -ms-transform: translateY(40px);
    /* IE 9 */
    -webkit-transform: translateY(40px);
    /* Chrome, Safari, Opera */
    transform: translateY(40px);
  }
  50% {
    -ms-transform: translateY(50px);
    /* IE 9 */
    -webkit-transform: translateY(50px);
    /* Chrome, Safari, Opera */
    transform: translateY(50px);
  }
  60% {
    -ms-transform: translateY(40px);
    /* IE 9 */
    -webkit-transform: translateY(40px);
    /* Chrome, Safari, Opera */
    transform: translateY(40px);
  }
  70% {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Chrome, Safari, Opera */
    transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
  90% {
    -ms-transform: translateY(10px);
    /* IE 9 */
    -webkit-transform: translateY(10px);
    /* Chrome, Safari, Opera */
    transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
}

@-moz-keyframes updown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
  10% {
    -ms-transform: translateY(10px);
    /* IE 9 */
    -webkit-transform: translateY(10px);
    /* Chrome, Safari, Opera */
    transform: translateY(10px);
  }
  20% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
  30% {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Chrome, Safari, Opera */
    transform: translateY(30px);
  }
  40% {
    -ms-transform: translateY(40px);
    /* IE 9 */
    -webkit-transform: translateY(40px);
    /* Chrome, Safari, Opera */
    transform: translateY(40px);
  }
  50% {
    -ms-transform: translateY(50px);
    /* IE 9 */
    -webkit-transform: translateY(50px);
    /* Chrome, Safari, Opera */
    transform: translateY(50px);
  }
  60% {
    -ms-transform: translateY(40px);
    /* IE 9 */
    -webkit-transform: translateY(40px);
    /* Chrome, Safari, Opera */
    transform: translateY(40px);
  }
  70% {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Chrome, Safari, Opera */
    transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
  90% {
    -ms-transform: translateY(10px);
    /* IE 9 */
    -webkit-transform: translateY(10px);
    /* Chrome, Safari, Opera */
    transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
}

@-o-keyframes updown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
  10% {
    -ms-transform: translateY(10px);
    /* IE 9 */
    -webkit-transform: translateY(10px);
    /* Chrome, Safari, Opera */
    transform: translateY(10px);
  }
  20% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
  30% {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Chrome, Safari, Opera */
    transform: translateY(30px);
  }
  40% {
    -ms-transform: translateY(40px);
    /* IE 9 */
    -webkit-transform: translateY(40px);
    /* Chrome, Safari, Opera */
    transform: translateY(40px);
  }
  50% {
    -ms-transform: translateY(50px);
    /* IE 9 */
    -webkit-transform: translateY(50px);
    /* Chrome, Safari, Opera */
    transform: translateY(50px);
  }
  60% {
    -ms-transform: translateY(40px);
    /* IE 9 */
    -webkit-transform: translateY(40px);
    /* Chrome, Safari, Opera */
    transform: translateY(40px);
  }
  70% {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Chrome, Safari, Opera */
    transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
  90% {
    -ms-transform: translateY(10px);
    /* IE 9 */
    -webkit-transform: translateY(10px);
    /* Chrome, Safari, Opera */
    transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
}

@keyframes updown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
  10% {
    -ms-transform: translateY(10px);
    /* IE 9 */
    -webkit-transform: translateY(10px);
    /* Chrome, Safari, Opera */
    transform: translateY(10px);
  }
  20% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
  30% {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Chrome, Safari, Opera */
    transform: translateY(30px);
  }
  40% {
    -ms-transform: translateY(40px);
    /* IE 9 */
    -webkit-transform: translateY(40px);
    /* Chrome, Safari, Opera */
    transform: translateY(40px);
  }
  50% {
    -ms-transform: translateY(50px);
    /* IE 9 */
    -webkit-transform: translateY(50px);
    /* Chrome, Safari, Opera */
    transform: translateY(50px);
  }
  60% {
    -ms-transform: translateY(40px);
    /* IE 9 */
    -webkit-transform: translateY(40px);
    /* Chrome, Safari, Opera */
    transform: translateY(40px);
  }
  70% {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Chrome, Safari, Opera */
    transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
  90% {
    -ms-transform: translateY(10px);
    /* IE 9 */
    -webkit-transform: translateY(10px);
    /* Chrome, Safari, Opera */
    transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
}

/*---------------------------
    Call TO Action
----------------------------*/
.call-to-action-area {
  background-color: #1531a9;
  padding: 90px 0 90px;
  display: none;
}

.single-counter-item {
  text-align: center;
}
.single-counter-item .count-num {
  font-size: 45px;
  line-height: 55px;
  color: var(--primary);
  font-weight: 600;
}
.single-counter-item .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.call-to-action-area-two {
  position: relative;
  z-index: 0;
  padding: 70px 0 78px 0;
}

.call-to-action-area-two.counterup-bg {
  background-image: url(../img/customer.png);
  content: "";
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #767676;
  background-blend-mode: multiply;
}
.call-to-action-area-two.counterup-bg .left-content > a {
  background-color: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.call-to-action-area-two .left-content {
  text-align: center;
}
.call-to-action-area-two .left-content .title {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
}
.call-to-action-area-two .left-content p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.call-to-action-area-two .left-content p:last-child {
  margin-bottom: 0;
}
.call-to-action-area-two .right-content {
  display: inline-block;
  float: right;
}
.call-to-action-area-two .right-content .btn-wrapper {
  margin-top: 17px;
}

/*---------------------------
    What We Do Area
---------------------------*/
.what-we-do-area {
  position: relative;
  z-index: 0;
  padding: 50px 0;
  background-color: #f8f8f8;
}
.what-we-do-area .right-content .ourMission {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.what-we-do-area .shped-1 {
  position: absolute;
  right: 30px;
  top: 10%;
  animation: updown 5s linear 0s infinite reverse;
}
.what-we-do-area .shped-2 {
  position: absolute;
  right: 50px;
  top: 60%;
  animation: leftright2 5s linear 0s infinite reverse;
}
.what-we-do-area .shped-3 {
  position: absolute;
  right: 80px;
  top: 40%;
  animation: leftright 5s linear 0s infinite reverse;
}
.what-we-do-area .right-content .subtitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--secondary);
}
.what-we-do-area .right-content .title {
  font-size: 30px;
  line-height: 46px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 25 px;
}
.what-we-do-area .right-content .what-we-do-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.single-what-we-do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #dedede;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.single-what-we-do:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-what-we-do:last-child .content p {
  margin-bottom: 0;
}
.single-what-we-do .icon {
  font-size: 50px;
  line-height: 50px;
  color: var(--primary);
}
.single-what-we-do .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.single-what-we-do .content ul li a {
  color: var(--secondary);
  font-weight: 600;
}
.single-what-we-do .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.single-what-we-do .content p {
  font-size: 16px;
  line-height: 26px;
}

@-webkit-keyframes leftright {
  0% {
    -ms-transform: translateX(-30px);
    /* IE 9 */
    -webkit-transform: translateX(-30px);
    /* Chrome, Safari, Opera */
    transform: translateX(-30px);
  }
  50% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
  100% {
    -ms-transform: translateX(-30px);
    /* IE 9 */
    -webkit-transform: translateX(-30px);
    /* Chrome, Safari, Opera */
    transform: translateX(-30px);
  }
}

@keyframes leftright {
  0% {
    -ms-transform: translateX(-30px);
    /* IE 9 */
    -webkit-transform: translateX(-30px);
    /* Chrome, Safari, Opera */
    transform: translateX(-30px);
  }
  50% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
  }
  100% {
    -ms-transform: translateX(-30px);
    /* IE 9 */
    -webkit-transform: translateX(-30px);
    /* Chrome, Safari, Opera */
    transform: translateX(-30px);
  }
}

@-webkit-keyframes leftright2 {
  0% {
    -ms-transform: translateY(-30px) translateX(-10px);
    /* IE 9 */
    -webkit-transform: translateY(-30px) translateX(-10px);
    /* Chrome, Safari, Opera */
    transform: translateY(-30px) translateX(-10px);
  }
  50% {
    -ms-transform: translateY(0px) translateX(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px) translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px) translateX(0px);
  }
  100% {
    -ms-transform: translateY(-30px) translateX(-10px);
    /* IE 9 */
    -webkit-transform: translateY(-30px) translateX(-10px);
    /* Chrome, Safari, Opera */
    transform: translateY(-30px) translateX(-10px);
  }
}

@keyframes leftright2 {
  0% {
    -ms-transform: translateY(-30px) translateX(-10px);
    /* IE 9 */
    -webkit-transform: translateY(-30px) translateX(-10px);
    /* Chrome, Safari, Opera */
    transform: translateY(-30px) translateX(-10px);
  }
  50% {
    -ms-transform: translateY(0px) translateX(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px) translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px) translateX(0px);
  }
  100% {
    -ms-transform: translateY(-30px) translateX(-10px);
    /* IE 9 */
    -webkit-transform: translateY(-30px) translateX(-10px);
    /* Chrome, Safari, Opera */
    transform: translateY(-30px) translateX(-10px);
  }
}

/*------------------------
    Service Area
-------------------------*/
.service-area-three {
  padding: 100px 0 70px 0;
}

.service-area {
  padding: 95px 0 100px 0;
  position: relative;
  z-index: 0;
}
.service-area.style-two {
  padding: 40px 0;
}
.service-area .shaped-bg-1 {
  position: absolute;
  left: 0;
  top: 0;
}

.single-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 10px;
}
.single-service-item:hover .content .title {
  color: var(--primary);
}
.single-service-item .icon {
  font-size: 50px;
  line-height: 60px;
  color: var(--primary);
  margin-right: 30px;
}
.single-service-item .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-service-item .content p {
  font-size: 16px;
  line-height: 26px;
}

.single-service-item-two {
  text-align: center;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.09);
  /* padding: 52px 30px 50px 30px; */
  margin-bottom: 30px;
  background-color: #fff;
}
.single-service-item-two .content {
  background-color: #f6f6f6;
}
.single-service-item-two .icon img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 4/2;
  border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
  margin: auto;
  text-align: center;
  background: #d2dfffe3;
  width: 150px;
  height: 150px;
  transition: 0.5s;
  padding: 15px;
}
.content .title a {
  margin: 0px;
  padding: 10px 0px;
  display: block;
}
.single-service-item-two:hover {
  background-image: -webkit-linear-gradient(0deg, #42ba45 0%, #7166a3 100%);
  background-image: -webkit-linear-gradient(0deg, #42ba45 0%, #7166a3 100%);
  background-image: -webkit-linear-gradient(0deg, #42ba45 0%, #7166a3 100%);
}
.single-service-item-two:hover .icon {
  color: #fff;
}
.single-service-item-two:hover .icon img {
  background-color: #fff;
}
/* .single-service-item-two:hover .content .title a {
  color: #fff;
} */
.single-service-item-two:hover .content p {
  color: rgba(255, 255, 255, 0.8);
}
.single-service-item-two .icon {
  font-size: 50px;
  line-height: 60px;
  color: var(--primary);
  padding: 30px 0;
  /*margin-bottom: 18px;*/
}
.single-service-item-two .content .title {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 22px;
}
.single-service-item-two .content .title a {
  color: #242424;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-service-item-two .content .title a:hover {
  color: var(--primary);
}
.single-service-item-two .content p {
  font-size: 16px;
  line-height: 26px;
}
.single-service-item-two .content p:last-child {
  margin-bottom: 0;
}

.single-service-item-three {
  margin-bottom: 30px;
}
.single-service-item-three .thumb {
  position: relative;
  z-index: 0;
}
.single-service-item-three .thumb .cat {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--primary);
  padding: 5px 15px;
  color: rgba(255, 255, 255, 0.9);
}
.single-service-item-three .thumb .cat a {
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 0;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-service-item-three .thumb .cat a:hover {
  color: #fff;
}
.single-service-item-three .thumb .cat a:first-child {
  margin-left: 0;
}
.single-service-item-three .thumb .cat a:last-child {
  margin-right: 0;
}
.single-service-item-three .thumb .cat a:last-child:after {
  display: none;
}
.single-service-item-three .thumb .cat a:after {
  position: absolute;
  right: -6px;
  top: 0;
  content: ",";
}
.single-service-item-three .content {
  background-color: #fff;
  padding: 24px 30px 22px 30px;
}
.single-service-item-three .content .title {
  margin-bottom: 15px;
}
.single-service-item-three .content .title a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-service-item-three .content .title a:hover {
  color: var(--primary);
}
.single-service-item-three .content p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}
.single-service-item-three .content p:last-child {
  margin-bottom: 0;
}

/*----------------------------
    Price Plan area
-----------------------------*/
.price-plan-area {
  padding: 95px 0 100px 0;
  position: relative;
  z-index: 0;
}
.price-plan-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/shaped-5.png);
  background-position: right top;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}
.price-plan-area .shape-1 {
  position: absolute;
  right: 30px;
  top: 10%;
  animation: leftright 5s linear 0s infinite reverse;
}
.price-plan-area .shape-2 {
  position: absolute;
  right: 80px;
  top: 15%;
  animation: rotate360 2s linear 0s infinite reverse;
}

.price-plan-tab-nav {
  margin-bottom: 30px;
}
.price-plan-tab-nav .nav-tabs {
  display: block;
  border: none;
  text-align: center;
}
.price-plan-tab-nav .nav-tabs .nav-item {
  display: inline-block;
}
.price-plan-tab-nav .nav-tabs .nav-item .nav-link {
  border: 1px solid #dedede;
  width: 150px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.price-plan-tab-nav .nav-tabs .nav-item .nav-link.active,
.price-plan-tab-nav .nav-tabs .nav-item .nav-link:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.single-price-plan {
  border: 1px solid #c8c8c8;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-price-plan:hover {
  background-color: white;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.single-price-plan:hover .price-header .price-wrap .sign,
.single-price-plan:hover .price-header .price-wrap .price {
  color: var(--primary);
}
.single-price-plan .price-header {
  padding: 23px 0 0 0;
}
.single-price-plan .price-header .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 20px;
}
.single-price-plan .price-header .price-wrap {
  border-top: 1px solid #dedede;
  padding: 10px 80px 13px 80px;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.single-price-plan .price-header .price-wrap:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 63%;
  height: 3px;
  background-color: #dedede;
  content: "";
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
}
.single-price-plan .price-header .price-wrap .price-inner {
  position: relative;
  z-index: 0;
}
.single-price-plan .price-header .price-wrap .price-inner:after {
  position: absolute;
  left: -55px;
  top: -11px;
  height: 96px;
  width: 1px;
  background-color: #dedede;
  content: "";
  -ms-transform: skew(30deg);
  /* IE 9 */
  -webkit-transform: skew(30deg);
  /* Chrome, Safari, Opera */
  transform: skew(30deg);
}
.single-price-plan .price-header .price-wrap .price-inner:before {
  position: absolute;
  right: -55px;
  top: -11px;
  height: 96px;
  width: 1px;
  background-color: #dedede;
  content: "";
  -ms-transform: skew(-30deg);
  /* IE 9 */
  -webkit-transform: skew(-30deg);
  /* Chrome, Safari, Opera */
  transform: skew(-30deg);
}
.single-price-plan .price-header .price-wrap .sign {
  font-size: 24px;
  line-height: 34px;
  position: relative;
  top: -10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-price-plan .price-header .price-wrap .price {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #121a2f;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-price-plan .price-header .price-wrap .month {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #b2b2b2;
  text-transform: uppercase;
}
.single-price-plan .price-body {
  padding: 27px 0 28px 0;
}
.single-price-plan .price-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-price-plan .price-body ul li {
  display: block;
  margin: 15px 0;
  color: #242424;
}
.single-price-plan .price-body ul li i {
  color: var(--primary);
}
.single-price-plan .price-footer {
  padding-bottom: 30px;
}
.single-price-plan .price-footer .boxed-btn {
  width: 150px;
  height: 45px;
  line-height: 45px;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-----------------------------
    Team Member area
-----------------------------*/
.team-member-area {
  padding: 95px 0 100px 0;
}
.team-member-area.team-member-bg {
  background-image: url(../img/bg/team-memeber-bg.jpg);
  background-position: center;
  background-size: cover;
}

.single-team-member:hover .thumb .hover .hover-inner {
  background-color: var(--primary);
}
.single-team-member:hover .thumb .hover .hover-inner .title {
  color: #fff;
}
.single-team-member:hover .thumb .hover .hover-inner .subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.single-team-member .thumb {
  position: relative;
  z-index: 0;
}
.single-team-member .thumb .hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.single-team-member .thumb .hover .hover-inner {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-team-member .thumb .hover .hover-inner .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-top: 15px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-team-member .thumb .hover .hover-inner .subtitle {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 13px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-team-member .thumb .hover .hover-inner .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 0 8px 0;
}
.single-team-member .thumb .hover .hover-inner .social-icon li {
  display: inline-block;
  margin: 0 5px;
}
.single-team-member .thumb .hover .hover-inner .social-icon li a {
  color: #777777;
}
.single-team-member .thumb .hover .hover-inner .social-icon li a:hover {
  opacity: 0.8;
}
.single-team-member .thumb .hover .hover-inner .social-icon li a.facebook {
  color: #3b5999;
}
.single-team-member .thumb .hover .hover-inner .social-icon li a.instagram {
  color: #e4405f;
}
.single-team-member .thumb .hover .hover-inner .social-icon li a.google-plus {
  color: #dd4b39;
}
.single-team-member .thumb .hover .hover-inner .social-icon li a.linkedin {
  color: #0077b5;
}

/*-------------------------
    Blog Articls
-------------------------*/
.blog-article-area {
  padding: 95px 0 94px 0;
  position: relative;
  z-index: 0;
}
.blog-article-area:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/shaped-8.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}

.single-blog-articles .thumb {
  position: relative;
  z-index: 1;
}
.single-blog-articles .thumb .time {
  position: absolute;
  left: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  background-color: var(--primary);
  padding: 5px 15px;
}

.single-blog-articles .content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 17px;
  margin-bottom: 10px;
}
.single-blog-articles .content .post-meta li {
  display: inline-block;
  margin: 0 8px;
}
.single-blog-articles .content .post-meta li:first-child {
  margin-left: 0;
}
.single-blog-articles .content .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-articles .content .post-meta li a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #777777;
}
.single-blog-articles .content .post-meta li a:hover {
  color: var(--primary);
}

.single-blog-articles .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-blog-articles .content .title a {
  color: #242424;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-blog-articles .content .title a:hover {
  color: var(--primary);
}

.single-blog-articles .content p {
  font-size: 16px;
  line-height: 26px;
}

.single-blog-articles .content .readmore {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-blog-articles .content .readmore i {
  font-size: 14px;
}
.single-blog-articles .content .readmore:hover {
  color: var(--primary);
}

/*----------------------------
    Testimonial Area
----------------------------*/
.testimonial-area {
  padding: 95px 0 100px 0;
}
.testimonial-area .section-title {
  margin-bottom: 45px;
}

.single-testimonial-item {
  border: 1px solid #e2e2e2;
  text-align: center;
  position: relative;
  background-color: #fff;
  z-index: 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  margin-top: 40px;
  padding: 65px 20px 25px 20px;
}
.single-testimonial-item .thumb {
  position: absolute;
  left: 50%;
  top: -40px;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
}
.single-testimonial-item .thumb img {
  width: 80px;
  height: 80px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 50%;
  border: 1px dashed var(--primary);
}
.single-testimonial-item .content .title {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
  background-color: var(--secondary);
  color: #fff;
  max-width: 150px;
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
}
.single-testimonial-item .content .subtitle {
  font-size: 14px;
  line-height: 26px;
  display: none;
}
.single-testimonial-item .content p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}

/*----------------------------
    Footer Area
-----------------------------*/
.footer-area {
  background-color: #121a2f;
  padding: 95px 0 0 0;
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
  margin-top: 88px;
}
.copyright-area a {
  color: var(--primary);
}

/*-----------------------
    About us page
------------------------*/
.our-history-area {
  padding: 95px 0 100px 0;
}
.our-history-area .section-title {
  margin-bottom: 45px;
}

.single-history-item {
  margin-bottom: 50px;
}
.single-history-item:last-child {
  margin-bottom: 0px;
}
.single-history-item .content-wrapper .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.single-history-item .content-wrapper p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}

/*------------------------
    Portfolio Page
------------------------*/
.portfolio-area {
  padding: 95px 0 85px 0;
}

.portfolio-nav-area {
  text-align: center;
}
.portfolio-nav-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 28px;
}
.portfolio-nav-area ul li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.portfolio-nav-area ul li.active,
.portfolio-nav-area ul li:hover {
  color: var(--primary);
}
.portfolio-nav-area ul li:last-child {
  margin-right: 0;
}
.portfolio-nav-area ul li:last-child::after {
  display: none;
}
.portfolio-nav-area ul li:after {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 5px;
  height: 2px;
  background-color: #777777;
  content: "";
}

.single-masorny-item {
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
.single-masorny-item:hover .hover {
  visibility: visible;
  opacity: 1;
}
.single-masorny-item .thumb img {
  width: 100%;
}
.single-masorny-item .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-masorny-item .hover ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-masorny-item .hover ul li {
  display: inline-block;
  margin: 0 5px;
}
.single-masorny-item .hover ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--primary);
}
.single-masorny-item .hover ul li a:hover {
  background-color: var(--primary);
  color: #fff;
}

/*-----------------------------
    Portfolio Details Page
-----------------------------*/
.portfolio-content-area .entry-content {
  margin-top: 25px;
}
.portfolio-content-area .entry-content .img-thumg {
  margin: 10px 0 25px 0;
}
.portfolio-content-area .entry-content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.portfolio-content-area .entry-content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.portfolio-content-area .entry-content .post-meta li {
  display: inline-block;
  margin: 0 10px;
}
.portfolio-content-area .entry-content .post-meta li:first-child {
  margin-left: 0;
}
.portfolio-content-area .entry-content .post-meta li:last-child {
  margin-right: 0;
}
.portfolio-content-area .entry-content .post-meta li a {
  color: #777777;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.portfolio-content-area .entry-content .post-meta li a:hover {
  color: var(--primary);
}
.portfolio-content-area .entry-content p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}

.portfolio-widget-area {
  background-color: #f4f4f4;
}

.widget_porject_details .project-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_porject_details .project-list li {
  display: block;
  text-align: right;
}
.widget_porject_details .project-list li strong {
  color: #242424;
  float: left;
  font-weight: 600;
}
.widget_porject_details .project-list li a {
  color: #777777;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0 5px;
}
.widget_porject_details .project-list li a:hover {
  color: var(--primary);
}

.widget_porject_details .share {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 18px;
}
.widget_porject_details .share li {
  margin: 0 10px;
  display: inline-block;
}
.widget_porject_details .share li:first-child {
  margin-left: 0;
}
.widget_porject_details .share li:last-child {
  margin-right: 0;
}
.widget_porject_details .share li.title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #242424;
  font-weight: 600;
}

/*-----------------------
    Service Details
-----------------------*/
.service-details-content {
  padding: 100px 0 80px 0;
}

.service-content-area .entry-content .title {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 34px;
  color: #242424;
  font-weight: 600;
}

.service-content-area .entry-content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 22px;
}
.service-content-area .entry-content .post-meta li {
  margin: 0 10px;
  display: inline-block;
}
.service-content-area .entry-content .post-meta li:first-child {
  margin-left: 0;
}
.service-content-area .entry-content .post-meta li:last-child {
  margin-right: 0;
}
.service-content-area .entry-content .post-meta li.date a:after {
  display: none;
}
.service-content-area .entry-content .post-meta li a {
  color: #777777;
  position: relative;
  z-index: 0;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.service-content-area .entry-content .post-meta li a:hover {
  color: var(--primary);
}
.service-content-area .entry-content .post-meta li a:first-child {
  margin-left: 0;
}
.service-content-area .entry-content .post-meta li a:last-child {
  margin-right: 0;
}
.service-content-area .entry-content .post-meta li a:last-child:after {
  display: none;
}
.service-content-area .entry-content .post-meta li a:after {
  position: absolute;
  right: -5px;
  top: 0;
  content: ",";
}

/*------------------------------
    Blog Details
------------------------------*/
.blog-page-content-area .single-blog-articles {
  margin-bottom: 30px;
}

.blog-pagination .pagination {
  display: block;
}
.blog-pagination .pagination .page-item {
  display: inline-block;
}
.blog-pagination .pagination .page-item.active .page-link {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.blog-pagination .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  color: #242424;
  padding: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-pagination .pagination .page-item .page-link:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.single-blog-classic-post.format-gallery .marafi-post-gallery .owl-nav div {
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 40px;
  color: rgba(251, 119, 12, 0.6);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.single-blog-classic-post.format-gallery
  .marafi-post-gallery
  .owl-nav
  div:hover {
  color: var(--primary);
}
.single-blog-classic-post.format-gallery
  .marafi-post-gallery
  .owl-nav
  div.owl-next {
  left: auto;
  right: 20px;
}

.single-blog-classic-post.format-link .entry-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #121a2f;
}
.single-blog-classic-post.format-link .entry-content:after {
  position: absolute;
  left: 30px;
  top: 40px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  color: var(--primary);
  z-index: -1;
}
.single-blog-classic-post.format-link .entry-content .link {
  margin-left: 90px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}

.single-blog-classic-post.format-quote .entry-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #121a2f;
}
.single-blog-classic-post.format-quote .entry-content:after {
  position: absolute;
  left: 30px;
  top: 40px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  color: var(--primary);
  z-index: -1;
}
.single-blog-classic-post.format-quote .entry-content .quote {
  margin-left: 90px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}

.single-blog-classic-post .entry-content {
  background-color: #f4f4f4;
  padding: 32px 30px 32px 30px;
  margin-bottom: 30px;
}
.single-blog-classic-post .entry-content .title {
  font-size: 30px;
  line-height: 40px;
}
.single-blog-classic-post .entry-content .title a {
  color: #242424;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-blog-classic-post .entry-content .title a:hover {
  color: var(--primary);
}
.single-blog-classic-post .entry-content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 22px;
}
.single-blog-classic-post .entry-content .post-meta li {
  margin: 0 10px;
  display: inline-block;
}
.single-blog-classic-post .entry-content .post-meta li:first-child {
  margin-left: 0;
}
.single-blog-classic-post .entry-content .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-classic-post .entry-content .post-meta li.cats a {
  margin: 0 5px;
  position: relative;
  z-index: 0;
}
.single-blog-classic-post .entry-content .post-meta li.cats a:after {
  position: absolute;
  right: -5px;
  top: 0;
  content: ",";
}
.single-blog-classic-post .entry-content .post-meta li.cats a:last-child:after {
  display: none;
}
.single-blog-classic-post .entry-content .post-meta li a {
  color: #777777;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-blog-classic-post .entry-content .post-meta li a:hover {
  color: var(--primary);
}
.single-blog-classic-post .entry-content .readmore {
  color: #777777;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-blog-classic-post .entry-content .readmore i {
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateX(-20px);
  /* IE 9 */
  -webkit-transform: translateX(-20px);
  /* Chrome, Safari, Opera */
  transform: translateX(-20px);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-blog-classic-post .entry-content .readmore:hover {
  color: var(--primary);
}
.single-blog-classic-post .entry-content .readmore:hover i {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(-2px);
  /* IE 9 */
  -webkit-transform: translateX(-2px);
  /* Chrome, Safari, Opera */
  transform: translateX(-2px);
}
.single-blog-classic-post .entry-content .readmore i {
  font-size: 14px;
}

.single-blog-classic-post:last-child {
  margin-bottom: 0;
}

/*-------------------------
    Blog Details Page
-------------------------*/
.blog-details-page-content-area {
  padding: 100px 0 100px 0;
}
.blog-details-page-content-area .entry-footer {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px 17px 20px;
}
.blog-details-page-content-area .entry-footer .left {
  display: inline-block;
}
.blog-details-page-content-area .entry-footer .left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-page-content-area .entry-footer .left ul li {
  display: inline-block;
  margin: 0 5px;
}
.blog-details-page-content-area .entry-footer .left ul li.title {
  font-weight: 600;
  color: #242424;
}
.blog-details-page-content-area .entry-footer .left ul li:first-child {
  margin-left: 0;
}
.blog-details-page-content-area .entry-footer .left ul li:last-child {
  margin-right: 0;
}
.blog-details-page-content-area .entry-footer .left ul li a {
  color: #777777;
  margin: 0 7px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-page-content-area .entry-footer .left ul li a:after {
  position: absolute;
  right: -6px;
  top: 0;
  content: ",";
}
.blog-details-page-content-area .entry-footer .left ul li a:first-child {
  margin-left: 0;
}
.blog-details-page-content-area .entry-footer .left ul li a:last-child {
  margin-right: 0;
}
.blog-details-page-content-area .entry-footer .left ul li a:last-child:after {
  display: none;
}
.blog-details-page-content-area .entry-footer .left ul li a:hover {
  color: var(--primary);
}
.blog-details-page-content-area .entry-footer .right {
  display: inline-block;
  float: right;
}
.blog-details-page-content-area .entry-footer .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-page-content-area .entry-footer .right ul li {
  display: inline-block;
  margin: 0 5px;
}
.blog-details-page-content-area .entry-footer .right ul li.title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #242424;
}
.blog-details-page-content-area .entry-footer .right ul li a {
  color: #777777;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-page-content-area .entry-footer .right ul li a:hover {
  color: var(--primary);
}
.blog-details-page-content-area .single-post-details-item .thumb {
  margin-bottom: 30px;
}
.blog-details-page-content-area
  .single-post-details-item
  .entry-content
  .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details-page-content-area
  .single-post-details-item
  .entry-content
  .gal-img {
  margin: 10px 0 15px 0;
}
.blog-details-page-content-area
  .single-post-details-item
  .entry-content
  .post-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.blog-details-page-content-area
  .single-post-details-item
  .entry-content
  .post-meta
  li {
  margin: 0 8px;
  display: inline-block;
}
.blog-details-page-content-area
  .single-post-details-item
  .entry-content
  .post-meta
  li:first-child {
  margin-left: 0;
}
.blog-details-page-content-area
  .single-post-details-item
  .entry-content
  .post-meta
  li:last-child {
  margin-right: 0;
}
.blog-details-page-content-area
  .single-post-details-item
  .entry-content
  .post-meta
  li
  a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #777777;
}
.blog-details-page-content-area
  .single-post-details-item
  .entry-content
  .post-meta
  li
  a:hover {
  color: var(--primary);
}
.blog-details-page-content-area
  .single-post-details-item
  .entry-content
  blockquote {
  background-color: #f4f4f4;
  border-left: 5px solid var(--primary);
  padding: 22px 30px 24px 30px;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  margin: 25px 0;
}
.blog-details-page-content-area
  .single-post-details-item
  .entry-content
  blockquote
  cite {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 20px;
}
.blog-details-page-content-area .comment-area {
  padding-top: 32px;
}
.blog-details-page-content-area .comment-area .comment-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
.blog-details-page-content-area .comment-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.blog-details-page-content-area .comment-area .comment-list li {
  margin-bottom: 8px;
  list-style: none;
}
.blog-details-page-content-area .comment-area .comment-list li:last-child {
  margin-bottom: 0;
}
.blog-details-page-content-area .comment-area .comment-list li ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.blog-details-page-content-area .comment-area .comment-list li ol li {
  margin-left: 50px;
  list-style-type: none;
  list-style: none;
}
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap
  .thumb {
  margin-right: 20px;
}
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap
  .thumb
  img {
  margin-bottom: 10px;
}
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap
  .thumb
  .date,
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap
  .thumb
  .time {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap
  .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap
  .content
  .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap
  .content
  p {
  font-size: 16px;
  line-height: 26px;
}
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap
  .content
  p:last-child {
  margin-bottom: 0;
}
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap
  .content
  .reply {
  position: absolute;
  top: 0;
  right: 0;
  color: #777777;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-details-page-content-area
  .comment-area
  .comment-list
  li
  .single-comment-wrap
  .content
  .reply:hover {
  color: var(--primary);
}
.blog-details-page-content-area .comment-form-wrap {
  margin-top: 0px;
}
.blog-details-page-content-area .comment-form-wrap .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-details-page-content-area
  .comment-form-wrap
  .comment-form
  .form-group.textarea
  .form-control {
  min-height: 160px;
  resize: none;
}
.blog-details-page-content-area
  .comment-form-wrap
  .comment-form
  .form-group
  .form-control {
  height: 50px;
  line-height: 50px;
}
.blog-details-page-content-area .comment-form-wrap .comment-form .submit-btn {
  height: 50px;
  width: 180px;
  border-radius: 5px;
  font-weight: 600;
}

/*-----------------------------
    Contact Page 
-----------------------------*/
.contact-page-area .section-title {
  margin-bottom: 45px;
}

.contact-form .form-group .form-control {
  width: 100%;
  height: 50px;
}

.contact-form .form-group.textarea .form-control {
  min-height: 250px;
  resize: none;
}

.contact-form .submit-btn {
  margin: 0 auto;
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.single-contact-info {
  padding: 35px 30px 35px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-contact-info.white .icon {
  color: #fff;
}
.single-contact-info.white .content .details {
  color: rgba(255, 255, 255, 0.8);
}
.single-contact-info.white .content .title {
  color: #fff;
}
.single-contact-info .icon {
  font-size: 40px;
  line-height: 50px;
  margin-right: 30px;
}
.single-contact-info .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #242424;
}
.single-contact-info .content .details {
  color: #777777;
  display: block;
}

.map-area #map {
  min-height: 600px;
}

/*------------------------------
    Team Member Page
------------------------------*/
.team-member-page-area .single-team-member {
  margin-bottom: 30px;
}

/*-----------------------
    Faq Page
-----------------------*/
.accordion-content-area .card {
  border: none;
}
.accordion-content-area .card:last-child .card-header a {
  margin-bottom: 0;
}
.accordion-content-area .card:last-child .card-body {
  margin-bottom: 0;
}
.accordion-content-area .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.accordion-content-area .card .card-header a {
  background-color: #f4f4f4;
  display: block;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
  cursor: pointer;
}
.accordion-content-area .card .card-header a:after {
  position: absolute;
  right: 20px;
  top: 10px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}
.accordion-content-area .card .card-header a[aria-expanded="true"] {
  margin-bottom: 0;
}
.accordion-content-area .card .card-header a[aria-expanded="true"]:after {
  content: "\f068";
}
.accordion-content-area .card .card-body {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 30px 30px 30px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}

/*-------------------------
    Error Page
-------------------------*/
.error-page-area {
  padding-top: 92px;
}

.error-content-area {
  text-align: center;
}
.error-content-area .errro-text {
  font-size: 200px;
  line-height: 160px;
  font-weight: 700;
  color: #121a2f;
  margin-bottom: 38px;
  display: block;
}
.error-content-area .title {
  font-weight: 24px;
  line-height: 34px;
  font-weight: 600;
}
.error-content-area .btn-wrapper .boxed-btn {
  width: auto;
  border-radius: 3px;
}
.error-content-area p {
  max-width: 500px;
  margin: 0 auto;
}
.error-content-area form {
  position: relative;
  z-index: 0;
  margin-top: 40px;
}
.error-content-area form .form-group .form-control {
  width: 100%;
  height: 50px;
  padding-right: 70px;
  border: 1px solid #e2e2e2;
}
.error-content-area form .submit-btn {
  width: 60px;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
}

/* new css  */
.headerLogo {
  height: 100px;
  width: auto;
}
.support-area .icon-list li i {
  color: #fff;
}
.service-area.style-two .readMore {
  text-align: center;
  margin-top: 20px;
}

.service-area.style-two .readMore a {
  /* background-color: var(--secondary); */
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.footer-area .footerLogo {
  height: 100px;
  width: auto;
}

#cCarousel {
  position: relative;
  max-width: 900px;
  margin: auto;
}

#cCarousel .arrow {
  position: absolute;
  top: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  font-size: 26px;
  color: white;
  background: #121a2f;
  cursor: pointer;
}

#cCarousel #prev {
  left: -60px;
}

#cCarousel #next {
  right: -60px;
}

#carousel-vp {
  width: 900px;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
}

@media (max-width: 770px) {
  #carousel-vp {
    width: 510px;
  }
}

@media (max-width: 510px) {
  #carousel-vp {
    width: 270px;
  }
}

#cCarousel #cCarousel-inner {
  display: flex;
  position: absolute;
  transition: 0.3s ease-in-out;
  gap: 10px;
  left: 0px;
}

.cCarousel-item {
  width: 290px;
  border: 2px solid #ebebeb;
  padding: 20px 0 0;
  border-radius: 15px;
  background-color: #f8f8f8;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.cCarousel-item img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 4/2;
  color: white;
}

.cCarousel-item .infos {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  justify-content: space-around;
  background: white;
  color: black;
}
.cCarousel-item .infos h3 {
  font-size: 18px;
  text-align: left;
  color: var(--primary);
}
.cCarousel-item .infos p {
  font-size: 15px;
  text-align: justify;
}

.cCarousel-item .infos button {
  background: #222;
  padding: 10px 30px;
  border-radius: 15px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
.productsSlider {
  padding: 40px 0;
  background-color: #fff;
}

.downloadPlan {
  padding: 70px 0;
  background-color: #f0f0f0;
}
.download_plan {
  font-size: 20px;
  border: none;
  background-color: var(--primary);
  color: white;
  text-decoration: none;
  padding: 8px 25px;
  border-radius: 5px;
  cursor: pointer;
}
.download_plan:hover {
  color: #fff;
  text-decoration: none;
}
.contactUs {
  padding: 50px 0;
  background-color: #f0f0f0;
}
.contactUs h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
  line-height: 28px;
  text-transform: capitalize;
  display: block;
}
.contactUs .contactDetails-Div p {
  color: var(--tertiary);
  text-transform: capitalize;
}
.contactUs .contactDetails-Div h4 {
  margin-bottom: 20px;
}
.contactUs .contactDetails-Div p strong {
  color: var(--secondary);
}
.contactUs .ContactForm {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.termsCondition {
  padding: 40px 0;
  background-color: #fff;
}
.termsCondition h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
  line-height: 28px;
  text-transform: capitalize;
  display: block;
}
.termsCondition .terms {
  padding: 30px 0 0;
}
.termsCondition .terms p strong {
  color: var(--primary);
  font-weight: 500;
}
.termsCondition .terms h3 {
  font-size: 20px;
}
.termsCondition .terms ul li strong {
  font-weight: 500;
  color: #000;
}
.primary-bg {
  background-color: #c6ebc8;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 15px;
  font-family: "Josefin Sans", sans-serif;
}
.aboutus-hadding h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
  line-height: 28px;
  text-transform: capitalize;
  display: block;
}
.refundPolicy {
  padding: 40px 0;
  background-color: #fff;
}
.termsCondition ul li {
  padding: 5px 0;
}
.termsCondition ul li strong {
  font-weight: 500;
  color: #000;
}
.termsCondition p strong {
  font-weight: 500;
  color: #000;
}
.refundPolicy ul li strong {
  font-weight: 500;
  color: #000;
}

.productsSlider .box {
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease,
    -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 0 15px 0 rgb(112 122 122 / 30%);
  margin: 10px 0;
}
.productsSlider .box .dotted-circle {
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 110px;
  padding-left: 6px;
  position: relative;
  margin-bottom: 15px;
}
.productsSlider .box .dotted-circle .circle {
  text-align: center;
  width: auto;
  height: auto;
  padding: 15px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: var(--primary);
}
.productsSlider .box .dotted-circle .circle::after {
  content: "";
  border-radius: 100%;
  border-width: 2px;
  border-color: #121a2f;
  border-style: dashed;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0px;
  top: -10px;
  left: -10px;
  bottom: 0;
  animation: borderCircle linear infinite 20s;
}
@keyframes borderCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box .dotted-circle .circle img {
  width: 50px;
  height: 50px;
}

.box .title {
  font-size: 17px;
  font-weight: 700;
  line-height: 0;
  margin: 5px;
}
.box p {
  padding: 10px 0px;
  font-size: 14px;
}
.productsSlider .readMore {
  text-align: center;
  margin-top: 30px;
}
.productsSlider .services .readMore a {
  /* background-color: var(--primary); */
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.support-area .icon-list li a.appDownload {
  background: white;
  color: black;
  padding: 2px 8px;
  border-radius: 5px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.graph {
  padding: 20px 0;
}
.graph main {
  margin: 30px auto;
  text-align: center;
}
.graph main h1 {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  line-height: 28px;
  text-transform: capitalize;
  display: block;
}
.graph main p {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
  color: #242424;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.graph main h6 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #777777;
}
.graph main a {
  background-color: var(--secondary);
  padding: 8px 10px;
  color: #fff;
  border-radius: 5px;
}

#chartdiv {
  width: 100%;
  height: 500px;
  font-size: 11px;
}
#chartdiv .amcharts-main-div .amcharts-main-div a[target="_self"] {
  display: none;
}

.amcharts-pie-slice {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition-duration: 0.3s;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  cursor: pointer;
  box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
  transform: scale(1.1);
  filter: url(#shadow);
}
.viratSection img {
  width: 100%;
  height: auto;
}

.objectives {
  padding: 30px 0;
}
.objectives ul {
  list-style: none;
}
.objectives ul li::before {
  content: "\27A2";
  padding-right: 8px;
  font-size: 20px;
  color: var(--primary);
}
.service-area.style-two .technology {
  padding: 30px 0;
}
.service-area.style-two .technology h3 {
  color: var(--primary);
  text-align: center;
  font-size: 22px;
}

.service-area.style-two .technology ul {
  list-style-type: none;
  padding: 30px 0 20px;
}

.service-area.style-two .technology ul li {
  float: left;
  width: 50%;
  padding: 3px 0;
}

.service-area.style-two .technology ul li::before {
  content: "\27A2";
  font-size: 20px;
  color: var(--secondary);
}

.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--primary);
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: var(--secondary);
}

.button:hover .button__icon-wrapper {
  color: #000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/* more details  */

/* From Uiverse.io by gharsh11032000 */
.moreDetails {
  position: relative;
  width: 180px;
  height: 40px;
  background-color: #000;
  display: flex;
  align-items: center;
  color: #fff !important;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.moreDetails::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 190px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.moreDetails::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100%);
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.moreDetails:hover::after {
  filter: blur(30px);
}

.moreDetails:hover::before {
  transform: rotate(-180deg);
}

.moreDetails:active::before {
  scale: 0.7;
}

/* mobile view  */

@media only screen and (max-width: 500px) {
  .service-area.style-two .technology ul li {
    width: 100%;
    padding: 4px 0;
  }
  .headerLogo {
    height: 60px;
    width: auto;
  }
  #cCarousel #prev {
    left: 8px;
  }
  #cCarousel #next {
    right: 8px;
  }
  .cCarousel-item {
    width: 270px;
  }
}
