/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */


/*=====================================================================
@Template Name: 
@Author:


=====================================================================*/

.str-portfolio-section .str-portfolio-area .owl-nav .owl-prev,
.str-team-section .str-team-member-item .owl-nav .owl-prev,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-next,
.str-team-section .str-team-member-item .owl-nav .owl-next {
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #d5dbe6;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-portfolio-section .str-portfolio-area .owl-nav .owl-prev:hover,
.str-team-section .str-team-member-item .owl-nav .owl-prev:hover,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-next:hover,
.str-team-section .str-team-member-item .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #4de3ef;
}

.str-portfolio-section .str-portfolio-area .owl-nav .owl-next,
.str-team-section .str-team-member-item .owl-nav .owl-next {
  right: -20px;
}

.str-portfolio-section .str-portfolio-area .owl-nav .owl-prev,
.str-team-section .str-team-member-item .owl-nav .owl-prev {
  left: -20px;
}

@-webkit-keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px currentColor;
    box-shadow: 0 0 0 30px currentColor;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}

@keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 #082680;
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px #082680;
    box-shadow: 0 0 0 30px #082680;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #082680;
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}

@-webkit-keyframes borderpls {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px currentColor;
    box-shadow: 0 0 0 30px currentColor;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}

@-webkit-keyframes borderpls2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #082680;
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #082680;
    box-shadow: 0 0 0 10px #082680;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #082680;
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}

@keyframes borderpls2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #082680;
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #082680;
    box-shadow: 0 0 0 10px #082680;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 #082680;
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}

@-webkit-keyframes fadeFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeFromUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeFromUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeFromUp {
  -webkit-animation-name: fadeFromUp;
  animation-name: fadeFromUp;
}

.fadeFromRight {
  -webkit-animation-name: fadeFromRight;
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  -webkit-animation-name: fadeFromLeft;
  animation-name: fadeFromLeft;
}


/*global area*/


/*----------------------------------------------------*/

.str-home {
  margin: 0;
  padding: 0;
  color: #494949;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.str-home ::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.str-home ::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.str-home ::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.str-home .container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.str-home .ul-li ul li {
  list-style: none;
  display: inline-block;
}

.str-home .ul-li-block ul {
  margin: 0;
  padding: 0;
}

.str-home .ul-li-block ul li {
  list-style: none;
  display: block;
}

div#str-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/app-startup/pre.svg") no-repeat center center;
}

.str-home [data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.decoration-wrapper {
  overflow: hidden;
  position: relative;
}

.str-home a {
  color: inherit;
  text-decoration: none;
}

.str-home a:hover,
.str-home a:focus {
  text-decoration: none;
}

.str-home img {
  max-width: 100%;
  height: auto;
}

.str-home section {
  overflow: hidden;
}

.str-home button {
  cursor: pointer;
}

.str-home .form-control:focus,
.str-home button:visited,
.str-home button.active,
.str-home button:hover,
.str-home button:focus,
.str-home input:visited,
.str-home input.active,
.str-home input:hover,
.str-home input:focus,
.str-home textarea:hover,
.str-home textarea:focus,
.str-home a:hover,
.str-home a:focus,
.str-home a:visited,
.str-home a.active,
.str-home select,
.str-home select:hover,
.str-home select:focus,
.str-home select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.str-home .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.str-home .relative-position {
  position: relative;
}

.str-home .pera-content p {
  margin-bottom: 0;
}

@-moz-keyframes zooming {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes zooming {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.zooming {
  -moz-animation: zooming 18s infinite both;
  -webkit-animation: zooming 18s infinite both;
  animation: zooming 18s infinite both;
}

.str-headline h1,
.str-headline h2,
.str-headline h3,
.str-headline h4,
.str-headline h5,
.str-headline h6 {
  margin: 0;
  font-family: "Poppins";
}

.str-section-title {
  max-width: 530px;
  margin: 0 auto;
}

.str-section-title .str-title-tag {
  color: #53117f;
  font-size: 18px;
  font-weight: 500;
}

.str-section-title h2 {
  color: #010101;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding: 30px 0px 0px;
}

.str-section-title h2:before {
  left: 0;
  right: 0;
  top: 13px;
  height: 3px;
  width: 42px;
  content: '';
  margin: 0 auto;
  position: absolute;
  background-image: -webkit-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%);
  background-image: -o-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%);
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
}

.str-section-title.str-title-left h2:before {
  right: auto;
}

.str-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #6e24c8;
}

.str-scrollup i {
  color: #fff;
  font-size: 20px;
}


/*---------------------------------------------------- */


/*header area*/


/*----------------------------------------------------*/

.str-main-header {
  width: 100%;
  z-index: 9;
  padding-top: 22px;
  position: absolute;
}
.default-str-header.str-main-header {
  width: 100%;
  z-index: 9;
  padding-top: 22px;
  background: #1a0d40;
  padding-bottom: 20px;
  position: absolute;
}

.str-main-header .str-header-top .str-social a {
  color: #fff;
  margin-left: 10px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-main-header .str-header-top .str-social a:hover {
  color: #6e24c8;
}

.str-main-header .str-header-top .str-language {
  padding: 0px 20px 0px 60px;
  position: relative;
}

.str-main-header .str-header-top .str-language:after {
  top: 0;
  right: 0;
  color: #fff;
  content: '\f0d7';
  font-weight: 900;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
}

.str-main-header .str-header-top .str-language:before {
  top: 2px;
  left: 28px;
  width: 2px;
  content: '';
  height: 20px;
  position: absolute;
  background-color: #cfcfcf;
}

.str-main-header .str-header-top .str-language a {
  color: #fff;
  font-size: 13px;
}

.str-main-header .str-header-top .str-language a img {
  margin-right: 8px;
}

.str-main-header .str-header-top .str-language ul {
  top: 50px;
  opacity: 0;
  z-index: 5;
  width: 120px;
  visibility: hidden;
  position: absolute;
  padding-bottom: 5px;
  background-color: #010101;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-main-header .str-header-top .str-language ul li a {
  display: block;
  padding: 5px 15px 3px;
  border-bottom: 1px solid #5a5a5a;
}

.str-main-header .str-header-top .str-language ul li:last-child a {
  border-bottom: none;
}

.str-main-header .str-header-top .str-language:hover ul {
  top: 35px;
  opacity: 1;
  visibility: visible;
}

.str-main-header .str-main-menu {
  margin-top: 18px;
}

.str-main-header .str-main-menu-item .navbar-nav {
  display: inherit;
}

.str-main-header .str-main-menu-item .str-main-navigation {
  background-color: #010004;
}

.str-main-header .str-main-menu-item .str-main-navigation li a {
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 14px 40px;
  font-family: "Poppins";
  display: inline-block;
}

.str-main-header .str-main-menu-item .str-main-navigation li a:after {
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  content: '';
  z-index: -1;
  height: 100%;
  position: absolute;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  background-image: -webkit-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%);
  background-image: -o-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%);
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
}

.str-main-header .str-main-menu-item .str-main-navigation li a:hover:after {
  left: 0;
  width: 100%;
  right: auto;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown {
  position: relative;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown:after {
  top: 18px;
  color: #fff;
  right: 24px;
  font-size: 10px;
  content: '\f067';
  font-weight: 900;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu {
  top: 50px;
  left: -20px;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  overflow: hidden;
  border-radius: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:before {
  display: none;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 18px;
  width: 8px;
  height: 8px;
  content: '';
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-image: none;
  background-color: #4de3ef;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:hover {
  background-color: #6e24c8;
  color: #fff;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown:hover .dropdown-menu {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.str-sticky-menu {
  top: -40px;
  z-index: 9;
  position: fixed;
  padding: 10px 0px 15px;
  background-color: #010101;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-main-header.str-sticky-menu .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu {
  top: 55px;
}


/*---------------------------------------------------- */


/*banner area*/


/*----------------------------------------------------*/

.str-banner-slide-area {
  padding: 280px 0px 250px;
}

.str-banner-slide-area .owl-nav .owl-next,
.str-banner-slide-area .owl-nav .owl-prev {
  top: 50%;
  opacity: 0;
  width: 60px;
  height: 60px;
  font-size: 20px;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d5dbe6;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.str-banner-slide-area .owl-nav .owl-next:hover,
.str-banner-slide-area .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #6e24c8;
}

.str-banner-slide-area .owl-nav .owl-prev {
  left: -50px;
}

.str-banner-slide-area .owl-nav .owl-next {
  right: -50px;
}

.str-banner-slide-area .str-banner-content {
  max-width: 1600px;
}

.str-banner-slide-area .str-banner-content h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  position: relative;
  padding-bottom: 70px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.str-banner-slide-area .str-banner-content h1:after {
  left: 0px;
  bottom: 35px;
  height: 5px;
  width: 92px;
  content: "";
  position: absolute;
  background-image: -webkit-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%);
  background-image: -o-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%);
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
}

.str-banner-slide-area .str-banner-content p {
  opacity: 0;
  color: #fff;
  font-size: 18px;
  max-width: 630px;
  padding-bottom: 40px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.str-banner-slide-area .str-banner-content .custom-shortcode-btn a {
  padding-left: 40px;
  line-height: 36px;
}
.str-banner-slide-area .str-banner-content a {
  height: 60px;
  width: 180px;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  opacity: 0;
  font-family: "Poppins";
  position: relative;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow: hidden;
  z-index: 1;
  background-color: #028bf8;
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.str-banner-slide-area .str-banner-content a i {
  width: 38px;
  color: #fff;
  height: 38px;
  margin-right: 7px;
  line-height: 38px;
  border-radius: 100%;
  display: inline-block;
  background-color: #6e24c8;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-banner-slide-area .str-banner-content a:after {
  content: '';
  height: 100%;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  background-color: #6e24c8;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-banner-slide-area .str-banner-content a:hover:after {
  top: 0;
}

.str-banner-slide-area .str-banner-content a:hover i {
  background-color: #028bf8;
}

.str-banner-slide-area .owl-item.active .str-banner-content h1 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.str-banner-slide-area .owl-item.active .str-banner-content p {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.str-banner-slide-area .owl-item.active .str-banner-content a {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.str-banner-section:hover .owl-prev {
  left: -150px;
  opacity: 1;
}

.str-banner-section:hover .owl-next {
  right: -150px;
  opacity: 1;
}


/*---------------------------------------------------- */


/*feature area*/


/*----------------------------------------------------*/

.str-feature-section {
  padding: 50px 0px 110px;
}

.str-feature-section .str-feature-icon-text {
  z-index: 1;
  overflow: hidden;
  padding: 40px 0px;
  position: relative;
  border-radius: 130px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-shadow: 0px 11px 54px 0px rgba(13, 0, 30, 0.2);
  box-shadow: 0px 11px 54px 0px rgba(13, 0, 30, 0.2);
}

.str-feature-section .str-feature-icon-text .str-feature-icon {
  width: 125px;
  height: 125px;
  display: flex;
  margin: 0 auto;
  line-height: 125px;
  margin-bottom: 18px;
  border-radius: 100%;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-image: -webkit-linear-gradient(325deg, #efe7f9 0%, #eaedfc 49%, #e5f3fe 100%);
  background-image: -o-linear-gradient(325deg, #efe7f9 0%, #eaedfc 49%, #e5f3fe 100%);
  background-image: linear-gradient(125deg, #efe7f9 0%, #eaedfc 49%, #e5f3fe 100%);
}

.str-feature-section .str-feature-icon-text .str-feature-icon img {
  width: 55px;
  margin: auto;
  text-align: center;
}
.str-feature-section .str-feature-icon-text .str-feature-icon i {
    font-size: 55px;
    margin: auto;
    text-align: center;
}

.str-feature-section .str-feature-icon-text .str-feature-text h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 35px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-feature-section .str-feature-icon-text .str-feature-text h3:before {
  left: 0;
  right: 0;
  content: '';
  width: 10px;
  bottom: 15px;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background-color: #2786f1;
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list {
  text-align: left;
  padding-left: 80px;
  padding-bottom: 10px;
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list li {
  margin-bottom: 3px;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list li:before {
  top: 3px;
  left: -20px;
  font-size: 12px;
  content: '\f30b';
  font-weight: 900;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.str-feature-section .str-feature-icon-text:after,
.str-feature-section .str-feature-icon-text:before {
  opacity: 0;
  width: 400px;
  z-index: -1;
  content: '';
  height: 360px;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.str-feature-section .str-feature-icon-text:after {
  bottom: 0;
  left: -130px;
  z-index: -1;
  background-image: url(../img/app-startup/shape/fs1.png);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.str-feature-section .str-feature-icon-text:before {
  z-index: -2;
  bottom: -70px;
  left: -120px;
  background-image: url(../img/app-startup/shape/fs2.png);
}

.str-feature-section .str-feature-icon-text:hover {
  background-color: #010004;
}

.str-feature-section .str-feature-icon-text:hover .str-feature-icon {
  background-color: #fff;
}

.str-feature-section .str-feature-icon-text:hover:after {
  opacity: 1;
  left: -90px;
}

.str-feature-section .str-feature-icon-text:hover:before {
  left: -95px;
  opacity: 1;
}

.str-feature-section .str-feature-icon-text:hover h3 {
  color: #fff;
}

.str-feature-section .str-feature-icon-text:hover h3:before {
  background-color: #fff;
}

.str-feature-section .str-feature-icon-text:hover li {
  color: #fff;
}

.str-feature-section .str-feature-icon-text:hover li:before {
  color: #fff;
}

.str-feature-section .str-feature-content {
  margin-top: 50px;
}

.str-feature-section .str-feature-content .owl-nav .owl-prev,
.str-feature-section .str-feature-content .owl-nav .owl-next {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  line-height: 40px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  background-color: #bfdafa;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-feature-section .str-feature-content .owl-nav .owl-prev:hover,
.str-feature-section .str-feature-content .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #6e24c8;
}

.str-feature-section .str-feature-content .owl-nav .owl-prev {
  left: -20px;
}

.str-feature-section .str-feature-content .owl-nav .owl-next {
  right: -20px;
}

.str-feature-section .str-feature-content .owl-stage-outer {
  overflow: visible;
}

.str-feature-section .str-feature-content .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.str-feature-section .str-feature-content .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(1) .owl-item .str-feature-text h3:before {
  background-color: #2786f1;
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(2) .owl-item .str-feature-text h3:before {
  background-color: #6e27ca;
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(3) .owl-item .str-feature-text h3:before {
  background-color: #43d3e8;
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(4) .owl-item .str-feature-text h3:before {
  background-color: #00b17f;
}

.str-feature-box {
  position: relative;
}

.str-feature-box .str-hover-icon {
  top: 10px;
  right: 5px;
  z-index: 3;
  width: 55px;
  color: #fff;
  height: 55px;
  line-height: 50px;
  position: absolute;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-image: -webkit-linear-gradient(120deg, #008df9 0%, #6006b3 100%);
  background-image: -o-linear-gradient(120deg, #008df9 0%, #6006b3 100%);
  background-image: linear-gradient(-30deg, #008df9 0%, #6006b3 100%);
}

.str-feature-box:hover .str-hover-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


/*---------------------------------------------------- */


/*abiut area*/


/*----------------------------------------------------*/

.str-about-section {
  background-color: #edf2f9;
  padding: 115px 0px 110px;
}

.str-about-section .str-aboutbg1 {
  top: -20%;
  left: 0;
}

.str-about-section .str-aboutbg2 {
  top: 20%;
  right: -5%;
}

.str-about-section .str-aboutbg3 {
  bottom: -10%;
  left: -10%;
}

.str-about-section .str-about-content .str-section-title {
  padding-bottom: 25px;
}

.str-about-section .str-about-content .str-about-textarea {
  color: #010101;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.647;
  padding-bottom: 25px;
}

.str-about-section .str-about-content .str-about-list {
  padding: 25px 0px 22px;
}

.str-about-section .str-about-content .str-about-list li {
  color: #000000;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
}

.str-about-section .str-about-content .str-about-list li:before {
  top: 0;
  left: 0;
  color: #6e24c8;
  content: '\f058';
  font-weight: 900;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
}

.str-about-section .str-about-content .str-about-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}

.str-about-section .str-about-content .str-about-img .str-about-shape {
  right: 0;
  top: 40%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.str-about-section .str-about-content .str-about-img .str-about-logo {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.str-about-section .str-about-content .str-about-img .str-about-img-field {
  width: 50%;
}

.str-about-section .str-about-content .str-about-img .str-about-pic {
  margin: 5px;
  display: inline-block;
}

.str-about-section .str-about-content .str-progress-area {
  margin-top: 20px;
  max-width: 290px;
}

.str-about-section .str-about-content .str-progress-area h3 {
  color: #17161a;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}

.str-about-section .str-about-content .str-progress-area .barfiller {
  width: 100%;
  height: 12px;
  background: #ebebeb;
  position: relative;
  margin-bottom: 16px;
}

.str-about-section .str-about-content .str-progress-area .barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%) !important;
  background-image: -o-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%) !important;
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%) !important;
}

.str-about-section .str-about-content .str-progress-area .barfiller .tipWrap {
  display: none;
}

.str-about-section .str-about-content .str-progress-area .barfiller .tip {
  left: 0px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 4px;
  background: #333;
  margin-top: -30px;
  position: absolute;
  font-family: "Poppins";
}

.str-about-section .str-about-content .str-progress-area .barfiller .tip:after {
  left: 9px;
  z-index: 9;
  content: "";
  bottom: -4px;
  border: solid;
  display: block;
  position: absolute;
  border-width: 6px 6px 0 6px;
  border-color: rgba(0, 0, 0, 0.8) transparent;
}

.str-about-section .str-about-feature-box {
  border-radius: 5px;
  padding: 25px 30px;
}

.str-about-section .str-about-feature-box .str-about-feature-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  margin-right: 25px;
  border-radius: 100%;
}

.str-about-section .str-about-feature-box .str-about-feature-icon i {
  color: #fff;
  font-size: 45px;
}

.str-about-section .str-about-feature-box .str-about-feature-text h3 {
  color: #fff;
  font-size: 24px;
  margin-top: 14px;
  font-weight: 500;
  line-height: 1.333;
}

.str-about-section .str-about-feature-area {
  padding-top: 75px;
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(1) .str-about-feature-box {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #3a006c), color-stop(49%, #510498), to(#6807c3));
  background-image: -webkit-linear-gradient(left, #3a006c 1%, #510498 49%, #6807c3 100%);
  background-image: -o-linear-gradient(left, #3a006c 1%, #510498 49%, #6807c3 100%);
  background-image: linear-gradient(90deg, #3a006c 1%, #510498 49%, #6807c3 100%);
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(1) .str-about-feature-icon {
  background-color: #683992;
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(2) .str-about-feature-box {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #6006b3), color-stop(49%, #3317b4), to(#0627b5));
  background-image: -webkit-linear-gradient(left, #6006b3 1%, #3317b4 49%, #0627b5 100%);
  background-image: -o-linear-gradient(left, #6006b3 1%, #3317b4 49%, #0627b5 100%);
  background-image: linear-gradient(90deg, #6006b3 1%, #3317b4 49%, #0627b5 100%);
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(2) .str-about-feature-icon {
  background-color: #7a40c4;
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(3) .str-about-feature-box {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #1422b5), color-stop(49%, #0c57da), to(#048cff));
  background-image: -webkit-linear-gradient(left, #1422b5 1%, #0c57da 49%, #048cff 100%);
  background-image: -o-linear-gradient(left, #1422b5 1%, #0c57da 49%, #048cff 100%);
  background-image: linear-gradient(90deg, #1422b5 1%, #0c57da 49%, #048cff 100%);
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(3) .str-about-feature-icon {
  background-color: #4464d2;
}

.str-btn {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins";
}

.str-btn i {
  color: #6e24c8;
  margin-left: 5px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-btn:before {
  bottom: -1px;
  content: '';
  height: 2px;
  width: 112px;
  position: absolute;
  background-color: #161616;
}

.str-btn:hover i {
  margin-left: 10px;
}


/*---------------------------------------------------- */


/*abiut area*/


/*----------------------------------------------------*/

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

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

.str-work-process-section {
  padding: 105px 0px 115px;
}

.str-work-process-section .str-work-icon-text .str-work-icon {
  width: 155px;
  height: 155px;
  margin: 0 auto;
  position: relative;
  line-height: 155px;
  margin-bottom: 45px;
  border-radius: 100%;
  border: 2px solid #d7e7fd;
}

.str-work-process-section .str-work-icon-text .str-work-icon i {
  color: #444444;
  font-size: 45px;
}

.str-work-process-section .str-work-icon-text .str-work-icon .str-icon-border {
  top: -10px;
  left: -10px;
  width: 170px;
  height: 170px;
  position: absolute;
  border-radius: 100%;
  border: 15px solid #4ae0f0;
  border-right-color: transparent;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation: rotate-anim 3s infinite linear;
  animation: rotate-anim 3s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.str-work-process-section .str-work-icon-text .str-work-icon .str-icon-border .work-circle-shape {
  content: '';
  height: 35px;
  width: 35px;
  right: -25px;
  top: 50px;
  position: absolute;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(120deg, #54e8ec 0%, #33cefa 100%);
  background-image: -o-linear-gradient(120deg, #54e8ec 0%, #33cefa 100%);
  background-image: linear-gradient(-30deg, #54e8ec 0%, #33cefa 100%);
  -webkit-box-shadow: -1.045px 9.945px 16px 0px rgba(52, 207, 251, 0.4);
  box-shadow: -1.045px 9.945px 16px 0px rgba(52, 207, 251, 0.4);
}

.str-work-process-section .str-work-icon-text .str-work-icon .icon-inner-shadow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-box-shadow: -1.045px 9.945px 16px 0px rgba(52, 207, 251, 0.4);
  box-shadow: -1.045px 9.945px 16px 0px rgba(52, 207, 251, 0.4);
}

.str-work-process-section .str-work-icon-text:hover .str-icon-border {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.str-work-process-section .str-work-icon-text .str-work-text h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}

.str-work-process-section .str-work-icon-text .str-work-text p {
  margin: 0 auto;
  max-width: 200px;
  padding-bottom: 5px;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn i {
  color: #494949;
  margin-left: 0;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:hover {
  color: #6e24c8;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:hover i {
  margin-left: 5px;
  color: #6e24c8;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:before {
  width: 100%;
  height: 1px;
}

.str-work-process-section .str-work-process-content {
  padding-top: 75px;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text {
  position: relative;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text:before {
  top: 70px;
  left: -50px;
  content: '';
  width: 70px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/app-startup/shape/rv1.png);
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .icon-inner-shadow {
  display: none;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .str-icon-border {
  border: 15px solid #0095ff;
  border-right-color: transparent;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .work-circle-shape {
  -webkit-box-shadow: -1.045px 9.945px 16px 0px rgba(0, 122, 255, 0.4);
  box-shadow: -1.045px 9.945px 16px 0px rgba(0, 122, 255, 0.4);
  background-image: -webkit-linear-gradient(120deg, #00bdff 0%, #007aff 100%);
  background-image: -o-linear-gradient(120deg, #00bdff 0%, #007aff 100%);
  background-image: linear-gradient(-30deg, #00bdff 0%, #007aff 100%);
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text {
  position: relative;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text:before {
  top: 70px;
  left: -50px;
  content: '';
  width: 70px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/app-startup/shape/rv2.png);
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .icon-inner-shadow {
  display: none;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .str-icon-border {
  border: 15px solid #590fb8;
  border-right-color: transparent;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .work-circle-shape {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-linear-gradient(274deg, #008df9 0%, #324add 49%, #6407c1 100%);
  background-image: -o-linear-gradient(274deg, #008df9 0%, #324add 49%, #6407c1 100%);
  background-image: linear-gradient(176deg, #008df9 0%, #324add 49%, #6407c1 100%);
}


/*---------------------------------------------------- */


/*abiut area*/


/*----------------------------------------------------*/

.str-portfolio-section:after {
  left: 0;
  top: 60px;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #edf2f9;
}

.str-portfolio-section .str-port-img-text {
  overflow: hidden;
  position: relative;
}

.str-portfolio-section .str-port-img-text:after {
  top: 85px;
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: gradient(linear, left top, left bottom, from(#a0843b), color-stop(75%, #a0843b));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 37, 65, 0)), color-stop(75%, rgba(105, 36, 245, 0.79)), to(rgba(36, 151, 245, 0.79)));
  background: -webkit-linear-gradient(top, rgba(21, 37, 65, 0) 0%, rgba(105, 36, 245, 0.79) 75%, rgba(36, 151, 245, 0.79) 100%);
  background: -o-linear-gradient(top, rgba(21, 37, 65, 0) 0%, rgba(105, 36, 245, 0.79) 75%, rgba(36, 151, 245, 0.79) 100%);
  background: linear-gradient(to bottom, rgba(21, 37, 65, 0) 0%, rgba(105, 36, 245, 0.79) 75%, rgba(36, 151, 245, 0.79) 100%);
}

.str-portfolio-section .str-port-img-text .str-port-text {
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  bottom: 0px;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.str-portfolio-section .str-port-img-text .str-port-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
}

.str-portfolio-section .str-port-img-text .str-port-text span {
  color: #fff;
}

.str-portfolio-section .str-port-img-text .str-port-text .str-port-popup {
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 8px;
  line-height: 40px;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(120deg, #00bdff 0%, #007aff 100%);
  background-image: -o-linear-gradient(120deg, #00bdff 0%, #007aff 100%);
  background-image: linear-gradient(-30deg, #00bdff 0%, #007aff 100%);
}

.str-portfolio-section .str-portfolio-area .owl-item.active.center .str-port-img-text:after {
  top: 0;
  opacity: 1;
}

.str-portfolio-section .str-portfolio-area .owl-item.active.center .str-port-img-text .str-port-text {
  opacity: 1;
  bottom: 20px;
}


/*---------------------------------------------------- */


/*abiut area*/


/*----------------------------------------------------*/

.str-testimonial_section {
  z-index: 1;
  position: relative;
  background-color: #edf2f9;
  padding: 105px 0px 100px 0px;
}

.str-testimonial_section .str-tst-vector {
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

.str-testimonial_section .carousel_preview .str-section-title h2 {
  padding-bottom: 20px;
}

.str-testimonial_content {
  padding: 20px;
  display: inline-block;
}

.str-testimonial_content .str-testimonial_rating li {
  font-size: 14px;
  color: #f6b91c;
}

.str-testimonial_content .str-testimonial_text {
  z-index: 1;
  padding: 15px 0 25px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}

.str-testimonial_content .str-testimonial_text h4 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}

.str-testimonial_name_designation .str-testimonial_img {
  height: 95px;
  width: 95px;
  border-radius: 100%;
  margin-right: 18px;
  overflow: hidden;
  border: 5px solid #fff;
}

.str-testimonial_name_designation .str-testimonial_meta {
  margin-top: 25px;
  display: inline-block;
}

.str-testimonial_name_designation .str-testimonial_meta h4 {
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}

.str-testimonial_name_designation .str-testimonial_meta p {
  font-size: 14px;
  color: #444444;
}

.str-testimonial_slider .carousel-control-prev,
.str-testimonial_slider .carousel-control-next {
  top: auto;
  left: 190px;
  bottom: 40px;
  font-size: 18px;
  color: #373a5b;
  width: 50px;
  height: 50px;
  opacity: 1;
  line-height: 58px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  margin: 0px 15px 0px 0px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 15, 44, 0.18);
  box-shadow: 0px 7px 7px 0px rgba(0, 15, 44, 0.18);
}

.str-testimonial_slider .carousel-control-prev:before,
.str-testimonial_slider .carousel-control-next:before {
  position: absolute;
  content: "\f061";
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.str-testimonial_slider .carousel-control-prev:hover,
.str-testimonial_slider .carousel-control-next:hover {
  background-color: #000;
  color: #fff;
}

.str-testimonial_slider .carousel-control-prev {
  left: 120px;
}

.str-testimonial_slider .carousel-control-prev:before {
  content: "\f060";
}

.carousel-indicators {
  position: static;
}

.str-testimonial_indicator {
  margin: 60px 20px 0 0;
  display: block;
  height: 510px;
  max-width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/app-startup/testimonial/in-bg.png);
}

.str-testimonial_indicator .carousel-indicators li {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #202020;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
}

.str-testimonial_indicator .carousel-indicators li img {
  display: block;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(1) {
  bottom: 105px;
  right: 100px;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(2) {
  left: 90px;
  bottom: 45px;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(3) {
  top: 40%;
  left: 0px;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(4) {
  top: 90px;
  left: 100px;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(5) {
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.str-testimonial_indicator .carousel-indicators li:nth-child(6) {
  right: 120px;
  top: -30px;
}

.str-testimonial_indicator .active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.str-testimonial_indicator-dot .carousel-indicators2 {
  right: 45px;
  bottom: 25px;
  position: absolute;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.str-testimonial_indicator-dot .carousel-indicators2 li {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.str-testimonial_indicator-dot .carousel-indicators2 li:before {
  content: '';
  width: 6px;
  height: 6px;
  left: 10px;
  top: 9px;
  position: absolute;
  background-color: #010101;
}

.str-testimonial_indicator-dot .carousel-indicators2 li:after {
  top: 0;
  left: 0;
  content: '';
  width: 25px;
  height: 25px;
  display: none;
  border-radius: 100%;
  border: 2px solid #010101;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-testimonial_indicator-dot .carousel-indicators2 li.active:after {
  display: block;
}


/*---------------------------------------------------- */


/*abiut area*/


/*----------------------------------------------------*/

.str-partner-section {
  padding: 50px 0px 65px;
}

.str-partner-area .owl-nav {
  display: none;
}

.str-partner-area .str-partner-img img {
  width: inherit;
  margin: 0 auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-partner-area .str-partner-img img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


/*---------------------------------------------------- */


/*abiut area*/


/*----------------------------------------------------*/

.str-newslatter-content {
  z-index: 1;
  padding: 55px 0px;
}

.str-newslatter-content:before {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .9;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #b8c7e3;
}

.str-newslatter-content .str-mail-icon {
  top: 55%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.str-newslatter-content .str-newslatter-text h2 {
  color: #010101;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
}

.str-newslatter-content .str-newslatter-text p {
  color: #010101;
  margin: 0 auto;
  font-size: 18px;
  max-width: 510px;
  padding-bottom: 25px;
}

.str-newslatter-content .str-newslatter-form {
  margin: 0 auto;
  max-width: 660px;
}

.str-newslatter-content .str-newslatter-form input {
  width: 100%;
  height: 60px;
  border: none;
  max-width: 495px;
  padding-left: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 40px 0px rgba(5, 41, 140, 0.25);
  box-shadow: 0px 6px 40px 0px rgba(5, 41, 140, 0.25);
}

.str-newslatter-content .str-newslatter-form .nws-button {
  top: 0;
  right: 0;
  position: absolute;
}

.str-newslatter-content .str-newslatter-form .nws-button button {
  color: #fff;
  width: 150px;
  height: 60px;
  border: none;
  font-weight: 700;
  border-radius: 5px;
  font-family: "Poppins";
  background-color: transparent;
  background-image: -webkit-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%) !important;
  background-image: -o-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%) !important;
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%) !important;
  background-size: 200% auto;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-newslatter-content .str-newslatter-form .nws-button button:hover {
  background-position: right center;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}


/*---------------------------------------------------- */


/*team area*/


/*----------------------------------------------------*/

.str-team-section {
  padding: 105px 0px 80px;
}

.str-team-section .str-section-title {
  padding: 0 0 30px 80px;
}

.str-team-section .str-team-title-text {
  max-width: 540px;
  padding-top: 60px;
}

.str-team-section .str-team-member-item .owl-stage-outer {
  padding-bottom: 30px;
}

.str-team-section .str-team-member-item .owl-nav .owl-next,
.str-team-section .str-team-member-item .owl-nav .owl-prev {
  top: 40%;
  border: 2px solid #1d1b4c;
}

.str-team-section .str-team-member-item .owl-nav .owl-next:hover,
.str-team-section .str-team-member-item .owl-nav .owl-prev:hover {
  background-color: #1d1b4c;
}

.str-team-img-text {
  padding-bottom: 45px;
}

.str-team-img-text .str-team-text {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 75px;
  max-width: 215px;
  overflow: hidden;
  padding: 12px 15px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-shadow: -3.536px 3.536px 40px 0px rgba(29, 27, 76, 0.15);
  box-shadow: -3.536px 3.536px 40px 0px rgba(29, 27, 76, 0.15);
}

.str-team-img-text .str-team-text h4 {
  color: #1d1b4c;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-team-img-text .str-team-text span {
  font-size: 15px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-image: -webkit-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%);
  background-image: -o-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%);
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.str-team-img-text .str-team-text p {
  opacity: 0;
  color: #c1c1c6;
  font-size: 14px;
  visibility: hidden;
  padding: 5px 0px 10px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
  transition: .3s all ease-in;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.str-team-img-text .str-team-text .str-social-team {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: .4s all ease-in;
  -o-transition: .4s all ease-in;
  transition: .4s all ease-in;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.str-team-img-text .str-team-text .str-social-team a {
  color: #5e6877;
  margin: 0px 7px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-team-img-text .str-team-text .str-social-team a:hover {
  color: #fff;
}

.str-team-img-text:hover .str-team-text {
  height: 200px;
  background-color: #010101;
}

.str-team-img-text:hover .str-team-text p,
.str-team-img-text:hover .str-team-text .str-social-team {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.str-team-img-text:hover .str-team-text span {
  color: #148eff;
  -webkit-text-fill-color: inherit;
}

.str-team-img-text:hover .str-team-text h4 {
  color: #fff;
}


/*---------------------------------------------------- */


/*get in touch area*/


/*----------------------------------------------------*/

.str-get-in-touch-section {
  padding-bottom: 110px;
}

.str-get-in-touch-section .str-get-touch-icon-text {
  z-index: 1;
  width: 100%;
  padding: 15px;
  position: relative;
  display: inline-block;
  border: 1px solid #e9eaf6;
}

.str-get-in-touch-section .str-get-touch-icon-text:after {
  top: 0;
  left: auto;
  right: 0;
  width: 0%;
  z-index: -1;
  content: '';
  height: 100%;
  position: absolute;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #1422b5), color-stop(49%, #0c57da), to(#048cff));
  background-image: -webkit-linear-gradient(left, #1422b5 1%, #0c57da 49%, #048cff 100%);
  background-image: -o-linear-gradient(left, #1422b5 1%, #0c57da 49%, #048cff 100%);
  background-image: linear-gradient(90deg, #1422b5 1%, #0c57da 49%, #048cff 100%);
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-icon {
  height: 72px;
  width: 70px;
  line-height: 70px;
  margin-right: 14px;
  background-color: #fff;
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-text {
  padding-top: 10px;
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-text h3 {
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 3px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-text span {
  color: #444444;
  font-size: 15px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-get-in-touch-section .str-get-touch-icon-text:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.str-get-in-touch-section .str-get-touch-icon-text:hover .str-get-touch-text h3,
.str-get-in-touch-section .str-get-touch-icon-text:hover .str-get-touch-text span {
  color: #fff;
}

.str-maplocation {
  top: 40%;
  left: 30%;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  -webkit-box-shadow: 0px 3px 6px 0px #082680;
  box-shadow: 0px 3px 6px 0px #082680;
}

.str-maplocation:hover .str-location-iiner {
  opacity: 1;
  visibility: visible;
}

.str-location-iiner {
  z-index: 1;
  width: 215px;
  top: -130px;
  left: -80px;
  padding: 15px;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(2, 21, 78, 0.18);
  box-shadow: 0px 0px 49px 0px rgba(2, 21, 78, 0.18);
}

.str-location-iiner:after {
  content: '';
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}

.str-location-iiner .str-location-counter {
  margin-right: 10px;
}

.str-location-iiner h4 {
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}

.str-location-iiner p {
  line-height: 1.2;
}

.str-feature-indicatior {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #082680;
}

.str-feature-indicatior .str-indicator-border1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: inherit;
  color: inherit;
  -webkit-box-shadow: 0 0 0 2px #082680;
  box-shadow: 0 0 0 2px #082680;
  -webkit-animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
  animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}


/*---------------------------------------------------- */


/*get in touch area*/


/*----------------------------------------------------*/

.str-blog-section {
  padding: 90px 0px 100px;
}

.str-blog-section .str-team-title-text {
  padding-top: 40px;
}

.str-blog-section .str-blog-area {
  padding-top: 40px;
}

.str-blog-section .str-blog-img-text:before {
  left: 0;
  top: auto;
  z-index: 1;
  bottom: 0;
  width: 100%;
  content: '';
  opacity: .8;
  height: 0%;
  position: absolute;
  background-color: #000;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.str-blog-section .str-blog-img-text .str-blog-meta {
  top: 20px;
  right: 20px;
  width: 62px;
  z-index: 3;
  color: #fff;
  height: 62px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  border-radius: 4px;
  position: absolute;
  padding-top: 10px;
  font-family: "Poppins";
  background-image: -webkit-linear-gradient(120deg, #008df9 0%, #6006b3 100%);
  background-image: -o-linear-gradient(120deg, #008df9 0%, #6006b3 100%);
  background-image: linear-gradient(-30deg, #008df9 0%, #6006b3 100%);
  -webkit-box-shadow: -1.045px 9.945px 16px 0px rgba(68, 46, 200, 0.4);
  box-shadow: -1.045px 9.945px 16px 0px rgba(68, 46, 200, 0.4);
}

.str-blog-section .str-blog-img-text .str-blog-text {
  opacity: 0;
  left: 30px;
  bottom: 55px;
  z-index: 2;
  max-width: 280px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.str-blog-section .str-blog-img-text .str-blog-text .str-post-meta {
  font-size: 14px;
  color: #dbe0e6;
}

.str-blog-section .str-blog-img-text .str-blog-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455;
  padding: 2px 0px 20px;
}

.str-blog-section .str-blog-img-text .str-blog-text .str-read-more {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 70px;
  position: relative;
  font-family: "Poppins";
}

.str-blog-section .str-blog-img-text .str-blog-text .str-read-more:before {
  left: 0;
  top: -10px;
  width: 38px;
  content: '';
  height: 38px;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: #2786f1;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.str-blog-section .str-blog-img-text .str-blog-text .str-read-more:after {
  top: 10px;
  left: 20px;
  content: '';
  width: 0px;
  height: 1px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: .75s all ease-in-out;
  -o-transition: .75s all ease-in-out;
  transition: .75s all ease-in-out;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

.str-blog-section .str-blog-img-text:hover:before {
  top: 0;
  bottom: auto;
  height: 100%;
}

.str-blog-section .str-blog-img-text:hover .str-blog-text {
  opacity: 1;
  bottom: 35px;
  visibility: visible;
}

.str-blog-section .str-blog-img-text:hover .str-blog-text .str-read-more:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.str-blog-section .str-blog-img-text:hover .str-blog-text .str-read-more:after {
  width: 35px;
}

.str-blog-section .str-blog-area .owl-nav {
  display: none;
}

.str-blog-section .str-blog-area .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.str-blog-section .str-blog-area .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  margin: 0px 8px;
  position: relative;
  display: inline-block;
  background-color: #010101;
}

.str-blog-section .str-blog-area .owl-dots .owl-dot:after {
  top: -10px;
  left: -10px;
  height: 26px;
  width: 26px;
  content: '';
  display: none;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #010101;
}

.str-blog-section .str-blog-area .owl-dots .owl-dot.active:after {
  display: block;
}


/*---------------------------------------------------- */


/*Footer area*/


/*----------------------------------------------------*/

.str-footer-area .footer-content {
  padding-bottom: 80px;
}

.str-footer-area .footer-content .str-ft-about-widget p {
  line-height: 1.688;
  padding: 15px 0px 30px;
}

.str-footer-area .footer-content .str-ft-about-widget .ft-about-btn a {
  color: #fff;
  height: 35px;
  width: 100px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  border-radius: 3px;
  text-align: center;
  font-family: "Poppins";
  -webkit-box-shadow: -1.045px 9.945px 16px 0px rgba(68, 46, 200, 0.4);
  box-shadow: -1.045px 9.945px 16px 0px rgba(68, 46, 200, 0.4);
  background-image: -webkit-linear-gradient(120deg, #008df9 0%, #6006b3 100%);
  background-image: -o-linear-gradient(120deg, #008df9 0%, #6006b3 100%);
  background-image: linear-gradient(-30deg, #008df9 0%, #6006b3 100%);
}

.str-footer-area .footer-content .str-footer-widget .str-widget-title {
  color: #080808;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 25px;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget p {
  font-size: 15px;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-footer-from {
  position: relative;
  margin-top: 25px;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget input {
  width: 100%;
  border: none;
  height: 45px;
  padding: 0px 30px;
  background-color: #eeeeee;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget button {
  top: 0;
  right: 0;
  width: 60px;
  color: #fff;
  height: 100%;
  border: none;
  position: absolute;
  background-color: #010101;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget button:hover {
  background-color: #6e24c8;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer {
  margin-top: 20px;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a {
  margin-right: 18px;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(1) {
  color: #16599b;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(2) {
  color: #03a9f4;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(3) {
  color: #ed679b;
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(4) {
  color: #87b7ff;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget {
  padding-left: 10px;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text {
  padding-bottom: 10px;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text .str-office-icon {
  margin-right: 12px;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text .str-office-icon i {
  text-shadow: -1.045px 9.945px 16px rgba(68, 46, 200, 0.4);
  background-image: -webkit-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%);
  background-image: -o-linear-gradient(325deg, #6407c1 0%, #324add 49%, #008df9 100%);
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text p {
  max-width: 140px;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.714;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-open-hour span {
  color: #010101;
  font-size: 14px;
  font-weight: 700;
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-open-hour p {
  font-size: 14px;
  padding-top: 5px;
  max-width: 150px;
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget .str-insta-feed {
  margin: 0 -5px;
}
.str-home figure.gallery-item {
  float: left;
  margin: 5px;
}
.str-footer-area .footer-content .str-footer-widget .str-insta-widget a {
  float: left;
  margin: 5px;
  position: relative;
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget a:after {
  top: 0;
  left: 0;
  opacity: .0;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #010101;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget a:hover:after {
  opacity: .8;
}

.str-footer-area .str-copywright-text {
  color: #ffff;
  padding: 15px 0;
  font-size: 14px;
  font-family: "Poppins";
  background-color: #010101;
}

.str-footer-area .str-copywright-text a {
  color: #50a2ff;
}


/*---------------------------------------------------- */


/*mobile menu area*/


/*----------------------------------------------------*/

.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1c1c1c;
  padding: 40px 0px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.str-mobile_menu_content .str-mobile-main-navigation {
  width: 100%;
}

.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.str-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  padding: 13px 15px 13px 0px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
  color: #d5d5d5;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px 0px;
  text-transform: uppercase;
}

.str-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.str-mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #5805a6;
  text-align: center;
  font-size: 30px;
  top: -44px;
  z-index: 5;
}

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.str-mobile_menu .str-mobile-main-navigation .dropdown>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
  margin-bottom: 5px;
}

.str-mobile_menu .dropdown {
  position: relative;
}

.str-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  text-align: center;
  line-height: 35px;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  padding: 0px;
  width: 36px;
  height: 35px;
}

.str-mobile_menu .str-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

.str-main-header.str-sticky-menu .str-mobile_menu_content {
  top: 15px;
}


/*---------------------------------------------------- */


/*responsive area*/


/*----------------------------------------------------*/


/* ==================================================
* 01 - media screen and (max-width: 1440px)
* 02 - media screen and (max-width: 1280px)
* 03 - media screen and (max-width: 1199px)
* 04 - media screen and (max-width: 991px)
* 05 - media screen and (max-width: 767px)
* 06 - media screen and (max-width: 680px)
* 07 - media screen and (max-width: 580px)
* 08 - media screen and (max-width: 480px)
* 09 - media screen and (max-width: 380px)
* 10 - media screen and (max-width: 320px)
================================================== */

@media screen and (max-width: 1024px) {
  .str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list {
    padding-left: 50px;
  }
  .str-about-section .str-about-content .str-about-img .str-about-shape {
    display: none;
  }
  .str-about-section .str-about-feature-box {
    padding: 25px 15px;
  }
  .str-about-section .str-about-feature-box .str-about-feature-text h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .str-mobile_menu_button {
    display: block;
  }
  .str-main-header .str-main-menu-item .str-main-navigation {
    display: none;
  }
  .str-header-top {
    display: none;
  }
  .str-sticky-menu {
    top: -15px;
  }
  .str-about-section .str-about-content .str-about-img {
    margin-left: 0;
    padding-top: 30px;
  }
  .str-about-section .str-about-feature-box {
    padding: 25px 30px;
    margin-bottom: 30px;
  }
  .str-about-section .str-about-feature-box .str-about-feature-text h3 {
    font-size: 24px;
  }
  .str-work-icon-text {
    margin-bottom: 40px;
  }
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text:before,
  .str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text:before {
    display: none;
  }
  .str-team-section .str-section-title {
    padding-left: 0;
  }
  .str-team-section .str-team-title-text {
    padding: 30px 0px;
  }
  .str-get-in-touch-section .str-get-touch-icon-text {
    margin-bottom: 30px;
  }
  .str-footer-widget {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .str-banner-slide-area .str-banner-content h1 {
    font-size: 40px;
  }
  .str-banner-slide-area .str-banner-content a {
    height: 50px;
    width: 150px;
    line-height: 50px;
  }
  .str-banner-slide-area .str-banner-content a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .str-banner-slide-area {
    padding: 200px 0px 150px;
  }
  .str-section-title h2 {
    font-size: 32px;
  }
  .str-feature-box {
    max-width: 270px;
    margin: 0 auto;
  }
  .str-feature-section .str-feature-content .owl-nav .owl-prev,
  .str-feature-section .str-feature-content .owl-nav .owl-next,
  .str-portfolio-section .str-portfolio-area .owl-nav .owl-next,
  .str-team-section .str-team-member-item .owl-nav .owl-next,
  .str-portfolio-section .str-portfolio-area .owl-nav .owl-prev,
  .str-team-section .str-team-member-item .owl-nav .owl-prev {
    position: static;
    display: inline-block;
    margin: 0 5px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .str-feature-section .str-feature-content .owl-nav,
  .str-portfolio-section .str-portfolio-area .owl-nav,
  .str-team-section .str-team-member-item .owl-nav {
    text-align: center;
    margin-top: 40px;
  }
  .str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list {
    padding-left: 80px;
  }
  .str-testimonial_indicator-dot .carousel-indicators2 {
    position: static;
    text-align: center;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .str-newslatter-content {
    padding: 40px 30px;
  }
  .str-team-img-text {
    margin: 0 auto;
    max-width: 270px;
  }
  .str-feature-section {
    padding: 25px 0px 60px;
  }
  .str-about-section {
    padding: 50px 0px;
  }
  .str-about-section .str-about-feature-area {
    padding-top: 50px;
  }
  .str-work-process-section {
    padding: 50px 0px;
  }
  .str-testimonial_section {
    padding: 50px 0px;
  }
  .str-team-section {
    padding: 50px 0px;
  }
  .str-team-section .str-team-title-text {
    padding-top: 15px;
  }
  .str-team-section .str-team-member-item .owl-nav {
    margin-top: 20px;
  }
  .str-get-in-touch-section {
    padding-bottom: 60px;
  }
  .str-blog-section {
    padding: 50px 0px;
  }
  .str-blog-section .str-team-title-text {
    padding-top: 20px;
  }
}

@media screen and (max-width: 420px) {
  .str-banner-slide-area .str-banner-content h1 {
    font-size: 34px;
  }
  .str-about-section .str-about-content .str-about-img {
    display: inline-block;
  }
  .str-about-section .str-about-content .str-about-img .str-about-img-field {
    width: 100%;
  }
  .str-about-section .str-about-content .str-about-img .str-about-logo {
    display: none;
  }
  .str-about-section .str-about-content .str-progress-area {
    max-width: 100%;
  }
  .str-section-title h2 {
    font-size: 28px;
  }
  .str-work-process-section .str-work-process-content {
    padding-top: 40px;
  }
  .str-testimonial_indicator {
    display: none;
  }
  .str-newslatter-content .str-newslatter-text h2 {
    font-size: 30px;
  }
  .str-newslatter-content .str-newslatter-text p {
    font-size: 16px;
  }
  .str-newslatter-content .str-newslatter-form .nws-button {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
  .str-newslatter-content .str-mail-icon {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .str-banner-slide-area .str-banner-content h1 {
    font-size: 30px;
  }
  .str-section-title h2 {
    font-size: 26px;
  }
  .str-about-section .str-about-feature-box .str-about-feature-text h3 {
    font-size: 20px;
  }
  .str-newslatter-content .str-newslatter-text h2 {
    font-size: 26px;
  }
}


/*---------------------------------------------------- */