/** 
 *
 * Master Style Sheet
 *
 * Project: GetSolutionz (Multi Purpose WordPress Theme)
 * Last Changes: 01-30-2022
 * Developed By: Muhammad Nouman
 * Email: nouman.webdeveloper@gmail.com
 * Number: +923166569293
 * *****************************
 * 
 * General
 * Header
 * Login / Register Form
 * Hero Section
 * Heading
 * Hexagon
 * Services
 * Why choose us
 * Consultant
 * Funfact
 * Work / Project
 * Pricing plan
 * Cleints
 * Blog
 * Footer
 * Scroll up
 * Inner Pages
 * SEO Analyser
 * Team
 * Service
 * Single Post
 * Single Project
 * Single Team
 * Contact
 * Faqs
 * 404 page
 * Elementor
 */

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:active {
	color: inherit;
	outline: 0;
	text-decoration: inherit;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 28px;
}

p>a {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'oswald', sans-serif;
	font-weight: 700;
}

h2 {
	font-size: 41px;
}

h3 {
	font-size: 24px;
	font-weight: 600;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gsz-postmeta ul.gsz-list {
	margin-top: 0;
	list-style: none;
}

.gsz-postmeta .table-responsive th {
	font-weight: normal;
}

.gsz-postmeta .table-responsive table {
	border: 1px solid #f2f2f2 !important;
}

.wp-block-social-links.has-normal-icon-size.is-style-default {
	gap: 0;
}

figure {
	margin: 0;
}

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

.form-control:focus,
button:focus,
textarea:focus,
select:focus,
input:focus {
	outline: none;
	box-shadow: none;
}

textarea {
	resize: none;
}

.gsz-field {
	margin-bottom: 11px;
}

.gsz-field .form-control {
	border: 1px solid #dddddd;
	padding: 11px 17px;
	/*background-color: #f6f6fe;*/
}

.gsz-field .form-control:focus {
	border-color: #26a0f8;
}

.gsz-field .form-control::placeholder {
	color: #97a1ac;
	opacity: 1;
}

.gsz-icon {
	display: inline-block;
	line-height: 1;
}

.gsz-icon i,
.gsz-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	/* display: block; */
}

.gsz-wrap {
	position: relative;
}

.gsz-block-box {
	position: relative;
	width: 100%;
	padding: 100px 0;
}

.sep-sec {
	position: relative;
	max-width: 70%;
	margin: 0 auto;
	height: 1px;
	background: #f0f0f0;
}

.wow {
	visibility: hidden;
}

/* Default Carousel Style =====================================*/
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 31px;
}

.owl-theme .owl-dots .owl-dot {
	vertical-align: middle;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	width: 41px;
	height: 7px;
	border: 0;
	border-left: 20px solid #26a0f8;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

/* Buttons =====================================*/
.btn-hover {
	position: relative;
	display: inline-block;
	min-width: 200px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.3px;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	padding: 19px 31px;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-hover:hover {
	color: #ffffff;
	background-position: 100% 0;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-hover:focus {
	outline: none;
}

.btn-hover.color-1 {
	background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
	box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}

.btn-hover.color-2 {
	background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
	box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.btn-hover.color-3 {
	background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
	box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}

.btn-hover.color-4 {
	background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
	box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}

.btn-hover.color-5 {
	background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
	box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}

.btn-hover.color-6 {
	background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
	box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}

.btn-hover.color-7 {
	background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
	box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

.btn-hover.color-8 {
	background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
	box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}

.btn-hover.color-9 {
	background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
	box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.btn-hover.color-10 {
	background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #FBB03B);
	box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}

.btn-hover.color-11 {
	background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
	box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.theme-btn {
	position: relative;
	display: inline-block;
	padding: 13px 31px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid;
}

.theme-btn:hover {
	color: #ffffff;
}

.gsz-loadmore {
	margin-top: 50px;
}

/* Attr box & block =====================================*/
.gsz-cell {
	position: relative;
	display: table;
	width: 100%;
}

.gsz-cell .gsz-media,
.gsz-cell .gsz-content {
	display: table-cell;
	vertical-align: middle;
}

.gsz-box,
.gsz-iblock,
.gsz-fblock,
.gsz-block,
.gsz-block>.gsz-media,
.gsz-block>.gsz-content {
	display: block;
	position: relative;
}

.gsz-box .gsz-content {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 15px;
	text-align: center;
}

.gsz-fblock>.gsz-media {
	float: left;
}

.gsz-fblock>.gsz-content {
	float: right;
}

.gsz-iblock>* {
	display: inline-block;
}

/* Background images =====================================*/
.gsz-parallax-bg,
.gsz-moving-bg,
.gsz-fix-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: -3;
}

.gsz-fix-bg {
	background-repeat: no-repeat;
	background-position: center;
}

.gsz-moving-bg {
	background-size: cover;
	background-attachment: fixed;
}

.gsz-layer::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.gsz-grey-bg::before {
	background-color: #f6f6fe;
}

.gsz-black-bg::before {
	background-color: #000000;
}

.gsz-grey-bg.h-57::before {
	height: 57%;
}

/* Opacity =====================================*/

.gsz-opacity1::before {
	opacity: 1;
}

.gsz-opacity2::before {
	opacity: 0.2;
}

.gsz-opacity3::before {
	opacity: 0.3;
}

.gsz-opacity4::before {
	opacity: 0.4;
}

.gsz-opacity5::before {
	opacity: 0.5;
}

.gsz-opacity6::before {
	opacity: 0.6;
}

.gsz-opacity7::before {
	opacity: 0.7;
}

.gsz-opacity8::before {
	opacity: 0.8;
}

.gsz-opacity9::before {
	opacity: 0.9;
}

/* Loader =====================================*/
.gsz-loader-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #5b5b5be3;
	z-index: 9;
	display: none;
}

.gsz-form-parent.gsz-active .gsz-loader-wrap {
	display: block;
}

.gsz-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 142px;
	height: 40px;
	margin: -20px 0 0 -71px;
	background: white;
	filter: contrast(20);
}

.gsz-loader-dot {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	left: 15px;
	filter: blur(4px);
	background: #000;
	border-radius: 50%;
	transform: translateX(0);
	animation: gsz-loader-dot 2.8s infinite;
}

.gsz-loader-dots {
	transform: translateX(0);
	margin-top: 12px;
	margin-left: 31px;
	animation: gsz-loader-dots 2.8s infinite;
}

.gsz-loader-dots span {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 16px;
	filter: blur(4px);
	background: #000;
	border-radius: 50%;
}

@keyframes gsz-loader-dot {
	50% {
		transform: translateX(96px);
	}
}

@keyframes gsz-loader-dots {
	50% {
		transform: translateX(-31px);
	}
}

/* Menu =====================================*/
.gsz-main-menu {
	position: relative;
	width: 100%;
	z-index: 999;
	background: #ffffff;
	border-bottom: 1px solid #f6f6fe;
}

.gsz-main-menu img {
	width: 124px;
}

.gsz-main-menu.gsz-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.gsz-main-menu nav {
	padding: 0 15px;
	height: 109px;
}

.gsz-main-menu #navbarSupportedContent {
	height: 100%;
}

.gsz-main-menu .gsz-menu {
	height: 100%;
	padding-left: 2%;
}

.gsz-menu>li {
	margin-right: 11px;
	height: 100%;
}

.gsz-menu>li>a {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding: .5rem;
}

.gsz-sideMenu .menu-item-has-children>a::after,
.gsz-sideMenu li.drapdown>a::after,
.gsz-main-menu .menu-item-has-children>a::after {
	/* font-family: 'Font Awesome 5 Free'; */
	font-weight: 900;
	font-size: 85%;
	content: '\203A';
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: inherit;
	margin-left: 5px;
	vertical-align: inherit;
	border: 0;
	display: inline-block;
}

.gsz-sideMenu li.drapdown a::after {
	display: inherit;
	margin-top: 0;
}

.gsz-menu .menu-item-has-children>ul {
	position: absolute;
	background-color: #ffffff;
	top: -webkit-calc(100% + 35px);
	top: -moz-calc(100% + 35px);
	top: calc(100% + 35px);
	min-width: 14rem;
	padding: 1.3rem 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	-webkit-transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
	-moz-transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
	-ms-transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
	-o-transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
	transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
	border-color: transparent;
}

.gsz-menu ul a {
	display: block;
	color: #484848;
	padding: .4rem 1.7rem;
	font-size: 18px;
}

.gsz-menu .menu-item-has-children:hover>ul {
	top: -webkit-calc(100% - 7px);
	top: -moz-calc(100% - 7px);
	top: calc(100% - 7px);
	visibility: visible;
	opacity: 1;
}

.gsz-menu li>ul li.menu-item-has-children ul {
	left: 100%;
}

.gsz-menu li>ul li.menu-item-has-children:hover ul {
	top: 0;
}

.menu-item-has-children {
	position: relative;
}

.gsz-logo.navbar-brand {
	position: relative;
	padding: 0;
	font-weight: 600;
	font-size: 27px;
	margin: 0;
	max-width: 200px;
}

.gsz-rlogin {
	font-weight: 500;
	font-size: 16px;
}

.gsz-rlogin i {
	display: inline-block;
	vertical-align: middle;
	padding-right: 8px;
}

/* Menu Toggle =====================================*/
.sidebarIconToggle {
	cursor: pointer;
	width: 22px;
	margin-bottom: 0;
}

.IconToggle {
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #6d7393;
}

.diagonal.part-1 {
	position: relative;
}

.horizontal {
	position: relative;
	margin-top: 3px;
}

.diagonal.part-2 {
	position: relative;
	margin-top: 3px;
}

.gsz-open>.diagonal.part-1 {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 8px;
}

.gsz-open>.horizontal {
	opacity: 0;
}

.gsz-open>.diagonal.part-2 {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -9px;
}

/* Side Element =====================================*/
.sideElement {
	height: 100%;
	min-width: 351px;
	max-width: 351px;
	position: fixed;
	z-index: 999;
	top: 0;
	right: -351px;
	visibility: hidden;
	opacity: 0;
	background: #ffffff;
	overflow-x: hidden;
	padding-top: 60px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.sideElement.gsz-open {
	right: 0px;
	visibility: visible;
	opacity: 1;
}

.sideElement>a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	display: block;
}

.sideElement>a:hover {
	color: #f1f1f1;
}

.sideElement .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	cursor: pointer;
}

.gsz-sideMenu {
	padding: 5px 41px;
}

.gsz-sideMenu li {
	font-size: 18px;
	margin-bottom: 11px;
}

.gsz-sideMenu ul>li ul {
	display: none;
}

.gsz-sideMenu ul>li ul {
	padding-left: 11px;
	margin-top: 11px;
}

.gsz-sideMenu ul>li ul li {
	font-size: 17px;
}

.gsz-sideMenu .gsz-logo {
	margin-bottom: 30px;
}

.form-group i {
	position: absolute;
	left: 35px;
	top: 50%;
	color: #757575;
	font-size: 15px;
}

.gsz-forgot-el,
.gsz-register-el {
	display: none;
}

.gsz-rememberme {
	text-align: left;
}

.gsz-rememberme label {
	position: relative;
	padding-left: 27px;
	cursor: pointer;
	font-size: 15px;
}

.gsz-rememberme label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 19px;
	height: 19px;
	background: #e0e0fb;
	cursor: pointer;
}

.gsz-field input[type="checkbox"] {
	position: absolute;
	left: 0;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

.gsz-field input[type="checkbox"]:checked+label::after {
	content: "\f00c";
	position: absolute;
	left: 5px;
	top: 4px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #8e4bff;
	font-size: 10px;
}

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

.gsz-forgot a {
	font-size: 15px;
	border-bottom: 2px dashed #e0e0fb;
}

.gsz-lr-info {
	margin-top: 13px;
	font-size: 15px;
	margin-bottom: 0;
}

.gsz-login-register .sep-line {
	width: 111px;
	font-size: 15px;
	color: #6974df;
}

.gsz-login-register .sep-line::before {
	left: -3px;
	top: 9px;
}

.gsz-login-register .sep-line::after {
	right: 21px;
	top: 9px;
}

.gsz-social-login {
	display: block;
	width: 100%;
	padding-top: 13px;
}

.gsz-social-login li {
	margin-bottom: 11px;
	margin: 7px auto;
	text-align: left;
	display: inline-block;
	margin-right: 5px;
	width: 48%;
}

.gsz-social-login li:last-child {
	margin-right: 0;
}

.gsz-social-login li a {
	padding: 11px 17px;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.gsz-social-login li a i {
	margin-right: 9px;
}

.facebook {
	color: #3d5798;
	background-color: rgba(61, 87, 152, .1);
}

.facebook:hover {
	color: #ffffff;
	background-color: #3d5798;
}

.google-plus {
	color: #c42f11;
	background: rgba(196, 47, 17, .1);
}

.google-plus:hover {
	color: #ffffff;
	background-color: #c42f11;
}

/* Hero Sec =====================================*/
.gsz-herosec {
	position: relative;
}

.subtitle {
	display: block;
	position: relative;
	margin-bottom: 7px;
	font-size: 21px;
	font-weight: 500;
}

.gsz-herosec h1 {
	font-size: 55px;
	margin-bottom: 25px;
}

.gsz-herosec p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
}

.gsz-playwrap {
	margin-left: 30px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 18px;
	line-height: 23px;
}

.gsz-play svg {
	font-size: 50px;
}

.gsz-play {
	margin-right: 15px;
	-webkit-transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
	-moz-transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
	-ms-transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
	-o-transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
	transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
}

/* Heading =====================================*/
.gsz-heading {
	position: relative;
	max-width: 500px;
	margin-top: -5px;
}

.gsz-heading i {
	font-size: 1.5rem;
}

.gsz-heading h2 {
	position: relative;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.gsz-heading h2 span {
	color: #b5383c;
	font-weight: 700;
}

.gsz-heading p {
	font-size: 18px;
	margin-bottom: 0;
}

.sep-line.with-left {
	margin-left: 0;
}

.sep-line.with-right {
	margin-right: 0;
}

.sep-line {
	display: block;
	margin: 11px auto;
	margin-bottom: 17px;
	width: 60px;
	height: 4px;
	position: relative;
}

.sep-line::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 100%;
}

.sep-line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 39px;
	height: 100%;
}

/* Hexagon =====================================*/
.gsz-hexagon {
	width: 100px;
	height: 55px;
	position: relative;
	display: table;
	margin: auto;
	margin-bottom: 2.5rem;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.gsz-hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid;
}

.gsz-hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid;
}

.gsz-hexagon i {
	display: table-cell;
	vertical-align: middle;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.gsz-hexagon.gsz-style2 {
	width: 55px;
	height: 55px;
	font-size: 30px;
	text-align: center;
	background-color: #f6f6fe;
	margin-top: 1.5rem;
	box-shadow: inherit;
}

.gsz-hexagon.gsz-style2::before {
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-bottom: 25px solid #f6f6fe;
}

.gsz-hexagon.gsz-style2::after {
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-top: 25px solid #f6f6fe;
}

.gsz-hexagon.gsz-style2 i {
	box-shadow: inherit;
}

/* Services =====================================*/
.gsz-service {
	transform: translateY(0);
	transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55);
	padding: 45px;
	text-align: center;
	border-radius: 7px;
}

.gsz-service:hover {
	transform: translateY(-5%);
}

.gsz-service .gsz-media {
	margin-bottom: 23px;
}

.gsz-icon-wrap {
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
	background-color: rgba(248, 112, 38, 0.1);
	border-radius: 100%;
}

.gsz-service h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 13px;
}

.gsz-service .gsz-icon svg {
	font-size: 57px;
}

.gsz-icon-wrap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #f87026;
	transition: all .45s linear;
}

.gsz-service:hover .gsz-icon-wrap::before {
	width: 100%;
}

.gsz-service .gsz-icon svg {
	transition: all .35s linear;
}

.gsz-service:hover .gsz-icon svg {
	fill: #fff;
}

.gsz-service-wrap>.row {
	margin-bottom: -40px;
}

.gsz-service-wrap>.row>div {
	padding-bottom: 40px;
}

/* Why choose us =====================================*/
.gsz-why-choose-us h2 {
	margin-bottom: 15px;
}

.row.gsz-featr-list {
	margin-top: 25px;
	margin-left: -10px;
	margin-right: -10px;
}

.row.gsz-featr-list li {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 18px;
}

.featr-info {
	padding: 10px;
	display: inline-block;
	width: 100%;
	border: 1px solid #f0f0f0;
}

.featr-info span {
	font-size: 17px;
	font-weight: 500;
}

.featr-info p {
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}

.featr-info .gsz-icon {
	font-size: 20px;
	padding: 12.5px 12.5px;
	background-color: #f6f6fe;
	text-align: center;
	margin-right: 15px;
}

.featr-info .gsz-icon svg {
	font-size: 37px;
}

/* Consultant =====================================*/
.gsz-consultant h2 {
	margin-bottom: 15px;
}

.gsz-contact-form {
	background: #ffffff;
	text-align: center;
}

.form-title {
	color: #fff;
	height: 130px;
	padding: 15px;
	margin-bottom: 43px;
	display: flex;
	width: 100%;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 102px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.form-title h3 {
	position: relative;
	color: #fff;
	z-index: 2;
	font-size: 27px;
}

.form-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	height: 100%;
	border-bottom-right-radius: 83px;
}

.form-title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	border-bottom-right-radius: 83px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.form-title .gsz-icon {
	z-index: 1;
	position: absolute;
	font-size: 92px;
}

.form-title .gsz-icon svg {
	fill: #1184d7;
}

.form-title i {
	margin-bottom: 11px;
	position: absolute;
	right: 31px;
	top: 27px;
}

.gsz-contact-form form {
	padding: 0 2rem 2rem;
}

.gsz-contact-form .theme-btn {
	width: 100%;
	padding: 11px;
}

.wpcf7 .wpcf7-spinner,
.wpcf7 .ajax-loader {
	position: absolute;
	left: 0;
	top: 11px;
}

.gsz-msg-wrap {
	position: fixed;
	top: 20%;
	right: 0;
	max-width: 300px;
	z-index: 9999;
}

.gsz-msg {
	position: relative;
	right: -300px;
	margin-bottom: 15px;
}

.gsz-msg i {
	margin-right: 15px;
}

.gsz-msg p {
	margin: 0;
}

.gsz-msg.active {
	-webkit-transform: translateX(-320px);
	-moz-transform: translateX(-320px);
	-ms-transform: translateX(-320px);
	-o-transform: translateX(-320px);
	transform: translateX(-320px);
}

.gsz-list {
	margin-top: 25px;
	margin-bottom: 0;
}

.gsz-list li {
	position: relative;
	margin-bottom: 13px;
}

.gsz-list li:last-child {
	margin-bottom: 0;
}

.gsz-list .gsz-icon {
	position: relative;
	text-align: center;
	font-size: 24px;
}

.gsz-list span {
	padding-left: 15px;
}

.gsz-list .fa.fa-times {
	color: #ff4d8c;
}

/* Funfact =====================================*/
.gsz-funfact .gsz-icon {
	position: relative;
	font-size: 69px;
	padding-right: 25px;
}

.gsz-funfact p {
	margin-bottom: 0;
}

.gsz-funfact .clr-01 {
	color: #6aa6f6;
}

.gsz-funfact .clr-02 {
	color: #febb59;
}

.gsz-funfact .clr-03 {
	color: #87cd56;
}

/* Work =====================================*/
.gsz-work-wrap>.row {
	margin-bottom: -30px;
}

.gsz-work-wrap>.row:first-child>div {
	padding-bottom: 30px;
}

.gsz-work {
	position: relative;
}

.gsz-work figure {
	position: relative;
	overflow: hidden;
}

.gsz-work figure::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 1;
}

.gsz-work-meta .gsz-category {
	text-decoration: none;
}

.gsz-work-meta {
	position: absolute;
	background: transparent;
	padding: 19px 27px;
	z-index: 5;
	left: 15px;
	right: 15px;
	bottom: 17px;
}

.gsz-work:hover .gsz-work-meta {
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.gsz-work-meta h3 {
	color: #ffffff;
}

.gsz-work-meta p {
	margin: 0;
	color: #ffffff;
	font-size: 17px;
}

.gsz-work-meta .openclose {
	text-align: center;
	position: relative;
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	display: inline-block;
	margin-top: 11px;
}

/* Pricing plan =====================================*/
.gsz-pricing-box.style2 {
	border: 1px solid #f0f0f0;
}

.gsz-pricing-box:hover {
	box-shadow: 0px 0px 25px 0px rgba(207, 207, 207, 0.4);
}

.gsz-pricing-box .theme-btn {
	background-size: 10%;
	width: 200px;
	margin-bottom: 15px;
	padding: 14px 31px;
	font-size: 18px;
}

.gsz-pricing-box .theme-btn:hover {
	background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
	background-size: 300% 100%;
}

.gsz-pricing-box .btn-hover {
	margin-top: 0;
	margin-bottom: 15px;
}

.gsz-pricing-box .card {
	border: 0;
}

.gsz-pricing-box .card-body {
	padding: 1.25rem 1.25rem 2rem;
}

.gsz-pricing-box ul {
	font-size: 18px;
	padding: 1.25rem 2rem 2.5rem 2rem;
}

.gsz-pricing-box .list-group-item {
	border-bottom: 1px solid #f0f0f0;
	padding: .75rem 1rem;
}

.gsz-plan-price {
	font-family: 'oswald', sans-serif;
	font-size: 59px;
	font-weight: 700;
}

.gsz-plan-price .gsz-icon {
	margin-right: 7px;
}

.gsz-pricesign {
	font-size: 31px;
	vertical-align: super;
	display: inline-block;
}

.gsz-pointprice {
	font-size: 31px;
	display: inline-block;
	vertical-align: text-top;
}

.card-header h3 {
	display: inline-block;
	font-size: 31px;
	font-weight: 600;
	margin: 0;
}

.card-header {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	font-size: 31px;
	font-weight: 600;
}

.gsz-pricing-box li span {
	font-weight: 600;
}

/* Cleints =====================================*/
.gsz-client-carousel .owl-stage-outer {
	overflow: initial;
}

.gsz-client-carousel {
	overflow: hidden;
	padding: 15px;
	margin: -15px -15px -35px;
}

.gsz-client {
	position: relative;
	padding: 21px;
	margin-bottom: 21px;
	border: 1px solid #f0f0f0;
	cursor: grab;
}

.gsz-client>.gsz-icon {
	position: absolute;
	right: 23px;
	bottom: 3px;
	font-size: 102px;
	line-height: 0;
	z-index: -1;
	fill: #fff0e9;
	transform: rotate(-180deg);
}

.gsz-client-img {
	position: relative;
}

.gsz-client-img .gsz-icon {
	position: absolute;
	top: -13px;
	right: -9px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.gsz-client p {
	line-height: 27px;
}

.gsz-client h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

.gsz-client span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}

/* Blog =====================================*/
.gsz-blog {
	position: relative;
	background: #ffffff;
	overflow: hidden;
}

.sticky .gsz-blog {
	background-color: #fbf0eb;
}

.gsz-blog figure {
	overflow: hidden;
}

.upper-meta {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
	color: #755757;
}

div.gsz-blog .gsz-postmeta {
	position: relative;
	padding: 30px;
}

.gsz-postmeta h3 {
	font-weight: 600;
	line-height: 35px;
	font-size: 27px;
	margin-bottom: 15px;
}

.gsz-blog .gsz-postmeta>a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.gsz-blog .gsz-postmeta>a i {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 9px;
}

.upper-meta span {
	margin: 0 2px;
}

.gsz-blog-wrap>.row {
	margin-bottom: -30px;
}

.gsz-blog-wrap>.row>div {
	padding-bottom: 40px;
}

/* Footer: About =====================================*/
.gsz-footer {
	position: relative;
}

.gsz-contact-info li {
	padding-bottom: 9px;
}

.gsz-contact-info li .fa {
	padding-right: 11px;
}

.gsz-contact-info li a {
	padding-left: 11px;
}

/* Footer: Helpfull link =====================================*/
.gsz-helpfull-link li {
	position: relative;
	margin-bottom: 15px;
}

.gsz-helpfull-link li:last-child {
	margin-bottom: 0;
}

.gsz-helpfull-link li a {
	padding-left: 15px;
	position: relative;
}

.gsz-helpfull-link a::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f0da';
	position: absolute;
	left: 0;
	top: 50%;
	font-weight: 900;
	line-height: 33px;
	font-size: 13px;
}

/* Footer: Newsletter =====================================*/
.gsz-newsletter .input-group>input {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.gsz-newsletter button {
	background-color: transparent;
	color: #737573;
	padding: 0 15px;
	border-color: #ced4da;
}

.gsz-newsletter .fa {
	font-size: 16px;
}

.gsz-newsletter .form-control {
	background-color: transparent;
	border: 1px solid #ced4da;
}

.gsz-newsletter .gsz-secure-note {
	padding-top: 11px;
	margin: 0;
}

.gsz-newsletter strong {
	padding-right: 5px;
}

.gsz-social li {
	display: inline-block;
}

.gsz-social li a {
	display: table;
}

.gsz-social li i {
	display: table-cell;
	vertical-align: middle;
}

/* Footer: Instagram =====================================*/
.gsz-gallery.row {
	margin-left: -1px;
	margin-right: -1px;
}

.gsz-gallery.row>div {
	padding: 1px;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1px;
	margin-right: -1px;
}

.gallery-item {
	flex: 0 0 auto;
	padding: 1px;
}

.gallery-columns-1>.gallery-item {
	width: 100%;
}

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

.gallery-columns-3>.gallery-item {
	width: 33.33333333%;
}

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

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

.gallery-columns-6>.gallery-item {
	width: 16.6667%;
}

.gallery-columns-7>.gallery-item {
	width: 14.285%;
}

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

.gallery-columns-9>.gallery-item {
	width: 11.111%;
}

/* Footer: Copyright =====================================*/
.gsz-copyright {
	text-align: center;
	padding: 21px 21px 27px;
	border-top: 1px solid #e9ecef
}

.gsz-copyright p {
	font-size: 16px;
	margin: 0;
}

.gsz-copyright a {
	font-weight: 500;
}

.gsz-copyright .navbar-brand {
	margin-bottom: 15px;
}

/* Footer: Scroll up =====================================*/
.gsz-scroll-up {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 41px;
	height: 41px;
	color: #ffffff;
	text-align: center;
	line-height: 41px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
}

.gsz-scroll-up.gsz-active {
	visibility: visible;
	opacity: 1;
	bottom: 55px;
}

/* Inner Pages =====================================*/
.gsz-inner-pages h3 {
	margin-bottom: 13px;
}

.gsz-inner-pages ol,
.gsz-inner-pages ul {
	list-style: initial;
}

.gsz-inner-pages ol li,
.gsz-inner-pages ul li {
	margin-bottom: 1rem;
}

.breadCrumb {
	position: relative;
	z-index: 1;
}

.breadCrumb li {
	display: inline-block;
	padding-right: 24px;
	position: relative;
}

.breadCrumb li:last-child {
	padding-right: 0px;
}

.breadCrumb li:last-child::before {
	content: none;
}

.breadCrumb li::before {
	content: '';
	position: absolute;
	right: 9px;
	width: 5px;
	height: 5px;
	background-color: #f87026;
	transform: translateY(-50%);
	top: 50%;
	border-radius: 30px;
}

/* Inner Page: Seo Features =====================================*/
.seo-featr {
	position: relative;
}

.gsz-analysis-form {
	max-width: 90%;
}

.gsz-analysis-form .row {
	margin-left: -5px;
	margin-right: -5px;
}

.gsz-analysis-form .row>div {
	padding-left: 5px;
	padding-right: 5px;
}

/* Inner Page: See SEO score =====================================*/
.gsz-tab-wrap {
	max-width: 1405px;
	margin: 0 auto;
}

.gsz-tab>ul {
	position: relative;
}

.gsz-tab li {
	position: relative;
	padding: 45px 46px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	background: #fbfbfb;
}

.gsz-tab li:not(:last-child) {
	border-right: none;
}

.gsz-tab li a {
	display: inline-block;
}

.gsz-tab li.active {
	background: #f4f4f4;
}

.gsz-tab li a span {
	padding-bottom: 14px;
	font-size: 33px;
	font-weight: 500;
	display: block;
	text-align: center;
}

.gsz-tab li a span i {
	font-size: 13px;
}

.gsz-tab li a i {
	font-size: 20px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.gsz-tab li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 50%;
	background: rgba(0, 0, 0, 0.07);
}

.gsz-tab li:last-child::after {
	right: 0;
	left: auto;
}

.gsz-tab li:first-child::before,
.gsz-tab li.active:last-child::after,
.gsz-tab li.active+li::before,
.gsz-tab li.active::before {
	content: none;
}

.gsz-tab li.active::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #f4f4f4;
	top: auto;
	bottom: -10px;
	left: 50%;
	background: transparent;
	z-index: 1;
}

.gsz-tab-content {
	padding-top: 40px;
}

.gsz-tab-content .gsz-tooltip {
	margin-left: 7px;
}

.gsz-tab-content h3 {
	width: 90%;
	margin-top: 5px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 13px;
}

.gsz-tab-wrap .gsz-list .gsz-icon.facheck svg {
	fill: #20cbbd;
}

.gsz-tab-content #heading .gsz-list li:nth-child(n+4) {
	display: none;
}

.gsz-tab-content #heading .gsz-list li.show-more:last-child {
	display: block;
}

.gsz-tab-content #heading .gsz-list li.show-more a {
	text-decoration: underline;
}

/* Inner Page: Team =====================================*/
.gsz-team-wrap>.row {
	margin-bottom: -40px;
}

.gsz-team-wrap>.row>div {
	padding-bottom: 40px;
}

.gsz-team h3 {
	font-size: 26px;
	margin-bottom: 7px;
}

.gsz-team-wrap .gsz-team img {
	width: inherit;
}

.gsz-team span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 13px;
}

.be-social li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 4px;
}

ul.be-social li {
	margin: 0;
}

.be-social li a {
	font-size: 13px;
	display: table;
	border: 1px solid;
	width: 41px;
	height: 41px;
	text-align: center;
}

.be-social i {
	display: table-cell;
	vertical-align: middle;
}

.be-social li a:hover {
	border-color: transparent;
}

.f-facebook {
	color: #4474db;
	background-color: #ffffff;
}

.f-facebook:hover {
	color: #ffffff;
	background-color: #4474db;
}

.t-twitter {
	color: #55acee;
	background-color: #ffffff;
}

.t-twitter:hover {
	color: #ffffff;
	background-color: #55acee;
}

.v-vimeo {
	color: #1ab7ae;
	background-color: #ffffff;
}

.v-vimeo:hover {
	color: #ffffff;
	background-color: #1ab7ae;
}

.in-linkedin {
	color: #0077b5;
	background-color: #ffffff;
}

.in-linkedin:hover {
	color: #ffffff;
	background-color: #0077b5;
}

[class*='gsz-social-icon'] {
	background-color: #ffffff;
}

.widget [class*='gsz-social-icon']:hover,
[class*='gsz-social-icon']:hover {
	color: #ffffff;
}

.gsz-social-icon-android {
	color: #a4c639;
}

.gsz-social-icon-apple {
	color: #999;
}

.gsz-social-icon-behance {
	color: #1769ff;
}

.gsz-social-icon-bitbucket {
	color: #205081;
}

.gsz-social-icon-codepen {
	color: #000;
}

.gsz-social-icon-delicious {
	color: #39f;
}

.gsz-social-icon-deviantart {
	color: #05cc47;
}

.gsz-social-icon-digg {
	color: #005be2;
}

.gsz-social-icon-dribbble {
	color: #ea4c89;
}

.gsz-social-icon-elementor {
	color: #d30c5c;
}

.gsz-social-icon-envelope {
	color: #ea4335;
}

.gsz-social-icon-facebook,
.gsz-social-icon-facebook-f {
	color: #3b5998;
}

.gsz-social-icon-flickr {
	color: #0063dc;
}

.gsz-social-icon-foursquare {
	color: #2d5be3;
}

.gsz-social-icon-free-code-camp,
.gsz-social-icon-freecodecamp {
	color: #006400;
}

.gsz-social-icon-github {
	color: #333;
}

.gsz-social-icon-gitlab {
	color: #e24329;
}

.gsz-social-icon-globe {
	color: #818a91;
}

.gsz-social-icon-google-plus,
.gsz-social-icon-google-plus-g {
	color: #dd4b39;
}

.gsz-social-icon-houzz {
	color: #7ac142;
}

.gsz-social-icon-instagram {
	color: #262626;
}

.gsz-social-icon-jsfiddle {
	color: #487aa2;
}

.gsz-social-icon-link {
	color: #818a91;
}

.gsz-social-icon-linkedin,
.gsz-social-icon-linkedin-in {
	color: #0077b5;
}

.gsz-social-icon-medium {
	color: #00ab6b;
}

.gsz-social-icon-meetup {
	color: #ec1c40;
}

.gsz-social-icon-mixcloud {
	color: #273a4b;
}

.gsz-social-icon-odnoklassniki {
	color: #f4731c;
}

.gsz-social-icon-pinterest {
	color: #bd081c;
}

.gsz-social-icon-product-hunt {
	color: #da552f;
}

.gsz-social-icon-reddit {
	color: #ff4500;
}

.gsz-social-icon-rss {
	color: #f26522;
}

.gsz-social-icon-shopping-cart {
	color: #4caf50;
}

.gsz-social-icon-skype {
	color: #00aff0;
}

.gsz-social-icon-slideshare {
	color: #0077b5;
}

.gsz-social-icon-snapchat {
	color: #fffc00;
}

.gsz-social-icon-soundcloud {
	color: #f80;
}

.gsz-social-icon-spotify {
	color: #2ebd59;
}

.gsz-social-icon-stack-overflow {
	color: #fe7a15;
}

.gsz-social-icon-steam {
	color: #00adee;
}

.gsz-social-icon-stumbleupon {
	color: #eb4924;
}

.gsz-social-icon-telegram {
	color: #2ca5e0;
}

.gsz-social-icon-thumbtack {
	color: #1aa1d8;
}

.gsz-social-icon-tripadvisor {
	color: #589442;
}

.gsz-social-icon-tumblr {
	color: #35465c;
}

.gsz-social-icon-twitch {
	color: #6441a5;
}

.gsz-social-icon-twitter {
	color: #1da1f2;
}

.gsz-social-icon-viber {
	color: #665cac;
}

.gsz-social-icon-vimeo-v,
.gsz-social-icon-vimeo {
	color: #1ab7ea;
}

.gsz-social-icon-vk {
	color: #45668e;
}

.gsz-social-icon-weibo {
	color: #dd2430;
}

.gsz-social-icon-weixin {
	color: #31a918;
}

.gsz-social-icon-whatsapp {
	color: #25d366;
}

.gsz-social-icon-wordpress {
	color: #21759b;
}

.gsz-social-icon-xing {
	color: #026466;
}

.gsz-social-icon-yelp {
	color: #af0606;
}

.gsz-social-icon-youtube {
	color: #cd201f;
}

.gsz-social-icon-500px {
	color: #0099e5;
}

.gsz-social-icon-android:hover {
	background-color: #a4c639;
}

.gsz-social-icon-apple:hover {
	background-color: #999;
}

.gsz-social-icon-behance:hover {
	background-color: #1769ff;
}

.gsz-social-icon-bitbucket:hover {
	background-color: #205081;
}

.gsz-social-icon-codepen:hover {
	background-color: #000;
}

.gsz-social-icon-delicious:hover {
	background-color: #39f;
}

.gsz-social-icon-deviantart:hover {
	background-color: #05cc47;
}

.gsz-social-icon-digg:hover {
	background-color: #005be2;
}

.gsz-social-icon-dribbble:hover {
	background-color: #ea4c89;
}

.gsz-social-icon-elementor:hover {
	background-color: #d30c5c;
}

.gsz-social-icon-envelope:hover {
	background-color: #ea4335;
}

.gsz-social-icon-facebook:hover,
.gsz-social-icon-facebook-f:hover {
	background-color: #3b5998;
}

.gsz-social-icon-flickr:hover {
	background-color: #0063dc;
}

.gsz-social-icon-foursquare:hover {
	background-color: #2d5be3;
}

.gsz-social-icon-free-code-camp:hover,
.gsz-social-icon-freecodecamp:hover {
	background-color: #006400;
}

.gsz-social-icon-github:hover {
	background-color: #333;
}

.gsz-social-icon-gitlab:hover {
	background-color: #e24329;
}

.gsz-social-icon-globe:hover {
	background-color: #818a91;
}

.gsz-social-icon-google-plus:hover,
.gsz-social-icon-google-plus-g:hover {
	background-color: #dd4b39;
}

.gsz-social-icon-houzz:hover {
	background-color: #7ac142;
}

.gsz-social-icon-instagram:hover {
	background-color: #262626;
}

.gsz-social-icon-jsfiddle:hover {
	background-color: #487aa2;
}

.gsz-social-icon-link:hover {
	background-color: #818a91;
}

.gsz-social-icon-linkedin:hover,
.gsz-social-icon-linkedin-in:hover {
	background-color: #0077b5;
}

.gsz-social-icon-medium:hover {
	background-color: #00ab6b;
}

.gsz-social-icon-meetup:hover {
	background-color: #ec1c40;
}

.gsz-social-icon-mixcloud:hover {
	background-color: #273a4b;
}

.gsz-social-icon-odnoklassniki:hover {
	background-color: #f4731c;
}

.gsz-social-icon-pinterest:hover {
	background-color: #bd081c;
}

.gsz-social-icon-product-hunt:hover {
	background-color: #da552f;
}

.gsz-social-icon-reddit:hover {
	background-color: #ff4500;
}

.gsz-social-icon-rss:hover {
	background-color: #f26522;
}

.gsz-social-icon-shopping-cart:hover {
	background-color: #4caf50;
}

.gsz-social-icon-skype:hover {
	background-color: #00aff0;
}

.gsz-social-icon-slideshare:hover {
	background-color: #0077b5;
}

.gsz-social-icon-snapchat:hover {
	background-color: #fffc00;
}

.gsz-social-icon-soundcloud:hover {
	background-color: #f80;
}

.gsz-social-icon-spotify:hover {
	background-color: #2ebd59;
}

.gsz-social-icon-stack-overflow:hover {
	background-color: #fe7a15;
}

.gsz-social-icon-steam:hover {
	background-color: #00adee;
}

.gsz-social-icon-stumbleupon:hover {
	background-color: #eb4924;
}

.gsz-social-icon-telegram:hover {
	background-color: #2ca5e0;
}

.gsz-social-icon-thumbtack:hover {
	background-color: #1aa1d8;
}

.gsz-social-icon-tripadvisor:hover {
	background-color: #589442;
}

.gsz-social-icon-tumblr:hover {
	background-color: #35465c;
}

.gsz-social-icon-twitch:hover {
	background-color: #6441a5;
}

.gsz-social-icon-twitter:hover {
	background-color: #1da1f2;
}

.gsz-social-icon-viber:hover {
	background-color: #665cac;
}

.gsz-social-icon-vimeo-v:hover,
.gsz-social-icon-vimeo:hover {
	background-color: #1ab7ea;
}

.gsz-social-icon-vk:hover {
	background-color: #45668e;
}

.gsz-social-icon-weibo:hover {
	background-color: #dd2430;
}

.gsz-social-icon-weixin:hover {
	background-color: #31a918;
}

.gsz-social-icon-whatsapp:hover {
	background-color: #25d366;
}

.gsz-social-icon-wordpress:hover {
	background-color: #21759b;
}

.gsz-social-icon-xing:hover {
	background-color: #026466;
}

.gsz-social-icon-yelp:hover {
	background-color: #af0606;
}

.gsz-social-icon-youtube:hover {
	background-color: #cd201f;
}

.gsz-social-icon-500px:hover {
	background-color: #0099e5;
}

/* Inner Pages: services page ==================================== */
.gsz-sol-list {
	margin-bottom: 0;
}

.gsz-sol-list ul {
	padding-top: 5px;
}

.gsz-sol-list p {
	margin: 0;
}

.gsz-sol-list>li {
	margin-bottom: 20px;
}

ul.gsz-sol-list>li:last-child {
	margin-bottom: 0;
}

.list-metadata .gsz-media {
	width: 70px;
	vertical-align: top;
}

.icon-wrap {
	background: #ffffff;
	font-size: 43px;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	color: #6aa6f6;
	fill: #6aa6f6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-metadata .gsz-content {
	padding-left: 25px;
}

.clr-2 {
	color: #febb59;
	fill: #febb59;
}

.clr-3 {
	color: #87cd56;
	fill: #87cd56;
}

.gsz-sol-list li:hover .clr-1 {
	background: #6aa6f6;
	color: #ffffff;
	fill: #ffffff;
}

.gsz-sol-list li:hover .clr-2 {
	background: #febb59;
	color: #ffffff;
	fill: #ffffff;
}

.gsz-sol-list li:hover .clr-3 {
	background: #87cd56;
	color: #ffffff;
	fill: #ffffff;
}

.gsz-sol-list.style2 {
	margin: 0;
}

.gsz-sol-list.style2>li {
	margin-bottom: 50px;
}

.style2 .list-metadata {
	text-align: center;
	padding: 0 15px;
}

.style2 .list-metadata .gsz-content {
	padding-left: 0;
}

.style2 .list-metadata .gsz-media {
	margin: 0 auto 20px;
}

.gsz-img {
	position: relative;
	text-align: center;
}

.gsz-sol-list.style3 .icon-wrap {
	font-size: 25px;
	width: 70px;
	height: 70px;
	line-height: 70px;
}

/* Inner Pages: Single post ==================================== */
.gsz-service-detail .be-social,
.gsz-blog-detail .be-social {
	padding: 0;
}

.be-social span {
	margin-right: 9px;
}

.gsz-tag>span {
	margin-right: 15px;
}

.gsz-tag a {
	display: inline-block;
	background: #f6f6fe;
	padding: 7px 27px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.gsz-next-previous {
	margin-top: 30px;
	padding: 21px 0;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}

.gsz-next-previous i {
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
}

.gsz-next-previous .gsz-previous i {
	margin-right: 5px;
}

.gsz-next-previous .gsz-next i {
	margin-left: 5px;
}

.comment-wrap {
	position: relative;
	margin-top: 50px;
}

.comment-wrap h3 {
	font-size: 30px;
}

.comment-list>li {
	margin-top: 40px;
}

.comment-meta {
	position: relative;
	display: table;
	width: 100%;
}

.comment-avatar {
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: top;
}

.comment-content {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding-left: 25px;
}

.comment-title {
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 2px;
}

.comment-date {
	font-size: 15px;
	font-weight: 500;
}

.comment-reply {
	position: absolute;
	top: 0;
	right: 41px;
	font-weight: 600;
}

.comment-reply i {
	margin-right: 7px;
	font-size: 15px;
}

.comment-text {
	margin-top: 11px;
	margin-bottom: 0;
}

.comment-list ul {
	margin-top: 40px;
	padding-left: 65px;
}

.comment-wrap form {
	margin-top: 30px;
}

.comment-wrap .row {
	margin-right: -10px;
	margin-left: -10px;
}

.comment-wrap .row>div {
	padding-right: 10px;
	padding-left: 10px;
}

aside .widget {
	padding: 25px;
	margin-bottom: 30px;
	border: 1px solid #f0f0f0;
}

aside .widget h2,
aside .widget h4 {
	margin-bottom: 21px;
}

.widget h2,
.widget h4 {
	font-size: 24px;
	margin-bottom: 27px;
}

.widget .be-social {
	padding-top: 0;
}

.gsz-pop-post {
	margin-bottom: 25px;
}

aside .gsz-pop-post:last-child {
	margin-bottom: 0;
}

.gsz-pop-post figure {
	margin-bottom: 11px;
}

.gsz-pop-post h5 {
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 18px;
}

.gsz-pop-post>a {
	font-size: 15px;
}

/* Inner Pages: Single Project ====================================*/
.gsz-inner-pages .gsz-postmeta {
	padding: 30px 0;
}

.gsz-inner-pages .gsz-postmeta h2 {
	margin-bottom: 20px;
}

.gsz-project-detail .gsz-postmeta {
	padding-top: 0;
}

.gsz-project-detail>.row>div[class="col-sm-12"] {
	margin-bottom: 50px;
}

.about-project {
	padding: 40px;
	background-color: #f6f6fe;
}

.about-project h3 {
	margin-bottom: 25px;
}

.about-project ul li {
	margin-bottom: 17px;
	font-size: 17px;
	display: table;
}

.about-project ul li:last-child {
	margin-bottom: 0;
}

.about-project ul li .gsz-icon {
	margin-right: 9px;
	font-size: 14px;
	width: 25px;
	text-align: left;
}

.about-project ul li span {
	margin-right: 14px;
	width: 115px;
	display: table-cell;
	font-weight: 500;
}

.gsz-content-gallery figure {
	margin-bottom: 20px;
}

/* Inner Pages: Single Team ====================================*/
.gsz-inner-pages .gsz-team h3 {
	font-size: 30px;
}

ul.gsz-progress-bar {
	padding: 40px;
	background-color: #f6f6fe;
	list-style: none;
}

.gsz-progress-bar .progress-bar {
	background-color: #1fc7ba;
}

.gsz-progress-bar li {
	font-weight: 500;
	margin-bottom: 20px;
}

.gsz-progress-bar li span {
	float: right;
}

.gsz-progress-bar li:last-child {
	margin-bottom: 0;
}

.gsz-progress-bar .progress {
	margin-top: 11px;
	height: 4px;
}

/* Inner Pages: Contact page ===================================== */
.gsz-map {
	position: relative;
	width: 100%;
	height: 100%;
}

.gsz-map #map {
	height: 100%;
	max-height: 100%;
}

/* Inner Page: Faqs =====================================*/
.gsz-faq {
	margin-bottom: 24px;
}

.gsz-faq h3 {
	position: relative;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	padding: 25px 60px 25px 30px;
	font-size: 21px;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 500;
}

.gsz-faq h3 span {
	text-align: right;
	display: table;
	position: relative;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 50%;
	background: #f0f8ff;
	color: #20cbbd;
	font-size: 16px;
}

.faq-active .openclose i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.gsz-faq-meta {
	display: none;
	padding: 25px 25px 9px 25px;
}

.gsz-faq-meta p {
	margin: 0;
}

.gsz-still-faq {
	position: relative;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

.gsz-still-faq p {
	font-size: 16px;
	color: #121713;
	font-weight: 600;
	margin-bottom: 0;
}

.gsz-link {
	text-decoration: underline;
}

/* Inner pages: 404 page ===================================== */
.gsz-404 {
	margin-top: -11px;
	text-align: center;
}

.gsz-404>span {
	font-family: 'oswald', sans-serif;
	display: inline-block;
	font-size: 101px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -5px;
	margin-bottom: 11px;
}

.gsz-404 h2 {
	font-weight: 500;
	font-size: 27px;
	margin-bottom: 11px;
}

.gsz-404 p {
	font-size: 19px;
}

/* Inner pages: Pagination ===========================*/
.gsz-heading.gsz-pb0 {
	padding-bottom: 0;
}

.paginationz {
	text-align: center;
}

.paginationz li {
	display: inline-block;
	margin-right: 4px;
}

.paginationz li.gsz-prev {
	margin-right: 13px;
}

.paginationz li.gsz-next {
	margin-left: 6px;
}

.paginationz li.gsz-space {
	margin: 0 13px;
	width: 43px;
	height: 100%;
	position: relative;
}

.paginationz li.gsz-space span {
	position: absolute;
	top: -21px;
	left: 0;
}

.paginationz li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #fbfbfb;
	display: inline-block;
	border: 1px solid transparent;
	font-weight: 500;
}

.paginationz li a.active,
.paginationz li a:hover {
	background-color: #fff;
}

.paginationz li.gsz-prev a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #fbfbfb;
}

.paginationz li.gsz-next a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #fbfbfb;
}

.paginationz li.gsz-next a:hover,
.paginationz li.gsz-prev a:hover {
	color: #ffffff;
}

/* Theme Unit test ====================================*/

.widget_rss li ul,
.widget_recent_entries li ul,
.widget_pages li ul,
.wp-block-archives-list li ul,
.wp-block-page-list li ul,
.widget_meta li ul,
.widget_categories li ul,
.widget_archive li ul,
.widget_nav_menu li ul {
	padding-top: 9px;
	padding-left: 17px;
}

.widget_rss li,
.widget_recent_entries a,
.widget_pages a,
.wp-block-archives-list a,
.wp-block-page-list a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
	position: relative;
}

.widget_rss li:not(:last-child),
.widget_recent_entries li:not(:last-child),
.widget_pages li:not(:last-child),
.wp-block-archives-list li:not(:last-child),
.widget_recent_entries li:not(:last-child),
.wp-block-page-list li:not(:last-child),
.widget_meta li:not(:last-child),
.widget_categories li:not(:last-child),
.widget_archive li:not(:last-child),
.widget_nav_menu li:not(:last-child) {
	margin-bottom: 11px;
}

/* .widget_rss li,
.widget_recent_entries a,
.widget_pages a,
.wp-block-archives-list a,
.wp-block-page-list a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
	padding-left: 15px;
} */
.widget_rss li::before,
.widget_recent_entries a::before,
.widget_pages a::before,
.wp-block-archives-list a::before,
.wp-block-page-list a::before,
.widget_meta a::before,
.widget_categories a::before,
.widget_archive a::before,
.widget_nav_menu a::before {
	/* font-family: 'Font Awesome 5 Free'; */
	/* content: '\203A'; */
	position: absolute;
	left: 0;
	top: 50%;
	font-weight: 900;
	line-height: 33px;
	font-size: 20px;
}

.widget_rss li::before,
.widget_recent_entries a::before,
.widget_pages a::before,
.wp-block-archives-list a::before,
.wp-block-page-list a::before,
.widget_meta a::before,
.widget_categories a::before,
.widget_archive a::before,
.widget_nav_menu a::before {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

aside .widget ul,
footer .widget ul,
ul.comment-list ul.children,
ul.comment-list,
ul.wp-block-archives-list {
	list-style: none;
}

.wp-block-categories-dropdown.wp-block-categories,
.wp-block-archives-dropdown.wp-block-archives {
	margin-bottom: 1rem;
}

.gsz-inner-pages .gsz-postmeta>ol,
.gsz-inner-pages .gsz-postmeta>ul {
	padding-left: 30px;
}

.widget_rss li a,
.widget_recent_comments li a {
	text-decoration: underline;
}

.has-large-font-size {
	line-height: 1.2;
}

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 1rem;
}

aside figure.wp-block-image.size-thumbnail {
	margin: 1px !important;
}

blockquote {
	background-color: #fbf0eb;
	padding: 2rem;
}

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

td#today {
	background: #f87026;
	color: #fff;
}

.widget_tag_cloud a {
	display: inline-block;
	background: #f6f6fe;
	padding: 7px 27px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.widget_tag_cloud a {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.wp-block-social-links .wp-social-link a {
	padding: .5em;
}

.wp-block-social-links.has-normal-icon-size svg {
	width: 18px;
	height: 18px;
}

figure.wp-block-gallery .blocks-gallery-item img {
	border-radius: 0;
}

.wp-block-gallery .blocks-gallery-item {
	margin: 0 .1em .1em 0;
}

.wp-block-button {
	margin-bottom: 11px;
}

main .gsz-inner-pages .wp-block-cover-text {
	color: #fff;
}

/* Cross Browser ====================================*/
.gsz-work figure::before,
.gsz-blog figure img,
.gsz-work figure img {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.gsz-main-menu {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

footer a,
aside a,
.sideElement,
.owl-theme .owl-dots .owl-dot span,
.gsz-blog h3,
.gsz-scroll-up,
.gsz-main-menu,
.gsz-client,
.gsz-pricing-box,
.gsz-faq h3,
.featr-info,
.icon-wrap,
.trans1 {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.sideElement>a,
.IconToggle,
.gsz-faq h3 span i,
.gsz-tab li,
.gsz-sideMenu ul:not(.be-social) a,
.gsz-main-menu a,
.gsz-pop-post h5,
.gsz-helpfull-link li a::before,
.gsz-helpfull-link li a,
.gsz-contact-info li,
.gsz-forgot a,
.google-plus,
.facebook,
.gsz-tag a,
.gsz-next-previous a,
.gsz-blog .gsz-postmeta>a:hover,
.paginationz li a,
.be-social li a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.gsz-pricing-box .theme-btn,
.gsz-work-meta {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.gsz-msg {
	-webkit-transition: all .41s cubic-bezier(.18, .89, .32, 1.28);
	-moz-transition: all .41s cubic-bezier(.18, .89, .32, 1.28);
	-ms-transition: all .41s cubic-bezier(.18, .89, .32, 1.28);
	-o-transition: all .41s cubic-bezier(.18, .89, .32, 1.28);
	transition: all .41s cubic-bezier(.18, .89, .32, 1.28);
}

.gsz-client-img .gsz-icon {
	-webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	-moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	-ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	-o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.be-social li a,
.paginationz li.gsz-prev a,
.paginationz li.gsz-next a,
.gsz-work-meta .openclose,
.gsz-faq h3 span,
.icon-wrap,
.comment-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.gsz-tag a,
.gsz-tab li a span,
.theme-btn,
.btn-hover {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.sep-line,
.sep-line::before,
.sep-line::after,
.gsz-social-login li a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.about-project,
aside .widget,
.gsz-client,
.gsz-client img,
.gsz-menu .menu-item-has-children>ul,
.breadCrumb,
.gsz-inner-pages figure img,
.gsz-work figure::before,
.gsz-work figure img,
.gsz-work figure,
.paginationz li a,
.gsz-faq h3,
.gsz-progress-bar,
.gsz-scroll-up,
.gsz-blog,
.gsz-pricing-box.style2,
.gsz-contact-form .theme-btn,
.featr-info .gsz-icon,
.gsz-rememberme label::before,
.gsz-pop-post img,
.gsz-team img,
.featr-info,
.gsz-contact-form {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.gsz-msg,
.gsz-client-img .gsz-icon,
.icon-wrap,
.gsz-menu .menu-item-has-children:hover>ul,
.gsz-faq h3:hover,
.gsz-scroll-up,
.gsz-main-menu.gsz-sticky,
.gsz-client:hover,
.gsz-blog,
.featr-info:hover,
.gsz-box-shadow {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.gsz-helpfull-link a::before,
.gsz-faq h3 span,
.gsz-tab li::before,
.form-group i,
.gsz-box .gsz-content {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gsz-tab li.active::before {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gsz-blog:hover figure img,
.gsz-work:hover figure img,
.be-social li a:hover,
.gsz-playwrap:hover .gsz-play {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/* Elementor */
.elementor-device-small #elementor-preview-responsive-wrapper {
	width: 480px;
	height: 600px;
	padding: 40px 10px 70px;
}

.eicon-device-small::before {
	content: '\e887';
}

body:not(.elementor-device-small) .elementor-control.elementor-control-responsive-small {display: none}

/* our custom css */
.gsz-size-xs {
	font-size: 20px;
}
.gsz-size-sm {
	font-size: 25px;
}
.gsz-size-md {
	font-size: 30px;
}
.gsz-size-lg {
	font-size: 35px;
}
.gsz-size-xl {
	font-size: 40px;
}
.gsz-size-xxl {
	font-size: 45px;
}
