.clr {
  clear: both;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none !important;
  color: #000;
}
a:hover {
  color: #333;
}
p {
  color: #444;
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}

body {
  background: #f8f8f8;
  color: #444;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}
h1 {
  font-size: 50px;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  color: #35353e;
}
.btn-lg {
  font-size: 16px;
  font-weight: 400;
  padding: 15px 30px;
}
.text-primary {
  color: #235af2 !important;
}
.bg-primary {
  background-color: #235af2 !important;
}
.shackimg {
  position: relative;
  display: inline-block;
  margin: 50px;
}
.experance {
  width: 175px;
  height: 175px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  background: rgba(6, 42, 136, 0.5);
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: -50px;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
}
.experance small {
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.shackimg::before {
  background-color: #235af2;
  bottom: 20px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  z-index: 10;
  -webkit-animation: semi_rotated_two 20s infinite;
  animation: semi_rotated_two 20s infinite;
}
.shackimg img {
  position: relative;
  z-index: 20;
}

.headertop {
  background-color: #1e1e22;
  padding: 5px 0;
}
.navbar-nav .nav-link {
  color: #000;
  font-weight: 400;
}
.navbar-nav .nav-link.active {
  color: #235af2;
  font-weight: 500;
}
.menu-list {
  list-style: none;
}

.menu-list li a {
  color: #fff;
  display: inline-block;
  line-height: 36px;
}
.menu-list li a::before {
  content: "\F280";
  position: relative;
  color: #fff;
  font-family: bootstrap-icons !important;
  font-size: 12px;
  margin-right: 10px;
}
.menu-list li a:hover {
  color: #235af2;
}
.fsocial a {
  color: #fff;
  width: 35px;
  height: 35px;
  background: #522c2c;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  font-size: 18px;
}
.pbox {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 35px;
}
.space-0 h6,
.space-0 small {
  letter-spacing: 0;
}

.carousel-caption {
  color: #fff;
  text-align: left;
  top: 40%;
}

.subheading {
  text-transform: uppercase;
}
.header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header.active {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px #ddd;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.heading {
  font-size: 40px;
  font-weight: 100;
  color: #522c2c;
  line-height: 52px;
  margin: 20px 0;
}
.aboutsection {
  padding: 50px 0;
  background: url(../images/aboutbg.png) 0 0 no-repeat,
    url(../images/about-right.png) 100% 20% no-repeat;
  background-color: #fff;
}
.circlebox {
  background: rgba(64, 110, 229, 0.2);
  width: 41px;
  height: 41px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
}
.circlebox:before {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  border: solid 1px #666;
  top: 10px;
  left: 10px;
  border-radius: 100px;
}
.service {
  padding: 50px 0;
  background: url(../images/servicebg.png) 0 0 no-repeat;
}
.service-block {
  position: relative;
  margin-bottom: 50px;
}
.service-block .inner-box {
  position: relative;
  display: block;
  padding: 35px 35px 90px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  border-radius: 10px;
}
.service-block .icon-outer {
  position: relative;
  display: block;
  width: 162px;
  height: 162px;
  padding: 31px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.service-block .icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url(../images/theme-icon-2.png) center center no-repeat;
}
.service-block .icon-bg {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.iconbox {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background: rgba(64, 110, 229, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-block .more-link {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: block;
}
.service-block .more-link a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 14px;
  color: #314cc4;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05),
    0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box:hover .more-link a {
  color: #ffffff;
  background: #314cc4;
}

.footersection {
  background-color: #1c1c27;
  padding: 50px 0;
}
.copyright {
  background-color: #13131d;
}
.footersection p {
  color: #d5d5d5;
}
.fheading {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 25px;
}

.iconbox i {
  font-size: 50px;
  color: #235af2;
}
.wedosection {
  padding: 50px 0;
  background: #fff;
}
.webox {
  width: 60px;
  height: 60px;
  background-color: rgba(64, 110, 229, 0.2);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.outerbox {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url("../images/theme-icon.png") center center no-repeat;
  background-size: contain;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.wedosection {
  background: #fff url("../images/wedo-bg.png") 100% 50% no-repeat;
}
.achivement {
  padding: 70px 0;
  background: #220e0e url("../images/exportbg.png") 0 0 repeat;
}
.counterbox {
  background: url("../images/shap1.png") 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  width: 230px;
  height: 144px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}
.counterbox h1 {
  margin-bottom: 0;
  font-size: 30px;
  color: #522b2b;
  font-weight: 700;
}
.counterbox p {
  color: #000;
}
.work-process-shape {
  position: absolute;
  width: 100%;
  top: 29%;
  left: -1%;
  text-align: center;
}
.work-process-item .icon {
  z-index: 1;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
.work-process-item .icon::before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 97%;
  content: "";
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 2px dashed #522c2c;
  -webkit-animation: rotated_circle 5s linear infinite;
  animation: rotated_circle 5s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.work-process-item .icon .number {
  z-index: -1;
  opacity: 0.15;
  line-height: 1;
  font-size: 85px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  position: absolute;
  /* color: transparent; */
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: currentcolor;
  -webkit-text-stroke-color: currentcolor;
  -webkit-text-stroke-color: #293043;
  -webkit-transform: translate(-70%, -60%) rotate(-50deg);
  -ms-transform: translate(-70%, -60%) rotate(-50deg);
  transform: translate(-70%, -60%) rotate(-50deg);
}
.work-process-item .icon i {
  color: white;
  font-size: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #522c2c;
  line-height: 130px;
  border-radius: 50%;
  text-align: center;
}
.work-process-shape {
  padding: 50px 0;
}
.work-process-item:hover .icon::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: rotated_circle 5s linear infinite;
  animation: rotated_circle 5s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.testimonials {
  padding: 50px 0;
  background: url("../images/testi-bg.png") 50% 20% no-repeat;
}
.timg {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: dashed 1px #235af2;
  padding: 5px;
}
.testibox {
  margin: 20px;
  padding: 30px;
}
.owl-nav button {
  background: #235af2 !important;
  border-radius: 5px;
  color: #fff !important;
  height: 30px;
  width: 30px;
  margin: 20px 5px;
  font-size: 14px !important;
}
.owl-nav {
  text-align: center;
}
.whychoose {
  padding: 50px 0;
  background: #fff url("../images/soluationbg.png") 0 50% no-repeat;
}
.callform {
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(219, 229, 255, 0.42) 0%, #fff 100%);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.callform .form-control {
  height: 50px;
  background: transparent;
}
.aboutlist {
  margin-top: 50px;
}
.listbox {
  margin-bottom: 25px !important;
  padding-bottom: 12px;
  border-bottom: solid 1px #ecebeb;
}
.navbar-toggler {
  background: #416ee6;
  border-radius: 100px;
  border: none;
  height: 45px;
}

.page-header {
  position: relative;
}
.page-header__bg {
  background: url("../images/page-header-bg.jpg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-header .container {
  padding-bottom: 138px;
  padding-top: 138px;
  position: relative;
  z-index: 10;
}
.thm-breadcrumb {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
.thm-breadcrumb li {
  align-items: center;
  color: #f5f5f5;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}
.thm-breadcrumb li a {
  color: inherit;
  opacity: 0.6;
}
.thm-breadcrumb li:not(:last-child):after {
  color: #f5f5f5;
  content: "/";
  margin-left: 13px;
  margin-right: 13px;
  opacity: 0.6;
  position: relative;
  top: -1px;
}
.thm-breadcrumb li span {
  color: #235af2;
  display: block;
  line-height: 1;
}
.page-header .container h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin: 22px 0 0;
}
.experance2 {
  padding: 50px 0;
  background: #070c13;
}
.list-style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.list-style-three li {
  width: 50%;
  color: #fff;
  margin-bottom: 20px;
}
.list-style-three li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: "\F270";
  margin-right: 11px;
  color: #ff8a00;
  font-family: bootstrap-icons !important;
}
.form-group .form-control {
  height: 50px;
}
.contact-info-item.style-two {
  padding: 35px 40px;
  background: #f0f6ff;
}
.contact-info-item:not(:last-child) {
  margin-bottom: 30px;
}
.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-info-item.style-two .content .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  text-transform: uppercase;
  display: block;
}
.contact-info-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-size: 20px;
  margin-top: 5px;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  background: #fc653c;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
}
.contact-info-item.style-two .icon {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  margin-right: 25px;
}
.contact-info-item.style-two .icon {
  margin-bottom: 10px;
  background: #0066ff;
}
.sidebar-page-container .services-sidebar {
  padding-right: 20px;
}
.sidebar-page-container .sidebar {
  position: relative;
}
.sidebar .services-widget ul {
  position: relative;
  display: block;
}
.sidebar .services-widget ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  border-radius: 25px;
  overflow: hidden;
}
.sidebar .services-widget ul li a {
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.03);
  padding: 12px 20px;
  padding-right: 20px;
  padding-right: 50px;
  line-height: 30px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 25px;
  overflow: hidden;
}
.sidebar .services-widget ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  /* border-left: 3px solid #3f7fd5; */
  background: linear-gradient(
    90deg,
    rgba(22, 44, 191, 0.9780287114845938) 0%,
    rgba(42, 65, 214, 0.742734593837535) 100%
  );
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .services-widget ul li.active::before,
.sidebar .services-widget ul li:hover::before {
  width: 100%;
}
.sidebar .services-widget ul li.active .icon,
.sidebar .services-widget ul li.active a,
.sidebar .services-widget ul li:hover .icon,
.sidebar .services-widget ul li:hover a {
  color: #fff;
}
.sidebar .services-widget ul li a::before {
  content: "\F138";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  padding: 12px 5px;
  width: 50px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-left-color: rgba(0, 0, 0, 0.07);
  font-size: 17px;
  font-weight: 700;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-details .image-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.service-details .two-col .column {
  position: relative;
  margin-bottom: 30px;
}
.sidebar .info-widget .widget-inner {
  background: #3f7fd5;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar .info-widget {
  text-align: center;
}
.sidebar .info-widget .image img {
  position: relative;
  display: block;
  width: 100%;
}
.sidebar .info-widget .lower {
  display: block;
  padding: 30px 20px;
}
.sidebar .info-widget .subtitle {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.sidebar .info-widget .icon-box {
  position: relative;
  display: block;
  font-size: 52px;
  line-height: 1em;
  margin-bottom: 30px;
}
.sidebar .info-widget .phone {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 5px;
}
.sidebar .info-widget .email {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}
.navbar-brand {
  margin: 5px 20px 13px 0;
}
.f-logo {
  /* filter: brightness(0) invert(1);	 */
  height: 70px;
}

/* .carousel-item::before {
	content: "";
	background-image: url('https://demo.casethemes.net/itfirm/wp-content/uploads/2021/11/h2-bg-slider1-overlay.png');
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-size: cover;
  } */
.callbox {
  background: linear-gradient(
    90deg,
    rgba(22, 44, 191, 0.9780287114845938) 0%,
    rgba(42, 65, 214, 0.742734593837535) 100%
  );
  position: relative;
}

.callbox::before {
  border-radius: 42px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  -webkit-animation: pulse-blue-medium-sm 3.5s infinite;
  animation: pulse-blue-medium-sm 3.5s infinite;
}
.callbox::after {
  border-radius: 42px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  -webkit-animation: pulse-blue-small-sm 3.5s infinite;
  animation: pulse-blue-small-sm 3.5s infinite;
}

@-webkit-keyframes semi_rotated_two {
  0%,
  100% {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  50% {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}
@keyframes semi_rotated_two {
  0%,
  100% {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  50% {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}

@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes semi_rotated {
  0%,
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}
@keyframes semi_rotated {
  0%,
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}

@-webkit-keyframes semi_rotated_two {
  0%,
  100% {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  50% {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}
@keyframes semi_rotated_two {
  0%,
  100% {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }
  50% {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}

@-webkit-keyframes pulse-blue-small-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(107, 73, 242, 0.7);
  }
  30%,
  to {
    box-shadow: 0 0 0 12px transparent;
  }
}
@keyframes pulse-blue-small-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(107, 73, 242, 0.7);
  }
  30%,
  to {
    box-shadow: 0 0 0 12px transparent;
  }
}

@-webkit-keyframes pulse-blue-medium-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(107, 73, 242, 0.4);
  }
  30%,
  to {
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes pulse-blue-medium-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(107, 73, 242, 0.4);
  }
  30%,
  to {
    box-shadow: 0 0 0 20px transparent;
  }
}
@-webkit-keyframes pulse-white-small-sm {
  0% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 99%, 0.7);
  }
  30%,
  to {
    box-shadow: 0 0 0 12px transparent;
  }
}
@keyframes pulse-white-small-sm {
  0% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 99%, 0.7);
  }
  30%,
  to {
    box-shadow: 0 0 0 12px transparent;
  }
}
@-webkit-keyframes pulse-white-medium-sm {
  0% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
  }
  30%,
  to {
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes pulse-white-medium-sm {
  0% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
  }
  30%,
  to {
    box-shadow: 0 0 0 20px transparent;
  }
}

@media (max-width: 768px) {
  .wedosection {
    background-position: -150% 50%;
  }
}

@media (min-width: 1200px) {
  .carousel-caption h1 {
    font-size: 70px;
  }
  .videoplayer {
    margin-top: -100px;
  }
}
