* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  color: #333132;
  font-size: 16px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 0;
}
input:focus,
select:focus {
  outline: none;
}
input,
button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.footer-ajya ul li a {
  color: #000;
  padding: 0;
  background: #fff;
  margin: 0;
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  line-height: 39px;
}
.footer-ajya ul {
  margin-top: 20px;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  text-decoration: none;
  color: #333132;
}
a:hover {
  color: #000;
}
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
button:focus {
  outline: none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
:before,
:after {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.brand-wrap {
  border: 1px dashed #fb7826;
  padding: 10px;
  background: #000;
}
div {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.black-opacity {
  position: relative;
  z-index: 9;
}
.new1 {
  background: none !important;
  padding: 0 0px !important;
  margin: 0 5px !important;
  color: ##2f43ff !important;
}
.black-opacity:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000bf;
  content: "";
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.bg-img-1 {
  background: linear-gradient(45deg, #17161591, #00000078),
    url(../images/bg-happy-client.webp) no-repeat center center / cover;
  background-attachment: fixed;
}
.bg-img-2 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-3 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-4 {
  background: linear-gradient(45deg, #000000bd, #010115b5),
    url(../images/bg-happy-client.webp) no-repeat center center / cover;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.bg-img-5 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-6 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.pt-120 {
  padding-top: 120px;
}
.about-area3 {
  background: linear-gradient(45deg, #000000b8, #000000c4),
    url(../images/client-backgrounf.webp) no-repeat center center / cover;
  background-attachment: fixed;
}
.ptb-120 {
  padding: 50px 0 50px 0;
}
.mb-40 {
  margin-bottom: 40px;
}
.bg-1 {
  background: #2f43ff;
  height: 70px;
}
.bg-fff {
  background: #fff;
}
a#scrollUp {
  position: fixed;
  right: 10px;
  bottom: 20px;
  height: 45px;
  width: 45px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 30px;
  border-radius: 5px;
}
a#scrollUp:hover {
  background: #fb7826;
  color: #fff;
}
.logo {
  margin: 0 0;
  width: 100%;
  padding: 0;
  float: left;
  line-height: 71px;
}
.mainmenu {
  padding: 22px 0;
}
.mainmenu ul,
.search-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mainmenu ul li {
  margin-left: 20px;
  position: relative;
}
.mainmenu ul li:first-child {
  margin-left: 0;
}
.mainmenu ul li a {
  display: block;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.mainmenu ul li.active > a,
.mainmenu ul li:hover > a {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.mainmenu ul li > ul {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 200px;
  background: #2f43ff;
  padding: 20px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mainmenu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu ul li > ul li {
  margin-left: 0;
  display: block;
}
.mainmenu ul li > ul li a {
  text-transform: capitalize;
  line-height: 45px;
  border-bottom: 1px dashed #fff;
  padding: 0;
  margin: 0;
}
.mainmenu ul li > ul li:hover a {
  background: transparent;
  color: #000;
  padding-left: 20px;
}
.search-wrapper ul li {
  position: relative;
}
.search-wrapper ul li a {
  padding: 52px 0;
  display: block;
}
.search-wrapper ul li > ul {
  position: absolute;
  right: 0;
  top: 120%;
  width: 300px;
  background: #fff;
  padding: 20px 10px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  z-index: 999;
}
.search-wrapper ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
}
.search-wrapper ul li > ul li {
  display: block;
  padding: 0;
}
.search-wrapper ul li > ul li form {
  position: relative;
}
.search-wrapper ul li > ul li input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  padding: 0 45px 0 15px;
}
.search-wrapper ul li > ul li button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #2f43ff;
  color: #333132;
  border: none;
  cursor: pointer;
}
.search-wrapper ul li > ul li button:hover {
  background: #222;
  color: #fff;
}
.responsive-menu-wrap {
  position: relative;
}
.responsive-menu-wrap .slicknav_btn {
  background-color: transparent;
  border-radius: 0;
  display: block;
  float: right;
  margin: 0;
  padding: 0 0;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
}
.slicknav_menu .slicknav_icon {
  margin: 2px 8px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
  display: none;
}
.responsive-menu-wrap .slicknav_menu {
  background: transparent none repeat scroll 0 0;
  font-size: 15px;
  padding: 57px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #333132;
}
.responsive-menu-wrap .slicknav_nav {
  background: #333132 none repeat scroll 0 0;
  border-radius: 0;
  clear: both;
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  top: 57px;
  width: 690px;
  z-index: 99;
  right: 0;
  z-index: 999;
  position: relative;
}
.slicknav_nav a {
  color: #f1f1f1;
  text-decoration: none;
  text-transform: capitalize;
}
.slicknav_nav a i {
  display: none;
}
.slicknav_nav a:hover {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
  background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
  font-size: 10px;
  margin: 5px;
}
.sticky-menu .mainmenu ul li a {
  color: #fff;
}
.sticky-menu .mainmenu ul li.active {
  color: #fb7826;
}
.sticky-menu {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: #2f43ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sticky-menu .logo {
  margin: 0 0;
}
.sticky-menu .mainmenu {
  padding: 22px 0;
}
.sticky-menu .search-wrapper ul li a {
  padding: 37px 0;
}
.sticky-menu .responsive-menu-wrap .slicknav_menu {
  padding: 42px 0;
}
.sticky-menu .responsive-menu-wrap .slicknav_nav {
  top: 42px;
}
.slider-items {
  position: relative;
}
.slider-items img {
  visibility: hidden;
}
.slider-items:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-content h2 {
  text-transform: uppercase;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 50px;
}
.slider-content h2 span.color,
.slider-content p span {
  color: #fcd900;
}
.slider-content p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.slider-content a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #2f43ff;
  padding: 10px 35px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 40px;
}
.slider-text {
  position: relative;
  padding-left: 50px;
}
.line {
  position: absolute;
  width: 550px;
  height: 340px;
  left: 0;
  top: -34px;
  z-index: -9;
}
.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 2px solid transparent;
  content: "";
  z-index: -9;
}
.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
  -webkit-animation: animate 1s linear forwards;
  animation: animate 1s linear forwards;
}
@-webkit-keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
  -webkit-animation: animate2 1s linear forwards;
  animation: animate2 1s linear forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: translate;
    border-left-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
}
@keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: translate;
    border-left-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
}
.next-prev-style .owl-nav div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #2f43ff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff !important;
  border-radius: 4px;
}
.next-prev-style .owl-nav div:hover {
  background: #000;
  font-size: 25px;
  transition: 0.5s all;
  transition-timing-function: ease-in;
}
.next-prev-style .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.about-wrap {
  position: relative;
  padding: 60px 0 60px 30px;
}
.about-wrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: none;
}
.about-wrap:after {
  position: absolute;
  right: -100px;
  top: -2px;
  width: 100px;
  height: 60px;
  content: "";
}
.about-wrap h2:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  top: 20% !important;
  border-radius: 4px;
}
.about-wrap h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #2f43ff;
}
.about-wrap h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 30px;
}
.about-wrap p {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 30px;
  color: #6f6d6d;
}
.about-content {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  text-align: center;
}
.about-content h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.about-content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 20px;
}
.about-img {
  position: relative;
  margin-top: 60px;
}
.about-img:before {
  position: absolute;
  left: -15px;
  bottom: -15px;
  height: 95%;
  width: 98%;
  background: #2f43ff;
  content: "";
  z-index: -9;
}
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #2f43ff;
  line-height: 45px;
}
.section-title h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.spacial-img {
  position: relative;
}
.spacial-wrap {
  padding: 60px 0 30px;
}
.spacial-item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 49px 0;
  margin-bottom: 30px;
}
.spacial-item:hover {
  background: #2f43ff;
}
.spacial-item span {
  display: block;
  margin-bottom: 10px;
}
.spacial-item span:before {
  font-size: 35px;
}
.spacial-item h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.project-area {
  padding: 50px 0 50px;
}
.project-menu button:hover {
  background: #000;
  color: #fff;
  font-weight: 600;
  transition: 0.5s all;
  transform: none;
  transition-timing-function: ease-in;
}
.project-menu button {
  border: 1px dashed #2f43ff;
  padding: 7px 20px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.project-menu button.active {
  background: #2f43ff;
}
.project-wrap {
  position: relative;
  margin-bottom: 30px;
}
.project-wrap img {
  width: 100%;
}
.mypik {
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}
.project-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.project-wrap:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.project-wrap:hover .project-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content a {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
}
.project-content a:hover {
  color: #fff;
}
.project-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
}
.service-area {
  padding: 120px 0 90px;
}
.service-wrap {
  margin-bottom: 30px;
}
.service-img {
  position: relative;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-wrap:hover .service-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  border: 25px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 9;
}
.service-wrap:hover .service-img:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-content {
  padding: 30px 10px;
  background: #fff;
}
.service-content h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.service-content p {
  margin-bottom: 25px;
}
.service-content a {
  height: 35px;
  width: 110px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: #2f43ff;
  line-height: 35px;
}
.service-content a:hover {
  background: #333132;
  color: #fff;
}
.fanfact-area {
  padding: 50px 0;
}
.funfact-wrap {
  text-align: center;
}
.funfact-wrap h2 {
  color: #2f43ff;
  font-size: 35px;
  margin: 0 auto 20px;
  background: #fff;
  width: 100px;
  height: 100px;
  font-weight: 700;
  line-height: 104px;
  border-radius: 104px;
}
.funfact-wrap p {
  text-transform: uppercase;
  font-size: 20px;
  color: #2f43ff;
  font-weight: 600;
}
.team-area {
  padding: 40px 0 50px 0;
}
.team-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.team-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #040403e0;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.team-wrap:hover:before {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.team-content {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: #2f43ffab;
  padding: 10px 0 10px;
  text-align: center;
}
.team-wrap:hover .team-content {
  bottom: 30%;
  background: transparent;
}
.team-content a {
  margin-left: 10px !important;
  font-size: 13px;
  color: #fff;
  background: #2f43ff;
  font-weight: 600;
  margin-right: 5px;
  border-radius: 40px;
  margin-top: 0;
  float: left;
  width: 90%;
  padding: 5px;
  margin: 4px 0;
  text-align: center;
}
.team-content h4 {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
.team-content p {
  margin-bottom: 20px;
}
.team-content ul li {
  display: inline-block;
  margin: 0 2px;
}
.team-content ul li a {
  display: block;
  height: 35px;
  width: 35px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
}
.team-content ul li:hover a {
  background: #323131;
  color: #fff;
}
.section-title2 h2,
.section-title2 h3 {
  color: #fff;
}
.test-wrap {
  padding: 60px 0 0;
  outline: none;
}
.test-wrap i {
  color: #2f43ff;
  font-size: 36px;
  margin-bottom: 25px;
  margin-left: 1px;
}
.test-wrap p {
  color: #fff;
  margin-bottom: 35px;
}
.test-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}
.test-wrap span {
  display: block;
  font-size: 14px;
  color: #2f43ff;
}
.test-img-active {
  padding: 60px 30px 0 0;
  position: relative;
  z-index: 9;
}
.test-img-active:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  height: 95%;
  border: 3px solid #2f43ff;
  content: "";
  z-index: -9;
}
.test-img {
  position: relative;
  padding-left: 30px;
  outline: none;
}
.test-img img {
  width: 100%;
}
.test-img ul {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
.test-img ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.test-img ul li i {
  font-size: 14px;
  color: #fcb837;
}
.test-images {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 3px solid #2f43ff;
  left: 0;
  bottom: 80px;
  position: absolute;
  overflow: hidden;
}
ul.slick-dots {
  position: absolute;
  bottom: -50px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.slick-dots li button {
  height: 15px;
  width: 15px;
  font-size: 0;
  border-radius: 50%;
  background: #bcb8b8;
  cursor: pointer;
  border: none;
}
.slick-dots li.slick-active button {
  background: #2f43ff;
}
.blog-area {
  padding: 120px 0 90px;
}
.blog-wrap {
  margin-bottom: 30px;
}
.blog-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap:hover .blog-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.blog-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 30px solid rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap:hover .blog-img:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content ul li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-content h4 {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #2f43ff;
  padding-bottom: 10px;
  margin: 10px 0 20px;
}
.blog-content p {
  color: #333132;
}
.brand-area {
  padding: 50px 0;
  background: #2f43ff;
}
#googleMap {
  width: 100%;
  height: 450px;
  background: #2f43ff;
}
.footer-top {
  padding: 50px 0 50px 0;
  height: auto;
  background: #000;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-logo img {
  margin-bottom: 30px;
}
.footer-logo p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.footer-logo h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-logo span {
  display: block;
  margin-bottom: 20px;
}
.footer-logo ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.footer-widget h4.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 30px;
  margin: 30px 0 50px;
  font-weight: 600;
  position: relative;
  color: #fff;
}
.footer-widget h4.widget-title:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 12px;
  background: #2f43ff;
  content: "";
}
.footer-contact ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  line-height: 25px;
  font-size: 13px;
  color: #e0dede;
}
.footer-contact ul li i {
  height: 30px;
  width: 30px;
  font-size: 15px;
  border: 1px solid #2f43ff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.footer-contact ul li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
}
.footer-menu ul li {
  color: #fff;
  line-height: 37px;
  padding-left: 30px;
  position: relative;
}
.footer-menu ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f101";
  font-family: fontawesome;
}
.footer-menu ul li:hover:before {
  left: 5px;
  color: #2f43ff;
}
.newsletter p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.newsletter input {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  background: transparent;
  margin-bottom: 10px;
}
.newsletter button {
  width: 115px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  background: #2f43ff;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}
.newsletter button:hover {
  background: #323131;
  color: #fff;
}
.footer-bootem {
  padding: 0 0;
  background: #010514;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}
.slider-area2 .slider-text {
  padding-left: 0;
}
.slider-area2 .line {
  height: 360px;
  left: 160px;
}
.about-area2 .about-wrap:after {
  left: 0;
  width: 0;
  height: 140px;
}
a.readmore-btn {
  display: inline-block;
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 14px;
  background: #fb7826;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  float: left;
  margin-top: 20px;
}
a.readmore-btn:hover {
  background: #333132;
  color: #fff;
}
.about-area2 .about-wrap {
  padding: 0 0 0 0;
  border: none;
}
.about-area2 .about-img2 {
  position: relative;
  padding-bottom: 70px;
}
.about-area2 .about-images {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-area2 .about-images a {
  position: absolute;
  height: 55px;
  width: 55px;
  background: #17a2b8;
  line-height: 55px;
  display: block;
  left: 50%;
  border: 2px solid #17a2b8;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  padding-left: 5px;
}
.quote-area {
  padding: 50px 0;
  background: #2f43ff;
}
.quote-wrap h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.quote-wrap a {
  display: inline-block;
  padding: 10px 25px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.quote-wrap a:hover {
  background: #fff;
  color: #222;
}
.interior-area {
  background: #000;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.interior-img {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  background: url(../images/about-us-2.webp) no-repeat center center / cover;
}
.interior-img img {
  visibility: hidden;
}
.interior-wrap {
  padding-right: 30px;
}
.interior-wrap span {
  display: block;
  margin-bottom: 15px;
  color: #fff;
}
.interior-wrap span:before {
  font-size: 60px;
}
.interior-wrap p {
  font-size: 13px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
  text-align: justify;
}
.interior-wrap a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #2f43ff;
  padding: 10px 35px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 40px;
  margin-top: 40px;
  float: left;
}
.interior-wrap h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2f43ff;
  line-height: 45px;
}
.brand-area2 {
  background: #fff;
}
.test-img2 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #fb7826;
  margin: 0 auto 30px;
  overflow: hidden;
}
.test-wrap2 i {
  font-size: 36px;
  color: #fb7826;
  margin-bottom: 0;
  display: block;
}
.test-wrap2 p {
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #f3f0f0;
}
.test-wrap2 h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.test-wrap2 span {
  display: block;
  font-size: 14px;
}
.test-active {
  padding-bottom: 50px;
}
.test-active .owl-nav div {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 20px;
}
.test-active .owl-nav div:hover {
  color: #2f43ff;
}
.test-active .owl-nav div.owl-next {
  left: auto;
  right: -100px;
}
.test-active .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.test-active .owl-dot {
  display: inline-block;
  margin: 0 2px;
  height: 15px;
  width: 15px;
  background: #323131;
  border-radius: 50%;
}
.test-active .owl-dot.active {
  background: #fb7826;
}
.blog-wrap2 {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.blog-content2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap2:hover .blog-content2 {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content2 span {
  display: block;
  color: #777;
  margin-bottom: 5px;
  font-style: italic;
  margin-top: -30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:hover .blog-content2 span {
  margin-top: 0;
}
.blog-content2 h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  margin-left: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:hover .blog-content2 h4 {
  margin-left: 0;
}
.blog-content2 h4 a {
  color: #fff;
}
.blog-content2 h4 a:hover {
  color: #2f43ff;
}
.blog-content2 p {
  margin-bottom: 20px;
  color: #f1f1f1;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-content2 a.readmore {
  text-decoration: underline;
  color: #2f43ff;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:before,
.blog-wrap2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 3px solid transparent;
  content: "";
  z-index: 9;
}
.blog-wrap2:hover:before {
  -webkit-animation: animate3 0.6s linear forwards;
  animation: animate3 0.6s linear forwards;
}
@-webkit-keyframes animate3 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
@keyframes animate3 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
.blog-wrap2:hover:after {
  -webkit-animation: animate4 0.6s linear forwards;
  animation: animate4 0.6s linear forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes animate4 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: translate;
    border-bottom-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
}
@keyframes animate4 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: translate;
    border-bottom-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
}
.slider-area3 .slider-text {
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}
.slider-area3 .line {
  left: auto;
  right: 0;
}
.about-wrap3 {
  background: #fff;
  padding: 30px 30px;
  border-radius: 4px;
  height: 350px;
}
.about-active .slick-list.draggable {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.about-wrap3 h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 0;
  color: #2f43ff;
  float: left;
  width: 100%;
}
.about-wrap3 h3:before {
  content: "";
  position: absolute;
  width: 1%;
  height: 3px;
  background: #2f43ff;
  top: 92%;
  border-radius: 4px;
}
.about-wrap3 h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 10px;
  padding-bottom: 0;
  color: #8c8888;
}
.about-wrap3 p span {
  font-size: 60px;
  margin: 0;
  padding: 0;
}
.about-wrap3 p {
  font-size: 13px;
  line-height: 30px;
  color: #817e7e;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: justify;
}
.about-active {
  margin-right: -80px;
  position: relative;
  z-index: 9;
  margin-top: 32px;
}
.about-img-active i.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  background: #141414;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  margin: 0 0 0 0;
}
.about-img-active i.slick-arrow:hover {
  background: #2f43ff;
}
.about-img-active i.slick-arrow.fa-chevron-left {
  right: 40px;
  z-index: 9;
}
.about-wrap-2 {
  padding: 86px 0;
}
.about-img-active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.skill-wrap {
  padding: 10px 0;
}
.skill-wrap h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.skill-wrap p {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.progress-wrap {
  overflow: hidden;
  padding-bottom: 35px;
}
.skill-wrap .progress {
  height: 10px;
  overflow: visible;
  background: #323131;
  border-radius: 5px;
}
.skill-wrap .progress-bar {
  position: relative;
  border-radius: 5px;
  background: #2f43ff;
}
.skill-wrap .progress-bar:before {
  position: absolute;
  right: -2px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: #2f43ff;
  content: "";
  z-index: 9;
  border: 2px solid #323131;
  border-radius: 50%;
}
.skill-wrap .progress-bar span {
  position: absolute;
  right: 0;
  font-weight: 700;
  color: #323131;
  top: -32px;
  font-size: 14px;
}
.skill-img {
  position: relative;
}
.skill-img img {
  visibility: hidden;
}
.skill-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  border: 50px solid rgba(0, 0, 0, 0.1);
}
.newsletter-area {
  padding: 100px 0;
}
.newsletter-area.black-opacity:before {
  background: #2f43ff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.newsletter-wrap form {
  position: relative;
}
.newsletter-wrap input {
  padding: 0 165px 0 20px;
  height: 65px;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 25px;
}
.newsletter-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  width: 165px;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  background: #323131;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.newsletter-wrap button:hover {
  background: #2f43ff;
  color: #323131;
}
.breadcumb-area {
  height: 180px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcumb-wrap h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  color: #2f43ff;
  margin-bottom: 5px;
}
.breadcumb-wrap ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.breadcumb-wrap ul li a {
  color: #fff;
}
.breadcumb-wrap ul li a:hover {
  color: #2f43ff;
}
.about-page-wrap h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-page-wrap p {
  margin: 25px 0;
}
.about-page-wrap ul {
  position: relative;
}
.about-page-wrap ul:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #393939;
  content: "";
}
.about-page-wrap ul:hover:before {
  background: #2f43ff;
}
.about-page-wrap ul li a {
  display: block;
  line-height: 28px;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}
.about-page-wrap ul li a:before {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #2f43ff;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-page-wrap ul li:hover a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-sidebar h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #393939;
}
.about-sidebar ul {
  margin-bottom: 60px;
}
.about-sidebar ul li {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #393939;
}
.about-sidebar ul li:last-child {
  border-bottom: none;
}
.about-sidebar-img {
  position: relative;
}
.about-sidebar-img img {
  width: 100%;
}
.about-sidebar-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 30px solid rgba(0, 0, 0, 0.5);
  content: "";
}
.about-sidebar-img a {
  position: absolute;
  left: 50%;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  border: 4px solid #fff;
  color: #fff;
  border-radius: 50%;
  z-index: 999;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.about-sidebar-img a:hover {
  background: #2f43ff;
  color: #393939;
}
.project-area-without-gutter {
  padding: 120px 0;
}
.project-area-without-gutter .project-wrap {
  margin-bottom: 0;
}
.pagination-wrap {
  margin: 20px 0 30px;
}
.pagination-wrap ul li {
  display: inline-block;
}
.pagination-wrap ul li a,
.pagination-wrap ul li span {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #333132;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
  background: #2f43ff;
  color: #333132;
}
.widget {
  margin-bottom: 40px;
}
.search-wrap form {
  position: relative;
}
.search-wrap input {
  width: 100%;
  height: 40px;
  padding-right: 45px;
  border: none;
  border: 1px solid #333132;
  background: transparent;
  padding-left: 15px;
}
.search-wrap button {
  position: absolute;
  right: 0;
  background: #333132;
  border: none;
  color: #fff;
  height: 40px;
  top: 0;
  width: 40px;
  cursor: pointer;
}
.search-wrap button:hover {
  color: #333132;
  background: #2f43ff;
}
.search-wrap input::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.widget .widget-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333132;
}
.sidebar-menu ul li {
  line-height: 30px;
}
.sidebar-menu ul li a {
  position: relative;
  padding-left: 20px;
}
.sidebar-menu ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f101";
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before {
  left: 5px;
}
.recent-post ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.recent-post ul li:last-child {
  margin-bottom: 0;
}
.post-img {
  float: left;
  margin-right: 15px;
}
.post-content {
  overflow: hidden;
}
.post-content a {
  display: block;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.post-content p {
  font-size: 12px;
  font-style: italic;
}
.tag-wrap ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.tag-wrap ul li a {
  display: block;
  padding: 6px 20px;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
}
.tag-wrap ul li a:hover {
  color: #393939;
  background: #2f43ff;
  border-color: #2f43ff;
}
.tag-wrap {
  margin-bottom: 0;
}
.blog-details-area .blog-content h4 {
  font-size: 36px;
}
.blog-details-wrap p {
  margin-bottom: 25px;
}
.blog-details-wrap blockquote {
  background: #f1f1f1;
  padding: 30px 25px 30px 40px;
  font-size: 16px;
  font-style: italic;
  margin: 40px 0;
  border-left: 10px solid #2f43ff;
}
.socila-link {
  margin-bottom: 100px;
}
.socila-link ul li {
  display: inline-block;
  color: #2f43ff;
}
.socila-link ul li a {
  font-size: 16px;
  margin-left: 7px;
}
.blog-form h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.blog-form span {
  display: block;
  margin-bottom: 3px;
}
.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}
.blog-form textarea,
.contact-form textarea {
  height: 200px;
  padding-top: 10px;
}
.blog-form button,
.contact-form button {
  padding: 10px 30px;
  background: #2f43ff;
  color: #363636;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.blog-form button:hover,
.contact-form button:hover {
  background: #222;
  color: #2f43ff;
}
.contact-form textarea {
  height: 270px;
}
.contact-wrap ul li {
  position: relative;
  padding: 30px 20px 30px 100px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #2f43ff;
  margin-bottom: 25px;
  border-radius: 5px;
}
.contact-wrap ul li:last-child {
  margin-bottom: 0;
}
.contact-wrap ul li i {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  font-size: 35px;
  color: #222;
}
.contact-wrap ul li p {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-wrap ul li p span {
  display: block;
}
.contact-area #googleMap {
  margin-top: 100px;
}
.team-img-avlibe {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
}
.team-img-avlibe img {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 680px) and (min-width: 320px) {
  .logo {
    margin: 5px 0;
  }
  .logo {
    margin: 0 0;
    width: 100%;
    padding: 0;
    float: left;
    line-height: 41px;
  }
  .responsive-menu-wrap .slicknav_menu {
    padding: 22px 0px !important;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    background: #ddd;
  }
  .responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 0 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 1px;
  }
  .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    height: 4px;
    width: 25px;
    margin-bottom: 5px;
  }
  .slider-content a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 4px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    width: 80%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    left: 30%;
  }
  .slider-content h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .line {
    width: 240px;
    height: 350px;
  }
  .ptb-120 {
    padding: 0 0 50px 0px !important;
  }
  .about-wrap {
    padding: 20px 20px 30px 20px !important;
  }
  .about-wrap h2::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    background: #2f43ff;
    top: 11%;
    border-radius: 4px;
  }
  .about-wrap p {
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
    line-height: 25px;
    color: #6f6d6d;
  }
  .interior-area {
    padding: 40px 0px !important;
  }
  .interior-wrap h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2f43ff;
    line-height: 30px;
  }
  .interior-wrap p {
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    text-align: justify;
  }
  .interior-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 10px 35px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 10px;
    float: left;
  }
  .project-area,
  .service-area,
  .team-area,
  .blog-area,
  .footer-top {
    padding: 30px 0 50px !important;
  }
  .funfact-wrap h2 {
    font-size: 40px;
    line-height: 100px !important;
    margin-bottom: 10px;
  }
  .funfact-wrap p {
    font-size: 14px !important;
  }
  .section-title h2 {
    font-size: 30px !important;
  }
  .about-wrap3 {
    background: #fff;
    padding: 30px 30px;
    border-radius: 4px;
    height: auto !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    top: 60px !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    width: 220px !important;
    left: -200px !important;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .about-wrap3 h3::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 3px;
    background: #2f43ff;
    top: 92%;
    border-radius: 4px;
  }
  .responsive-menu-wrap .slicknav_nav {
    background: #333132 none repeat scroll 0 0;
    border-radius: 0px !important;
    clear: both !important;
    color: #fff !important;
    font-size: 15px !important;
    margin: 0;
    padding: 5px 0 !important;
    position: absolute;
    z-index: 999;
    left: 0;
  }
}
@media only screen and (min-width: 764px) and (max-width: 1024px) {
  .logo {
    margin: 8px 0px !important;
  }
  .logo {
    margin: 0 0;
    width: 70% !important;
    padding: 0;
    float: left;
    line-height: 60px !important;
  }
  .responsive-menu-wrap .slicknav_menu {
    padding: 22px 0px !important;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    background: #ddd;
  }
  .responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 0 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 1px;
  }
  .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    height: 4px;
    width: 25px;
    margin-bottom: 5px;
  }
  .slider-content a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 4px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    width: 40%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    left: 24%;
  }
  .slider-content h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .line {
    width: 240px;
    height: 350px;
  }
  .ptb-120 {
    padding: 50px 0 50px 0px !important;
  }
  .about-wrap {
    padding: 20px 20px 30px 20px !important;
  }
  .about-wrap h2::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    background: #2f43ff;
    top: 14%;
    border-radius: 4px;
  }
  .about-wrap p {
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
    line-height: 25px;
    color: #6f6d6d;
  }
  .about-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 25px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 0;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .interior-area {
    padding: 40px 0px !important;
  }
  .interior-wrap h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2f43ff;
    line-height: 30px;
  }
  .interior-wrap p {
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    text-align: justify;
  }
  .interior-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 10px 35px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 10px;
    float: left;
  }
  .project-area,
  .service-area,
  .team-area,
  .blog-area,
  .footer-top {
    padding: 30px 0 50px !important;
  }
  .funfact-wrap h2 {
    font-size: 40px;
    line-height: 100px !important;
    margin-bottom: 10px;
  }
  .funfact-wrap p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .section-title h2 {
    font-size: 30px !important;
  }
  .about-wrap3 {
    background: #fff;
    padding: 30px 30px;
    border-radius: 4px;
    height: 340px !important;
  }
  .about-wrap3 p {
    font-size: 10px;
    line-height: 25px;
    color: #817e7e;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
  }
  .about-wrap3 h3::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 3px;
    background: #2f43ff;
    top: 81%;
    border-radius: 4px;
  }
  .responsive-menu-wrap .slicknav_nav {
    top: 60px !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    width: 510px !important;
    left: -460px !important;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .responsive-menu-wrap .slicknav_nav {
    background: #333132 none repeat scroll 0 0;
    border-radius: 0px !important;
    clear: both !important;
    color: #fff !important;
    font-size: 15px !important;
    margin: 0;
    padding: 5px 0 !important;
    position: absolute;
    z-index: 999;
    left: 0;
  }
}
.post-heaader-banner {
  background: linear-gradient(45deg, #000000cf, #000000b5),
    url(../images/gallery-banner.webp);
  padding: 50px 0;
  margin: 0;
  height: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}
.post-heaader-banner h1 a {
  color: #2f43ff;
}
.post-heaader-banner h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 180px;
}
.contact-uz {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/contact-us.webp);
}
.blog {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/blogs.webp);
}
.gallery-banner {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/gallery-banner.webp);
}
.services-banner {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/serives-banner.webp);
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  color: #333132;
  font-size: 16px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 0;
}
input:focus,
select:focus {
  outline: none;
}
input,
button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.footer-ajya ul li a {
  color: #000;
  padding: 0;
  background: #fff;
  margin: 0;
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  line-height: 39px;
}
.footer-ajya ul {
  margin-top: 20px;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  text-decoration: none;
  color: #333132;
}
a:hover {
  color: #000;
}
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
button:focus {
  outline: none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
:before,
:after {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.brand-wrap {
  border: 1px dashed #fb7826;
  padding: 10px;
  background: #000;
}
div {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.black-opacity {
  position: relative;
  z-index: 9;
}
.black-opacity:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000bf;
  content: "";
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.bg-img-1 {
  background: linear-gradient(45deg, #17161591, #00000078),
    url(../images/bg-happy-client.webp) no-repeat center center / cover;
  background-attachment: fixed;
}
.bg-img-2 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-3 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-4 {
  background: linear-gradient(45deg, #000000bd, #010115b5),
    url(../images/bg-happy-client.webp) no-repeat center center / cover;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.bg-img-5 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-6 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.pt-120 {
  padding-top: 120px;
}
.about-area3 {
  background: linear-gradient(45deg, #000000b8, #000000c4),
    url(../images/client-backgrounf.webp) no-repeat center center / cover;
  background-attachment: fixed;
}
.ptb-120 {
  padding: 50px 0 50px 0;
}
.mb-40 {
  margin-bottom: 40px;
}
.bg-1 {
  background: #2f43ff;
  height: 70px;
}
.bg-fff {
  background: #fff;
}
a#scrollUp {
  position: fixed;
  right: 10px;
  bottom: 20px;
  height: 45px;
  width: 45px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 30px;
  border-radius: 5px;
}
a#scrollUp:hover {
  background: #fb7826;
  color: #fff;
}
.logo {
  margin: 0 0;
  width: 100%;
  padding: 0;
  float: left;
  line-height: 71px;
}
.mainmenu {
  padding: 22px 0;
}
.mainmenu ul,
.search-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mainmenu ul li {
  margin-left: 20px;
  position: relative;
}
.mainmenu ul li:first-child {
  margin-left: 0;
}
.mainmenu ul li a {
  display: block;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.mainmenu ul li.active > a,
.mainmenu ul li:hover > a {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.mainmenu ul li > ul {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 200px;
  background: #2f43ff;
  padding: 20px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mainmenu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu ul li > ul li {
  margin-left: 0;
  display: block;
}
.mainmenu ul li > ul li a {
  text-transform: capitalize;
  line-height: 45px;
  border-bottom: 1px dashed #fff;
  padding: 0;
  margin: 0;
}
.mainmenu ul li > ul li:hover a {
  background: transparent;
  color: #000;
  padding-left: 20px;
}
.search-wrapper ul li {
  position: relative;
}
.search-wrapper ul li a {
  padding: 52px 0;
  display: block;
}
.search-wrapper ul li > ul {
  position: absolute;
  right: 0;
  top: 120%;
  width: 300px;
  background: #fff;
  padding: 20px 10px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  z-index: 999;
}
.search-wrapper ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
}
.search-wrapper ul li > ul li {
  display: block;
  padding: 0;
}
.search-wrapper ul li > ul li form {
  position: relative;
}
.search-wrapper ul li > ul li input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  padding: 0 45px 0 15px;
}
.search-wrapper ul li > ul li button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #2f43ff;
  color: #333132;
  border: none;
  cursor: pointer;
}
.search-wrapper ul li > ul li button:hover {
  background: #222;
  color: #fff;
}
.responsive-menu-wrap {
  position: relative;
}
.responsive-menu-wrap .slicknav_btn {
  background-color: transparent;
  border-radius: 0;
  display: block;
  float: right;
  margin: 0;
  padding: 0 0;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
}
.slicknav_menu .slicknav_icon {
  margin: 2px 8px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
  display: none;
}
.responsive-menu-wrap .slicknav_menu {
  background: transparent none repeat scroll 0 0;
  font-size: 15px;
  padding: 57px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #333132;
}
.responsive-menu-wrap .slicknav_nav {
  background: #333132 none repeat scroll 0 0;
  border-radius: 0;
  clear: both;
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  top: 57px;
  width: 690px;
  z-index: 99;
  right: 0;
  z-index: 999;
  position: relative;
}
.slicknav_nav a {
  color: #f1f1f1;
  text-decoration: none;
  text-transform: capitalize;
}
.slicknav_nav a i {
  display: none;
}
.slicknav_nav a:hover {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
  background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
  font-size: 10px;
  margin: 5px;
}
.sticky-menu .mainmenu ul li a {
  color: #fff;
}
.sticky-menu .mainmenu ul li.active {
  color: #fb7826;
}
.sticky-menu {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: #2f43ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sticky-menu .logo {
  margin: 0 0;
}
.sticky-menu .mainmenu {
  padding: 22px 0;
}
.sticky-menu .search-wrapper ul li a {
  padding: 37px 0;
}
.sticky-menu .responsive-menu-wrap .slicknav_menu {
  padding: 42px 0;
}
.sticky-menu .responsive-menu-wrap .slicknav_nav {
  top: 42px;
}
.marquee-img {
  position: relative;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.marquee-img img {
  animation: myfirst 4s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
  animation-direction: alternate;
  display: inline-block;
  position: absolute;
  width: 50px;
}
.service-box.style-2 {
  position: relative;
  overflow: hidden;
  padding: 25px 25px;
  box-shadow: 4px 3px 24px rgb(223 227 234 / 74%);
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 30px;
}
.service-box.style-2:before {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 100px;
  height: 100px;
  background-color: #00a3ff;
  border-radius: 50%;
  transition: 0.3s;
}
.faq {
  width: 100%;
  padding: 50px 0;
  margin: 0;
}
.faq-pages {
  background: linear-gradient(45deg, #000000d6, #000000bd), url();
}
.faq-left-box {
  width: 100%;
}
.faq-left-box h3 {
  margin-top: 0;
  position: relative;
  font-size: 30px;
  text-transform: capitalize;
  color: #656060;
  margin-bottom: 35px;
  line-height: 1.6em;
  font-family: "Muli", sans-serif;
}
.faq-right-box {
  width: 100%;
  margin-top: 0;
}
.faq-right-box .accordion-container {
  position: relative;
  max-width: 100%;
  height: auto;
}
.faq-right-box .accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.faq-right-box .set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 15px;
  border-color: #f0f0f0;
  box-shadow: 2px 2px 3px 0 #bdb6b6;
  cursor: pointer;
  border-radius: 4px;
}
.faq-right-box .set > a {
  display: block;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  transition: all 0.2s linear;
}
.faq-right-box .set > a i {
  float: right;
  margin-top: 2px;
}
.faq-right-box .set > a.active {
  background-color: #0070b0;
  color: #fff;
}
.faq-right-box .content {
  background-color: #fff;
  display: none;
}
.faq-right-box .content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
}
.faq-section {
  position: relative;
  padding: 100px 0 35px;
}
.faq-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 44%;
  background-image: url();
  background-repeat: repeat;
  background-position: center;
  content: "";
}
.faq-section:after {
  position: absolute;
  right: 15px;
  bottom: 125px;
  height: 488px;
  width: 320px;
  background-image: url(../images/icon-flower.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}
.faq-section .image-column {
  position: relative;
  margin-bottom: 50px;
}
.sec-title .float-text {
  position: absolute;
  left: 0;
  top: -55px;
  width: 100%;
  font-size: 55px;
  line-height: 1em;
  color: #2f2f2f;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.1;
  font-family: "Arimo", sans-serif;
}
.faq-section .image-column .inner-column {
  position: relative;
}
.faq-section .image-column .image-box {
  position: relative;
}
.faq-section .image-column .image {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.faq-section .title-column .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.faq-section .accordion-column {
  position: relative;
}
.faq-section .accordion-column .inner-column {
  position: relative;
  padding-top: 45px;
  padding-left: 30px;
}
.faq-section .accordion-column .sec-title {
  margin-bottom: 35px;
}
.faq-section .accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #252525;
  font-weight: 500;
  cursor: pointer;
  padding: 15px 25px 15px;
  padding-right: 50px;
  border: 1px solid #ddd;
  font-family: "Rubik", sans-serif;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 20px;
}
.accordion-box .block .acc-btn.active {
  background-color: #ed143d;
  border-color: #ed143d;
  color: #fff;
  margin-bottom: 0;
}
.accordion-box .block .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #252525;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  opacity: 1;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  content: "\f146";
  font-family: "FontAwesome";
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
  background-color: #fff;
}
.accordion-box .block .content {
  position: relative;
  padding: 20px 25px;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
}
.slider-items {
  position: relative;
}
.slider-items img {
  visibility: hidden;
}
.slider-items:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-content h2 {
  text-transform: uppercase;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 50px;
}
.slider-content h2 span.color,
.slider-content p span {
  color: #fcd900;
}
.slider-content p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.slider-content a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #2f43ff;
  padding: 10px 35px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 40px;
}
.slider-text {
  position: relative;
  padding-left: 50px;
}
.line {
  position: absolute;
  width: 550px;
  height: 340px;
  left: 0;
  top: -34px;
  z-index: -9;
}
.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 2px solid transparent;
  content: "";
  z-index: -9;
}
.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
  -webkit-animation: animate 1s linear forwards;
  animation: animate 1s linear forwards;
}
@-webkit-keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
  -webkit-animation: animate2 1s linear forwards;
  animation: animate2 1s linear forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: translate;
    border-left-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
}
@keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: translate;
    border-left-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
}
.next-prev-style .owl-nav div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #2f43ff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff !important;
  border-radius: 4px;
}
.next-prev-style .owl-nav div:hover {
  background: #000;
  font-size: 25px;
  transition: 0.5s all;
  transition-timing-function: ease-in;
}
.next-prev-style .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.about-wrap {
  position: relative;
  padding: 60px 0 60px 30px;
}
.about-wrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: none;
}
.about-wrap:after {
  position: absolute;
  right: -100px;
  top: -2px;
  width: 100px;
  height: 60px;
  content: "";
}
.about-wrap h2:before {
  content: "";
  position: absolute;
  width: 21%;
  height: 3px;
  top: 16% !important;
}
.about-wrap h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #2f43ff;
}
.about-wrap h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 30px;
}
.about-wrap p {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 30px;
  color: #6f6d6d;
}
.about-wrap1 {
  position: relative;
  padding: 10px 0 60px 0;
}
.about-wrap1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: none;
}
.about-wrap1:after {
  position: absolute;
  right: -100px;
  top: -2px;
  width: 100px;
  height: 60px;
  content: "";
}
.about-wrap1 h2:before {
  content: "";
  position: absolute;
  width: 21%;
  height: 3px;
  background: #2f43ff;
  top: 16% !important;
}
.about-wrap1 h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #2f43ff;
}
.about-wrap1 h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 30px;
}
.about-wrap1 p {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 24px;
  color: #6f6d6d;
}
.about-content {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  text-align: center;
}
.about-content h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.about-content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 20px;
}
.about-img {
  position: relative;
  margin-top: 60px;
}
.about-img:before {
  position: absolute;
  left: -15px;
  bottom: -15px;
  height: 95%;
  width: 98%;
  background: #2f43ff;
  content: "";
  z-index: -9;
}
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #2f43ff;
  line-height: 45px;
}
.section-title h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.spacial-img {
  position: relative;
}
.spacial-wrap {
  padding: 60px 0 30px;
}
.spacial-item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 49px 0;
  margin-bottom: 30px;
}
.spacial-item:hover {
  background: #2f43ff;
}
.spacial-item span {
  display: block;
  margin-bottom: 10px;
}
.spacial-item span:before {
  font-size: 35px;
}
.spacial-item h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.project-area {
  padding: 50px 0 50px;
}
.project-menu button:hover {
  background: #000;
  color: #fff;
  font-weight: 600;
  transition: 0.5s all;
  transform: none;
  transition-timing-function: ease-in;
}
.project-menu button {
  border: 1px dashed #2f43ff;
  padding: 7px 20px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.project-menu button.active {
  background: #2f43ff;
}
.project-wrap {
  position: relative;
  margin-bottom: 30px;
}
.project-wrap img {
  width: 100%;
}
.project-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.project-wrap:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.project-wrap:hover .project-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content a {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
}
.project-content a:hover {
  color: #fff;
}
.project-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
}
.service-area {
  padding: 120px 0 90px;
}
.service-wrap {
  margin-bottom: 30px;
}
.service-img {
  position: relative;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-wrap:hover .service-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  border: 25px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 9;
}
.service-wrap:hover .service-img:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-content {
  padding: 30px 10px;
  background: #fff;
}
.service-content h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.service-content p {
  margin-bottom: 25px;
}
.service-content a {
  height: 35px;
  width: 110px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: #2f43ff;
  line-height: 35px;
}
.service-content a:hover {
  background: #333132;
  color: #fff;
}
.fanfact-area {
  padding: 50px 0;
}
.funfact-wrap {
  text-align: center;
}
.funfact-wrap h2 {
  color: #2f43ff;
  font-size: 35px;
  margin: 0 auto 20px;
  background: #fff;
  width: 100px;
  height: 100px;
  font-weight: 700;
  line-height: 104px;
  border-radius: 104px;
}
.funfact-wrap p {
  text-transform: uppercase;
  font-size: 20px;
  color: #2f43ff;
  font-weight: 600;
}
.team-area {
  padding: 40px 0 50px 0;
}
.team-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.team-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #040403e0;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.team-wrap:hover:before {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.team-content {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: #2f43ffab;
  padding: 10px 0 10px;
  text-align: center;
}
.team-wrap:hover .team-content {
  bottom: 30%;
  background: transparent;
}
.team-content a {
  margin-left: 10px !important;
  font-size: 13px;
  color: #fff;
  background: #2f43ff;
  font-weight: 600;
  margin-right: 5px;
  border-radius: 40px;
  margin-top: 0;
  float: left;
  width: 90%;
  padding: 5px;
  margin: 4px 0;
  text-align: center;
}
.team-content h3 {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
.team-content p {
  margin-bottom: 20px;
}
.team-content ul li {
  display: inline-block;
  margin: 0 2px;
}
.team-content ul li a {
  display: block;
  height: 35px;
  width: 35px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
}
.team-content ul li:hover a {
  background: #323131;
  color: #fff;
}
.section-title2 h2,
.section-title2 h3 {
  color: #fff;
}
.test-wrap {
  padding: 60px 0 0;
  outline: none;
}
.test-wrap i {
  color: #2f43ff;
  font-size: 36px;
  margin-bottom: 25px;
  margin-left: 1px;
}
.test-wrap p {
  color: #fff;
  margin-bottom: 35px;
}
.test-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}
.test-wrap span {
  display: block;
  font-size: 14px;
  color: #2f43ff;
}
.test-img-active {
  padding: 60px 30px 0 0;
  position: relative;
  z-index: 9;
}
.test-img-active:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  height: 95%;
  border: 3px solid #2f43ff;
  content: "";
  z-index: -9;
}
.test-img {
  position: relative;
  padding-left: 30px;
  outline: none;
}
.test-img img {
  width: 100%;
}
.test-img ul {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
.test-img ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.test-img ul li i {
  font-size: 14px;
  color: #fcb837;
}
.test-images {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 3px solid #2f43ff;
  left: 0;
  bottom: 80px;
  position: absolute;
  overflow: hidden;
}
ul.slick-dots {
  position: absolute;
  bottom: -50px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.slick-dots li button {
  height: 15px;
  width: 15px;
  font-size: 0;
  border-radius: 50%;
  background: #bcb8b8;
  cursor: pointer;
  border: none;
}
.slick-dots li.slick-active button {
  background: #2f43ff;
}
.blog-area {
  padding: 120px 0 90px;
}
.blog-wrap {
  margin-bottom: 30px;
}
.blog-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap:hover .blog-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.blog-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 30px solid rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap:hover .blog-img:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content ul li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-content h4 {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #2f43ff;
  padding-bottom: 10px;
  margin: 10px 0 20px;
}
.blog-content p {
  color: #333132;
}
.brand-area {
  padding: 50px 0;
  background: #2f43ff;
}
#googleMap {
  width: 100%;
  height: 450px;
  background: #2f43ff;
}
.footer-top {
  padding: 50px 0 50px 0;
  height: auto;
  background: #000;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-logo img {
  margin-bottom: 30px;
}
.footer-logo p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.footer-logo h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-logo span {
  display: block;
  margin-bottom: 20px;
}
.footer-logo ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.footer-widget h4.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 30px;
  margin: 30px 0 50px;
  font-weight: 600;
  position: relative;
  color: #fff;
}
.footer-widget h4.widget-title:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 12px;
  background: #2f43ff;
  content: "";
}
.footer-contact ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  line-height: 25px;
  font-size: 13px;
  color: #e0dede;
}
.footer-contact ul li i {
  height: 30px;
  width: 30px;
  font-size: 15px;
  border: 1px solid #2f43ff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.footer-contact ul li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
}
.footer-menu ul li {
  color: #fff;
  line-height: 37px;
  padding-left: 30px;
  position: relative;
}
.footer-menu ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f101";
  font-family: fontawesome;
}
.footer-menu ul li:hover:before {
  left: 5px;
  color: #2f43ff;
}
.newsletter p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.newsletter input {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  background: transparent;
  margin-bottom: 10px;
}
.newsletter button {
  width: 115px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  background: #2f43ff;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}
.newsletter button:hover {
  background: #323131;
  color: #fff;
}
.footer-bootem {
  padding: 0 0;
  background: #010514;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}
.slider-area2 .slider-text {
  padding-left: 0;
}
.slider-area2 .line {
  height: 360px;
  left: 160px;
}
.about-area2 .about-wrap:after {
  left: 0;
  width: 0;
  height: 140px;
}
a.readmore-btn {
  display: inline-block;
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 14px;
  background: #fb7826;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  float: left;
  margin-top: 20px;
}
a.readmore-btn:hover {
  background: #333132;
  color: #fff;
}
.about-area2 .about-wrap {
  padding: 0 0 0 0;
  border: none;
}
.about-area2 .about-img2 {
  position: relative;
  padding-bottom: 70px;
}
.about-area2 .about-images {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-area2 .about-images a {
  position: absolute;
  height: 55px;
  width: 55px;
  background: #17a2b8;
  line-height: 55px;
  display: block;
  left: 50%;
  border: 2px solid #17a2b8;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  padding-left: 5px;
}
.quote-area {
  padding: 50px 0;
  background: #2f43ff;
}
.quote-wrap h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.quote-wrap a {
  display: inline-block;
  padding: 10px 25px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.quote-wrap a:hover {
  background: #fff;
  color: #222;
}
.interior-area {
  background: #000;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.interior-img {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  background: url(../images/about-us-2.webp) no-repeat center center / cover;
}
.interior-img img {
  visibility: hidden;
}
.interior-wrap {
  padding-right: 30px;
}
.interior-wrap span {
  display: block;
  margin-bottom: 15px;
  color: #fff;
}
.interior-wrap span:before {
  font-size: 60px;
}
.interior-wrap p {
  font-size: 13px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
  text-align: justify;
}
.interior-wrap a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #2f43ff;
  padding: 10px 35px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 40px;
  margin-top: 40px;
  float: left;
}
.interior-wrap h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2f43ff;
  line-height: 45px;
}
.brand-area2 {
  background: #fff;
}
.test-img2 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #fb7826;
  margin: 0 auto 30px;
  overflow: hidden;
}
.test-wrap2 i {
  font-size: 36px;
  color: #fb7826;
  margin-bottom: 0;
  display: block;
}
.test-wrap2 p {
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #f3f0f0;
}
.test-wrap2 h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.test-wrap2 span {
  display: block;
  font-size: 14px;
}
.test-active {
  padding-bottom: 50px;
}
.test-active .owl-nav div {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 20px;
}
.test-active .owl-nav div:hover {
  color: #2f43ff;
}
.test-active .owl-nav div.owl-next {
  left: auto;
  right: -100px;
}
.test-active .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.test-active .owl-dot {
  display: inline-block;
  margin: 0 2px;
  height: 15px;
  width: 15px;
  background: #323131;
  border-radius: 50%;
}
.test-active .owl-dot.active {
  background: #fb7826;
}
.blog-wrap2 {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.blog-content2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap2:hover .blog-content2 {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content2 span {
  display: block;
  color: #777;
  margin-bottom: 5px;
  font-style: italic;
  margin-top: -30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:hover .blog-content2 span {
  margin-top: 0;
}
.blog-content2 h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  margin-left: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:hover .blog-content2 h4 {
  margin-left: 0;
}
.blog-content2 h4 a {
  color: #fff;
}
.blog-content2 h4 a:hover {
  color: #2f43ff;
}
.blog-content2 p {
  margin-bottom: 20px;
  color: #f1f1f1;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-content2 a.readmore {
  text-decoration: underline;
  color: #2f43ff;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:before,
.blog-wrap2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 3px solid transparent;
  content: "";
  z-index: 9;
}
.blog-wrap2:hover:before {
  -webkit-animation: animate3 0.6s linear forwards;
  animation: animate3 0.6s linear forwards;
}
@-webkit-keyframes animate3 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
@keyframes animate3 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
.blog-wrap2:hover:after {
  -webkit-animation: animate4 0.6s linear forwards;
  animation: animate4 0.6s linear forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes animate4 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: translate;
    border-bottom-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
}
@keyframes animate4 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: translate;
    border-bottom-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
}
.slider-area3 .slider-text {
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}
.slider-area3 .line {
  left: auto;
  right: 0;
}
.about-wrap3 {
  background: #fff;
  padding: 30px 30px;
  border-radius: 4px;
  height: 350px;
}
.about-active .slick-list.draggable {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.about-wrap3 h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 0;
  color: #2f43ff;
  float: left;
  width: 100%;
}
.about-wrap3 h3:before {
  content: "";
  position: absolute;
  width: 1%;
  height: 3px;
  background: #2f43ff;
  top: 92%;
  border-radius: 4px;
}
.about-wrap3 h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 10px;
  padding-bottom: 0;
  color: #8c8888;
}
.about-wrap3 p span {
  font-size: 60px;
  margin: 0;
  padding: 0;
}
.about-wrap3 p {
  font-size: 13px;
  line-height: 30px;
  color: #817e7e;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: justify;
}
.about-active {
  margin-right: -80px;
  position: relative;
  z-index: 9;
  margin-top: 32px;
}
.about-img-active i.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  background: #141414;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  margin: 0 0 0 0;
}
.about-img-active i.slick-arrow:hover {
  background: #2f43ff;
}
.about-img-active i.slick-arrow.fa-chevron-left {
  right: 40px;
  z-index: 9;
}
.about-wrap-2 {
  padding: 86px 0;
}
.about-img-active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.skill-wrap {
  padding: 10px 0;
}
.skill-wrap h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.skill-wrap p {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.progress-wrap {
  overflow: hidden;
  padding-bottom: 35px;
}
.skill-wrap .progress {
  height: 10px;
  overflow: visible;
  background: #323131;
  border-radius: 5px;
}
.skill-wrap .progress-bar {
  position: relative;
  border-radius: 5px;
  background: #2f43ff;
}
.skill-wrap .progress-bar:before {
  position: absolute;
  right: -2px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: #2f43ff;
  content: "";
  z-index: 9;
  border: 2px solid #323131;
  border-radius: 50%;
}
.skill-wrap .progress-bar span {
  position: absolute;
  right: 0;
  font-weight: 700;
  color: #323131;
  top: -32px;
  font-size: 14px;
}
.skill-img {
  position: relative;
}
.skill-img img {
  visibility: hidden;
}
.skill-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  border: 50px solid rgba(0, 0, 0, 0.1);
}
.newsletter-area {
  padding: 100px 0;
}
.newsletter-area.black-opacity:before {
  background: #2f43ff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.newsletter-wrap form {
  position: relative;
}
.newsletter-wrap input {
  padding: 0 165px 0 20px;
  height: 65px;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 25px;
}
.newsletter-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  width: 165px;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  background: #323131;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.newsletter-wrap button:hover {
  background: #2f43ff;
  color: #323131;
}
.breadcumb-area {
  height: 180px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcumb-wrap h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  color: #2f43ff;
  margin-bottom: 5px;
}
.breadcumb-wrap ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.breadcumb-wrap ul li a {
  color: #fff;
}
.breadcumb-wrap ul li a:hover {
  color: #2f43ff;
}
.about-page-wrap h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-page-wrap p {
  margin: 25px 0;
}
.about-page-wrap ul {
  position: relative;
}
.about-page-wrap ul:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #393939;
  content: "";
}
.about-page-wrap ul:hover:before {
  background: #2f43ff;
}
.about-page-wrap ul li a {
  display: block;
  line-height: 28px;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}
.about-page-wrap ul li a:before {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #2f43ff;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-page-wrap ul li:hover a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-sidebar h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #393939;
}
.about-sidebar ul {
  margin-bottom: 60px;
}
.about-sidebar ul li {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #393939;
}
.about-sidebar ul li:last-child {
  border-bottom: none;
}
.about-sidebar-img {
  position: relative;
}
.about-sidebar-img img {
  width: 100%;
}
.about-sidebar-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 30px solid rgba(0, 0, 0, 0.5);
  content: "";
}
.about-sidebar-img a {
  position: absolute;
  left: 50%;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  border: 4px solid #fff;
  color: #fff;
  border-radius: 50%;
  z-index: 999;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.about-sidebar-img a:hover {
  background: #2f43ff;
  color: #393939;
}
.project-area-without-gutter {
  padding: 120px 0;
}
.project-area-without-gutter .project-wrap {
  margin-bottom: 0;
}
.pagination-wrap {
  margin: 20px 0 30px;
}
.pagination-wrap ul li {
  display: inline-block;
}
.pagination-wrap ul li a,
.pagination-wrap ul li span {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #333132;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
  background: #2f43ff;
  color: #333132;
}
.widget {
  margin-bottom: 40px;
}
.search-wrap form {
  position: relative;
}
.search-wrap input {
  width: 100%;
  height: 40px;
  padding-right: 45px;
  border: none;
  border: 1px solid #333132;
  background: transparent;
  padding-left: 15px;
}
.search-wrap button {
  position: absolute;
  right: 0;
  background: #333132;
  border: none;
  color: #fff;
  height: 40px;
  top: 0;
  width: 40px;
  cursor: pointer;
}
.search-wrap button:hover {
  color: #333132;
  background: #2f43ff;
}
.search-wrap input::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.widget .widget-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333132;
}
.sidebar-menu ul li {
  line-height: 30px;
}
.sidebar-menu ul li a {
  position: relative;
  padding-left: 20px;
}
.sidebar-menu ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f101";
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before {
  left: 5px;
}
.recent-post ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.recent-post ul li:last-child {
  margin-bottom: 0;
}
.post-img {
  float: left;
  margin-right: 15px;
}
.post-content {
  overflow: hidden;
}
.post-content a {
  display: block;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.post-content p {
  font-size: 12px;
  font-style: italic;
}
.tag-wrap ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.tag-wrap ul li a {
  display: block;
  padding: 6px 20px;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
}
.tag-wrap ul li a:hover {
  color: #393939;
  background: #2f43ff;
  border-color: #2f43ff;
}
.tag-wrap {
  margin-bottom: 0;
}
.blog-details-area .blog-content h4 {
  font-size: 36px;
}
.blog-details-wrap p {
  margin-bottom: 25px;
}
.blog-details-wrap blockquote {
  background: #f1f1f1;
  padding: 30px 25px 30px 40px;
  font-size: 16px;
  font-style: italic;
  margin: 40px 0;
  border-left: 10px solid #2f43ff;
}
.socila-link {
  margin-bottom: 100px;
}
.socila-link ul li {
  display: inline-block;
  color: #2f43ff;
}
.socila-link ul li a {
  font-size: 16px;
  margin-left: 7px;
}
.blog-form h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.blog-form span {
  display: block;
  margin-bottom: 3px;
}
.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}
.blog-form textarea,
.contact-form textarea {
  height: 200px;
  padding-top: 10px;
}
.blog-form button,
.contact-form button {
  padding: 10px 30px;
  background: #2f43ff;
  color: #363636;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.blog-form button:hover,
.contact-form button:hover {
  background: #222;
  color: #2f43ff;
}
.contact-form textarea {
  height: 270px;
}
.contact-wrap ul li {
  position: relative;
  padding: 30px 20px 30px 100px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #2f43ff;
  margin-bottom: 25px;
  border-radius: 5px;
}
.contact-wrap ul li:last-child {
  margin-bottom: 0;
}
.contact-wrap ul li i {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  font-size: 35px;
  color: #222;
}
.contact-wrap ul li p {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-wrap ul li p span {
  display: block;
}
.contact-area #googleMap {
  margin-top: 100px;
}
.team-img-avlibe {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
}
.team-img-avlibe img {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 680px) and (min-width: 320px) {
  .logo {
    margin: 5px 0;
  }
  .logo {
    margin: 0 0;
    width: 100%;
    padding: 0;
    float: left;
    line-height: 41px;
  }
  .responsive-menu-wrap .slicknav_menu {
    padding: 22px 0px !important;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    background: #ddd;
  }
  .responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 0 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 1px;
  }
  .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    height: 4px;
    width: 25px;
    margin-bottom: 5px;
  }
  .slider-content a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 4px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    width: 80%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    left: 30%;
  }
  .slider-content h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .line {
    width: 240px;
    height: 350px;
  }
  .ptb-120 {
    padding: 0 0 50px 0px !important;
  }
  .about-wrap {
    padding: 20px 20px 30px 20px !important;
  }
  .about-wrap h2::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    background: #2f43ff;
    top: 11%;
    border-radius: 4px;
  }
  .about-wrap p {
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
    line-height: 25px;
    color: #6f6d6d;
  }
  .interior-area {
    padding: 40px 0px !important;
  }
  .interior-wrap h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2f43ff;
    line-height: 30px;
  }
  .interior-wrap p {
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    text-align: justify;
  }
  .interior-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 10px 35px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 10px;
    float: left;
  }
  .project-area,
  .service-area,
  .team-area,
  .blog-area,
  .footer-top {
    padding: 30px 0 50px !important;
  }
  .funfact-wrap h2 {
    font-size: 40px;
    line-height: 100px !important;
    margin-bottom: 10px;
  }
  .funfact-wrap p {
    font-size: 14px !important;
  }
  .section-title h2 {
    font-size: 30px !important;
  }
  .about-wrap3 {
    background: #fff;
    padding: 30px 30px;
    border-radius: 4px;
    height: auto !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    top: 60px !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    width: 220px !important;
    left: -200px !important;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .about-wrap3 h3::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 3px;
    background: #2f43ff;
    top: 92%;
    border-radius: 4px;
  }
  .responsive-menu-wrap .slicknav_nav {
    background: #333132 none repeat scroll 0 0;
    border-radius: 0px !important;
    clear: both !important;
    color: #fff !important;
    font-size: 15px !important;
    margin: 0;
    padding: 5px 0 !important;
    position: absolute;
    z-index: 999;
    left: 0;
  }
}
@media only screen and (min-width: 764px) and (max-width: 1024px) {
  .logo {
    margin: 8px 0px !important;
  }
  .logo {
    margin: 0 0;
    width: 70% !important;
    padding: 0;
    float: left;
    line-height: 60px !important;
  }
  .responsive-menu-wrap .slicknav_menu {
    padding: 22px 0px !important;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    background: #ddd;
  }
  .responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 0 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 1px;
  }
  .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    height: 4px;
    width: 25px;
    margin-bottom: 5px;
  }
  .slider-content a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 4px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    width: 40%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    left: 24%;
  }
  .slider-content h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .line {
    width: 240px;
    height: 350px;
  }
  .ptb-120 {
    padding: 50px 0 50px 0px !important;
  }
  .about-wrap {
    padding: 20px 20px 30px 20px !important;
  }
  .about-wrap h2::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    background: #2f43ff;
    top: 14%;
    border-radius: 4px;
  }
  .about-wrap p {
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
    line-height: 25px;
    color: #6f6d6d;
  }
  .about-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 25px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 0;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .interior-area {
    padding: 40px 0px !important;
  }
  .interior-wrap h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2f43ff;
    line-height: 30px;
  }
  .interior-wrap p {
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    text-align: justify;
  }
  .interior-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 10px 35px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 10px;
    float: left;
  }
  .project-area,
  .service-area,
  .team-area,
  .blog-area,
  .footer-top {
    padding: 30px 0 50px !important;
  }
  .funfact-wrap h2 {
    font-size: 40px;
    line-height: 100px !important;
    margin-bottom: 10px;
  }
  .funfact-wrap p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .section-title h2 {
    font-size: 30px !important;
  }
  .about-wrap3 {
    background: #fff;
    padding: 30px 30px;
    border-radius: 4px;
    height: 340px !important;
  }
  .about-wrap3 p {
    font-size: 10px;
    line-height: 25px;
    color: #817e7e;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
  }
  .about-wrap3 h3::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 3px;
    background: #2f43ff;
    top: 81%;
    border-radius: 4px;
  }
  .responsive-menu-wrap .slicknav_nav {
    top: 60px !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    width: 510px !important;
    left: -460px !important;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .responsive-menu-wrap .slicknav_nav {
    background: #333132 none repeat scroll 0 0;
    border-radius: 0px !important;
    clear: both !important;
    color: #fff !important;
    font-size: 15px !important;
    margin: 0;
    padding: 5px 0 !important;
    position: absolute;
    z-index: 999;
    left: 0;
  }
}
.post-heaader-banner {
  background: linear-gradient(45deg, #000000cf, #000000b5),
    url(../images/about-us-banner.webp);
  padding: 50px 0;
  margin: 0;
  height: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}
.post-heaader-banner h1 a {
  color: #2f43ff;
}
.post-heaader-banner h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 180px;
}
.contact-uz {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/contact-us.webp);
}
.blog {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/blogs.webp);
}
.gallery-banner {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/gallery-banner.webp);
}
.services-banner {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/serives-banner.webp);
}
.about-wrap h5:before {
  content: "" !important;
  position: absolute !important;
  width: 20% !important;
  height: 3px !important;
  background: #2f43ff !important;
  top: 15% !important;
  border-radius: 4px !important;
}
.about-wrap h5 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #2f43ff;
}
.contact-us-home {
  margin: 0;
  background: #fff;
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0;
  background-image: url();
}
.criceal {
  background: #1457a7;
  height: 100px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
}
.criceal i {
  font-size: 40px;
  color: #fff;
  line-height: 95px;
}
.contact-us-home h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 10px 10px;
  line-height: 25px;
}
.bordere {
  border: 1px dashed #b4b7b2;
  padding: 20px;
  height: 225px;
}
.thumbnail {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background: #ffeb3b;
  margin-bottom: 50px;
  border-radius: 0 0 4px 4px;
}
.thumbnail h5 {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
}
.lucation-area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.lucation-area img {
  border-radius: 4px 4px 0 0;
  height: 300px;
}
.lucartion-banner {
  background: linear-gradient(45deg, #000000cf, #000000b5), url();
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.licatioeb {
  margin: 0 0 0 20px;
}
.grils-profie {
  padding: 50px 0;
  width: 100%;
  margin: 0;
}
.box {
  position: relative;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: #e6e6e6;
}
.slick-slide {
  margin: 0 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  height: auto;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#slider {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0px !important;
  padding: 0 !important;
  width: 100% !important;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 300px;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 300px;
  background: #f8f6f1;
  line-height: 300px;
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
a.control_prev,
a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 0;
  width: 35px;
  height: 35px;
  background: #ffc107;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 35px;
  opacity: 0.8;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  line-height: 35px;
}
a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
a.control_prev {
  border-radius: 0 2px 2px 0;
}
a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
#slider ul li img {
  text-align: center;
  padding: 0;
  height: 300px;
  margin: 0 auto;
  width: 45%;
}
.name-text {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background: #000;
  height: 50px;
  width: 330px;
}
.name-text:hover {
  height: 100%;
  background: #000000d1;
  transition: 0.5s all;
  transition-timing-function: ease-in;
}
.name-text h5 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #fff;
}
.name-text a {
  width: 45%;
  background: #fff;
  padding: 3px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  float: left;
  margin-left: 10px;
  position: relative;
  top: 80%;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  color: #333132;
  font-size: 16px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 0;
}
input:focus,
select:focus {
  outline: none;
}
input,
button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.footer-ajya ul li a {
  color: #000;
  padding: 0;
  background: #fff;
  margin: 0;
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  line-height: 39px;
}
.footer-ajya ul {
  margin-top: 20px;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  text-decoration: none;
  color: #333132;
}
a:hover {
  color: #000;
}
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
button:focus {
  outline: none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
:before,
:after {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.brand-wrap {
  border: 1px dashed #fb7826;
  padding: 10px;
  background: #000;
}
div {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.black-opacity {
  position: relative;
  z-index: 9;
}
.black-opacity:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000bf;
  content: "";
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.bg-img-1 {
  background: linear-gradient(45deg, #17161591, #00000078),
    url(../images/bg-happy-client.webp) no-repeat center center / cover;
  background-attachment: fixed;
}
.bg-img-2 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-3 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-4 {
  background: linear-gradient(45deg, #000000bd, #010115b5),
    url(../images/bg-happy-client.webp) no-repeat center center / cover;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.bg-img-5 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-6 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.pt-120 {
  padding-top: 120px;
}
.about-area3 {
  background: linear-gradient(45deg, #000000b8, #000000c4),
    url(../images/client-backgrounf.webp) no-repeat center center / cover;
  background-attachment: fixed;
}
.ptb-120 {
  padding: 50px 0 50px 0;
}
.mb-40 {
  margin-bottom: 40px;
}
.bg-1 {
  background: #2f43ff;
  height: 70px;
}
.bg-fff {
  background: #fff;
}
a#scrollUp {
  position: fixed;
  right: 10px;
  bottom: 20px;
  height: 45px;
  width: 45px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 30px;
  border-radius: 5px;
}
a#scrollUp:hover {
  background: #fb7826;
  color: #fff;
}
.logo {
  margin: 0 0;
  width: 100%;
  padding: 0;
  float: left;
  line-height: 71px;
}
.mainmenu {
  padding: 22px 0;
}
.mainmenu ul,
.search-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mainmenu ul li {
  margin-left: 20px;
  position: relative;
}
.mainmenu ul li:first-child {
  margin-left: 0;
}
.mainmenu ul li a {
  display: block;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.mainmenu ul li.active > a,
.mainmenu ul li:hover > a {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.mainmenu ul li > ul {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 200px;
  background: #2f43ff;
  padding: 20px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mainmenu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu ul li > ul li {
  margin-left: 0;
  display: block;
}
.mainmenu ul li > ul li a {
  text-transform: capitalize;
  line-height: 45px;
  border-bottom: 1px dashed #fff;
  padding: 0;
  margin: 0;
}
.mainmenu ul li > ul li:hover a {
  background: transparent;
  color: #000;
  padding-left: 20px;
}
.search-wrapper ul li {
  position: relative;
}
.search-wrapper ul li a {
  padding: 52px 0;
  display: block;
}
.search-wrapper ul li > ul {
  position: absolute;
  right: 0;
  top: 120%;
  width: 300px;
  background: #fff;
  padding: 20px 10px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  z-index: 999;
}
.search-wrapper ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
}
.search-wrapper ul li > ul li {
  display: block;
  padding: 0;
}
.search-wrapper ul li > ul li form {
  position: relative;
}
.search-wrapper ul li > ul li input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  padding: 0 45px 0 15px;
}
.search-wrapper ul li > ul li button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #2f43ff;
  color: #333132;
  border: none;
  cursor: pointer;
}
.search-wrapper ul li > ul li button:hover {
  background: #222;
  color: #fff;
}
.responsive-menu-wrap {
  position: relative;
}
.responsive-menu-wrap .slicknav_btn {
  background-color: transparent;
  border-radius: 0;
  display: block;
  float: right;
  margin: 0;
  padding: 0 0;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
}
.slicknav_menu .slicknav_icon {
  margin: 2px 8px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
  display: none;
}
.responsive-menu-wrap .slicknav_menu {
  background: transparent none repeat scroll 0 0;
  font-size: 15px;
  padding: 57px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #333132;
}
.responsive-menu-wrap .slicknav_nav {
  background: #333132 none repeat scroll 0 0;
  border-radius: 0;
  clear: both;
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  top: 57px;
  width: 690px;
  z-index: 99;
  right: 0;
  z-index: 999;
  position: relative;
}
.slicknav_nav a {
  color: #f1f1f1;
  text-decoration: none;
  text-transform: capitalize;
}
.slicknav_nav a i {
  display: none;
}
.slicknav_nav a:hover {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
  background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
  font-size: 10px;
  margin: 5px;
}
.sticky-menu .mainmenu ul li a {
  color: #fff;
}
.sticky-menu .mainmenu ul li.active {
  color: #fb7826;
}
.sticky-menu {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: #2f43ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sticky-menu .logo {
  margin: 0 0;
}
.sticky-menu .mainmenu {
  padding: 22px 0;
}
.sticky-menu .search-wrapper ul li a {
  padding: 37px 0;
}
.sticky-menu .responsive-menu-wrap .slicknav_menu {
  padding: 42px 0;
}
.sticky-menu .responsive-menu-wrap .slicknav_nav {
  top: 42px;
}
.slider-items {
  position: relative;
}
.slider-items img {
  visibility: hidden;
}
.slider-items:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-content h2 {
  text-transform: uppercase;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 50px;
}
.slider-content h2 span.color,
.slider-content p span {
  color: #fcd900;
}
.slider-content p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.slider-content a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #2f43ff;
  padding: 10px 35px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 40px;
}
.slider-text {
  position: relative;
  padding-left: 50px;
}
.line {
  position: absolute;
  width: 550px;
  height: 340px;
  left: 0;
  top: -34px;
  z-index: -9;
}
.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 2px solid transparent;
  content: "";
  z-index: -9;
}
.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
  -webkit-animation: animate 1s linear forwards;
  animation: animate 1s linear forwards;
}
@-webkit-keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
  -webkit-animation: animate2 1s linear forwards;
  animation: animate2 1s linear forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: translate;
    border-left-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
}
@keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: translate;
    border-left-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
}
.next-prev-style .owl-nav div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #2f43ff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff !important;
  border-radius: 4px;
}
.next-prev-style .owl-nav div:hover {
  background: #000;
  font-size: 25px;
  transition: 0.5s all;
  transition-timing-function: ease-in;
}
.next-prev-style .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.about-wrap {
  position: relative;
  padding: 60px 0 60px 30px;
}
.about-wrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: none;
}
.about-wrap:after {
  position: absolute;
  right: -100px;
  top: -2px;
  width: 100px;
  height: 60px;
  content: "";
}
.about-wrap h2:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  top: 20% !important;
  border-radius: 4px;
}
.about-wrap h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #2f43ff;
}
.about-wrap h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 30px;
}
.about-wrap p {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 30px;
  color: #6f6d6d;
}
.about-content {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  text-align: center;
}
.about-content h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.about-content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 20px;
}
.about-img {
  position: relative;
  margin-top: 60px;
}
.about-img:before {
  position: absolute;
  left: -15px;
  bottom: -15px;
  height: 95%;
  width: 98%;
  background: #2f43ff;
  content: "";
  z-index: -9;
}
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #2f43ff;
  line-height: 45px;
}
.section-title h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.spacial-img {
  position: relative;
}
.spacial-wrap {
  padding: 60px 0 30px;
}
.spacial-item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 49px 0;
  margin-bottom: 30px;
}
.spacial-item:hover {
  background: #2f43ff;
}
.spacial-item span {
  display: block;
  margin-bottom: 10px;
}
.spacial-item span:before {
  font-size: 35px;
}
.spacial-item h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.project-area {
  padding: 50px 0 50px;
}
.project-menu button:hover {
  background: #000;
  color: #fff;
  font-weight: 600;
  transition: 0.5s all;
  transform: none;
  transition-timing-function: ease-in;
}
.project-menu button {
  border: 1px dashed #2f43ff;
  padding: 7px 20px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.project-menu button.active {
  background: #2f43ff;
}
.project-wrap {
  position: relative;
  margin-bottom: 30px;
}
.project-wrap img {
  width: 100%;
}
.project-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.project-wrap:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.project-wrap:hover .project-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content a {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
}
.project-content a:hover {
  color: #fff;
}
.project-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
}
.service-area {
  padding: 120px 0 90px;
}
.service-wrap {
  margin-bottom: 30px;
}
.service-img {
  position: relative;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-wrap:hover .service-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  border: 25px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 9;
}
.service-wrap:hover .service-img:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-content {
  padding: 30px 10px;
  background: #fff;
}
.service-content h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.service-content p {
  margin-bottom: 25px;
}
.service-content a {
  height: 35px;
  width: 110px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: #2f43ff;
  line-height: 35px;
}
.service-content a:hover {
  background: #333132;
  color: #fff;
}
.fanfact-area {
  padding: 50px 0;
}
.funfact-wrap {
  text-align: center;
}
.funfact-wrap h2 {
  color: #2f43ff;
  font-size: 35px;
  margin: 0 auto 20px;
  background: #fff;
  width: 100px;
  height: 100px;
  font-weight: 700;
  line-height: 104px;
  border-radius: 104px;
}
.funfact-wrap p {
  text-transform: uppercase;
  font-size: 20px;
  color: #2f43ff;
  font-weight: 600;
}
.team-area {
  padding: 40px 0 50px 0;
}
.team-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.team-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #040403e0;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.team-wrap:hover:before {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.team-content {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: #2f43ffab;
  padding: 10px 0 10px;
  text-align: center;
}
.team-wrap:hover .team-content {
  bottom: 30%;
  background: transparent;
}
.team-content a {
  margin-left: 10px !important;
  font-size: 13px;
  color: #fff;
  background: #2f43ff;
  font-weight: 600;
  margin-right: 5px;
  border-radius: 40px;
  margin-top: 0;
  float: left;
  width: 90%;
  padding: 5px;
  margin: 4px 0;
  text-align: center;
}
.team-content h4 {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
.team-content p {
  margin-bottom: 20px;
}
.team-content ul li {
  display: inline-block;
  margin: 0 2px;
}
.team-content ul li a {
  display: block;
  height: 35px;
  width: 35px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
}
.team-content ul li:hover a {
  background: #323131;
  color: #fff;
}
.section-title2 h2,
.section-title2 h3 {
  color: #fff;
}
.test-wrap {
  padding: 60px 0 0;
  outline: none;
}
.test-wrap i {
  color: #2f43ff;
  font-size: 36px;
  margin-bottom: 25px;
  margin-left: 1px;
}
.test-wrap p {
  color: #fff;
  margin-bottom: 35px;
}
.test-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}
.test-wrap span {
  display: block;
  font-size: 14px;
  color: #2f43ff;
}
.test-img-active {
  padding: 60px 30px 0 0;
  position: relative;
  z-index: 9;
}
.test-img-active:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  height: 95%;
  border: 3px solid #2f43ff;
  content: "";
  z-index: -9;
}
.test-img {
  position: relative;
  padding-left: 30px;
  outline: none;
}
.test-img img {
  width: 100%;
}
.test-img ul {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
.test-img ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.test-img ul li i {
  font-size: 14px;
  color: #fcb837;
}
.test-images {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 3px solid #2f43ff;
  left: 0;
  bottom: 80px;
  position: absolute;
  overflow: hidden;
}
ul.slick-dots {
  position: absolute;
  bottom: -50px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.slick-dots li button {
  height: 15px;
  width: 15px;
  font-size: 0;
  border-radius: 50%;
  background: #bcb8b8;
  cursor: pointer;
  border: none;
}
.slick-dots li.slick-active button {
  background: #2f43ff;
}
.blog-area {
  padding: 120px 0 90px;
}
.blog-wrap {
  margin-bottom: 30px;
}
.blog-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap:hover .blog-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.blog-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 30px solid rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap:hover .blog-img:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content ul li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-content h4 {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #2f43ff;
  padding-bottom: 10px;
  margin: 10px 0 20px;
}
.blog-content p {
  color: #333132;
}
.brand-area {
  padding: 50px 0;
  background: #2f43ff;
}
#googleMap {
  width: 100%;
  height: 450px;
  background: #2f43ff;
}
.footer-top {
  padding: 50px 0 50px 0;
  height: auto;
  background: #000;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-logo img {
  margin-bottom: 30px;
}
.footer-logo p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.footer-logo h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-logo span {
  display: block;
  margin-bottom: 20px;
}
.footer-logo ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.footer-widget h4.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 30px;
  margin: 30px 0 50px;
  font-weight: 600;
  position: relative;
  color: #fff;
}
.footer-widget h4.widget-title:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 12px;
  background: #2f43ff;
  content: "";
}
.footer-contact ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  line-height: 25px;
  font-size: 13px;
  color: #e0dede;
}
.footer-contact ul li i {
  height: 30px;
  width: 30px;
  font-size: 15px;
  border: 1px solid #2f43ff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.footer-contact ul li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
}
.footer-menu ul li {
  color: #fff;
  line-height: 37px;
  padding-left: 30px;
  position: relative;
}
.footer-menu ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f101";
  font-family: fontawesome;
}
.footer-menu ul li:hover:before {
  left: 5px;
  color: #2f43ff;
}
.newsletter p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.newsletter input {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  background: transparent;
  margin-bottom: 10px;
}
.newsletter button {
  width: 115px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;

  border: none;
  background: #2f43ff;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}
.newsletter button:hover {
  background: #323131;
  color: #fff;
}
.footer-bootem {
  padding: 0 0;
  background: #010514;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}
.slider-area2 .slider-text {
  padding-left: 0;
}
.slider-area2 .line {
  height: 360px;
  left: 160px;
}
.about-area2 .about-wrap:after {
  left: 0;
  width: 0;
  height: 140px;
}
a.readmore-btn {
  display: inline-block;
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 14px;
  background: #fb7826;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  float: left;
  margin-top: 20px;
}
a.readmore-btn:hover {
  background: #333132;
  color: #fff;
}
.about-area2 .about-wrap {
  padding: 0 0 0 0;
  border: none;
}
.about-area2 .about-img2 {
  position: relative;
  padding-bottom: 70px;
}
.about-area2 .about-images {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-area2 .about-images a {
  position: absolute;
  height: 55px;
  width: 55px;
  background: #17a2b8;
  line-height: 55px;
  display: block;
  left: 50%;
  border: 2px solid #17a2b8;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  padding-left: 5px;
}
.quote-area {
  padding: 50px 0;
  background: #2f43ff;
}
.quote-wrap h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.quote-wrap a {
  display: inline-block;
  padding: 10px 25px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.quote-wrap a:hover {
  background: #fff;
  color: #222;
}
.interior-area {
  background: #000;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.interior-img {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  background: url(../images/about-us-2.webp) no-repeat center center / cover;
}
.interior-img img {
  visibility: hidden;
}
.interior-wrap {
  padding-right: 30px;
}
.interior-wrap span {
  display: block;
  margin-bottom: 15px;
  color: #fff;
}
.interior-wrap span:before {
  font-size: 60px;
}
.interior-wrap p {
  font-size: 13px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
  text-align: justify;
}
.interior-wrap a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #2f43ff;
  padding: 10px 35px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 40px;
  margin-top: 40px;
  float: left;
}
.interior-wrap h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2f43ff;
  line-height: 45px;
}
.brand-area2 {
  background: #fff;
}
.test-img2 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #fb7826;
  margin: 0 auto 30px;
  overflow: hidden;
}
.test-wrap2 i {
  font-size: 36px;
  color: #fb7826;
  margin-bottom: 0;
  display: block;
}
.test-wrap2 p {
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #f3f0f0;
}
.test-wrap2 h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.test-wrap2 span {
  display: block;
  font-size: 14px;
}
.test-active {
  padding-bottom: 50px;
}
.test-active .owl-nav div {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 20px;
}
.test-active .owl-nav div:hover {
  color: #2f43ff;
}
.test-active .owl-nav div.owl-next {
  left: auto;
  right: -100px;
}
.test-active .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.test-active .owl-dot {
  display: inline-block;
  margin: 0 2px;
  height: 15px;
  width: 15px;
  background: #323131;
  border-radius: 50%;
}
.test-active .owl-dot.active {
  background: #fb7826;
}
.blog-wrap2 {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.blog-content2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap2:hover .blog-content2 {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content2 span {
  display: block;
  color: #777;
  margin-bottom: 5px;
  font-style: italic;
  margin-top: -30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:hover .blog-content2 span {
  margin-top: 0;
}
.blog-content2 h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  margin-left: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:hover .blog-content2 h4 {
  margin-left: 0;
}
.blog-content2 h4 a {
  color: #fff;
}
.blog-content2 h4 a:hover {
  color: #2f43ff;
}
.blog-content2 p {
  margin-bottom: 20px;
  color: #f1f1f1;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-content2 a.readmore {
  text-decoration: underline;
  color: #2f43ff;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:before,
.blog-wrap2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 3px solid transparent;
  content: "";
  z-index: 9;
}
.blog-wrap2:hover:before {
  -webkit-animation: animate3 0.6s linear forwards;
  animation: animate3 0.6s linear forwards;
}
@-webkit-keyframes animate3 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
@keyframes animate3 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
.blog-wrap2:hover:after {
  -webkit-animation: animate4 0.6s linear forwards;
  animation: animate4 0.6s linear forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes animate4 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: translate;
    border-bottom-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
}
@keyframes animate4 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: translate;
    border-bottom-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
}
.slider-area3 .slider-text {
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}
.slider-area3 .line {
  left: auto;
  right: 0;
}
.about-wrap3 {
  background: #fff;
  padding: 30px 30px;
  border-radius: 4px;
  height: 350px;
}
.about-active .slick-list.draggable {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.about-wrap3 h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 0;
  color: #2f43ff;
  float: left;
  width: 100%;
}
.about-wrap3 h3:before {
  content: "";
  position: absolute;
  width: 1%;
  height: 3px;
  background: #2f43ff;
  top: 92%;
  border-radius: 4px;
}
.about-wrap3 h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 10px;
  padding-bottom: 0;
  color: #8c8888;
}
.about-wrap3 p span {
  font-size: 60px;
  margin: 0;
  padding: 0;
}
.about-wrap3 p {
  font-size: 13px;
  line-height: 30px;
  color: #817e7e;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: justify;
}
.about-active {
  margin-right: -80px;
  position: relative;
  z-index: 9;
  margin-top: 32px;
}
.about-img-active i.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  background: #141414;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  margin: 0 0 0 0;
}
.about-img-active i.slick-arrow:hover {
  background: #2f43ff;
}
.about-img-active i.slick-arrow.fa-chevron-left {
  right: 40px;
  z-index: 9;
}
.about-wrap-2 {
  padding: 86px 0;
}
.about-img-active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.skill-wrap {
  padding: 10px 0;
}
.skill-wrap h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.skill-wrap p {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.progress-wrap {
  overflow: hidden;
  padding-bottom: 35px;
}
.skill-wrap .progress {
  height: 10px;
  overflow: visible;
  background: #323131;
  border-radius: 5px;
}
.skill-wrap .progress-bar {
  position: relative;
  border-radius: 5px;
  background: #2f43ff;
}
.skill-wrap .progress-bar:before {
  position: absolute;
  right: -2px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: #2f43ff;
  content: "";
  z-index: 9;
  border: 2px solid #323131;
  border-radius: 50%;
}
.skill-wrap .progress-bar span {
  position: absolute;
  right: 0;
  font-weight: 700;
  color: #323131;
  top: -32px;
  font-size: 14px;
}
.skill-img {
  position: relative;
}
.skill-img img {
  visibility: hidden;
}
.skill-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  border: 50px solid rgba(0, 0, 0, 0.1);
}
.newsletter-area {
  padding: 100px 0;
}
.newsletter-area.black-opacity:before {
  background: #2f43ff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.newsletter-wrap form {
  position: relative;
}
.newsletter-wrap input {
  padding: 0 165px 0 20px;
  height: 65px;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 25px;
}
.newsletter-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  width: 165px;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  background: #323131;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.newsletter-wrap button:hover {
  background: #2f43ff;
  color: #323131;
}
.breadcumb-area {
  height: 180px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcumb-wrap h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  color: #2f43ff;
  margin-bottom: 5px;
}
.breadcumb-wrap ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.breadcumb-wrap ul li a {
  color: #fff;
}
.breadcumb-wrap ul li a:hover {
  color: #2f43ff;
}
.about-page-wrap h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-page-wrap p {
  margin: 25px 0;
}
.about-page-wrap ul {
  position: relative;
}
.about-page-wrap ul:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #393939;
  content: "";
}
.about-page-wrap ul:hover:before {
  background: #2f43ff;
}
.about-page-wrap ul li a {
  display: block;
  line-height: 28px;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}
.about-page-wrap ul li a:before {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #2f43ff;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-page-wrap ul li:hover a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-sidebar h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #393939;
}
.about-sidebar ul {
  margin-bottom: 60px;
}
.about-sidebar ul li {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #393939;
}
.about-sidebar ul li:last-child {
  border-bottom: none;
}
.about-sidebar-img {
  position: relative;
}
.about-sidebar-img img {
  width: 100%;
}
.about-sidebar-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 30px solid rgba(0, 0, 0, 0.5);
  content: "";
}
.about-sidebar-img a {
  position: absolute;
  left: 50%;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  border: 4px solid #fff;
  color: #fff;
  border-radius: 50%;
  z-index: 999;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.about-sidebar-img a:hover {
  background: #2f43ff;
  color: #393939;
}
.project-area-without-gutter {
  padding: 120px 0;
}
.project-area-without-gutter .project-wrap {
  margin-bottom: 0;
}
.pagination-wrap {
  margin: 20px 0 30px;
}
.pagination-wrap ul li {
  display: inline-block;
}
.pagination-wrap ul li a,
.pagination-wrap ul li span {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #333132;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
  background: #2f43ff;
  color: #333132;
}
.widget {
  margin-bottom: 40px;
}
.search-wrap form {
  position: relative;
}
.search-wrap input {
  width: 100%;
  height: 40px;
  padding-right: 45px;
  border: none;
  border: 1px solid #333132;
  background: transparent;
  padding-left: 15px;
}
.search-wrap button {
  position: absolute;
  right: 0;
  background: #333132;
  border: none;
  color: #fff;
  height: 40px;
  top: 0;
  width: 40px;
  cursor: pointer;
}
.search-wrap button:hover {
  color: #333132;
  background: #2f43ff;
}
.search-wrap input::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.widget .widget-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333132;
}
.sidebar-menu ul li {
  line-height: 30px;
}
.sidebar-menu ul li a {
  position: relative;
  padding-left: 20px;
}
.sidebar-menu ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f101";
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before {
  left: 5px;
}
.recent-post ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.recent-post ul li:last-child {
  margin-bottom: 0;
}
.post-img {
  float: left;
  margin-right: 15px;
}
.post-content {
  overflow: hidden;
}
.post-content a {
  display: block;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.post-content p {
  font-size: 12px;
  font-style: italic;
}
.tag-wrap ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.tag-wrap ul li a {
  display: block;
  padding: 6px 20px;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
}
.tag-wrap ul li a:hover {
  color: #393939;
  background: #2f43ff;
  border-color: #2f43ff;
}
.tag-wrap {
  margin-bottom: 0;
}
.blog-details-area .blog-content h4 {
  font-size: 36px;
}
.blog-details-wrap p {
  margin-bottom: 25px;
}
.blog-details-wrap blockquote {
  background: #f1f1f1;
  padding: 30px 25px 30px 40px;
  font-size: 16px;
  font-style: italic;
  margin: 40px 0;
  border-left: 10px solid #2f43ff;
}
.socila-link {
  margin-bottom: 100px;
}
.socila-link ul li {
  display: inline-block;
  color: #2f43ff;
}
.socila-link ul li a {
  font-size: 16px;
  margin-left: 7px;
}
.blog-form h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.blog-form span {
  display: block;
  margin-bottom: 3px;
}
.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}
.blog-form textarea,
.contact-form textarea {
  height: 200px;
  padding-top: 10px;
}
.blog-form button,
.contact-form button {
  padding: 10px 30px;
  background: #2f43ff;
  color: #363636;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.blog-form button:hover,
.contact-form button:hover {
  background: #222;
  color: #2f43ff;
}
.contact-form textarea {
  height: 270px;
}
.contact-wrap ul li {
  position: relative;
  padding: 30px 20px 30px 100px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #2f43ff;
  margin-bottom: 25px;
  border-radius: 5px;
}
.contact-wrap ul li:last-child {
  margin-bottom: 0;
}
.contact-wrap ul li i {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  font-size: 35px;
  color: #222;
}
.contact-wrap ul li p {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-wrap ul li p span {
  display: block;
}
.contact-area #googleMap {
  margin-top: 100px;
}
.team-img-avlibe {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
}
.team-img-avlibe img {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 680px) and (min-width: 320px) {
  .logo {
    margin: 5px 0;
  }
  .logo {
    margin: 0 0;
    width: 100%;
    padding: 0;
    float: left;
    line-height: 41px;
  }
  .responsive-menu-wrap .slicknav_menu {
    padding: 22px 0px !important;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    background: #ddd;
  }
  .responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 0 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 1px;
  }
  .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    height: 4px;
    width: 25px;
    margin-bottom: 5px;
  }
  .slider-content a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 4px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    width: 80%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    left: 30%;
  }
  .slider-content h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .line {
    width: 240px;
    height: 350px;
  }
  .ptb-120 {
    padding: 0 0 50px 0px !important;
  }
  .about-wrap {
    padding: 20px 20px 30px 20px !important;
  }
  .about-wrap h2::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    background: #2f43ff;
    top: 11%;
    border-radius: 4px;
  }
  .about-wrap p {
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
    line-height: 25px;
    color: #6f6d6d;
  }
  .interior-area {
    padding: 40px 0px !important;
  }
  .interior-wrap h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2f43ff;
    line-height: 30px;
  }
  .interior-wrap p {
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    text-align: justify;
  }
  .interior-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 10px 35px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 10px;
    float: left;
  }
  .project-area,
  .service-area,
  .team-area,
  .blog-area,
  .footer-top {
    padding: 30px 0 50px !important;
  }
  .funfact-wrap h2 {
    font-size: 40px;
    line-height: 100px !important;
    margin-bottom: 10px;
  }
  .funfact-wrap p {
    font-size: 14px !important;
  }
  .section-title h2 {
    font-size: 30px !important;
  }
  .about-wrap3 {
    background: #fff;
    padding: 30px 30px;
    border-radius: 4px;
    height: auto !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    top: 60px !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    width: 220px !important;
    left: -200px !important;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .about-wrap3 h3::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 3px;
    background: #2f43ff;
    top: 92%;
    border-radius: 4px;
  }
  .responsive-menu-wrap .slicknav_nav {
    background: #333132 none repeat scroll 0 0;
    border-radius: 0px !important;
    clear: both !important;
    color: #fff !important;
    font-size: 15px !important;
    margin: 0;
    padding: 5px 0 !important;
    position: absolute;
    z-index: 999;
    left: 0;
  }
}
@media only screen and (min-width: 764px) and (max-width: 1024px) {
  .logo {
    margin: 8px 0px !important;
  }
  .logo {
    margin: 0 0;
    width: 70% !important;
    padding: 0;
    float: left;
    line-height: 60px !important;
  }
  .responsive-menu-wrap .slicknav_menu {
    padding: 22px 0px !important;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    background: #ddd;
  }
  .responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 0 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 1px;
  }
  .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    height: 4px;
    width: 25px;
    margin-bottom: 5px;
  }
  .slider-content a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 4px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    width: 40%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    left: 24%;
  }
  .slider-content h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .line {
    width: 240px;
    height: 350px;
  }
  .ptb-120 {
    padding: 50px 0 50px 0px !important;
  }
  .about-wrap {
    padding: 20px 20px 30px 20px !important;
  }
  .about-wrap h2::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    background: #2f43ff;
    top: 14%;
    border-radius: 4px;
  }
  .about-wrap p {
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
    line-height: 25px;
    color: #6f6d6d;
  }
  .about-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 25px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 0;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .interior-area {
    padding: 40px 0px !important;
  }
  .interior-wrap h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2f43ff;
    line-height: 30px;
  }
  .interior-wrap p {
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    text-align: justify;
  }
  .interior-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 10px 35px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 10px;
    float: left;
  }
  .project-area,
  .service-area,
  .team-area,
  .blog-area,
  .footer-top {
    padding: 30px 0 50px !important;
  }
  .funfact-wrap h2 {
    font-size: 40px;
    line-height: 100px !important;
    margin-bottom: 10px;
  }
  .funfact-wrap p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .section-title h2 {
    font-size: 30px !important;
  }
  .about-wrap3 {
    background: #fff;
    padding: 30px 30px;
    border-radius: 4px;
    height: 340px !important;
  }
  .about-wrap3 p {
    font-size: 10px;
    line-height: 25px;
    color: #817e7e;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
  }
  .about-wrap3 h3::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 3px;
    background: #2f43ff;
    top: 81%;
    border-radius: 4px;
  }
  .responsive-menu-wrap .slicknav_nav {
    top: 60px !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    width: 510px !important;
    left: -460px !important;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .responsive-menu-wrap .slicknav_nav {
    background: #333132 none repeat scroll 0 0;
    border-radius: 0px !important;
    clear: both !important;
    color: #fff !important;
    font-size: 15px !important;
    margin: 0;
    padding: 5px 0 !important;
    position: absolute;
    z-index: 999;
    left: 0;
  }
}
.post-heaader-banner {
  background: linear-gradient(45deg, #000000cf, #000000b5),
    url(../images/about-us-banner.webp);
  padding: 50px 0;
  margin: 0;
  height: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}
.post-heaader-banner h1 a {
  color: #2f43ff;
}
.post-heaader-banner h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 180px;
}
.contact-uz {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/contact-us.webp);
}
.blog {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/blogs.webp);
}
.gallery-banner {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/gallery-banner.webp);
}
.services-banner {
  background: linear-gradient(45deg, #000000bd, #000000a8),
    url(../images/serives-banner.webp);
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  color: #333132;
  font-size: 16px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 0;
}
input:focus,
select:focus {
  outline: none;
}
input,
button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.footer-ajya ul li a {
  color: #000;
  padding: 0;
  background: #fff;
  margin: 0;
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  line-height: 39px;
}
.footer-ajya ul {
  margin-top: 20px;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  text-decoration: none;
  color: #333132;
}
a:hover {
  color: #000;
}
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
button:focus {
  outline: none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
:before,
:after {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.brand-wrap {
  border: 1px dashed #fb7826;
  padding: 10px;
  background: #000;
}
div {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.black-opacity {
  position: relative;
  z-index: 9;
}
.black-opacity:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000bf;
  content: "";
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.bg-img-1 {
  background: linear-gradient(45deg, #17161591, #00000078),
    url(../images/bg-happy-client.webp) no-repeat center center / cover;
  background-attachment: fixed;
}
.bg-img-2 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-3 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-4 {
  background: linear-gradient(45deg, #000000bd, #010115b5),
    url(../images/bg-happy-client.webp) no-repeat center center / cover;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.bg-img-5 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.bg-img-6 {
  background: url(../images/bg-happy-client.webp) no-repeat center center /
    cover;
}
.pt-120 {
  padding-top: 120px;
}
.about-area3 {
  background: linear-gradient(45deg, #000000b8, #000000c4),
    url(../images/client-backgrounf.webp) no-repeat center center / cover;
  background-attachment: fixed;
}
.ptb-120 {
  padding: 50px 0 50px 0;
}
.mb-40 {
  margin-bottom: 40px;
}
.bg-1 {
  background: rgb(9 7 7 / 50%);
  height: 70px;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.bg-fff {
  background: #fff;
}
a#scrollUp {
  position: fixed;
  right: 10px;
  bottom: 20px;
  height: 45px;
  width: 45px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 30px;
  border-radius: 5px;
}
a#scrollUp:hover {
  background: #fb7826;
  color: #fff;
}
.logo {
  margin: 11px 0;
  width: 100%;
  padding: 0;
  float: left;
  line-height: 71px;
}
.mainmenu {
  padding: 22px 0;
}
.mainmenu ul,
.search-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mainmenu ul li {
  margin-left: 15px;
  position: relative;
}
.mainmenu ul li:first-child {
  margin-left: 0;
}
.mainmenu ul li a {
  display: block;
  text-transform: uppercase;
  padding: 0 7px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.mainmenu ul li.active > a,
.mainmenu ul li:hover > a {
  color: #2f43ff;
  font-weight: 700;
  font-size: 14px;
}
.mainmenu ul li > ul {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 200px;
  background: #2f43ff;
  padding: 20px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mainmenu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu ul li > ul li {
  margin-left: 0;
  display: block;
}
.mainmenu ul li > ul li a {
  text-transform: capitalize;
  line-height: 45px;
  border-bottom: 1px dashed #fff;
  padding: 0;
  margin: 0;
}
.mainmenu ul li > ul li:hover a {
  background: transparent;
  color: #000;
  padding-left: 20px;
}
.search-wrapper ul li {
  position: relative;
}
.search-wrapper ul li a {
  padding: 52px 0;
  display: block;
}
.search-wrapper ul li > ul {
  position: absolute;
  right: 0;
  top: 120%;
  width: 300px;
  background: #fff;
  padding: 20px 10px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  z-index: 999;
}
.search-wrapper ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
}
.search-wrapper ul li > ul li {
  display: block;
  padding: 0;
}
.search-wrapper ul li > ul li form {
  position: relative;
}
.search-wrapper ul li > ul li input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  padding: 0 45px 0 15px;
}
.search-wrapper ul li > ul li button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #2f43ff;
  color: #333132;
  border: none;
  cursor: pointer;
}
.search-wrapper ul li > ul li button:hover {
  background: #222;
  color: #fff;
}
.responsive-menu-wrap {
  position: relative;
}
.responsive-menu-wrap .slicknav_btn {
  background-color: transparent;
  border-radius: 0;
  display: block;
  float: right;
  margin: 0;
  padding: 0 0;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
}
.slicknav_menu .slicknav_icon {
  margin: 2px 8px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
  display: none;
}
.responsive-menu-wrap .slicknav_menu {
  background: transparent none repeat scroll 0 0;
  font-size: 15px;
  padding: 57px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #333132;
}
.responsive-menu-wrap .slicknav_nav {
  background: #333132 none repeat scroll 0 0;
  border-radius: 0;
  clear: both;
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  top: 57px;
  width: 690px;
  z-index: 99;
  right: 0;
  z-index: 999;
  position: relative;
}
.slicknav_nav a {
  color: #f1f1f1;
  text-decoration: none;
  text-transform: capitalize;
}
.slicknav_nav a i {
  display: none;
}
.slicknav_nav a:hover {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
  background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
  font-size: 10px;
  margin: 5px;
}
.sticky-menu .mainmenu ul li a {
  color: #fff;
}
.sticky-menu .mainmenu ul li.active {
  color: #fb7826;
}
.sticky-menu {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: #2f43ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sticky-menu .logo {
  margin: 11px 0;
}
.sticky-menu .mainmenu {
  padding: 22px 0;
}
.sticky-menu .search-wrapper ul li a {
  padding: 37px 0;
}
.sticky-menu .responsive-menu-wrap .slicknav_menu {
  padding: 42px 0;
}
.sticky-menu .responsive-menu-wrap .slicknav_nav {
  top: 42px;
}
.slider-items {
  position: relative;
}
.slider-items img {
  visibility: hidden;
}
.slider-items:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-content h2 {
  text-transform: uppercase;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 50px;
}
.slider-content h2 span.color,
.slider-content p span {
  color: #2f43ff;
}
.slider-content p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.slider-content a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #340134;
  padding: 10px 35px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 5px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
}
.slider-text {
  position: relative;
  padding-left: 50px;
}
.line {
  position: absolute;
  width: 550px;
  height: 340px;
  left: 0;
  top: -34px;
  z-index: -9;
}
.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 2px solid transparent;
  content: "";
  z-index: -9;
}
.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
  -webkit-animation: animate 1s linear forwards;
  animation: animate 1s linear forwards;
}
@-webkit-keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
  -webkit-animation: animate2 1s linear forwards;
  animation: animate2 1s linear forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: translate;
    border-left-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
}
@keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: translate;
    border-left-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 90%;
    border-top-color: translate;
    border-right-color: translate;
    border-bottom-color: #2f43ff;
    border-left-color: #2f43ff;
  }
}
.next-prev-style .owl-nav div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 13px;
  text-align: center;
  background: #2f43ff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff !important;
  border-radius: 4px;
  padding: 23px 0;
}
.next-prev-style .owl-nav div:hover {
  background: #9c6e33;
  font-size: 30px;
  transition: 0.5s all;
  transition-timing-function: ease-in;
}
.next-prev-style .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.about-wrap {
  position: relative;
  padding: 60px 0 20px 0;
}
.about-wrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: none;
}
.about-wrap:after {
  position: absolute;
  right: -100px;
  top: -2px;
  width: 100px;
  height: 60px;
  content: "";
}
.about-wrap h2:before {
  content: "";
  position: absolute;
  width: 21%;
  height: 3px;
  top: 16% !important;
}
.about-wrap h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #2f43ff;
}
.about-wrap h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 30px;
}
.about-wrap {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  border-radius: 3px;
}
.about-wrap p {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 24px;
  color: #6f6d6d;
}
.about-content {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  text-align: center;
}
.about-content h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.about-content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 20px;
}
.about-img {
  position: relative;
  margin-top: 60px;
}
.about-img:before {
  position: absolute;
  left: -15px;
  bottom: -15px;
  height: 95%;
  width: 98%;
  background: #2f43ff;
  content: "";
  z-index: -9;
}
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #2f43ff;
  line-height: 45px;
}
.section-title h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.spacial-img {
  position: relative;
}
.spacial-wrap {
  padding: 60px 0 30px;
}
.spacial-item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 49px 0;
  margin-bottom: 30px;
}
.spacial-item:hover {
  background: #2f43ff;
}
.spacial-item span {
  display: block;
  margin-bottom: 10px;
}
.spacial-item span:before {
  font-size: 35px;
}
.spacial-item h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.project-area {
  padding: 50px 0 50px;
}
.project-menu button:hover {
  background: #2f43ff;
  color: #fff;
  font-weight: 600;
  transition: 0.5s all;
  transform: none;
  transition-timing-function: ease-in;
}
.project-menu button {
  border: 1px dashed #2f43ff;
  padding: 7px 20px;
  background: #e3a954;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.project-menu button.active {
  background: #2f43ff;
}
.project-wrap {
  position: relative;
  margin-bottom: 30px;
  border: 5px solid #2f43ff;
  border-radius: 5px;
}
.project-wrap img {
  width: 100%;
}
.project-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.project-wrap:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.project-wrap:hover .project-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content a {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
}
.project-content a:hover {
  color: #fff;
}
.project-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
}
.service-area {
  padding: 120px 0 90px;
}
.service-wrap {
  margin-bottom: 30px;
}
.service-img {
  position: relative;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-wrap:hover .service-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  border: 25px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 9;
}
.service-wrap:hover .service-img:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-content {
  padding: 30px 10px;
  background: #fff;
}
.service-content h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.service-content p {
  margin-bottom: 25px;
}
.service-content a {
  height: 35px;
  width: 110px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: #2f43ff;
  line-height: 35px;
}
.service-content a:hover {
  background: #333132;
  color: #fff;
}
.fanfact-area {
  padding: 50px 0;
}
.funfact-wrap {
  text-align: center;
}
.funfact-wrap h2 {
  color: #2f43ff;
  font-size: 35px;
  margin: 0 auto 20px;
  background: #fff;
  width: 100px;
  height: 100px;
  font-weight: 700;
  line-height: 104px;
  border-radius: 104px;
}
.funfact-wrap p {
  text-transform: uppercase;
  font-size: 20px;
  color: #2f43ff;
  font-weight: 600;
}
.team-area {
  padding: 40px 0 50px 0;
}
.team-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.team-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #040403e0;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.team-wrap:hover:before {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.team-content {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: #2f43ffab;
  padding: 10px 0 10px;
  text-align: center;
}
.team-wrap:hover .team-content {
  bottom: 30%;
  background: transparent;
}
.team-content a {
  margin-left: 10px !important;
  font-size: 13px;
  color: #fff;
  background: #2f43ff;
  font-weight: 600;
  margin-right: 5px;
  border-radius: 40px;
  margin-top: 0;
  float: left;
  width: 90%;
  padding: 5px;
  margin: 4px 0;
  text-align: center;
}
.team-content h4 {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
.team-content p {
  margin-bottom: 20px;
}
.team-content ul li {
  display: inline-block;
  margin: 0 2px;
}
.team-content ul li a {
  display: block;
  height: 35px;
  width: 35px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
}
.team-content ul li:hover a {
  background: #323131;
  color: #fff;
}
.section-title2 h2,
.section-title2 h3 {
  color: #fff;
}
.test-wrap {
  padding: 60px 0 0;
  outline: none;
}
.test-wrap i {
  color: #2f43ff;
  font-size: 36px;
  margin-bottom: 25px;
  margin-left: 1px;
}
.test-wrap p {
  color: #fff;
  margin-bottom: 35px;
}
.test-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}
.test-wrap span {
  display: block;
  font-size: 14px;
  color: #2f43ff;
}
.test-img-active {
  padding: 60px 30px 0 0;
  position: relative;
  z-index: 9;
}
.test-img-active:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  height: 95%;
  border: 3px solid #2f43ff;
  content: "";
  z-index: -9;
}
.test-img {
  position: relative;
  padding-left: 30px;
  outline: none;
}
.test-img img {
  width: 100%;
}
.test-img ul {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
.test-img ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.test-img ul li i {
  font-size: 14px;
  color: #fcb837;
}
.test-images {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 3px solid #2f43ff;
  left: 0;
  bottom: 80px;
  position: absolute;
  overflow: hidden;
}
ul.slick-dots {
  position: absolute;
  bottom: -50px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.slick-dots li button {
  height: 15px;
  width: 15px;
  font-size: 0;
  border-radius: 50%;
  background: #bcb8b8;
  cursor: pointer;
  border: none;
}
.slick-dots li.slick-active button {
  background: #2f43ff;
}
.blog-area {
  padding: 120px 0 90px;
}
.blog-wrap {
  margin-bottom: 30px;
}
.blog-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap:hover .blog-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.blog-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 30px solid rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap:hover .blog-img:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content ul li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-content h4 {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #2f43ff;
  padding-bottom: 10px;
  margin: 10px 0 20px;
}
.blog-content p {
  color: #333132;
}
.brand-area {
  padding: 50px 0;
  background: #2f43ff;
}
#googleMap {
  width: 100%;
  height: 450px;
  background: #2f43ff;
}
.footer-top {
  padding: 50px 0 50px 0;
  height: auto;
  background: #009688;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-logo img {
  margin-bottom: 30px;
}
.footer-logo p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.footer-logo h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-logo span {
  display: block;
  margin-bottom: 20px;
}
.footer-logo ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.footer-widget h4.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 30px;
  margin: 30px 0 50px;
  font-weight: 600;
  position: relative;
  color: #fff;
}
.footer-widget h4.widget-title:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 12px;
  background: #2f43ff;
  content: "";
}
.footer-contact ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  line-height: 25px;
  font-size: 13px;
  color: #e0dede;
}
.footer-contact ul li i {
  height: 30px;
  width: 30px;
  font-size: 15px;
  border: 1px solid #2f43ff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.footer-contact ul li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
}
.footer-menu ul li {
  color: #fff;
  line-height: 37px;
  padding-left: 30px;
  position: relative;
}
.footer-menu ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f101";
  font-family: fontawesome;
}
.footer-menu ul li:hover:before {
  left: 5px;
  color: #2f43ff;
}
.newsletter p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.newsletter input {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  background: transparent;
  margin-bottom: 10px;
}
.newsletter button {
  width: 115px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  background: #2f43ff;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}
.newsletter button:hover {
  background: #323131;
  color: #fff;
}
.footer-bootem {
  padding: 0 0;
  background: #010514;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}
.slider-area2 .slider-text {
  padding-left: 0;
}
.slider-area2 .line {
  height: 360px;
  left: 160px;
}
.about-area2 .about-wrap:after {
  left: 0;
  width: 0;
  height: 140px;
}
a.readmore-btn {
  display: inline-block;
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 14px;
  background: #fb7826;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  float: left;
  margin-top: 20px;
}
a.readmore-btn:hover {
  background: #333132;
  color: #fff;
}
.about-area2 .about-wrap {
  padding: 0 0 0 0;
  border: none;
}
.about-area2 .about-img2 {
  position: relative;
  padding-bottom: 70px;
}
.about-area2 .about-images {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-area2 .about-images a {
  position: absolute;
  height: 55px;
  width: 55px;
  background: #17a2b8;
  line-height: 55px;
  display: block;
  left: 50%;
  border: 2px solid #17a2b8;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  padding-left: 5px;
}
.quote-area {
  padding: 50px 0;
  background: #2f43ff;
}
.quote-wrap h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.quote-wrap a {
  display: inline-block;
  padding: 10px 25px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.quote-wrap a:hover {
  background: #fff;
  color: #222;
}
.interior-area {
  background: #009688;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.interior-img {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  background: url(../images/about-us-2.webp) no-repeat center center / cover;
}
.interior-img img {
  visibility: hidden;
}
.interior-wrap {
  padding-right: 30px;
}
.interior-wrap .forthead {
  padding: 0;
  background: none;
  margin: 0 5px 0 0;
  border-radius: 0;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.interior-wrap .fortn {
  padding: 0;
  background: none;
  margin: 0 5px 0 0;
  border-radius: 0;
}
.interior-wrap span {
  display: block;
  margin-bottom: 15px;
  color: #fff;
}
.interior-wrap span:before {
  font-size: 60px;
}
.interior-wrap p {
  font-size: 13px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
  text-align: justify;
}
.interior-wrap h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  line-height: 45px;
}
.brand-area2 {
  background: #fff;
}
.test-img2 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #fb7826;
  margin: 0 auto 30px;
  overflow: hidden;
}
.test-wrap2 i {
  font-size: 36px;
  color: #fb7826;
  margin-bottom: 0;
  display: block;
}
.test-wrap2 p {
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #f3f0f0;
}
.test-wrap2 h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.test-wrap2 span {
  display: block;
  font-size: 14px;
}
.test-active {
  padding-bottom: 50px;
}
.test-active .owl-nav div {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 20px;
}
.test-active .owl-nav div:hover {
  color: #2f43ff;
}
.test-active .owl-nav div.owl-next {
  left: auto;
  right: -100px;
}
.test-active .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.test-active .owl-dot {
  display: inline-block;
  margin: 0 2px;
  height: 15px;
  width: 15px;
  background: #323131;
  border-radius: 50%;
}
.test-active .owl-dot.active {
  background: #fb7826;
}
.blog-wrap2 {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.blog-content2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap2:hover .blog-content2 {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content2 span {
  display: block;
  color: #777;
  margin-bottom: 5px;
  font-style: italic;
  margin-top: -30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:hover .blog-content2 span {
  margin-top: 0;
}
.blog-content2 h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  margin-left: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:hover .blog-content2 h4 {
  margin-left: 0;
}
.blog-content2 h4 a {
  color: #fff;
}
.blog-content2 h4 a:hover {
  color: #2f43ff;
}
.blog-content2 p {
  margin-bottom: 20px;
  color: #f1f1f1;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-content2 a.readmore {
  text-decoration: underline;
  color: #2f43ff;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.blog-wrap2:before,
.blog-wrap2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 3px solid transparent;
  content: "";
  z-index: 9;
}
.blog-wrap2:hover:before {
  -webkit-animation: animate3 0.6s linear forwards;
  animation: animate3 0.6s linear forwards;
}
@-webkit-keyframes animate3 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
@keyframes animate3 {
  0% {
    width: 0;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #2f43ff;
    border-right-color: #2f43ff;
    border-bottom-color: transparent;
    border-left-color: translate;
  }
}
.blog-wrap2:hover:after {
  -webkit-animation: animate4 0.6s linear forwards;
  animation: animate4 0.6s linear forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes animate4 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: translate;
    border-bottom-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
}
@keyframes animate4 {
  0% {
    width: 0;
    height: 0;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: translate;
    border-bottom-color: #2f43ff;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: translate;
    border-right-color: translate;
    border-left-color: #2f43ff;
    border-bottom-color: #2f43ff;
  }
}
.slider-area3 .slider-text {
  text-align: center;
  padding-left: 0;
  padding-right: 50px;
}
.slider-area3 .line {
  left: auto;
  right: 0;
}
.about-wrap3 {
  background: #fff;
  padding: 30px 30px;
  border-radius: 4px;
  height: auto;
  border: 4px solid #009688;
  background: #f8eeee;
}
.about-active .slick-list.draggable {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.about-wrap3 h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 0;
  color: #2f43ff;
  float: left;
  width: 100%;
}
.about-wrap3 h3:before {
  content: "";
  position: absolute;
  width: 1%;
  height: 3px;
  background: #2f43ff;
  top: 92%;
  border-radius: 4px;
}
.about-wrap3 h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 10px;
  padding-bottom: 0;
  color: #8c8888;
}
.about-wrap3 p span {
  font-size: 60px;
  margin: 0;
  padding: 0;
}
.about-wrap3 p {
  font-size: 14px;
  line-height: 25px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: justify;
}
.about-active {
  margin-right: -80px;
  position: relative;
  z-index: 9;
  margin-top: 32px;
}
.about-img-active i.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  background: #141414;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  margin: 0 0 0 0;
}
.about-img-active i.slick-arrow:hover {
  background: #2f43ff;
}
.about-img-active i.slick-arrow.fa-chevron-left {
  right: 40px;
  z-index: 9;
}
.about-wrap-2 {
  padding: 86px 0;
}
.about-img-active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.skill-wrap {
  padding: 10px 0;
}
.skill-wrap h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.skill-wrap p {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.progress-wrap {
  overflow: hidden;
  padding-bottom: 35px;
}
.skill-wrap .progress {
  height: 10px;
  overflow: visible;
  background: #323131;
  border-radius: 5px;
}
.skill-wrap .progress-bar {
  position: relative;
  border-radius: 5px;
  background: #2f43ff;
}
.skill-wrap .progress-bar:before {
  position: absolute;
  right: -2px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: #2f43ff;
  content: "";
  z-index: 9;
  border: 2px solid #323131;
  border-radius: 50%;
}

.skill-wrap .progress-bar span {
  position: absolute;
  right: 0;
  font-weight: 700;
  color: #323131;
  top: -32px;
  font-size: 14px;
}
.skill-img {
  position: relative;
}
.skill-img img {
  visibility: hidden;
}
.skill-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  border: 50px solid rgba(0, 0, 0, 0.1);
}
.newsletter-area {
  padding: 100px 0;
}
.newsletter-area.black-opacity:before {
  background: #2f43ff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.newsletter-wrap form {
  position: relative;
}
.newsletter-wrap input {
  padding: 0 165px 0 20px;
  height: 65px;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 25px;
}
.newsletter-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  width: 165px;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  background: #323131;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.newsletter-wrap button:hover {
  background: #2f43ff;
  color: #323131;
}
.breadcumb-area {
  height: 180px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcumb-wrap h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  color: #2f43ff;
  margin-bottom: 5px;
}
.breadcumb-wrap ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.breadcumb-wrap ul li a {
  color: #fff;
}
.breadcumb-wrap ul li a:hover {
  color: #2f43ff;
}
.about-page-wrap h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-page-wrap p {
  margin: 25px 0;
}
.about-page-wrap ul {
  position: relative;
}
.about-page-wrap ul:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #393939;
  content: "";
}
.about-page-wrap ul:hover:before {
  background: #2f43ff;
}
.about-page-wrap ul li a {
  display: block;
  line-height: 28px;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}
.about-page-wrap ul li a:before {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #2f43ff;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-page-wrap ul li:hover a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-sidebar h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #393939;
}
.about-sidebar ul {
  margin-bottom: 60px;
}
.about-sidebar ul li {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #393939;
}
.about-sidebar ul li:last-child {
  border-bottom: none;
}
.about-sidebar-img {
  position: relative;
}
.about-sidebar-img img {
  width: 100%;
}
.about-sidebar-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 30px solid rgba(0, 0, 0, 0.5);
  content: "";
}
.about-sidebar-img a {
  position: absolute;
  left: 50%;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  border: 4px solid #fff;
  color: #fff;
  border-radius: 50%;
  z-index: 999;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.about-sidebar-img a:hover {
  background: #2f43ff;
  color: #393939;
}
.project-area-without-gutter {
  padding: 120px 0;
}
.project-area-without-gutter .project-wrap {
  margin-bottom: 0;
}
.pagination-wrap {
  margin: 20px 0 30px;
}
.pagination-wrap ul li {
  display: inline-block;
}
.pagination-wrap ul li a,
.pagination-wrap ul li span {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #333132;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
  background: #2f43ff;
  color: #333132;
}
.widget {
  margin-bottom: 40px;
}
.search-wrap form {
  position: relative;
}
.search-wrap input {
  width: 100%;
  height: 40px;
  padding-right: 45px;
  border: none;
  border: 1px solid #333132;
  background: transparent;
  padding-left: 15px;
}
.search-wrap button {
  position: absolute;
  right: 0;
  background: #333132;
  border: none;
  color: #fff;
  height: 40px;
  top: 0;
  width: 40px;
  cursor: pointer;
}
.search-wrap button:hover {
  color: #333132;
  background: #2f43ff;
}
.search-wrap input::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.search-wrap input:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #333132;
}
.widget .widget-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333132;
}
.sidebar-menu ul li {
  line-height: 30px;
}
.sidebar-menu ul li a {
  position: relative;
  padding-left: 20px;
}
.sidebar-menu ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f101";
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before {
  left: 5px;
}
.recent-post ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.recent-post ul li:last-child {
  margin-bottom: 0;
}
.post-img {
  float: left;
  margin-right: 15px;
}
.post-content {
  overflow: hidden;
}
.post-content a {
  display: block;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.post-content p {
  font-size: 12px;
  font-style: italic;
}
.tag-wrap ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.tag-wrap ul li a {
  display: block;
  padding: 6px 20px;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
}
.tag-wrap ul li a:hover {
  color: #393939;
  background: #2f43ff;
  border-color: #2f43ff;
}
.tag-wrap {
  margin-bottom: 0;
}
.blog-details-area .blog-content h4 {
  font-size: 36px;
}
.blog-details-wrap p {
  margin-bottom: 25px;
}
.blog-details-wrap blockquote {
  background: #f1f1f1;
  padding: 30px 25px 30px 40px;
  font-size: 16px;
  font-style: italic;
  margin: 40px 0;
  border-left: 10px solid #2f43ff;
}
.socila-link {
  margin-bottom: 100px;
}
.socila-link ul li {
  display: inline-block;
  color: #2f43ff;
}
.socila-link ul li a {
  font-size: 16px;
  margin-left: 7px;
}
.blog-form h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.blog-form span {
  display: block;
  margin-bottom: 3px;
}
.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}
.blog-form textarea,
.contact-form textarea {
  height: 200px;
  padding-top: 10px;
}
.blog-form button,
.contact-form button {
  padding: 10px 30px;
  background: #2f43ff;
  color: #363636;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.blog-form button:hover,
.contact-form button:hover {
  background: #222;
  color: #2f43ff;
}
.contact-form textarea {
  height: 270px;
}
.contact-wrap ul li {
  position: relative;
  padding: 30px 20px 30px 100px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #2f43ff;
  margin-bottom: 25px;
  border-radius: 5px;
}
.contact-wrap ul li:last-child {
  margin-bottom: 0;
}
.contact-wrap ul li i {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  font-size: 35px;
  color: #222;
}
.contact-wrap ul li p {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-wrap ul li p span {
  display: block;
}
.contact-area #googleMap {
  margin-top: 100px;
}
.team-img-avlibe {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
}
.team-img-avlibe img {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 680px) and (min-width: 320px) {
  .logo {
    margin: 5px 0;
  }
  .logo {
    margin: 0 0;
    width: 100%;
    padding: 0;
    float: left;
    line-height: 41px;
  }
  .responsive-menu-wrap .slicknav_menu {
    padding: 22px 0px !important;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    background: #ddd;
  }
  .responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 5px 7px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 1px;
  }
  .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    height: 4px;
    width: 25px;
    margin-bottom: 5px;
  }
  .slider-content a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 4px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    width: 70%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    left: 0;
  }
  .slider-content h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .line {
    width: 240px;
    height: 350px;
  }
  .ptb-120 {
    padding: 0 0 50px 0px !important;
  }
  .about-wrap {
    padding: 20px 20px 30px 20px !important;
  }
  .about-wrap h2::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    background: #2f43ff;
    top: 11%;
    border-radius: 4px;
  }
  .about-wrap p {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
    line-height: 24px;
    color: #6f6d6d;
  }
  .interior-area {
    padding: 40px 0px !important;
  }
  .interior-wrap h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2f43ff;
    line-height: 30px;
  }
  .interior-wrap p {
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    text-align: justify;
  }
  .interior-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 10px 35px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 10px;
    float: left;
  }
  .project-area,
  .service-area,
  .team-area,
  .blog-area,
  .footer-top {
    padding: 30px 0 50px !important;
  }
  .funfact-wrap h2 {
    font-size: 40px;
    line-height: 100px !important;
    margin-bottom: 10px;
  }
  .funfact-wrap p {
    font-size: 14px !important;
  }
  .section-title h2 {
    font-size: 30px !important;
  }
  .about-wrap3 {
    background: #fff;
    padding: 30px 30px;
    border-radius: 4px;
    height: auto !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    top: 60px !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    width: 220px !important;
    left: -200px !important;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .about-wrap3 h3::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 3px;
    background: #2f43ff;
    top: 92%;
    border-radius: 4px;
  }
  .responsive-menu-wrap .slicknav_nav {
    background: #333132 none repeat scroll 0 0;
    border-radius: 0px !important;
    clear: both !important;
    color: #fff !important;
    font-size: 15px !important;
    margin: 0;
    padding: 5px 0 !important;
    position: absolute;
    z-index: 999;
    left: 0;
  }
}
@media only screen and (min-width: 764px) and (max-width: 1024px) {
  .logo {
    margin: 8px 0px !important;
  }
  .logo {
    margin: 0 0;
    width: 70% !important;
    padding: 0;
    float: left;
    line-height: 60px !important;
  }
  .responsive-menu-wrap .slicknav_menu {
    padding: 22px 0px !important;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    background: #ddd;
  }
  .responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 0 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 1px;
  }
  .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    height: 4px;
    width: 25px;
    margin-bottom: 5px;
  }
  .slider-content a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 4px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    width: 40%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    left: 24%;
  }
  .slider-content h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .line {
    width: 240px;
    height: 350px;
  }
  .ptb-120 {
    padding: 50px 0 50px 0px !important;
  }
  .about-wrap {
    padding: 20px 20px 30px 20px !important;
  }
  .about-wrap h2::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 3px;
    background: #2f43ff;
    top: 14%;
    border-radius: 4px;
  }
  .about-wrap p {
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
    line-height: 25px;
    color: #6f6d6d;
  }
  .about-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 5px 25px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 0;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .interior-area {
    padding: 40px 0px !important;
  }
  .interior-wrap h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2f43ff;
    line-height: 30px;
  }
  .interior-wrap p {
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    text-align: justify;
  }
  .interior-wrap a {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #2f43ff;
    padding: 10px 35px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 40px;
    margin-top: 10px;
    float: left;
  }
  .project-area,
  .service-area,
  .team-area,
  .blog-area,
  .footer-top {
    padding: 30px 0 50px !important;
  }
  .funfact-wrap h2 {
    font-size: 40px;
    line-height: 100px !important;
    margin-bottom: 10px;
  }
  .funfact-wrap p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .section-title h2 {
    font-size: 30px !important;
  }
  .about-wrap3 {
    background: #fff;
    padding: 30px 30px;
    border-radius: 4px;
    height: 340px !important;
  }
  .about-wrap3 p {
    font-size: 10px;
    line-height: 25px;
    color: #817e7e;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
  }
  .about-wrap3 h3::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 3px;
    background: #2f43ff;
    top: 81%;
    border-radius: 4px;
  }
  .responsive-menu-wrap .slicknav_nav {
    top: 60px !important;
  }
  .responsive-menu-wrap .slicknav_nav {
    width: 510px !important;
    left: -460px !important;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .responsive-menu-wrap .slicknav_nav {
    background: #333132 none repeat scroll 0 0;
    border-radius: 0px !important;
    clear: both !important;
    color: #fff !important;
    font-size: 15px !important;
    margin: 0;
    padding: 5px 0 !important;
    position: absolute;
    z-index: 999;
    left: 0;
  }
}
.post-heaader-banner {
  background: linear-gradient(45deg, #000000cf, #000000b5),
    url(../images/about-us-banner.webp);
  padding: 50px 0;
  margin: 0;
  height: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}
.post-heaader-banner h1 a {
  color: #2f43ff;
}
.post-heaader-banner h1 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  text-shadow: 0 2px 0 #000;
  line-height: 180px;
}
.contact-uz {
  background: linear-gradient(45deg, #0000001c, #00000063),
    url(../images/contact-us.webp);
}
.blog {
  background: linear-gradient(45deg, #0000001c, #00000063),
    url(../images/blogs.webp);
}
.gallery-banner {
  background: linear-gradient(45deg, #0000001c, #00000063),
    url(../images/gallery-banner.webp);
}
.services-banner {
  background: linear-gradient(45deg, #0000001c, #00000063),
    url(../images/serives-banner.webp);
}
.about-wrap h5:before {
  content: "" !important;
  position: absolute !important;
  width: 20% !important;
  height: 3px !important;
  background: #2f43ff !important;
  top: 15% !important;
  border-radius: 4px !important;
}
.about-wrap h5 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #2f43ff;
}
.contact-us-home {
  margin: 0;
  background: #fff;
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0;
  background-image: url();
}
.criceal {
  background: #1457a7;
  height: 100px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
}
.criceal i {
  font-size: 40px;
  color: #fff;
  line-height: 95px;
}
.contact-us-home h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 10px 10px;
  line-height: 25px;
}
.bordere {
  border: 1px dashed #b4b7b2;
  padding: 20px;
  height: 225px;
}
.thumbnail {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background: #e3a954;
  margin-bottom: 50px;
  border-radius: 0 0 4px 4px;
}
.thumbnail h5 {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
}
.lucation-area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.lucation-area img {
  border-radius: 4px 4px 0 0;
  height: 300px;
}
.lucartion-banner {
  background: linear-gradient(45deg, #000000cf, #000000b5), url();
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.licatioeb {
  margin: 0 0 0 20px;
}
.grils-profie {
  padding: 50px 0;
  width: 100%;
  margin: 0;
}
.box {
  position: relative;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: #e6e6e6;
}
.slick-slide {
  margin: 0 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  height: auto;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#slider {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0px !important;
  padding: 0 !important;
  width: 100% !important;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 300px;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 300px;
  background: #f8f6f1;
  line-height: 300px;
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
a.control_prev,
a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 0;
  width: 35px;
  height: 35px;
  background: #ffc107;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 35px;
  opacity: 0.8;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  line-height: 35px;
}
a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
a.control_prev {
  border-radius: 0 2px 2px 0;
}
a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
#slider ul li img {
  text-align: center;
  padding: 0;
  height: 300px;
  margin: 0 auto;
  width: 45%;
}
.name-text {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 10px;
  background: #000;
  height: 50px;
  width: 330px;
}
.name-text:hover {
  height: 100%;
  background: #000000d1;
  transition: 0.5s all;
  transition-timing-function: ease-in;
}
.name-text h5 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #fff;
}
.name-text a {
  width: 45%;
  background: #fff;
  padding: 3px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  float: left;
  margin-left: 10px;
  position: relative;
  top: 80%;
}
.profile-lucation {
  width: 100%;
  padding: 50px 0;
  margin: 0;
}
.profile-lucation h1 {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  color: #2f43ff;
  margin-bottom: 15px;
  background: none;
}
.profile-lucation h1.hpy {
  font-size: 21px;
  font-weight: 700;
  color: #ca1571;
}
.profile-lucation h1.hpy a {
  font-size: 21px;
  font-weight: 700;
  color: #ca1571;
}
.profile-lucation p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  color: #5a5959;
  margin: 0;
  margin-bottom: 20px;
}
.profile-lucation img {
  border-radius: 4px;
  margin-bottom: 0;
}
.profile-lucation h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  width: 100%;
  margin: 20px 0 20px 0;
}
.profile-lucation h2 a {
  font-size: 20px;
  font-weight: 700;
  color: #ca1571;
}
.profile-lucation h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  width: 100%;
  margin: 20px 0 20px 0;
}
.profile-lucation h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  width: 100%;
  margin: 20px 0 20px 0;
}
.profile-lucation h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  width: 100%;
  margin: 20px 0 20px 0;
}
.profile-lucation h6 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  width: 100%;
  margin: 20px 0 20px 0;
}
.profile-lucation a {
  font-size: 14px;
  font-weight: 700;
  color: #ca1571;
}
marquee {
  padding: 0 0;
  margin: 0;
  width: 100%;
  font-size: 25px;
  height: 87px;
  color: #000;
  line-height: 0;
  font-weight: 700;
  margin-bottom: 0;
  border-radius: 4px;
}
marquee a {
  line-height: 0;
  padding: 0;
  margin: 0 !important;
}
.call-grils {
  text-align: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font-size: 15px !important;
  width: 100%;
  margin-bottom: 40px !important;
  color: #000 !important;
}
.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0 0 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0 0 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}
@keyframes effect {
  20%,
  100% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  0%,
  10% {
    width: 55px;
    height: 55px;
    font-size: 35px;
  }
  5% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 250px) and (max-width: 680px) {
  .logo {
    line-height: 57px !important;
  }
  .slicknav_menu .slicknav_icon {
    margin: 0 0px !important;
  }
  .responsive-menu-wrap .slicknav_menu {
    padding: 15px 10px !important;
    border: 1px solid #0000 !important;
    border-radius: 4px !important;
    margin: 3px 0 0 0px !important;
  }
  .bg-1 {
    background: #2f43ff !important;
    position: relative;
  }
  .slicknav_menu .slicknav_icon {
    margin: 0 0px !important;
    margin-right: 0;
    padding: 0 !important;
    text-align: center;
    left: 0 !important;
    margin-right: 5px !important;
    margin-top: -8px !important;
    margin-bottom: 8px !important;
  }
  .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    display: block !important;
    height: 3px !important;
    width: 25px !important;
    background: #333132 !important;
    margin: 5px 0px !important;
    padding: 0 !important;
    line-height: 0px !important;
  }
  .slider-area3 {
    height: 294px !important;
  }
  .slider-content {
    position: absolute !important;
    left: 10px !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9 !important;
    float: left !important;
  }
  .slider-area3 .slider-text {
    text-align: center !important;
    padding-left: 0px !important;
    padding-right: 10px !important;
    width: 100% !important;
    float: left !important;
  }
  .slider-content h2 {
    font-size: 17px !important;
    line-height: 35px !important;
    margin-bottom: 16px !important;
  }
  .slider-content a {
    font-size: 12px !important;
    color: #ffffff !important;
    background: #2f43ff !important;
    padding: 6px 40px !important;
    font-weight: bold !important;
    margin-right: 11px !important;
    border-radius: 40px !important;
    margin-bottom: 10px !important;
    float: none !important;
  }
  .ptb-120 {
    padding: 50px 0 !important;
  }
  .about-wrap h2 {
    font-size: 16px !important;
    line-height: 25px !important;
    margin-bottom: 22px !important;
  }
  .about-wrap h2::before {
    content: "";
    position: absolute !important;
    width: 21% !important;
    height: 3px !important;
    background: #2f43ff !important;
    top: 5% !important;
  }
  .about-wrap a {
    font-size: 14px !important;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500 !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
  }
  .interior-area {
    padding: 50px 0 50px 0px !important;
  }
  .interior-wrap h2 {
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #000 !important;
    line-height: 25px !important;
  }
  .interior-wrap {
    padding-right: 0px !important;
  }
  .interior-wrap p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-weight: normal !important;
    text-align: justify !important;
  }
  .about-wrap {
    padding: 20px 0 0 10px !important;
  }
  .interior-wrap a {
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    background: none;
    padding: 0;
    font-weight: bold !important;
    margin-right: 0;
    border-radius: 0;
    margin-top: 0;
    float: none !important;
  }
  .spacial-area,
  .project-area,
  .service-area,
  .team-area,
  .blog-area,
  .footer-top {
    padding: 30px 0 0px !important;
  }
  .section-title h2 {
    font-size: 12px !important;
  }
  .project-menu button {
    border: 1px dashed #2f43ff !important;
    padding: 5px 7px !important;
    background: transparent !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
  }
  .funfact-wrap h2 {
    font-size: 40px;
    line-height: 110px !important;
    margin-bottom: 10px;
  }
  .funfact-wrap p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .funfact-wrap h2 {
    font-size: 30px !important;
    line-height: 100px !important;
    margin-bottom: 10px !important;
  }
  .section-title h2 {
    font-size: 20px !important;
    line-height: 30px;
    margin-top: 10px;
  }
  .ptb-120 {
    padding: 50px 0 !important;
  }
  .slick-slide {
    margin: 0 0 0 10px !important;
    width: 33% !important;
  }
  .footer-area {
    float: left;
    width: 100%;
    margin: 0;
  }
  .about-area3 .w-50 {
    width: 100% !important;
    height: 190px !important;
  }
  .slick-slide {
    margin: 0 0 0 10px !important;
    width: 100% !important;
    float: left !important;
    height: 70px !important;
  }
  .about-area3 {
    background: linear-gradient(45deg, #000000b8, #000000c4),
      url(../images/client-backgrounf.webp) no-repeat center center / cover;
    background-attachment: scroll, scroll;
    background-attachment: fixed;
    display: none;
  }
  .spacial-area,
  .project-area,
  .service-area,
  .team-area,
  .blog-area,
  .footer-top {
    padding: 30px 0 0px !important;
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer-bootem {
    padding: 0px !important;
    background: #010514 !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: normal !important;
    float: left !important;
    margin: 0 !important;
  }
  .footer-top {
    padding: 50px 0px !important;
    width: 100% !important;
  }
  .fanfact-area {
    padding: 50px 0px !important;
    float: left !important;
    width: 100% !important;
  }
  .newsletter button {
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    background: #7e6f6f !important;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
  }
  .slicknav_nav {
    top: 20px !important;
    width: 240px !important;
    right: 0px !important;
    left: 21px !important;
  }
  .slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px dashed #575454 !important;
  }
  .post-heaader-banner {
    background: linear-gradient(45deg, #000000cf, #000000b5),
      url(../images/about-us-banner.webp);
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    padding: 50px 0;
    margin: 0;
    height: 150px !important;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
  }
  .post-heaader-banner h1 {
    font-size: 15px !important;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 50px !important;
  }
  .about-wrap h5 {
    font-size: 15px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #2f43ff;
  }
  .about-wrap h5::before {
    content: "" !important;
    position: absolute !important;
    width: 20% !important;
    height: 3px !important;
    background: #2f43ff !important;
    top: 5% !important;
    border-radius: 4px !important;
  }
  .profile-lucation h1 {
    text-align: center;
    font-size: 20px !important;
    font-weight: 700;
    color: #ffc107;
    margin-bottom: 6px;
    box-shadow: 1px 1px 5px 0 #c9c7c773;
    background: none;
  }
  .profile-lucation h2 {
    font-size: 13px !important;
    font-weight: 700;
    color: #000;
    width: 100%;
    margin: 20px 0 20px 0px !important;
    line-height: 25px !important;
  }
  .profile-lucation h5 {
    font-size: 18px !important;
    font-weight: 700;
    color: #000;
    width: 100%;
    margin: 0 0 10px 0px !important;
    line-height: 30px !important;
  }
  .profile-lucation a {
    font-size: 12px !important;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0px !important;
    float: left;
    line-height: 25px !important;
    background: #000;
  }
  .profile-lucation h6 {
    font-size: 16px !important;
    font-weight: 700;
    color: #000;
    width: 100%;
    margin: 20px 0 20px 0px !important;
    line-height: 30px !important;
  }
  marquee {
    padding: 0px !important;
    margin: 0 !important;
    margin-bottom: 0px !important;
    width: 100% !important;
    font-size: 25px !important;
    height: 70px !important;
    color: #000 !important;
    line-height: 0 !important;
    font-weight: bold !important;
    margin-bottom: 0px !important;
    border-radius: 4px !important;
  }
  marquee a {
    background: #0000 !important;
  }
}
