/*
  Theme Name: Xisen - Creative HTML5 Template for Saas, Startup & Agency
  Author:basictheme
  Support: basictheme400@gmail.com
  Description: Creative HTML5 Template for Saas, Startup & Agency.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
 body {
	font-family: 'Hind', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #003242;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #f15144;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}

.p-relative{
	position: relative;
}

.p-absolute{
	position: absolute;
}

.blue-bg-3 {
	background: #b8dde3;
}

.mb--120{
	margin-bottom: -120px;
}

.fix{
	overflow: hidden;
}

.pl-50{
	padding-left: 50px;
}

.pr-50{
	padding-right: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Hind', sans-serif;
	font-weight: normal;
	color: #0e1133;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #758799;
	margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 0;
  padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:hover {
	background: #106fab;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}



/* header */
.header-menu ul li {
  display: inline-block;
  margin: 0 15px;
}
.header-menu {
  text-align: center;
}
.header-menu ul li a {
  color: #1a1a1a;
  position: relative;
}
.header-menu ul li a::before {
	content: "";
	width: 0;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	left: auto;
	right: 0;
	bottom: -4px;
	opacity: 0;
	transition: all 0.3s linear;
}
.header-menu ul li a:hover::before, .header-menu ul li.active a::before {
	opacity: 1;
	width: 100%;
	left: 0;
	right: auto;
	transition: all 0.2s linear;
}
.logo {
  margin-top: 4px;
}
.logo img {
	
}
.header-area {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 20px 50px;
}
.purchase-link {
	margin-top: 4px;
}
.purchase-link a {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	border: 1px solid transparent;
	line-height: 1;
	border-radius: 0;
	transition: .3s;
	background: #2b4eff;
	padding: 23px 40px;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	height: 60px;
	letter-spacing: 2px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	border-radius: 5px;
}
.purchase-link a:hover{
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}



.sticky-bar {
	position: fixed;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 15px;
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	transition:.3s ;
	-webkit-transition:.3s ;
	-moz-transition:.3s ;
	-ms-transition:.3s ;
	-o-transition:.3s ;
}
/* intro */
.page-title-area {
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover;
	background-position: center center;
	position: relative;
	min-height: 100vh;
}

.page-title-area::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient( 60deg, #690ed0 0%, #170da2 100%);
	background-image: -ms-linear-gradient( 60deg, #690ed0 0%, #170da2 100%);
	background-image: -webkit-linear-gradient( 60deg, #690ed0 0%, #170da2 100%);
	background-image: linear-gradient( 60deg, #690ed0 0%, #170da2 100%);
	opacity: .9;
}

.page-title-shape img {
	position: absolute;
  }

  .page-title-shape img.dotted-square {
	right: 22%;
	bottom: 31%;
	animation: dottedSquare 8s linear 0s infinite alternate;
	-webkit-animation: dottedSquare 8s linear 0s infinite alternate;
  }
  .page-title-shape img.solid-square {
	bottom: 19%;
	right: 25%;
	z-index: 1;
	animation: solidsquare 5s linear 0s infinite alternate;
	-webkit-animation: solidsquare 5s linear 0s infinite alternate;
  }
  .page-title-shape img.circle {
	right: 10%;
	bottom: -47%;
	animation: sliderCircle 7s linear 0s infinite alternate;
	-webkit-animation: sliderCircle 7s linear 0s infinite alternate;
  }

  @keyframes triangle{
    0%{
      transform: translateY(-100px);
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      -o-transform: translateY(-100px);
    }
    100%{
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
    }
}

@keyframes dottedSquare{
  0%{
    transform: rotate(0deg)  ;
    -webkit-transform: rotate(0deg)  ;
    -moz-transform: rotate(0deg)  ;
    -ms-transform: rotate(0deg)  ;
    -o-transform: rotate(0deg)  ;
}
  100%{
    transform: rotate(360deg)  ;
    -webkit-transform: rotate(360deg)  ;
    -moz-transform: rotate(360deg)  ;
    -ms-transform: rotate(360deg)  ;
    -o-transform: rotate(360deg)  ;
}
}

@keyframes solidsquare{
    0%{
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
    }
    25%{
      transform: translateX(50px);
      -webkit-transform: translateX(50px);
      -moz-transform: translateX(50px);
      -ms-transform: translateX(50px);
      -o-transform: translateX(50px);
    }

    100%{
      transform: translateY(100px);
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
    }
}
@keyframes sliderCircle{
    0%{
      transform: rotate(0);
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
}

    100%{
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
}
}


.intro-wrapper h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.title-area {
    padding: 150px 0;
}
.intro-wrapper h2 {
	font-size: 63px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.4;
	padding: 0 50px;
}
.intro-wrapper p {
  margin: 0;
}
.ready-wrapper > h4 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -1px;
	text-transform: capitalize;
}
.ready-wrapper > h4 span{
	color: #2b4eff ;
}
.ready-wrapper > p {
	margin: 0;
}
.intro-wrapper p {
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 35px;
}
.smoth-scroll {
	display: inline-block;
	height: 54px;
	line-height: 50px;
	border: 2px solid #1a1a1a;
	color: #222222;
	padding: 0 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 700;
	text-transform: capitalize;
	min-width: 160px;
	text-align: center;
	background: transparent;
}
.smoth-scroll:hover,.smoth-scroll:focus {
	background: #1a1a1a;
	color: #fff;
	border-color: #1a1a1a;
}

/* demo */
.demo-area {
	padding-left: 100px;
	padding-right: 100px;
}
.demo-wrapper {
	margin-bottom: 60px;
}
.demo-thumb {
	box-shadow: 0 2px 40px rgba(0,0,0,.08);
	transition: .3s;
	position: relative;
}
.demo-thumb:hover {
	box-shadow: 0 30px 65px rgba(0,0,0,.15)
}
.demo-thumb > a {
	display: block;
	overflow: hidden;
	position: relative;
}
.demo-thumb > a::before {
	background: #2b4eff;
	opacity: .8;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s;
	z-index: 1;
}
.demo-wrapper:hover .demo-thumb > a::before{
	opacity: .7;
}
.demo-wrapper:hover .demo-thumb > a img{
	transform: scale(1.05);
}
.demo-wrapper:hover .demo-thumb span{
	visibility: visible;
	opacity: 1;
	top: 50%;
}
.demo-thumb a > img {
    width: 100%;
	transition:.3s;
}
.demo-thumb img {
	max-width: 100%;
}
.demo-title > h4 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
}
.demo-title > h4 a:hover {
	color: #2b4eff ;
}
.demo-title {
	padding-top: 35px;
}
.demo-thumb span {
	transition: .3s;
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-50%);
	padding: 20px 30px;
	background: #fff;
	color: #0e1133;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	width: 215px;
	right: 0;
	margin: auto;
	border-radius: 30px;
	z-index: 2;
}
.demo-thumb span:hover {
	background: #0e1133;
	color: #fff;
}

.demo-thumb h3 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	color: #ff4646;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
	font-size: 24px;
	font-weight: 600;
}
/* features */
.bakix-features {
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 40px rgba(0,0,0,.08);
	box-shadow: 0 2px 40px rgba(0,0,0,.08);
	padding: 45px 15px;
	text-align: center;
}
.bakix-features img {
	border-radius: 5px;
	margin-bottom: 15px;
	width: 70px;
}
.bakix-features h4 {
	font-size: 19px;
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
}


/* footer */
.footer-area {
	background-size: cover;
	background-position: center right;
	position: relative;
}

.footer-area::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .75);
}
.footer-text h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.footer-text h2 i {
	font-family: "Playfair Display", Georgia, serif;
}
.footer-text p {
	color: #fff;
	margin-bottom: 30px;
	font-size: 20px;
}
.footer-text a {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	border: 1px solid transparent;
	line-height: 1;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 0px 40px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	height: 60px;
	line-height: 56px;
	letter-spacing: 2px;
	border: 2px solid #fff;
	border-radius: 4px;
}
.footer-text a:hover {
	background: #0e1133;
	color: #ffffff;
	border-color: #0e1133;
}


.various h2 {
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: -1px;
	color: #fff;
}
.various p {
	color: #fff;
}
.solid-area {
  padding-top: 150px;
  padding-bottom: 250px;
}
.shot-area {
	margin-top: -210px;
	padding-left: 50px;
	padding-right: 50px;
}
.single-shot{
	padding: 50px 15px;
}
.single-shot img {
	box-shadow: 1.294px 4.83px 25px 0px rgba(0, 22, 46, 0.1);
	border-radius: 5px;
}
.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot {
	width: 13px;
	height: 13px;
	background: #DFEDED;
	display: inline-block;
	margin: 0 6px;
	border-radius: 30px;
	display: inline-block;
}
.owl-dots .owl-dot.active {
	background: #C480EF;
}



/*--- end of custom attributes ---*/
/* 20. Preloader */
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #2b4eff;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Roboto', sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'Roboto', sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Roboto', sans-serif;
  }
}


#scrollUp {
	background: #0e1133;
	height: 60px;
	width: 60px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 59px;
}

.hero__height {
	min-height: 950px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__height {
	  min-height: 850px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__height {
	  min-height: 660px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero__height {
	  min-height: 1100px;
	}
  }
  @media (max-width: 575px) {
	.hero__height {
	  min-height: 850px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero__height-2 {
	  min-height: 1350px;
	}
  }
  @media (max-width: 575px) {
	.hero__height-2 {
	  min-height: 850px;
	}
  }
  .hero__title {
	font-size: 60px;
	line-height: 1;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero__title {
	  font-size: 55px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__title {
	  font-size: 45px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__title {
	  font-size: 35px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero__title {
	  font-size: 50px;
	}
  }
  @media (max-width: 575px) {
	.hero__title {
	  font-size: 30px;
	}
  }
  .hero__title span:first-child {
	font-weight: 300;
	display: block;
  }
  .hero__title span.yellow-shape {
	position: relative;
	z-index: 1;
  }
  .hero__title span.yellow-shape img {
	position: absolute;
	bottom: 22px;
	left: -8px;
	z-index: -1;
	-webkit-animation: section-animation 3s infinite;
	animation: section-animation 3s infinite;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__title span.yellow-shape img {
	  bottom: 12px;
	  height: 40% !important;
	}
  }
  .hero__title-2 {
	margin-bottom: 20px;
  }
  .hero__content p {
	font-size: 22px;
	color: #0e1133;
	padding-right: 215px;
	line-height: 30px;
	margin-bottom: 28px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero__content p {
	  padding-right: 90px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__content p {
	  padding-right: 30px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__content p {
	  padding-right: 0px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero__content p {
	  padding-right: 0px;
	}
  }
  @media (max-width: 575px) {
	.hero__content p {
	  padding-right: 0px;
	  color: #1a1a1a;
	}
  }
  .hero__content-2 h4 {
	font-size: 22px;
	margin-bottom: 0;
  }
  .hero__content-2 p {
	color: #53545b;
	font-size: 16px;
	margin-bottom: 37px;
  }
  .hero__thumb {
	z-index: 1;
  }
  .hero__thumb-big {
	position: relative;
  }
  .hero__thumb-big img {
	max-width: 400px;
	max-height: 460px;
	-webkit-border-radius: 40px 4px 40px 4px;
	-moz-border-radius: 40px 4px 40px 4px;
	border-radius: 40px 4px 40px 4px;
	-webkit-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
	-moz-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
	box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__thumb-big img {
	  width: 100%;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero__thumb-big img {
	  margin-top: 50px;
	  width: 100%;
	}
  }
  @media (max-width: 575px) {
	.hero__thumb-big img {
	  margin-top: 50px;
	  width: 100%;
	}
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero__thumb-sm {
	  margin-left: -50px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__thumb-sm {
	  margin-left: -160px;
	  margin-top: -95px;
	}
  }
  .hero__thumb-sm img {
	max-width: 200px;
	max-height: 240px;
	-webkit-border-radius: 4px 40px 4px 40px;
	-moz-border-radius: 4px 40px 4px 40px;
	border-radius: 4px 40px 4px 40px;
	-webkit-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
	-moz-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
	box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  }
  .hero__thumb-shape img {
	position: absolute;
	z-index: -1;
  }
  .hero__thumb-shape img.hero-1-dot {
	bottom: -25px;
	left: -30px;
	-webkit-animation: hero-dot-1 5s linear 0s infinite alternate;
	-moz-animation: hero-dot-1 5s linear 0s infinite alternate;
	-o-animation: hero-dot-1 5s linear 0s infinite alternate;
	animation: hero-dot-1 5s linear 0s infinite alternate;
  }
  .hero__thumb-shape img.hero-1-circle-3 {
	bottom: -47px;
	right: 1%;
  }
  .hero__thumb-shape img.hero-1-circle-4 {
	top: -50px;
	right: 10%;
  }
  .hero__thumb-2 {
	position: relative;
	z-index: 1;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero__thumb-2 img.hero-big {
	  width: 100%;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__thumb-2 img.hero-big {
	  width: 100%;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__thumb-2 img.hero-big {
	  width: 100%;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero__thumb-2 img.hero-big {
	  width: 100%;
	}
  }
  @media (max-width: 575px) {
	.hero__thumb-2 img.hero-big {
	  width: 100%;
	}
  }
  .hero__thumb-2 img.hero-shape-purple {
	position: absolute;
	left: 0;
	bottom: 19%;
	z-index: -1;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero__thumb-2 img.hero-shape-purple {
	  width: 100%;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__thumb-2 img.hero-shape-purple {
	  width: 100%;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__thumb-2 img.hero-shape-purple {
	  width: 100%;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero__thumb-2 img.hero-shape-purple {
	  width: 100%;
	}
  }
  @media (max-width: 575px) {
	.hero__thumb-2 img.hero-shape-purple {
	  width: 100%;
	}
  }
  .hero__quote {
	position: absolute;
	bottom: 60px;
	right: -200px;
	padding: 15px 25px;
	padding-bottom: 20px;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
	-moz-box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
	box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero__quote {
	  right: -145px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__quote {
	  right: 60px;
	  bottom: -50px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__quote {
	  right: 30px;
	  bottom: -50px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero__quote {
	  right: 30px;
	  bottom: -50px;
	}
  }
  @media (max-width: 575px) {
	.hero__quote {
	  right: 15px;
	  bottom: -50px;
	}
  }
  .hero__quote span {
	font-size: 14px;
	color: #474956;
  }
  .hero__quote h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
  }
  .hero__quote-animation {
	animation-duration: 2.5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: hero-bounce;
  }
  .hero__shape img {
	position: absolute;
  }
  .hero__shape img.hero-1-circle {
	top: 25%;
	left: 5%;
	-webkit-animation: hero-circle-1 6s linear 0s infinite alternate;
	-moz-animation: hero-circle-1 6s linear 0s infinite alternate;
	-o-animation: hero-circle-1 6s linear 0s infinite alternate;
	animation: hero-circle-1 6s linear 0s infinite alternate;
  }
  .hero__shape img.hero-1-circle-2 {
	bottom: 29%;
	left: 0;
  }
  .hero__shape img.hero-1-dot-2 {
	right: 0;
	bottom: 38%;
  }
  .hero__search-input {
	position: relative;
	width: 370px;
  }
  @media (max-width: 575px) {
	.hero__search-input {
	  width: 100%;
	}
  }


  .hero__class-thumb img {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  }
  .hero__class-text h5 {
	font-size: 16px;
	margin-bottom: 0;
  }
  .hero__class-text p {
	font-size: 14px;
	color: #474956;
	margin-bottom: 0;
  }
  .hero__class-text a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	padding: 0 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #e233fb;
  }
  .hero__mic {
	position: absolute;
	top: 30%;
	right: 10%;
	animation-duration: 2.5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: hero-bounce;
  }
  .hero__mic span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #ff3c4e;
	-webkit-box-shadow: 0px 14px 30px 0px rgba(131, 2, 14, 0.2);
	-moz-box-shadow: 0px 14px 30px 0px rgba(131, 2, 14, 0.2);
	box-shadow: 0px 14px 30px 0px rgba(131, 2, 14, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  .hero__mic span svg {
	height: 28px;
	fill: #ffffff;
  }

  @keyframes hero-circle-1 {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }

  @keyframes section-animation {
	0% {
	  width: 0;
	}
	15% {
	  width: 100%;
	}
	85% {
	  opacity: 1;
	}
	90% {
	  width: 100%;
	  opacity: 0;
	}
	to {
	  width: 0;
	  opacity: 0;
	}
  }