/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html,body {
	height: 100%;
	margin: 0;
}
*{
	padding:0;
	margin:0;
}
body {
	margin: 0;
}
.text-white p {
	color: #D0D0D0 !important;
}
.section-middle{
	margin-left: auto;
	margin-right:auto;
}
.container, .elementor-section.elementor-section-boxed .elementor-container {
	max-width: 1240px !important;
}
.container-fluid, .sorex-section-space .elementor-container,.section-middle {
	max-width: 1520px !important;
}
a, button {
	color: inherit;
	outline: none;
	border: none;
	background: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
	.sorex-section-space,.slider__area{
		padding-left:2.5% !important;
		padding-right:2.5% !important;
	}
	.header__area, .footer__area {
		padding-left: 2.5% !important;
		padding-right: 2.5% !important;
	}
	.section-middle{
		margin-left:2.5%;
		margin-right:2.5%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.sorex-section-space,.slider__area{
		padding-left:30px !important;
		padding-right:30px !important;
	}
	.header__area, .footer__area {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.section-middle{
		margin-left:30px;
		margin-right:30px;
	}
}

#hero-area .elementor-container {
	max-width: initial !important;
}
img{
	max-width:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	text-decoration:none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration:none;
}
.mfp-wrap{
	z-index:12000;
}
.slicknav_menu{
	display:none;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
figure {
  margin: 0 0 1rem;
}
.size-full.alignright {
  margin-bottom: 35px;
  clear: both;
}
/* i.fas {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
} */
.fal, .far {
	font-family: "Font Awesome 5 Pro" !important;
}
.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
.wpb_content_element {
    margin-bottom: 20px !important;
}
.wpb_content_element:last-child{
	margin:0 !important;
}

ul li, ol li {
	color: var(--it-text-body);
	font-weight: 500;
	font-weight: 400 !important;
}
#scrollUp {
	right:30px;
	z-index: 33;
	bottom:40px;
	text-align: center;
}
#scrollUp i {
	height: 46px;
	width: 46px;
	line-height: 44px !important;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.32);
	border-radius: 3px;
	font-size: 25px !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	color: #555;
	border-radius: 100%;
}
#scrollUp i:hover {
	background: #042860;
	color: #fff;
}
.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.mt-5{
    margin-top:5px !important
}
.mt-10{
    margin-top:10px
}
.mt-15{
    margin-top:15px
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25{
    margin-top:25px
}
.mt-30{
    margin-top:30px
}
.mt-35{
    margin-top:35px
}
.mt-40{
    margin-top:40px
}
.mt-45{
    margin-top:45px
}
.mt-50{
    margin-top:50px
}
.mt-55{
    margin-top:55px
}
.mt-60{
    margin-top:60px
}
.mt-65{
    margin-top:65px
}
.mt-70{
    margin-top:70px
}
.mt-75{
    margin-top:75px
}
.mt-80{
    margin-top:80px
}
.mt-85{
    margin-top:85px
}
.mt-90{
    margin-top:90px
}
.mt-95{
    margin-top:95px
}
.mt-100{
    margin-top:100px
}
.mt-105{
    margin-top:105px
}
.mt-110{
    margin-top:110px
}
.mt-115{
    margin-top:115px
}
.mt-120{
    margin-top:120px
}
.mt-125{
    margin-top:125px
}
.mt-130{
    margin-top:130px
}
.mt-135{
    margin-top:135px
}
.mt-140{
    margin-top:140px
}
.mt-145{
    margin-top:145px
}
.mt-150{
    margin-top:150px
}
.mt-155{
    margin-top:155px
}
.mt-160{
    margin-top:160px
}
.mt-165{
    margin-top:165px
}
.mt-170{
    margin-top:170px
}
.mt-175{
    margin-top:175px
}
.mt-180{
    margin-top:180px
}
.mt-185{
    margin-top:185px
}
.mt-190{
    margin-top:190px
}
.mt-195{
    margin-top:195px
}
.mt-200{
    margin-top:200px
}
.mb-5{
    margin-bottom:5px !important
}
.mb-10{
    margin-bottom:10px
}
.mb-15{
    margin-bottom:15px
}
.mb-20{
    margin-bottom:20px
}
.mb-25{
    margin-bottom:25px
}
.mb-30{
    margin-bottom:30px
}
.mb-35{
    margin-bottom:35px
}
.mb-40{
    margin-bottom:40px
}
.mb-45{
    margin-bottom:45px
}
.mb-50{
    margin-bottom:50px
}
.mb-55{
    margin-bottom:55px
}
.mb-60{
    margin-bottom:60px
}
.mb-65{
    margin-bottom:65px
}
.mb-70{
    margin-bottom:70px
}
.mb-75{
    margin-bottom:75px
}
.mb-80{
    margin-bottom:80px
}
.mb-85{
    margin-bottom:85px
}
.mb-90{
    margin-bottom:90px
}
.mb-95{
    margin-bottom:95px
}
.mb-100{
    margin-bottom:100px
}
.mb-105{
    margin-bottom:105px
}
.mb-110{
    margin-bottom:110px
}
.mb-115{
    margin-bottom:115px
}
.mb-120{
    margin-bottom:120px
}
.mb-125{
    margin-bottom:125px
}
.mb-130{
    margin-bottom:130px
}
.mb-135{
    margin-bottom:135px
}
.mb-140{
    margin-bottom:140px
}
.mb-145{
    margin-bottom:145px
}
.mb-150{
    margin-bottom:150px
}
.mb-155{
    margin-bottom:155px
}
.mb-160{
    margin-bottom:160px
}
.mb-165{
    margin-bottom:165px
}
.mb-170{
    margin-bottom:170px
}
.mb-175{
    margin-bottom:175px
}
.mb-180{
    margin-bottom:180px
}
.mb-185{
    margin-bottom:185px
}
.mb-190{
    margin-bottom:190px
}
.mb-195{
    margin-bottom:195px
}
.mb-200{
    margin-bottom:200px
}
.ml-5{
    margin-left:5px
}
.ml-10{
    margin-left:10px
}
.ml-15{
    margin-left:15px
}
.ml-20{
    margin-left:20px
}
.ml-25{
    margin-left:25px
}
.ml-30{
    margin-left:30px
}
.ml-35{
    margin-left:35px
}
.ml-40{
    margin-left:40px
}
.ml-45{
    margin-left:45px
}
.ml-50{
    margin-left:50px
}
.ml-55{
    margin-left:55px
}
.ml-60{
    margin-left:60px
}
.ml-65{
    margin-left:65px
}
.ml-70{
    margin-left:70px
}
.ml-75{
    margin-left:75px
}
.ml-80{
    margin-left:80px
}
.ml-85{
    margin-left:85px
}
.ml-90{
    margin-left:90px
}
.ml-95{
    margin-left:95px
}
.ml-100{
    margin-left:100px
}
.ml-105{
    margin-left:105px
}
.ml-110{
    margin-left:110px
}
.ml-115{
    margin-left:115px
}
.ml-120{
    margin-left:120px
}
.ml-125{
    margin-left:125px
}
.ml-130{
    margin-left:130px
}
.ml-135{
    margin-left:135px
}
.ml-140{
    margin-left:140px
}
.ml-145{
    margin-left:145px
}
.ml-150{
    margin-left:150px
}
.ml-155{
    margin-left:155px
}
.ml-160{
    margin-left:160px
}
.ml-165{
    margin-left:165px
}
.ml-170{
    margin-left:170px
}
.ml-175{
    margin-left:175px
}
.ml-180{
    margin-left:180px
}
.ml-185{
    margin-left:185px
}
.ml-190{
    margin-left:190px
}
.ml-195{
    margin-left:195px
}
.ml-200{
    margin-left:200px
}
.mr-5{
    margin-right:5px
}
.mr-10{
    margin-right:10px
}
.mr-15{
    margin-right:15px
}
.mr-20{
    margin-right:20px
}
.mr-25{
    margin-right:25px
}
.mr-30{
    margin-right:30px
}
.mr-35{
    margin-right:35px
}
.mr-40{
    margin-right:40px
}
.mr-45{
    margin-right:45px
}
.mr-50{
    margin-right:50px
}
.mr-55{
    margin-right:55px
}
.mr-60{
    margin-right:60px
}
.mr-65{
    margin-right:65px
}
.mr-70{
    margin-right:70px
}
.mr-75{
    margin-right:75px
}
.mr-80{
    margin-right:80px
}
.mr-85{
    margin-right:85px
}
.mr-90{
    margin-right:90px
}
.mr-95{
    margin-right:95px
}
.mr-100{
    margin-right:100px
}
.mr-105{
    margin-right:105px
}
.mr-110{
    margin-right:110px
}
.mr-115{
    margin-right:115px
}
.mr-120{
    margin-right:120px
}
.mr-125{
    margin-right:125px
}
.mr-130{
    margin-right:130px
}
.mr-135{
    margin-right:135px
}
.mr-140{
    margin-right:140px
}
.mr-145{
    margin-right:145px
}
.mr-150{
    margin-right:150px
}
.mr-155{
    margin-right:155px
}
.mr-160{
    margin-right:160px
}
.mr-165{
    margin-right:165px
}
.mr-170{
    margin-right:170px
}
.mr-175{
    margin-right:175px
}
.mr-180{
    margin-right:180px
}
.mr-185{
    margin-right:185px
}
.mr-190{
    margin-right:190px
}
.mr-195{
    margin-right:195px
}
.mr-200{
    margin-right:200px
}
.pt-5{
    padding-top:5px !important
}
.pt-10{
    padding-top:10px
}
.pt-15{
    padding-top:15px
}
.pt-20{
    padding-top:20px
}
.pt-25{
    padding-top:25px
}
.pt-30{
    padding-top:30px
}
.pt-35{
    padding-top:35px
}
.pt-40{
    padding-top:40px
}
.pt-45{
    padding-top:45px
}
.pt-50{
    padding-top:50px
}
.pt-55{
    padding-top:55px
}
.pt-60{
    padding-top:60px
}
.pt-65{
    padding-top:65px
}
.pt-70{
    padding-top:70px
}
.pt-75{
    padding-top:75px
}
.pt-80{
    padding-top:80px
}
.pt-85{
    padding-top:85px
}
.pt-90{
    padding-top:90px
}
.pt-95{
    padding-top:95px
}
.pt-100{
    padding-top:100px
}
.pt-105{
    padding-top:105px
}
.pt-110{
    padding-top:110px
}
.pt-115{
    padding-top:115px
}
.pt-120{
    padding-top:120px
}
.pt-125{
    padding-top:125px
}
.pt-130{
    padding-top:130px
}
.pt-135{
    padding-top:135px
}
.pt-140{
    padding-top:140px
}
.pt-145{
    padding-top:145px
}
.pt-150{
    padding-top:150px
}
.pt-155{
    padding-top:155px
}
.pt-160{
    padding-top:160px
}
.pt-165{
    padding-top:165px
}
.pt-170{
    padding-top:170px
}
.pt-175{
    padding-top:175px
}
.pt-180{
    padding-top:180px
}
.pt-185{
    padding-top:185px
}
.pt-190{
    padding-top:190px
}
.pt-195{
    padding-top:195px
}
.pt-200{
    padding-top:200px
}
.pb-5{
    padding-bottom:5px !important
}
.pb-10{
    padding-bottom:10px
}
.pb-15{
    padding-bottom:15px
}
.pb-20{
    padding-bottom:20px
}
.pb-25{
    padding-bottom:25px
}
.pb-30{
    padding-bottom:30px
}
.pb-35{
    padding-bottom:35px
}
.pb-40{
    padding-bottom:40px
}
.pb-45{
    padding-bottom:45px
}
.pb-50{
    padding-bottom:50px
}
.pb-55{
    padding-bottom:55px
}
.pb-60{
    padding-bottom:60px
}
.pb-65{
    padding-bottom:65px
}
.pb-70{
    padding-bottom:70px
}
.pb-75{
    padding-bottom:75px
}
.pb-80{
    padding-bottom:80px
}
.pb-85{
    padding-bottom:85px
}
.pb-90{
    padding-bottom:90px
}
.pb-95{
    padding-bottom:95px
}
.pb-100{
    padding-bottom:100px
}
.pb-105{
    padding-bottom:105px
}
.pb-110{
    padding-bottom:110px
}
.pb-115{
    padding-bottom:115px
}
.pb-120{
    padding-bottom:120px
}
.pb-125{
    padding-bottom:125px
}
.pb-130{
    padding-bottom:130px
}
.pb-135{
    padding-bottom:135px
}
.pb-140{
    padding-bottom:140px
}
.pb-145{
    padding-bottom:145px
}
.pb-150{
    padding-bottom:150px
}
.pb-155{
    padding-bottom:155px
}
.pb-160{
    padding-bottom:160px
}
.pb-165{
    padding-bottom:165px
}
.pb-170{
    padding-bottom:170px
}
.pb-175{
    padding-bottom:175px
}
.pb-180{
    padding-bottom:180px
}
.pb-185{
    padding-bottom:185px
}
.pb-190{
    padding-bottom:190px
}
.pb-195{
    padding-bottom:195px
}
.pb-200{
    padding-bottom:200px
}
.pl-5{
    padding-left:5px
}
.pl-10{
    padding-left:10px
}
.pl-15{
    padding-left:15px
}
.pl-20{
    padding-left:20px
}
.pl-25{
    padding-left:25px
}
.pl-30{
    padding-left:30px
}
.pl-35{
    padding-left:35px
}
.pl-40{
    padding-left:40px
}
.pl-45{
    padding-left:45px
}
.pl-50{
    padding-left:50px
}
.pl-55{
    padding-left:55px
}
.pl-60{
    padding-left:60px
}
.pl-65{
    padding-left:65px
}
.pl-70{
    padding-left:70px
}
.pl-75{
    padding-left:75px
}
.pl-80{
    padding-left:80px
}
.pl-85{
    padding-left:85px
}
.pl-90{
    padding-left:90px
}
.pl-95{
    padding-left:95px
}
.pl-100{
    padding-left:100px
}
.pl-105{
    padding-left:105px
}
.pl-110{
    padding-left:110px
}
.pl-115{
    padding-left:115px
}
.pl-120{
    padding-left:120px
}
.pl-125{
    padding-left:125px
}
.pl-130{
    padding-left:130px
}
.pl-135{
    padding-left:135px
}
.pl-140{
    padding-left:140px
}
.pl-145{
    padding-left:145px
}
.pl-150{
    padding-left:150px
}
.pl-155{
    padding-left:155px
}
.pl-160{
    padding-left:160px
}
.pl-165{
    padding-left:165px
}
.pl-170{
    padding-left:170px
}
.pl-175{
    padding-left:175px
}
.pl-180{
    padding-left:180px
}
.pl-185{
    padding-left:185px
}
.pl-190{
    padding-left:190px
}
.pl-195{
    padding-left:195px
}
.pl-200{
    padding-left:200px
}
.pr-5{
    padding-right:5px
}
.pr-10{
    padding-right:10px
}
.pr-15{
    padding-right:15px
}
.pr-20{
    padding-right:20px
}
.pr-25{
    padding-right:25px
}
.pr-30{
    padding-right:30px
}
.pr-35{
    padding-right:35px
}
.pr-40{
    padding-right:40px
}
.pr-45{
    padding-right:45px
}
.pr-50{
    padding-right:50px
}
.pr-55{
    padding-right:55px
}
.pr-60{
    padding-right:60px
}
.pr-65{
    padding-right:65px
}
.pr-70{
    padding-right:70px
}
.pr-75{
    padding-right:75px
}
.pr-80{
    padding-right:80px
}
.pr-85{
    padding-right:85px
}
.pr-90{
    padding-right:90px
}
.pr-95{
    padding-right:95px
}
.pr-100{
    padding-right:100px
}
.pr-105{
    padding-right:105px
}
.pr-110{
    padding-right:110px
}
.pr-115{
    padding-right:115px
}
.pr-120{
    padding-right:120px
}
.pr-125{
    padding-right:125px
}
.pr-130{
    padding-right:130px
}
.pr-135{
    padding-right:135px
}
.pr-140{
    padding-right:140px
}
.pr-145{
    padding-right:145px
}
.pr-150{
    padding-right:150px
}
.pr-155{
    padding-right:155px
}
.pr-160{
    padding-right:160px
}
.pr-165{
    padding-right:165px
}
.pr-170{
    padding-right:170px
}
.pr-175{
    padding-right:175px
}
.pr-180{
    padding-right:180px
}
.pr-185{
    padding-right:185px
}
.pr-190{
    padding-right:190px
}
.pr-195{
    padding-right:195px
}
.pr-200{
    padding-right:200px
}
.owl-theme .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid var(--it-theme-1);
	background-color: transparent !important;
	opacity: 1;
	margin: 0 5px;
	transition: 0.3s;
  }
  .owl-theme .owl-dots .owl-dot.active span {
	border-color: transparent;
	background: var(--it-theme-1) !important;
  }
  .owl-theme .owl-dots {
	margin-top: 50px;
  }
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #232323;
	font-size: 15px;
	line-height: 24px;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6 a {
	position: relative;
	line-height: 120%;
	word-wrap: break-word;
	font-weight: 700;
}
p {
	color: #555;
	margin: 0;
	line-height: 24px;
}
img,a,input,h1, h2, h3, h4, h5, h6,span{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
ul, ul li{
	margin:0;
	list-style:none;
}
pre {
	background: #f6f6f6;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

.text-right {
	text-align: right;
}

.vc_wp_custommenu.wpb_content_element{
	margin:0 !important;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    color: #333 !important;
    padding: 0;
    top: 0;
    right: 0;
    text-align: center;
}
.owl-carousel .owl-item img {
	width: initial;
}
.owl-carousel .owl-controls .owl-nav div {
	height: 50px;
	width: 50px;
	background-color: var(--it-theme-1);
	border-radius: 50%;
	line-height: 53px;
	text-align: center;
	color: var(--it-common-black);
	margin: 0px 10px;
	transition: 0.4s;
	padding: 0;
	font-size: 25px;
	font-size: 15px;
}
.owl-carousel .owl-controls .owl-nav div i {
	font-size: inherit !important;
}
.owl-carousel .owl-controls .owl-nav div:hover {
  background: var(--it-theme-1);
  color: #fff;
}






:root {
	/**
	@font family declaration
	*/
	--it-ff-body: 'Rubik', sans-serif;
	--it-ff-heading: 'Poppins', sans-serif;
	--it-ff-fontawesome: Font Awesome 5 Pro;
	/**
	@color declaration
	*/
	--it-common-white: #ffffff;
	--it-common-white-2: #d0d0d0;
	--it-common-black: #232323;
	--it-common-black-2: #292930;
	--it-common-black-3: #3a3a42;
	--it-common-black-4: #e2e2e2;
	--it-common-black-5: #2b2b32;
	--it-common-black-6: #31303f;
	--it-common-black-7: #1d1d25;
	--it-common-black-8: #292931;
	--it-common-sky: #ebf8fb;
	--it-common-pink: #fff4f4;
	--it-common-pink-2: #ffadad;
	--it-common-pink-3: #fb87e1;
	--it-common-pink-4: #ff9c9c;
	--it-common-pink-5: #ffbebe;
	--it-common-blue: #83adff;
	--it-common-blue-2: #e4edff;
	--it-common-blue-3: #2e3bbb;
	--it-common-blue-4: #4a6ef0;
	--it-common-blue-5: #eff2fe;
	--it-common-paste: #59c9da;
	--it-common-paste-2: #daf3f7;
	--it-common-paste-3: #57c9da;
	--it-common-green: #5ef794;
	--it-common-red: #ffadad;
	--it-common-red-2: #ffeded;
	--it-common-yellow: #fff6d6;
	--it-common-yellow-2: #fff1c9;
	--it-common-yellow-3: #fff3c8;
	--it-heading-primary: #232323;
	--it-grey-1: #fffcf3;
	--it-grey-2: #fafafa;
	--it-text-body: #636363;
	--it-theme-1: #ffdc60;
	--it-border-1: #dddddd;
	--it-border-2: #595252;
  }
  
  @media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	  max-width: 1200px;
	}
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: 30px;
  }
  
  * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  /*---------------------------------
	  typography css start 
  ---------------------------------*/
  body {
	font-family: var(--it-ff-body);
	font-size: 15px;
	font-weight: 400;
	color: var(--it-text-body);
	line-height: 1.3;
	overflow-x: hidden;
  }
  
  body.monserat {
	font-family: var(--it-ff-monserat);
  }
  
  a {
	text-decoration: none;
	transition: 0.3s;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	font-family: var(--it-ff-heading);
	color: var(--it-heading-primary);
	margin-top: 0px;
	font-weight: 700;
	line-height: 1.1;
	-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;
  }
  
  img {
	max-width: 100%;
  }
  
  h1 {
	font-size: 40px;
  }
  
  h2 {
	font-size: 32px;
  }
  
  h3 {
	font-size: 28px;
  }
  
  h4 {
	font-size: 24px;
  }
  
  h5 {
	font-size: 20px;
  }
  
  h6 {
	font-size: 16px;
  }
  
  ul {
	margin: 0px;
	padding: 0px;
  }
  
  p {
	color: var(--it-text-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
  }
  
  .z-index {
	position: relative;
	z-index: 2;
  }
  
  .z-index-3 {
	position: relative;
	z-index: 3;
  }
  
  .z-index-4 {
	position: relative;
	z-index: 4;
  }
  
  .z-index-5 {
	position: relative;
	z-index: 5;
  }
  
  .z-index-6 {
	position: relative;
	z-index: 6;
  }
  
  a,
  .btn,
  button,
  input,
  select,
  textarea,
  li,
  img,
  .transition-3,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	-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 {
	color: inherit;
	text-decoration: none;
  }
  
  a,
  button {
	color: inherit;
	outline: none;
	border: none;
	background: transparent;
  }
  
  button:hover {
	cursor: pointer;
  }
  
  button:focus {
	outline: 0;
  }
  
  .uppercase {
	text-transform: uppercase;
  }
  
  .capitalize {
	text-transform: capitalize;
  }
  
  input,
  textarea {
	outline: none;
	color: var(--it-common-black);
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
	color: #70737D;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
	color: #70737D;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
	color: #70737D;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
	color: #70737D;
  }
  
  input[type=color] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 0;
	cursor: pointer;
	height: 100%;
	width: 100%;
	padding: 0;
	border-radius: 50%;
  }
  
  *::-moz-selection {
	background: var(--it-theme-1);
	color: var(--it-common-white);
	text-shadow: none;
  }
  
  ::-moz-selection {
	background: var(--it-theme-1);
	color: var(--it-common-white);
	text-shadow: none;
  }
  
  ::selection {
	background: var(--it-theme-1);
	color: var(--it-common-white);
	text-shadow: none;
  }
  
  *::-moz-placeholder {
	color: var(--it-common-black);
	font-size: var(--it-fz-body);
	opacity: 1;
  }
  
  *::placeholder {
	color: var(--it-common-black);
	font-size: var(--it-fz-body);
	opacity: 1;
  }
  
  /*---------------------------------
	  common classes css start 
  ---------------------------------*/
  .w-img img {
	width: 100%;
  }
  
  .m-img img {
	max-width: 100%;
  }
  
  .fix {
	overflow: hidden;
  }
  
  .clear {
	clear: both;
  }
  
  .f-left {
	float: left;
  }
  
  .f-right {
	float: right;
  }
  
  .overflow-y-visible {
	overflow-x: hidden;
	overflow-y: visible;
  }
  
  .p-relative {
	position: relative;
  }
  
  .p-absolute {
	position: absolute;
  }
  
  .include-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }
  
  .gx-10 {
	--bs-gutter-x: 10px;
  }
  
  .gx-30 {
	--bs-gutter-x: 30px;
  }
  
  .gx-40 {
	--bs-gutter-x: 40px;
  }
  
  .gx-50 {
	--bs-gutter-x: 12px;
  }
  
  .gx-60 {
	--bs-gutter-x: 65px;
  }
  
  .gx-20 {
	--bs-gutter-x: 20px;
  }
  
  .gx-25 {
	--bs-gutter-x: 25px;
  }
  
  .gx-60 {
	--bs-gutter-x: 60px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.gx-60 {
	  --bs-gutter-x: 40px;
	}
  }
/*--- Spacing
-----------------------------------------*/
.main-btn {
	display: inline-block;
	background-color: var(--it-theme-1);
	height: 62px;
	line-height: 64px;
	border-radius: 30px;
	padding: 0 52px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 1s;
  }
  .buttons.theme-2 a {
	background: #FFFFFF;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.main-btn {
	  height: 48px;
	  line-height: 48px;
	  padding: 0 28px;
	}
  }
  .main-btn span {
	position: relative;
	z-index: 99;
	transition: 0.7s;
	color: var(--it-common-black);
  }
  .main-btn.white-bg {
	background-color: var(--it-common-white);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .main-btn:hover {
	transition-delay: 0.3s;
	background-color: var(--it-common-black);
  }
  .main-btn:hover span {
	color: var(--it-common-white);
  }
  .main-btn.alt-color-white:hover span {
	color: var(--it-common-black);
  }
  
  .it-btn {
	display: inline-block;
	background-color: var(--it-theme-1);
	color: var(--it-common-black);
	height: 52px;
	line-height: 52px;
	border-radius: 30px;
	padding: 0 30px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  .it-btn.white-bg {
	background-color: var(--it-common-white);
  }
  .it-btn span {
	position: relative;
	z-index: 99;
	transition: 0.7s;
	color: var(--it-common-black);
  }
  .main-btn i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: var(--it-common-white);
	line-height: 34px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	color: var(--it-common-black);
	margin-left: 10px;
  }
  .it-btn:hover {
	transition-delay: 0.3s;
  }
  .it-btn:hover span {
	color: var(--it-common-white);
  }
  
  .yellow-btn {
	display: inline-block;
	background-color: var(--it-theme-1);
	color: var(--it-common-black);
	height: 52px;
	line-height: 52px;
	border-radius: 7px;
	width: 180px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.yellow-btn {
	  font-size: 16px;
	}
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.yellow-btn {
	  font-size: 15px;
	}
  }
  @media (max-width: 767px) {
	.yellow-btn {
	  font-size: 15px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.yellow-btn {
	  font-size: 15px;
	}
  }
  .yellow-btn.grey-bg {
	background-color: #eff2f9;
  }
  .yellow-btn span {
	position: relative;
	z-index: 99;
	transition: 0.7s;
	color: var(--it-common-black);
  }
  .yellow-btn:hover span {
	color: var(--it-common-white);
  }
  
  .yellow-btn-sm {
	display: inline-block;
	background-color: #f1f1f1;
	color: var(--it-common-black);
	height: 40px;
	line-height: 40px;
	border-radius: 7px;
	padding: 0 40px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.yellow-btn-sm {
	  font-size: 16px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.yellow-btn-sm {
	  font-size: 15px;
	}
  }
  @media (max-width: 767px) {
	.yellow-btn-sm {
	  font-size: 15px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.yellow-btn-sm {
	  font-size: 15px;
	}
  }
  .yellow-btn-sm.yellow-bg {
	background-color: var(--it-theme-1);
	transition: 0.3s;
  }
  .yellow-btn-sm.yellow-bg:hover {
	background: var(--it-common-black);
	color: var(--it-common-white);
  }
  .yellow-btn-sm:hover {
	background: var(--it-theme-1);
	color: var(--it-common-black);
  }
  
  .white-btn {
	display: inline-block;
	background-color: var(--it-common-white);
	color: var(--it-common-black);
	height: 62px;
	line-height: 64px;
	border-radius: 30px;
	padding: 0 52px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.white-btn {
	  height: 50px;
	  line-height: 52px;
	  padding: 0 42px;
	}
  }
  .white-btn span {
	position: relative;
	z-index: 99;
	transition: 0.7s;
	color: var(--it-common-black);
	font-size: 17px;
	font-weight: 500;
  }
  .white-btn.alt-color:hover span {
	color: var(--it-common-white);
  }
  
  .main-btn-sm {
	display: inline-block;
	background-color: var(--it-theme-1);
	color: var(--it-common-black);
	height: 52px;
	line-height: 52px;
	border-radius: 30px;
	padding: 0 33px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.7s;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-btn-sm {
	  padding: 0px 25px;
	}
  }
  .main-btn-sm.alt-color-white:hover {
	color: var(--it-common-black);
  }
  .main-btn-sm span {
	position: relative;
	z-index: 99;
  }
  .main-btn-sm:hover {
	background-color: var(--it-common-black);
	color: var(--it-common-white);
  }
  
  .border-btn {
	display: inline-block;
	background-color: var(--it-common-white);
	color: var(--it-common-black);
	border: 1px solid var(--it-theme-1);
	height: 52px;
	line-height: 52px;
	border-radius: 30px;
	padding: 0 33px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  .border-btn span {
	position: relative;
	z-index: 99;
	transition: 0.7s;
	color: var(--it-common-black);
  }
  .border-btn:hover {
	transition-delay: 0.3s;
	border: 1px solid transparent;
  }
  .border-btn:hover span {
	color: var(--it-common-white);
  }
  
  .subscribe-btn-3 {
	display: inline-block;
	background-color: var(--it-theme-1);
	height: 80px;
	line-height: 80px;
	border-radius: 60px;
	padding: 0 53px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.subscribe-btn-3 {
	  height: 55px;
	  line-height: 55px;
	  border-radius: 60px;
	  padding: 0 37px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.subscribe-btn-3 {
	  height: 50px;
	  line-height: 50px;
	  border-radius: 60px;
	  padding: 0 33px;
	}
  }
  @media (max-width: 767px) {
	.subscribe-btn-3 {
	  height: 50px;
	  line-height: 50px;
	  border-radius: 60px;
	  padding: 0 28px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.subscribe-btn-3 {
	  padding: 0 50px;
	}
  }
  .subscribe-btn-3 span {
	position: relative;
	z-index: 99;
	transition: 0.7s;
	color: var(--it-common-black);
	font-size: 17px;
	font-weight: 500;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.subscribe-btn-3 span {
	  font-size: 15px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.subscribe-btn-3 span {
	  font-size: 15px;
	}
  }
  @media (max-width: 767px) {
	.subscribe-btn-3 span {
	  font-size: 13px;
	}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.subscribe-btn-3 span {
	  font-size: 15px;
	}
  }
  .subscribe-btn-3:hover {
	color: var(--it-common-white);
  }
  .subscribe-btn-3.alt-color-blue:hover span {
	color: var(--it-common-black);
  }
  
  .subscribe-btn-2 {
	display: inline-block;
	background-color: var(--it-theme-1);
	color: var(--it-common-black);
	height: 80px;
	line-height: 80px;
	border-radius: 60px;
	padding: 0 53px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  .subscribe-btn-2 span {
	position: relative;
	z-index: 99;
	transition: 0.7s;
	color: var(--it-common-black);
	font-size: 17px;
	font-weight: 500;
  }
  @media (max-width: 767px) {
	.subscribe-btn-2 span {
	  font-size: 14px;
	}
  }
  .subscribe-btn-2.alt-color-black:hover span {
	color: var(--it-common-white);
  }
  
  .subscribe-btn {
	display: inline-block;
	background-color: var(--it-theme-1);
	color: var(--it-common-black);
	height: 35px;
	line-height: 35px;
	border-radius: 30px;
	padding: 0 33px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  .subscribe-btn:hover {
	background: var(--it-common-black);
	color: var(--it-common-white);
  }
  .subscribe-btn.radious-none {
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0 23px;
  }
  
  .border-btn-2 {
	display: inline-block;
	color: var(--it-common-black);
	border: 1px solid var(--it-border-1);
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	padding: 0 25px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  .border-btn-2 i {
	margin-left: 10px;
	transform: translateY(2px);
  }
  .border-btn-2:hover {
	background: var(--it-common-black);
	color: var(--it-common-white);
	border: 1px solid transparent;
  }
  
  .border-btn-3 {
	display: inline-block;
	color: var(--it-common-white);
	border: 1px solid var(--it-common-white);
	height: 50px;
	line-height: 50px;
	border-radius: 2px;
	padding: 0 25px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  .border-btn-3 i {
	margin-right: 13px;
	font-size: 17px;
	transform: translateY(2px);
	color: var(--it-common-white);
	transition: 0.3s;
  }
  .border-btn-3:hover {
	background: var(--it-common-white);
	border: 1px solid transparent;
  }
  .border-btn-3:hover i {
	color: var(--it-common-black);
  }
  .border-btn-3.bg-color-1 {
	background-color: var(--it-common-blue);
	color: var(--it-common-black);
	border-radius: 5px;
	border: none;
  }
  .border-btn-3.bg-color-1 i {
	color: var(--it-common-black);
  }
  .border-btn-3.bg-color-2 {
	background-color: var(--it-theme-1);
	color: var(--it-common-black);
	border: none;
	border-radius: 5px;
  }
  .border-btn-3.bg-color-2 i {
	color: var(--it-common-black);
  }
  
  .tp-btn-hover {
	position: relative;
	z-index: 2;
	overflow: hidden;
  }
  .tp-btn-hover b {
	position: absolute;
	width: 0px;
	height: 0px;
	background-color: var(--it-common-black);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 1;
  }
  .tp-btn-hover:hover b {
	width: 600px;
	height: 600px;
	display: inline-block;
  }
  .tp-btn-hover.alt-color b {
	background-color: var(--it-common-black);
  }
  .tp-btn-hover.alt-color-orange b {
	background-color: var(--it-common-black);
  }
  .tp-btn-hover.alt-color-blue b {
	background-color: var(--it-common-blue);
  }
  .tp-btn-hover.alt-color-white b {
	background-color: var(--it-common-white);
  }
  
  .apply-btn {
	display: inline-block;
	color: var(--it-common-black);
	border: 1px solid var(--it-border-1);
	height: 40px;
	line-height: 37px;
	border-radius: 5px;
	padding: 0 19px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
  }
  .apply-btn:hover {
	border: 1px solid transparent;
	background: var(--it-theme-1);
	color: var(--it-common-black);
  }
  
  .submit-btn {
	background-color: var(--it-common-blue-3);
	text-align: center;
	height: 55px;
	padding: 0px 20px;
	display: inline-block;
	line-height: 55px;
	color: var(--it-common-white);
	font-weight: 600;
	font-size: 16px;
  }
  .submit-btn:hover {
	color: var(--it-common-white);
  }
  
  /* pulse effect animation */
  @-webkit-keyframes pulse {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}
	70% {
	  -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
  }
  @keyframes pulse {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}
	70% {
	  -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
	  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
	}
	100% {
	  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
  }
  @keyframes section-animation {
	0% {
	  width: 0;
	}
	15% {
	  width: 100%;
	}
	85% {
	  opacity: 1;
	}
	90% {
	  width: 100%;
	  opacity: 0;
	}
	to {
	  width: 0;
	  opacity: 0;
	}
  }
  @keyframes about-sm {
	100% {
	  transform: translateY(60px);
	}
	100% {
	  transform: translateY(50px);
	}
  }
  @keyframes hero-thumb-animation {
	0% {
	  transform: translateY(-20px);
	}
	100% {
	  transform: translateY(0px);
	}
  }
  @keyframes tpleftright {
	0% {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  -ms-transform: translateX(0);
	  -o-transform: translateX(0);
	  transform: translateX(0);
	}
	100% {
	  -webkit-transform: translateX(-20px);
	  -moz-transform: translateX(-20px);
	  -ms-transform: translateX(-20px);
	  -o-transform: translateX(-20px);
	  transform: translateX(-20px);
	}
  }
  @keyframes tprotate {
	0% {
	  transform: rotateY(0deg);
	}
	100% {
	  transform: rotateY(360deg);
	}
  }
  @keyframes tptranslateY2 {
	0% {
	  -webkit-transform: translateY(-30px);
	  -moz-transform: translateY(-30px);
	  -ms-transform: translateY(-30px);
	  -o-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	100% {
	  -webkit-transform: translateY(20px);
	  -moz-transform: translateY(20px);
	  -ms-transform: translateY(20px);
	  -o-transform: translateY(20px);
	  transform: translateY(20px);
	}
  }
  @keyframes scroll {
	0% {
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px);
	}
	100% {
	  -webkit-transform: translateY(8px);
	  -moz-transform: translateY(8px);
	  -ms-transform: translateY(8px);
	  -o-transform: translateY(8px);
	  transform: translateY(8px);
	}
  }
  @keyframes RL_smooth {
	0% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	50% {
	  -webkit-transform: translateX(5px);
	  transform: translateX(5px);
	}
	100% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @keyframes slide_up_down {
	0% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(-20px);
	  transform: translateY(-20px);
	}
  }
  @keyframes tptranslateX2 {
	0% {
	  -webkit-transform: translateX(-30px);
	  -moz-transform: translateX(-30px);
	  -ms-transform: translateX(-30px);
	  -o-transform: translateX(-30px);
	  transform: translateX(-30px);
	}
	100% {
	  -webkit-transform: translatXY(20px);
	  -moz-transform: translateX(20px);
	  -ms-transform: translateX(20px);
	  -o-transform: translateX(20px);
	  transform: translateX(20px);
	}
  }
  @keyframes rotate-center {
	0% {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}
	to {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes scale_up_down {
	0% {
	  -webkit-transform: scale(0.9);
	  transform: scale(0.9);
	}
	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  }
  @keyframes dash {
	to {
	  stroke-dashoffset: 0px;
	  stroke-dasharray: 3000;
	}
  }
  @keyframes tpupdown {
	0% {
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(-20px);
	  -moz-transform: translateY(-20px);
	  -ms-transform: translateY(-20px);
	  -o-transform: translateY(-20px);
	  transform: translateY(-20px);
	}
  }
  @keyframes tpswing {
	0% {
	  -webkit-transform: rotate(6deg);
	  -moz-transform: rotate(6deg);
	  -ms-transform: rotate(6deg);
	  -o-transform: rotate(6deg);
	  transform: rotate(6deg);
	}
	100% {
	  -webkit-transform: rotate(-6deg);
	  -moz-transform: rotate(-6deg);
	  -ms-transform: rotate(-6deg);
	  -o-transform: rotate(-6deg);
	  transform: rotate(-6deg);
	}
  }
  @keyframes borderanimate2 {
	0% {
	  transform: translate(-50%, -50%) scale(0.8);
	}
	60% {
	  opacity: 1;
	}
	100% {
	  transform: translate(-50%, -50%) scale(2.5);
	  opacity: 0;
	}
  }
  @keyframes bounceInUp {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(2000px);
	  -ms-transform: translateY(2000px);
	  transform: translateY(2000px);
	}
	60% {
	  opacity: 1;
	  -webkit-transform: translateY(-30px);
	  -ms-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	80% {
	  -webkit-transform: translateY(10px);
	  -ms-transform: translateY(10px);
	  transform: translateY(10px);
	}
	100% {
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  @keyframes moving {
	0% {
	  transform: translatey(0px);
	}
	50% {
	  transform: translatey(-20px);
	}
	100% {
	  transform: translatey(0px);
	}
  }
  @keyframes about-circle {
	0% {
	  -webkit-transform: translateX(100px);
	  -moz-transform: translateX(100px);
	  -ms-transform: translateX(100px);
	  -o-transform: translateX(100px);
	  transform: translateX(100px);
	}
	100% {
	  -webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  -o-transform: translateX(0px);
	  transform: translateX(0px);
	}
  }
  @keyframes services-triangle {
	0% {
	  -webkit-transform: rotate(0deg) translateX(-50px);
	  -moz-transform: rotate(0deg) translateX(-50px);
	  -ms-transform: rotate(0deg) translateX(-50px);
	  -o-transform: rotate(0deg) translateX(-50px);
	  transform: rotate(0deg) translateX(-50px);
	}
	100% {
	  -webkit-transform: rotate(360deg) translateY(100px);
	  -moz-transform: rotate(360deg) translateY(100px);
	  -ms-transform: rotate(360deg) translateY(100px);
	  -o-transform: rotate(360deg) translateY(100px);
	  transform: rotate(360deg) translateY(100px);
	}
  }
  @keyframes hero-3-dot-2 {
	0% {
	  transform: translateY(-50px);
	}
	100% {
	  transform: translateY(0px);
	}
  }
  @keyframes tfLeftToRight {
	49% {
	  transform: translateX(60%);
	}
	50% {
	  opacity: 0;
	  transform: translateX(-60%);
	}
	51% {
	  opacity: 1;
	}
  }
  @keyframes rotate2 {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
  @keyframes moving {
	0% {
	  transform: translatey(0px);
	}
	20% {
	  transform: translateX(-50px);
	}
	50% {
	  transform: translatey(-40px);
	}
	100% {
	  transform: translatey(0px);
	}
  }
  @keyframes leftright {
	0% {
	  transform: translatex(0);
	}
	50% {
	  transform: translateX(100%);
	}
	100% {
	  transform: translateX(0);
	}
  }
  @keyframes movinglight {
	0% {
	  transform: translatey(0px);
	}
	20% {
	  transform: translateX(-70px);
	}
	50% {
	  transform: translatey(-70px);
	}
	100% {
	  transform: translatey(0px);
	}
  }
  @keyframes movinglight2 {
	0% {
	  transform: translatey(0px);
	}
	20% {
	  transform: translateX(70px);
	}
	50% {
	  transform: translatey(70px);
	}
	100% {
	  transform: translatey(0px);
	}
  }
  @keyframes movingtop {
	0% {
	  transform: translatey(0px);
	}
	20% {
	  transform: translatey(70px);
	}
	50% {
	  transform: translatey(-70px);
	}
	100% {
	  transform: translatey(0px);
	}
  }
  @keyframes circle-animation {
	0% {
	  right: 0;
	}
	50% {
	  right: 100%;
	}
	100% {
	  right: 0%;
	}
  }
  @keyframes circle-animation-2 {
	0% {
	  left: 0;
	}
	50% {
	  left: 100%;
	}
	100% {
	  left: 0%;
	}
  }
  @keyframes animationglob {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes zoom {
	0% {
	  transform: scale(0.5);
	}
	50% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0.5);
	}
  }
  @keyframes zoom2 {
	0% {
	  transform: scale(0.9);
	}
	50% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0.9);
	}
  }
  @keyframes wobble-vertical {
	10% {
	  transform: translateY(-10px);
	}
	50% {
	  transform: skew(15deg);
	}
	80% {
	  transform: rotate(10deg);
	}
	100% {
	  transform: translate(0);
	}
  }
  @-webkit-keyframes section-highlight {
	0% {
	  width: 0%;
	}
	100% {
	  width: 100%;
	}
  }
  @-moz-keyframes section-highlight {
	0% {
	  width: 0%;
	}
	100% {
	  width: 100%;
	}
  }
  @-ms-keyframes section-highlight {
	0% {
	  width: 0%;
	}
	100% {
	  width: 100%;
	}
  }
  @keyframes section-highlight {
	0% {
	  width: 0%;
	}
	100% {
	  width: 100%;
	}
  }
  @keyframes widthcalc {
	0% {
	  width: 20%;
	}
	50% {
	  width: 50%;
	}
	75% {
	  width: 90%;
	}
	90% {
	  opacity: 75%;
	}
	90% {
	  opacity: 100%;
	}
  }
  /* right bounce */
  @keyframes bounceRight {
	0%, 20%, 50%, 80%, 100% {
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -ms-transform: translateY(-35px);
	  transform: translateY(-35px);
	}
	60% {
	  -ms-transform: translateY(-20px);
	  transform: translateY(-20px);
	}
  }
  /* /right bounce */
  @keyframes icon-bounce {
	0%, 100%, 20%, 50%, 80% {
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-10px);
	  -moz-transform: translateY(-10px);
	  -ms-transform: translateY(-10px);
	  -o-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	60% {
	  -webkit-transform: translateY(-5px);
	  -moz-transform: translateY(-5px);
	  -ms-transform: translateY(-5px);
	  -o-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  }
  @keyframes light-one {
	0% {
	  opacity: 1;
	}
	25% {
	  opacity: 0.4;
	}
	50% {
	  opacity: 0.6;
	}
	75% {
	  opacity: 0.8;
	}
	100% {
	  opacity: 1;
	}
  }
  /*--- preloader ---*/
  .dark #preloader {
	background-color: var(--it-theme-1);
  }
  
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 999999999999 !important;
}
  
  .preloader {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
  }
  
  .preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: var(--it-theme-1);
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
  }
  
  .preloader span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
  }
  
  @keyframes preloader {
	0% {
	  transform: scale(0, 0);
	  opacity: 0.5;
	}
	100% {
	  transform: scale(1, 1);
	  opacity: 0;
	}
  }
  @-webkit-keyframes preloader {
	0% {
	  -webkit-transform: scale(0, 0);
	  opacity: 0.5;
	}
	100% {
	  -webkit-transform: scale(1, 1);
	  opacity: 0;
	}
  }
  /*--- end of preloader ---*/
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: -10%;
	right: 50px;
	font-size: 16px;
	border-radius: 6px;
	z-index: 9;
	color: var(--it-common-black);
	text-align: center;
	cursor: pointer;
	background: var(--it-theme-1);
	transition: 1s ease;
	border: none;
	z-index: 10000;
}
  .scroll-top.open {
	bottom: 80px;
  }
  
  /*---------------------------------------*/
  /*Background color
  /*-----------------------------------------*/
  .grey-bg {
	background: var(--it-grey-1);
  }
  
  .grey-bg-2 {
	background: var(--it-grey-2);
  }
  
  .black-bg {
	background: var(--it-common-black-2);
  }
  
  .black-bg-4 {
	background: var(--it-common-black-6);
  }
  
  .black-bg-3 {
	background: var(--it-common-black-3);
  }
  
  .black-bg-2 {
	background: var(--it-common-black-8);
  }
  
  .white-bg {
	background: var(--it-common-white);
  }
  
  .blue-bg {
	background: var(--it-common-blue-4);
  }
  .body-overlay {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 99999;
	  width: 100%;
	  height: 100%;
	  background: rgba(24, 24, 24, 0.6);
	  visibility: hidden;
	  opacity: 0;
	  transition: 0.45s ease-in-out;
  }
  .body-overlay.apply {
	opacity: 1;
	visibility: visible;
  }
  .body-overlay:hover {
	cursor: url(../img/cross-out.png), pointer;
  }
  
  
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,ul li{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background-color: #f7f9fa;
	width: 100%;
	padding: 25px;
	border-radius: 5px;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 30px;
	border: 1px solid transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color:var(--it-common-black);
	border-color:  var(--it-theme-1);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:hover, a:focus, a:active {
	color: inherit;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 13px;
}


.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Precon Options */  
.techopz-options {
	position: fixed;
	display: block;
	z-index: 99998;
	padding: 20px;
	width: 245px;
	background: #fff;
	right: -245px;
	text-align: left;
	top: 30%;
	-webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}
.techopz-options .icon {
	position: absolute;
	left: -50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	border-radius: 5px 0 0 5px;
	background: #fff;
	text-align: center;
	color: #333;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}
.techopz-options .icon i {
	cursor: pointer;
}
.techopz-options h4 {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.techopz-options .single-option p {
	font-size: 14px;
	margin-bottom:15px;
}
.techopz-options ul li{
	font-size:14px;
}
.techopz-options ul li a{
	color:#555;
}
.techopz-options span {
	width: 48px;
	height: 40px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	border: 2px solid #eee;
}
.techopz-options .select-layout a {
	border: 1px solid #eee;
	text-align: center;
	padding: 5px 0;
	outline: none;
	display: inline-block;
	padding: 5px 13px;
	color: #353535;
	cursor: pointer;
	font-size: 13px;
}
.techopz-options .select-layout a i {
	margin-right: 5px;
}
.techopz-options .single-option {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	outline:none;
}
.techopz-options .single-option:last-child{
	margin:0;
	padding:0;
	border:none;
}
.techopz-options .bg-pattern li{
	display:inline-block;
}
.techopz-options .bg-pattern li img {
	width: 38px;
	height: 34px;
	border: 1px solid #ccc;
}
.techopz-options span{
	position:relative;
}
/* Skin 1 */
.techopz-options span.skin1:before,
.techopz-options span.skin1:after{
	content:"";
	position:absolute;
	top:0;
	width:50%;
	height:100%;
}
.techopz-options span.skin1:before{
	left:0;
	background:#1308A3;
}
.techopz-options span.skin1:after{
	right:0;
	background:#1308A3;
}

/* Skin 2 */
.techopz-options span.skin2:before,
.techopz-options span.skin2:after{
	content:"";
	position:absolute;
	top:0;
	width:50%;
	height:100%;
}
.techopz-options span.skin2:before{
	left:0;
	background:#FF5E15;
}
.techopz-options span.skin2:after{
	right:0;
	background:#FF5E15;
}

/* Skin 3 */
.techopz-options span.skin3:before,
.techopz-options span.skin3:after{
	content:"";
	position:absolute;
	top:0;
	width:50%;
	height:100%;
}
.techopz-options span.skin3:before{
	left:0;
	background:#32B87D;
}
.techopz-options span.skin3:after{
	right:0;
	background:#32B87D;
}

/* Skin 4 */
.techopz-options span.skin4:before,
.techopz-options span.skin4:after{
	content:"";
	position:absolute;
	top:0;
	width:50%;
	height:100%;
}
.techopz-options span.skin4:before {
	left: 0;
	background: #FEC43C;
}
.techopz-options span.skin4:after{
	right:0;
	background:#FEC43C;
}

/* Video Animations */

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

#yith-quick-view-modal {
	z-index: 99999;
}

#yith-quick-view-modal div.product {
	position: relative;
	box-shadow: none;
}

@-webkit-keyframes lineanim {
 50% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transform-origin:top left;
  transform-origin:top left
 }
 50.1% {
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
 100% {
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
}
@keyframes lineanim {
 50% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transform-origin:top left;
  transform-origin:top left
 }
 50.1% {
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
 100% {
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
}
