/*!
Theme Name: Crystal Blog
Theme URI: https://adorethemes.com/downloads/crystal-blog/
Author: Adore Themes
Author URI: https://adorethemes.com/
Description: Crystal Blog is a minimalist and lightweight WordPress theme designed for creating professional blogging websites. The theme has a clean design and is ideal for various blog types, such as fashion, lifestyle, travel, food, and photography. Crystal Blog is mobile-friendly and cross-browser compatible, making it accessible across various devices and screen sizes. The theme is also translation-ready, allowing you to create blogs in any language. Overall, Crystal Blog offers a user-friendly interface, modern and creative design, and range of features suitable for building engaging and unique blog websites. Live preview : https://demo.adorethemes.com/crystal-blog/
Version: 1.0.2
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: translucent-blog
Text Domain: crystal-blog
Tags: custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, left-sidebar, right-sidebar, blog, one-column, portfolio, photography, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Crystal Blog is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/
:root{
	--translucent-color: #ffffff33;
}

/* Start Header Imgae
--------------------------------------------- */

.adore-header.enable-header-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.adore-header.enable-header-image>*{
	position: relative;
	z-index: 1;
}
.adore-header.enable-header-image::before{
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.4;
	z-index: 0;
	background-color: #000;
	border-radius: 100vmax;
}
@media (max-width: 1300px) {
    .adore-header.enable-header-image::before{
        border-radius: 0;
    }
}
.adore-header.enable-header-image .navigation-search .navigation-search-wrap .navigation-search-icon{
	color: #fff;
}
@media (min-width: 992px) {
    .adore-header.enable-header-image .main-navigation ul a {
    	color: #fff;
    }
    .adore-header.enable-header-image .main-navigation ul ul li a{
    	color: var(--color-text);
    }
}
@media (max-width: 991px) {
    .adore-header.enable-header-image .menu-toggle span {
    	background-color: #fff;
    }
}
/* End Header Imgae
--------------------------------------------- */

/* Start Banner section
--------------------------------------------- */
.banner-post .abt-author{
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	background-color: var(--translucent-color);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	max-width: 1000px;
	margin-inline: auto;
	border-radius: var(--radius);
}
.abt-author .author-img{
	width: 40%;
	position: relative;
	isolation: isolate;
	flex-shrink: 0;
	aspect-ratio: 1;
	overflow: hidden;
}
.abt-author .author-img::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
	box-shadow: 0 0 0 #000;
	background-color: var(--primary-color);
	animation: adore-morph 15s ease infinite;
}
.abt-author .author-img img{
	border-radius: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: adore-morph 15s ease-in-out infinite;
}
@keyframes adore-morph {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}
	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}
.abt-author .author-details-part{
	width: 60%;
	align-self: center;
	padding: 35px;
}
.abt-author .author-details-part .author-name{
	font-size: var(--font-size-md);
	margin-block: 0 20px;
	position: relative;
	padding-inline-start: 55px;
}
.abt-author .author-details-part .author-name::before{
	position: absolute;
	content: "";
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 50px;
	background-color: var(--color-text);
}
.abt-author .author-details-part .author-position{
	font-weight: bold;
	margin-block: 15px;
}
.abt-author .author-details-part .author-social-contacts{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 600px){
	.banner-post .abt-author{
		flex-direction: column;
	}
	.abt-author .author-details-part,
	.abt-author .author-img{
		width: 100%;
	}
	.author-details-part{
		padding: 15px;
		padding-top: 30px;
	}
}
/* End Banner section
--------------------------------------------- */

/* Start Grid Common
--------------------------------------------- */

.post-item.post-overlay-grid {
	box-shadow: none;
	position: unset;
    isolation: unset;
    min-height: unset;
	border-radius: var(--radius);
	transition: var(--transition);
}
.post-item.post-overlay-grid .post-grid-overlay{
	display: none;
}
.post-item.post-overlay-grid .post-item-image {
	position: unset;
	inset: unset;
	z-index: unset;
	overflow: hidden;
}
@media (min-width: 601px){
	.post-item.post-overlay-grid:not(.style-2):focus-within .post-item-image ,
	.post-item.post-overlay-grid:not(.style-2):hover .post-item-image {
		transform: unset;
		transform-style: unset;
	}
}

.post-item.post-overlay-grid .post-item-image a img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/0.7;
	object-fit: cover;
}

.post-item.post-overlay-grid  .post-item-content {
	inset: unset;
	position: unset;
	display: block;
	z-index: unset;
	border-radius: var(--radius);
	padding: 1.5rem;
	overflow: hidden;
	box-shadow: var(--shadow);
	transition: var(--transition);
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	background-color: var(--translucent-color);
}

.post-item.post-overlay-grid  .post-item-content .post-content p{
	margin: 0;
}
.theme-archive-layout.grid-layout .post-item.post-overlay-grid.style-1 .post-item-content {
    min-height: unset;
    position: unset;
}
.post-item.post-overlay-grid:not(.style-2):focus-within .post-grid-overlay ,
.post-item.post-overlay-grid:not(.style-2):hover .post-grid-overlay ,
.post-item.post-overlay-grid:not(.style-2):focus-within .post-item-content ,
.post-item.post-overlay-grid:not(.style-2):hover .post-item-content {
	background-color: var(--translucent-color);
}

@media (min-width: 601px){
	.post-item.post-overlay-grid:not(.style-2):focus-within .post-grid-overlay ,
	.post-item.post-overlay-grid:not(.style-2):hover .post-grid-overlay ,
	.post-item.post-overlay-grid:not(.style-2):focus-within .post-item-content ,
	.post-item.post-overlay-grid:not(.style-2):hover .post-item-content {
		transform: unset;
		transform-style: unset;
		color: var(--color-text);
	}
}


.post-item.post-overlay-grid:focus-within ,
.post-item.post-overlay-grid:hover {
	box-shadow: none;
}


/* End Grid Common
--------------------------------------------- */

/* Start Archive List
--------------------------------------------- */
.theme-archive-layout.list-layout article .post-item.post-list .post-item-image a img {
    aspect-ratio: 1 / 0.7;
}
/* End Archive List
--------------------------------------------- */

/* Start Pagination
--------------------------------------------- */
nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
nav.navigation.pagination .nav-links span.current {
	position: relative;
    isolation: isolate;
    transition: 250ms;
    perspective: 500px;
    background-color: unset;
    border: 1px solid var(--color-text);
}
nav.navigation.pagination .nav-links span.current::before {
	position: absolute;
	content: "";
	inset: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #ffffff33;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	transition: 250ms;
	border: 1px solid #ffffff38;
}

nav.navigation.pagination .nav-links span.current::after {
	position: absolute;
	content: '';
	inset: 0;
	z-index: -2;
	border-radius: 4px;
	transition: 250ms;
	transform-style: preserve-3d;
	transform-origin: bottom right;
	transform: rotateZ(0deg);
	will-change: transform;
	background-color: var(--primary-color);
	box-shadow: 4px 2px 16px -8px var(--primary-color);
	box-shadow: 4px 2px 5px -8px var(--primary-color), 4px 2px 15px -8px var(--primary-color), 4px 2px 30px -8px var(--primary-color);
}
/* Ens Pagination
--------------------------------------------- */

/* Start Scroll to top css
--------------------------------------------- */
a.translucent-blog-scroll-to-top {
	 background-color: unset; 
}

a.translucent-blog-scroll-to-top::before {
	font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f106";
	width: inherit;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #ffffff33;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	transition: 250ms;
	border: 1px solid #ffffff38;
}

a.translucent-blog-scroll-to-top::after {
	position: absolute;
	content: '';
	z-index: -1;
	width: inherit;
	aspect-ratio: 1;
	border-radius: 4px;
	transition: 250ms;
	transform-style: preserve-3d;
	transform-origin: bottom right;
	transform: rotateZ(0deg);
	will-change: transform;
	background-color: var(--primary-color);
	box-shadow: 4px 2px 16px -8px var(--primary-color);
	box-shadow: 4px 2px 5px -8px var(--primary-color), 4px 2px 15px -8px var(--primary-color), 4px 2px 30px -8px var(--primary-color);
}
a.translucent-blog-scroll-to-top:focus::after ,
a.translucent-blog-scroll-to-top:hover::after {
	transform: rotateZ(15deg);
}
a.translucent-blog-scroll-to-top:hover,
a.translucent-blog-scroll-to-top:focus {
	box-shadow: unset;
	transform: tunset;
}

a.translucent-blog-scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* End Scroll to top css
--------------------------------------------- */

/* Start Footer css
--------------------------------------------- */
.site-footer .bottom-footer {
	padding: 15px 0;
	backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background-color: var(--translucent-color);
	border-top: 1px solid #d9d9d9;
}
/* End Footer css
--------------------------------------------- */


/* Start Adore Particles
--------------------------------------------- */
body.body-particles.no-body-particles .adore-particles-container{
	display: none;
}
.adore-particles{
	position: unset;
	transform: unset;
	animation: unset;
}
.adore-particles:nth-child(1){
	width: unset;
    height: unset;
    animation-name: unset;
    animation-duration: unset;
    animation-delay: unset;
}
.adore-particles span.circle {
    position: fixed;
    width: 70px;
    height: 70px;
	bottom: -100px;
	border-radius: unset;
    background-color: var(--primary-color);
	animation: animate 30s linear infinite;
}
.adore-particles span.circle:nth-child(1) {
    left: 45%;
    animation-delay: 1.2s;
    animation-duration: 13s;
}

.adore-particles span.circle:nth-child(2) {
    left: 48%;
    background-color: transparent;
    border: 15px solid var(--primary-color);
    animation-delay: 3.7s;
    animation-duration: 15s;
}

.adore-particles span.circle:nth-child(3) {
    left: 8%;
    animation-delay: 2.4s;
    animation-duration: 10s;
}

.adore-particles span.circle:nth-child(4) {
    left: 87%;
    animation-delay: 1.5s;
    animation-duration: 22s;
}

.adore-particles span.circle:nth-child(5) {
    left: 12%;
    animation-delay: 3.1s;
    animation-duration: 19s;
}

.adore-particles span.circle:nth-child(6) {
    left: 65%;
    background-color: transparent;
    border: 15px solid var(--primary-color);
    animation-delay: 4.6s;
    animation-duration: 20s;
}

.adore-particles span.circle:nth-child(7) {
    left: 77%;
    animation-delay: 8.2s;
    animation-duration: 29s;
}

.adore-particles span.circle:nth-child(8) {
    left: 28%;
    animation-delay: 1.3s;
    animation-duration: 34s;
}

.adore-particles span.circle:nth-child(9) {
    right: 7%;
    animation-delay: 13.4s;
    animation-duration: 44s;
}

.adore-particles span.circle:nth-child(10) {
    left: 83%;
    background-color: transparent;
    border: 15px solid var(--primary-color);
    animation-delay: 2.8s;
    animation-duration: 16s;
}

@keyframes animate {
	0% {
		transform: scale(0) translateY(0) rotate(0deg);
		opacity: 1;
	}

	100% {
		transform: scale(1.5) translateY(-1000px) rotate(720deg);
		border-radius: 50%;
		opacity: 0;
	}
}

/* End Adore Particles
--------------------------------------------- */
article,
footer,
header,
nav,
section {
    display: block;
}

audio {
    display: inline-block;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button,
input[type=submit],
select {
    cursor: pointer;
}

header nav ul.nav-main ul.dropdown-menu,
header nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header nav ul.nav-main li.active a,
header nav ul.nav-main li.dropdown:hover.our-solu-hover a:hover {
    background-color: #313078 !important;
}

@media print {

    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    p {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }

}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

.row {
    margin-left: -20px;
}

.row:after,
.row:before {
    display: table;
    content: "";
    line-height: 0;
}

.row:after {
    clear: both;
}

[class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container {
    width: 940px;
}

.span12 {
    width: 940px;
}

.span8 {
    width: 620px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span332 {
    width: 260px;
    height: 64px;
}

.span2 {
    width: 140px;
}

.span22 {
    width: 149px;
    padding-left: 50px;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.container:after,
.container:before {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

.container-fluid:after,
.container-fluid:before {
    display: table;
    content: "";
    line-height: 0;
}

.container-fluid:after {
    clear: both;
}



body.sticky-menu-active header {

    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);

    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 10%);

    background: #fff;

    border-bottom: 1px solid #e9e9e9;

    position: fixed;

    top: -9px;

    width: 100%;

    z-index: 201;

    box-shadow: 0 0 3px rgb(0 0 0 / 10%);

    filter: none;

}

p {
    margin: 0 0 10px;
}

small {
    font-size: 85%;
}

strong {
    font-weight: 700;
}

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

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

h1,
h2,
h4,
h5 {
    margin: 0 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h5 small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}

h1,
h2 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

ol,
ul {
    padding: 0;
    margin: 0 0 -55px 25px;
}

ul ul {
    margin-bottom: 0;
}

li {
    line-height: 20px;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

form {
    margin: 0 0 20px;
}

button,
input,
select {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

button,
input,
select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=text],
select {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

input {
    width: 206px;
}

input[type=text] {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

input[type=text]:focus {
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

input[type=submit] {
    width: auto;
}

select {
    height: 30px;
    line-height: 30px;
}

select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
}

select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

.input-medium {
    width: 150px;
}

input[class*=span] {
    float: none;
    margin-left: 0;
}

input {
    margin-left: 0;
}

input.span2 {
    width: 126px;
}

input:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

input:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

input.search-query {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.form-inline input,
.form-search input {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.control-group {
    margin-bottom: 10px;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn:active,
.btn:focus,
.btn:hover {
    color: #333;
    background-color: #e6e6e6;
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-mini [class^=icon-] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-primary {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0045cc;
}

input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

.nav>li>a {
    display: block;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
}

.nav-pills:after,
.nav-pills:before {
    display: table;
    content: "";
    line-height: 0;
}

.nav-pills:after {
    clear: both;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:active {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #232254;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #232254;
    background-image: -moz-linear-gradient(top, #232254, #232254);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#232254), to(#232254));
    background-image: -webkit-linear-gradient(top, #232254, #232254);
    background-image: -o-linear-gradient(top, #232254, #232254);
    background-image: linear-gradient(to bottom, #232254, #232254);
    background-repeat: repeat-x;
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    color: #232254;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.collapse.in {
    height: auto;
}

/*! CSS Used from: https://wesetup.in/css/fonts/font-awesome/css/font-awesome.css */

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none !important;
    background-position: 0 0;
    background-repeat: repeat;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block;
}

.btn [class^="icon-"],
.nav [class^="icon-"] {
    display: inline;
    line-height: .6em;
}

li [class^="icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope:before {
    content: "\f003";
}

.icon-camera:before {
    content: "\f030";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-phone:before {
    content: "\f095";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-laptop:before {
    content: "\f109";
}

/*! CSS Used from: https://wesetup.in/vendor/flexslider/flexslider.css ; media=screen */

@media screen {

    .flexslider a:active,
    .flexslider a:focus {
        outline: 0;
    }

    .flex-control-nav,
    .flex-direction-nav,
    .slides {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .flexslider {
        margin: 0;
        padding: 0;
    }

    .flexslider .slides>li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .flexslider {
        margin: 0 0 60px;
        background: #fff;
        border: 4px solid #fff;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        zoom: 1;
    }

    .flex-viewport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
    }

    .flexslider .slides {
        zoom: 1;
    }

    .carousel li {
        margin-right: 5px;
    }

    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        margin: -20px 0 0;
        display: block;
        background: url(https://wesetup.in/vendor/images/bg_direction_nav.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }

    .flex-direction-nav .flex-next {
        background-position: 100% 0;
        right: -36px;
    }

    .flex-direction-nav .flex-prev {
        left: -80px;
    }

    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: -30px;
        text-align: center;
    }

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
    }

    .flex-control-paging li a {
        width: 11px;
        height: 11px;
        display: block;
        background: #666;
        background: rgba(0, 0, 0, .5);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    }

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, .7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, .9);
        cursor: default;
    }

    @media screen and (max-width:860px) {

        .flex-direction-nav .flex-prev {
            /*opacity: 1;*/
            opacity: 0;
            left: 0;
        }

        .flex-direction-nav .flex-next {
            /*opacity:1 ;*/
            opacity:0;
            right: 0;
        }

    }

}

/*! CSS Used from: https://wesetup.in/css/theme.css */

body,
html {
    height: 100%;
}



header {
    clear: both;
    border-top: 5px solid #ededed;
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: -o-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: linear-gradient(to bottom, #f6f6f6 0, #fff 100%);
}

header div.social-icons {
    clear: right;
    float: right;
    margin-top: -2px;
    margin-right: 0;
}

header div.container {
    position: relative;
}

header div.search {
    float: right;
    margin: 10px 0 0;
    min-width: 206px;
}

header div.search button {
    background: 0 0;
    border: 0;
    color: #242254;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 6px;
}

header div.search button:hover {
    color: #000;
}

header div.search div.control-group {
    position: relative;
    text-align: right;
}

header div.search input.search-query {
    -moz-transition-duration: .2s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease-in;
    -o-transition-duration: .2s;
    -o-transition-property: all;
    -o-transition-timing-function: ease-in;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in;
    font-size: .9em;
    margin: 2px 0 0 10px;
    padding-right: 30px;
    padding-left: 10px;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: ease-in;
    width: 150px;
}

header div.search input:focus {
    width: 180px;
}

header h1.logo {
    float: left;
    margin: 30px 0 10px 0;
    padding: 0;
}

header nav {
    float: right;
    margin-left: 0;
}

header nav select.selectnav {
    display: none;
}

header nav ul.nav-main {
    margin: 0 10px 20px 0;
}

header nav ul.nav-main ul.dropdown-menu {
    background-color: #232254;
}

header nav ul.nav-main ul.dropdown-menu {
    -moz-border-radius: 0 6px 6px 6px;
    -moz-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .3);
    -webkit-border-radius: 0 6px 6px 6px;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .3);
    border: 0;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .3);
    margin: 1px 0 0 3px;
    padding: 5px;
}

header nav ul.nav-main ul.dropdown-menu li:hover>a {
    filter: none;
    background: #313078;
}

header nav ul.nav-main ul.dropdown-menu li>a {
    color: #fff;
    font-weight: 400;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: none;
    position: relative;
}

header nav ul.nav-main ul.dropdown-menu li>a {
    padding: 8px 10px 8px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

header nav ul.nav-main ul.dropdown-menu li:last-child>a {
    border-bottom: 0;
}

header nav ul.nav-main li a {
    font-size: .9em;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /*margin-left: 3px;*/
    /*margin-right: 3px;*/
    text-transform: uppercase;
    color: #232254;
}

header nav ul.nav-main li.dropdown:hover>a {
    padding-bottom: 11px;
    margin-bottom: -1px;
}

header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

header nav ul.nav-main li.dropdown:hover>ul {
    display: block;
}

header nav ul.nav-top {
    margin: 10px 0 -10px;
    min-height: 62px;
}

header nav ul.nav-top li span {
    display: block;
    line-height: 14px;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 8px 2px 8px 12px;
}

header nav ul.nav-top li a,
header nav ul.nav-top li span {
    color: #232254;
    font-size: .9em;
}

header nav ul.nav-top li i {
    margin-right: 6px;
    position: relative;
    top: 1px;
}

section.featured {
    background: #f0f0ed;
    border-top: 5px solid #ecece8;
    margin: 35px 0;
    padding: 50px 0;
}

section.featured.footer {
    margin: 30px 0 -70px;
}

section.featured.map {
    background-image: url(https://wesetup.in/img/map-bottom.webp);
    background-position: center 0;
    background-repeat: no-repeat;
    margin-top: 0;
    border-top: 0;
}

div.slider-container {
    background: #666;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

div.slider-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.slider {
    max-height: 288px;
    position: relative;
}

div.slider div.tp-bannertimer {
    background-color: #ccc;
    background-position: 0 -13px;
    top: 0;
    height: 7px;
}

div.slider-container {
    background: #0080eb;
}

div.slider-container div.caption {
    opacity: 0;
}

div.slider-container div.top-label {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

div.slider-container div.main-label {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .35);
}

div.slider-container div.bottom-label {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

div.slider-container div.caption a,
div.slider-container div.caption a:hover {
    color: #fff;
}

div.home-concept {
    /* background: transparent url(https://wesetup.in/img/home-concept.png) no-repeat center 0; */
    width: 100%;
    overflow: hidden;
}

footer {
    background: #121214;
    border-top: 4px solid #1f1f1f;
    font-size: .9em;
    margin-top: 70px;
    padding: 80px 0 0;
    position: relative;
}

footer div.footer-ribon {
    background: #646464;
    border-left: 1px solid #232254;
    border-right: 1px solid #232254;
    border-top: 1px solid #232254;
    position: absolute;
    margin: -100px 0 0 30px;
    padding: 10px 20px 6px 20px;
}

footer div.footer-ribon::before {
    border-right: 10px solid #121214;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -17px;
    position: absolute;
    top: 0;
    width: 7px;
}

footer div.footer-ribon span {
    color: #fff;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

footer div.container div.row>div {
    margin-bottom: 25px;
}

footer div.container input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer div.social-icons li:hover {
    background-color: transparent;
}

footer div.twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul.contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul.contact i {
    float: left;
    margin: 4px 5px 10px 0;
}

footer ul.contact p {
    margin-bottom: 10px;
}

footer a.logo {
    display: block;
}

footer form {
    opacity: .85;
}

footer a,
footer h4 {
    color: #fff !important;
}

footer a:hover {
    color: #ccc;
}

footer h4 {
    font-size: 1.8em;
    font-weight: 200;
    text-shadow: 1px 1px 1px #000;
}

div.footer-copyright {
    background: #0c0c0c;
    border-top: 4px solid #111;
    margin-top: 40px;
    padding: 30px 0 10px;
}

div.footer-copyright nav {
    float: right;
}

div.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

div.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

div.footer-copyright p {
    color: #555;
    margin: 7px;
    padding: 0;
}

a.scroll-to-top {
    -moz-border-radius: 50px 50px 0 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-border-radius: 50px 50px 0 0;
    -webkit-transition: all .3s;
    background: #ccc;
    border-radius: 50px 50px 0 0;
    bottom: 55px;
    color: #fff;
    display: block !important;
    height: 9px;
    opacity: 0;
    padding: 13px 0 27px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    width: 49px;
    z-index: 9999;
}

a.scroll-to-top:hover {
    opacity: 1;
}

li.phone span a {
    line-height: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #232254 !important;
    font-size: 13px !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

span.sales-no {
    font-size: 13px !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

span.sales-no {
    padding: 8px 2px 8px 0px !important;
}

@media (min-width: 561px) {

    .mob_menu {
        display: none !important;
    }

}

@media (max-width: 360px) {

    div.mob-contact {
        text-align: right;
        float: right;
        padding-top: 5px;
        font-size: 10px !important;
    }

    span.sales-no {
        font-size: 10px !important;
    }

}

@media (min-width: 361px) and (max-width: 780px) {

    div.mob-contact {
        text-align: right;
        float: right;
        padding-top: 5px;
        font-size: 12px !important;
    }

    div.mob-contact a {
        font-size: 12px !important;
    }

    .mob-contact-sub a {
        color: #151414;
    }

    span.sales-no {
        font-size: 12px !important;
    }

}

@media (min-width: 781px) {

    div.mob-contact-sub {
        display: none;
    }

}

/*! CSS Used from: https://wesetup.in/css/theme-elements.css */

h1,
h2,
h4,
h5 {
    color: #121214;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
}

h1 {
    line-height: 49px;
    margin: 0 0 44px 0;
}

h2 {
    font-weight: 300;
    line-height: 45px;
/*     margin: 0 0 32px 0; */
}

h4 {
    color: #ccc;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5 {
    color: #ccc;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h1.short {
    margin-bottom: 15px;
}

h4.shorter {
    margin-bottom: 0;
}

p {
    color: #777;
    line-height: 24px;
    margin: 0 0 20px;
}

p.tall {
    margin-bottom: 20px;
}

div.center {
    text-align: center;
}

body a {
    outline: 0 !important;
}

.pull-top {
    margin-top: 35px;
}

li {
    line-height: 24px;
}

.inverted {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

a.read-more {
    display: inline-block;
    white-space: nowrap;
}

div.feature-box {
    clear: both;
}

div.feature-box div.feature-box-icon {
    float: left;
    height: 64px;
    width: 64px;
}

div.feature-box div.feature-box-info {
    padding-left: 70px;
}

div.flexslider-top-title ul.flex-direction-nav {
    display: block;
    position: absolute;
    right: 2px;
    top: -27px;
}

div.flexslider-top-title ul.flex-direction-nav a.flex-prev {
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    display: block;
    left: auto;
    right: 25px;
}

div.flexslider-top-title ul.flex-direction-nav a.flex-next {
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    right: 0;
}

div.flexslider-top-title ul.flex-direction-nav a {
    opacity: .8;
    text-decoration: none;
}

div.flexslider.unstyled {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

div.flexslider.flexslider-control-nav {
    margin-bottom: 45px;
}

div.recent-posts h4 {
    margin-bottom: 2px;
}

div.recent-posts div.date {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
}

div.recent-posts div.date span.month {
    -moz-border-radius: 0 0 2px 2px;
    -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
    background: #ccc;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
    color: #fff;
    font-size: .9em;
    padding: 0 10px 2px;
}

div.recent-posts div.date span.day {
    background: #fff;
    color: #ccc;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-weight: 700;
    padding: 8px;
}

.accordion-group {
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

ul.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

ul.social-icons li {
    background-image: url(https://wesetup.in/img/social-sprites.png);
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    transition: all .3s ease;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    -moz-border-radius: 100%;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius: 100%;
    -webkit-transition: all .3s ease;
}

ul.social-icons li a {
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}

ul.social-icons li a:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3), inset 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3), inset 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3), inset 0 0 10px rgba(0, 0, 0, .3);
}

ul.social-icons li a:active,
ul.social-icons li:active {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

ul.social-icons li.facebook {
    background-position: 0 -120px;
}

ul.social-icons li.facebook:hover {
    background-position: 0 -150px;
}

ul.social-icons li.linkedin {
    background-position: 0 -540px;
}

ul.social-icons li.linkedin:hover {
    background-position: 0 -570px;
}

ul.social-icons li.twitter {
    /* background-position: 0 -1140px; */
    background-position: 0 -1860px;
}

ul.social-icons li.twitter:hover {
    /* background-position: 0 -1170px; */
    background-position: 0 -1890px;
}

ul.social-icons li.youtube {
    background-position: 0 -1380px;
}

ul.social-icons li.youtube:hover {
    background-position: 0 -1410px;
}

ul.social-icons li.instagram {
    background-position: 0 -1680px;
}

ul.social-icons li.instagram:hover {
    background-position: 0 -1710px;
}

/*! CSS Used from: https://wesetup.in/vendor/revolution-slider/css/settings.css ; media=screen */

@media screen {

    .tp-caption {
        z-index: 1;
    }

    .tp-caption a {
        color: #ff7302;
        text-shadow: none;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }

    .tp-simpleresponsive .slotholder *,
    .tp-simpleresponsive img {
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
    }

    .tp-simpleresponsive .caption,
    .tp-simpleresponsive .tp-caption {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        position: absolute;
        visibility: hidden;
    }

    .tp-simpleresponsive img {
        max-width: none;
    }

    .tp-bannershadow {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
    }

    .tp-bannershadow.tp-shadow1 {
        background: url(https://wesetup.in/vendor/revolution-slider/assets/shadow1.png) no-repeat;
        background-size: 100%;
        width: 890px;
        height: 30px;
        bottom: -30px;
    }

    .tp-bullets {
        z-index: 100;
        position: absolute;
        bottom: 10px;
    }

    .tp-bullets.simplebullets {
        bottom: 10px;
    }

    .tp-bullets.simplebullets.round .bullet {
        cursor: pointer;
        position: relative;
        background: url(https://wesetup.in/vendor/revolution-slider/assets/bullet.png) no-Repeat top left;
        width: 20px;
        height: 20px;
        margin-right: 0;
        float: left;
        margin-top: -10px;
        margin-left: 3px;
    }

    .tp-bullets.simplebullets.round .bullet.last {
        margin-right: 3px;
    }

    .tp-bullets.simplebullets .bullet.selected,
    .tp-bullets.simplebullets .bullet:hover {
        background-position: top left;
    }

    .tp-bullets.simplebullets.round .bullet.selected,
    .tp-bullets.simplebullets.round .bullet:hover {
        background-position: bottom left;
    }

    .tp-leftarrow.round {
        z-index: 100;
        cursor: pointer;
        position: relative;
        background: url(https://wesetup.in/vendor/revolution-slider/assets/small_left.png) no-Repeat top left;
        width: 19px;
        height: 14px;
        margin-right: 0;
        float: left;
        margin-top: -7px;
    }

    .tp-rightarrow.round {
        z-index: 100;
        cursor: pointer;
        position: relative;
        background: url(https://wesetup.in/vendor/revolution-slider/assets/small_right.png) no-Repeat top left;
        width: 19px;
        height: 14px;
        margin-right: 0;
        float: left;
        margin-top: -7px;
    }

    .tp-leftarrow.large {
        z-index: 100;
        cursor: pointer;
        position: relative;
        background: url(https://wesetup.in/vendor/revolution-slider/assets/large_left.png) no-Repeat top left;
        width: 40px;
        height: 40px;
        margin-left: 20px;
        margin-top: -20px;
    }

    .tp-rightarrow.large {
        z-index: 100;
        cursor: pointer;
        position: relative;
        background: url(https://wesetup.in/vendor/revolution-slider/assets/large_right.png) no-Repeat top left;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }

    .tp-bullets.tp-thumbs {
        z-index: 100;
        position: absolute;
        padding: 3px;
        background-color: #fff;
        width: 500px;
        height: 50px;
        margin-top: -50px;
    }

    .tp-bullets.tp-thumbs .tp-mask {
        width: 500px;
        height: 50px;
        overflow: hidden;
        position: relative;
    }

    .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
        width: 5000px;
        position: absolute;
    }

    .tp-bullets.tp-thumbs .bullet {
        width: 100px;
        height: 50px;
        cursor: pointer;
        overflow: hidden;
        background: 0 0;
        margin: 0;
        float: left;
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }

    .tp-bullets.tp-thumbs .bullet.selected,
    .tp-bullets.tp-thumbs .bullet:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .tp-thumbs img {
        width: 100%;
    }

    .tp-bannertimer {
        width: 100%;
        height: 10px;
        background: url(https://wesetup.in/vendor/revolution-slider/assets/timer.png);
        position: absolute;
        z-index: 200;
    }

    .tp-simpleresponsive img {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
    }

    .tp-simpleresponsive a {
        text-decoration: none;
    }

    .tp-simpleresponsive ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .tp-simpleresponsive>ul>li {
        list-stye: none;
        position: absolute;
        visibility: hidden;
    }

    .tp-loader {
        background: url(https://wesetup.in/vendor/revolution-slider/assets/loader.gif) no-repeat 10px 10px;
        background-color: #fff;
        margin: -22px -22px;
        top: 50%;
        left: 50%;
        z-index: 10000;
        position: absolute;
        width: 44px;
        height: 44px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

}

/*! CSS Used from: https://wesetup.in/css/bootstrap-responsive.css */

@media (min-width: 1200px) {

    .row {
        margin-left: -30px;
        *zoom: 1;
    }

    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 12px;
    }

    .container {
        width: 1170px;
    }

    .span12 {
        width: 1170px;
    }

    .span8 {
        width: 770px;
    }

    .span6 {
        width: 570px;
    }

    .span5 {
        width: 470px;
    }

    .span4 {
        width: 370px;
    }

    .span3 {
        width: 270px;
    }

    .span2 {
        width: 170px;
    }

    input {
        margin-left: 0;
    }

    input.span2 {
        width: 156px;
    }

}

@media (min-width: 1200px) {

    header .logo .logo3 {
        position: absolute;
        top: 55px;
        left: 300px;
        margin-left: -55px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    .row {
        margin-left: -20px;
        *zoom: 1;
    }

    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }

    .container {
        width: 724px;
    }

    .span12 {
        width: 724px;
    }

    .span8 {
        width: 476px;
    }

    .span6 {
        width: 352px;
    }

    .span5 {
        width: 290px;
    }

    .span4 {
        width: 228px;
    }

    .span3 {
        width: 166px;
    }

    .span2 {
        width: 104px;
    }

    input {
        margin-left: 0;
    }

    input.span2 {
        width: 90px;
    }

}

@media (max-width: 767px) {

    body {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container-fluid {
        padding: 0;
    }

    .container {
        width: auto;
    }

    .row {
        margin-left: 0;
    }

    [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    input[class*="span"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}

@media (max-width: 979px) {

    body {
        padding-top: 0;
    }

}

/*! CSS Used from: https://wesetup.in/css/theme-responsive.css */

@media (min-width:768px) and (max-width:979px) {

    header div.social-icons {
        display: none;
    }

    header nav ul.nav-main {
        margin-right: -10px;
    }

}

@media (max-width:767px) {

    div.footer-copyright,
    div.home-concept,
    div.slider-container,
    div.slider-container>div.slider>div.tp-bannertimer,
    footer,
    header,
    section.featured,
    section.featured.footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    header div.search {
        display: block;
        float: none;
        position: absolute;
        right: 0;
        margin-top: 0;
    }

    header div.search input {
        float: right;
        width: 45% !important;
    }

    header nav {
        width: 55%;
    }

    header nav select.selectnav {
        display: block;
        margin-top: 58px;
        width: 100%;
    }

    header div.social-icons,
    header nav ul.nav-main {
        display: none;
    }

    header nav ul.nav-top {
        left: 39%;
        position: absolute;
    }

    header h1.logo {
        margin-right: 10%;
        width: 30%;
    }

    header nav ul.nav-top li.phone {
        display: block;
    }

    header nav ul.nav-top li {
        display: none;
    }

    .mobile-max-width {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 380px;
    }

    .mobile-max-width.small {
        max-width: 200px;
    }

    .pull-bottom-phone {
        margin-bottom: 35px;
    }

}

@media (max-width:480px) {

    body {
        font-size: 13px;
    }

    h2 {
        font-size: 2.3em;
        line-height: 33px;
    }

    header nav ul {
        display: none;
    }

    header div.search {
        display: none;
    }

    header nav select.selectnav {
        margin-top: 35px;
    }

    header h1.logo img {
        width: 100%;
    }

}

@media (max-width:767px) {

    div.home-concept {
        background: 0 0;
    }

}

/*! CSS Used from: https://wesetup.in/css/google-places.css */

.review-stars {
    line-height: 22px;
}

.review-stars ul {
    display: inline-block;
    list-style: none;
    margin: 0 0 -15px -4px;
}

.review-stars ul li {
    float: left;
    margin-right: 5px;
    border-bottom: none;
}

.review-stars ul li i {
    color: #E4B248;
    font-size: 25px;
}

.star:after {
    content: "\2605";
}

.review-item {
    text-align: left;
    font-family: Georgia, serif;
    font-style: italic;
}

.review-item .content-wrapper {
    text-align: center;
    display: block;
}

.test {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
}

.review-item .content,
.fbbox {
    background: #232254;
    border: 1px solid #232254;
    padding: 12px 19px 0px;
    border-radius: 20px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    clear: both;
}

.review-item .content:after,
.fbbox:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 10%;
    border-top: 15px solid #232254;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

p.more {
    font-family: Georgia, serif;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.review-text {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.google_widget {
    position: relative;
}

.google_widget::after {
    content: "";
    width: 45px;
    position: absolute;
    height: 1px;
    background: #E5E5E5;
    bottom: 0;
    left: 50%;
    margin-left: -22px;
}

.review-meta {
    text-align: center;
    display: inline-block;
    float: right;
    position: relative;
}

.review-meta::before {
    content: '\2014';
    position: absolute;
    top: 12%;
    left: -13%;
    width: 10px;
    color: #fff;
}

/*! CSS Used from: Embedded */

.facebook-review {
    background: #232254;
    border: 1px solid #232254;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    clear: both;
}

.fb-review-name {
    font-family: Georgia, serif;
    font-weight: bold;
    color: #232254;
    font-style: italic;
}

.fb-review-date {
    font-weight: 400;
    line-height: 1;
    font-size: small;
    color: #999;
}

/*! CSS Used from: Embedded */

p.more {
    margin: 0px 0px 10px 0px !important;
}

.tparrows {
    opacity: 1 !important;
}

h4,
h5 {
    color: #232254;
}

a {
    color: #999;
}

a:hover {
    color: #232254;
}

a:active {
    color: #232254;
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #6c74d0;
    background-image: -moz-linear-gradient(top, #6c74d0, #373FA8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c74d0), to(#373FA8));
    background-image: -webkit-linear-gradient(top, #6c74d0, #373FA8);
    background-image: -o-linear-gradient(top, #6c74d0, #373FA8);
    background-image: linear-gradient(to bottom, #6c74d0, #373FA8);
    background-repeat: repeat-x;
    border-color: #c71c3e #c71c3e #841329;
    border-color: rgba(0, 0, 0, .1);
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #373fa6;
}

div.feature-box div.feature-box-icon {
    background-color: #232254;
}

.inverted {
    background-color: #232254;
}

input[type=text] {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input[type=text]:focus {
    border-color: #AAA;
    -webkit-box-shadow: 0 0 8px 2px #ebebeb;
    -moz-box-shadow: 0 0 8px 2px #ebebeb;
    box-shadow: 0 0 8px 2px #ebebeb;
}

header nav ul.nav-main li.dropdown:hover a,
header nav ul.nav-main ul.dropdown-menu {
    color: #FFF;
    background-color: #232254 !important;
}

header nav ul.nav-main ul.dropdown-menu li:hover>a {
    background-color: #232254 !important;
}

header nav ul.nav-main ul.dropdown-menu {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #232254;
    background-image: -moz-linear-gradient(top, #232254, #232254);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#232254), to(#232254));
    background-image: -webkit-linear-gradient(top, #232254, #232254);
    background-image: -o-linear-gradient(top, #232254, #232254);
    background-image: linear-gradient(to bottom, #232254, #232254);
    background-repeat: repeat-x;
    border-color: #232254;
    border-color: rgba(0, 0, 0, .1);
}

header nav ul.nav-main ul.dropdown-menu:active,
header nav ul.nav-main ul.dropdown-menu:focus,
header nav ul.nav-main ul.dropdown-menu:hover {
    color: #fff;
}

header nav ul.nav-main ul.dropdown-menu:active {
    background-color: #232254;
}

header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li>a {
    background: 0 0 !important;
}

header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li>a:hover {
    background: #313078 !important;
}

div.slider div.tp-bannertimer {
    background-color: #232254;
}

div.recent-posts div.date span.month {
    background-color: #232254;
}

div.recent-posts div.date span.day {
    color: #232254;
}

footer div.footer-ribon {
    background: #646464;
}

footer div.footer-ribon::before {
    border-right-color: #121214;
}

.include {
    display: block !important;
}

.facebook {
    text-align: initial;
    margin: 0 20px 0;
    font-size: 18px;
}

.fbbox {
    margin-top: 10px;
    padding: 1px 19px 0px;
    margin-bottom: 25px;
    box-shadow: 1px 1px 7px darkgray;
    display: inline-block;
    border-radius: 20px;
    background: #232354;
}

.stars {
    text-align: initial;
    font-size: 30px;
    margin: 0 20px 0;
    color: #E4B248;
}

[role=button] {
    cursor: pointer;
}

@media screen and (max-width:500px) {

    iframe {
        width: 100% !important;
    }

}

.review-item .content-wrapper {
    text-align: center !important;
}

@media (min-width: 561px) {

    .mob_menu {
        display: none !important;
    }

}

@media (min-width: 561px) {

    .display-desk {
        display: block !important;
    }

    .display-mob {
        display: none !important;
    }

}

@media (max-width: 560px) {

    .display-mob {
        display: block !important;
    }

    .display-desk {
        display: none !important;
    }

}

@media (max-width: 560px) {

    .reviews-button {
        display: none !important;
    }

}

@media (min-width:561px) {

    .reviews-button-mob {
        display: none !important;
    }

}

h4,
h5 {
    color: #232254;
}

a {
    color: #999999;
}

a:hover {
    color: #6c74d0;
}

div.feature-box div.feature-box-icon {
    background-color: #ffffff;
}

.inverted {
    background-color: #232254;
}

input[type="text"] {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

div.slider div.tp-bannertimer {
    background-color: #232254;
}

div.recent-posts div.date span.month {
    background-color: #232254;
}

div.recent-posts div.date span.day {
    color: #232254;
}

footer div.footer-ribon {
    background: #646464;
}

footer div.footer-ribon::before {
    border-right-color: #121214;
}

div.flexslider-top-title ul.flex-direction-nav {
    top: auto;
    right: 10%;
    margin-top: -20px;
}

.icon-arrow-right:before {
    content: "\e003";
}

.icon-arrow-right:before {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    background: #cc2724;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    border-radius: 20% 10% 50% 5%/25% 10% 30% 75%;
    -webkit-font-smoothing: antialiased;
    display: none;
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.features-block {
    text-align: center;
}

.features-block .blurb-fea {
    display: inline-block;
    padding: 80px 18px 0 18px;
    text-align: center;
    width: 250px;
    vertical-align: top;
    min-height: 100px;
}

.features-block .block1 {
    background: url(https://wesetup.in/img/icons/gsuite-partner.png) no-repeat center top;
}

/* .features-block .block2{background:url(https://wesetup.in/img/icons/14-years.png) no-repeat center top;} */
.features-block .block2 {
    background: url(https://wesetup.in/img/icons/20-years.png) no-repeat center top;
}

.features-block .block3 {
    background: url(https://wesetup.in/img/icons/google-certified-technical-support.png) no-repeat center top;
}

.features-block .block4 {
    background: url(https://wesetup.in/img/icons/customer-support-service.png) no-repeat center top;
}

.features-block .block5 {
    background: url(https://wesetup.in/img/icons/one-stop-shop.png) no-repeat center top;
}

.features-block .block6 {
    background: url(https://wesetup.in/img/icons/integration-and-consultancy.png) no-repeat center top;
}

.features-block .block7 {
    background: url(https://wesetup.in/img/icons/g-suite-deployment-specialist.png) no-repeat center top;
}

.features-block .block8 {
    background: url(https://wesetup.in/img/icons/mdm.png) no-repeat center top;
}

.features-block .block9 {
    background: url(https://wesetup.in/img/icons/adoption-of-all-g-suite-features.png) no-repeat center top;
}

.features-block .block10 {
    background: url(https://wesetup.in/img/icons/training-capability.png) no-repeat center top;
}

.features-block .block11 {
    background: url(https://wesetup.in/img/icons/google-price.webp) no-repeat center top;
}

p.font-15 {
    font-size: 15px;
    margin-bottom: 10px;
}

.desktop {
    display: block;
}

div.slider-container {
    height: 280px;
}

.mobile {
    display: none;
}

@media only screen and (max-width:600px) {

    .mobile {
        display: block;
        width: 100%;
    }

    div.slider-container {
        background: #0080ed;
        height: 452px;
    }

    .desktop {
        display: none;
    }

}

.span332 {
    width: 225px;
}

@media (max-width: 780px) {

    .flexslider .slides img {
        width: 100%;
        display: block;
        margin-left: 50%;
        text-align: center;
    }

    .mobile-max-width.small {
        max-width: 280px !important;
    }

    .span332 {
        width: 100%;
    }

}

@media (max-width: 780px) {

    .mobile-max-width {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 380px;
    }

}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28.5px;
}

@media (max-width: 420px) and (min-width: 400px) {

    div.bottom-label {
        line-height: 18px !important;
    }

    .pixel-b1-intro-t {
        top: 20px !important;
    }

    .pixel-b1-goolge-t {
        top: 45.84px !important;
    }

    .pixel-b1-mob-height {
        height: 200px !important;
    }

    .pixel-b1-youtube {
        top: 280px !important;
    }

    .get-started {
        height: 37px !important;
    }

    div.slider-container div.main-label {
        line-height: 24px !important;
    }

    .div-ban-mob-2 {
        top: 220px !important;
    }

    .img-ban-mob-2 {
        width: 350px !important;
        height: 226px !important;
    }

    .img-ban-mob-3 {
        width: 350px !important;
        height: auto !important;
    }

    .div-ban-mob-3 {
        top: 250px !important;
    }

    div.slider-container {
        background: #0080ed;
        height: 500px !important;
        max-height: 500px !important;
    }

    .ban-mob-4-1 {
        top: 280px !important;
        left: -8px !important;
    }

    .ban-mob-4-3 {
        top: 280px !important;
    }

    .ban-mob-4-2 {
        top: 178px !important;
    }

    .img-ban-mob-4-1 {
        width: 190px !important;
        height: auto !important;
    }

    .img-ban-mob-4-2 {
        width: 190px !important;
        height: auto !important;
    }

    .img-ban-mob-4-3 {
        width: 190px !important;
        height: auto !important;
    }

    .ban-4-btn {
        top: 146px !important;
        left: 88px !important;
    }

    .main-label-4-1 {
        top: 39px !important;
    }

    .main-label-4-2 {
        top: 72px !important;
    }

    .main-label-4-2-1 {
        top: 92px !important;
    }

    .ban-4-btn a img.get-started {
        width: 216px !important;
        height: auto !important;
    }

}

@media (max-width: 600px) and (min-width: 421px) {

    div.bottom-label {
        line-height: 18px !important;
    }

    div.slider-container {
        height: 452px !important;
    }

}

.section-bg {
    background-color: #f7f7f7;
}

.fea-para {
    font-size: 14px;
    font-weight: 600;
}

span.align-icon {
    margin-left: 20px;
    display: block;
}

span.icon-align {
    position: absolute;
    display: block;
    margin-top: 4px;
}

@media (max-width:767px) {

    .features-block {
        text-align: center;
    }

    .features-block .blurb-fea {
        margin-bottom: 20px;
    }

}

iframe {
    border: none;
}

.inline-link {
    color: #777777;
    text-decoration: underline;
}

/*! CSS Used from: Embedded */

.gsc-control-cse {
    font-family: arial, sans-serif;
}

.gsc-control-cse {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

input.gsc-input,
.gsc-input-box {
    border-color: #D9D9D9;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #666666;
    background-color: #CECECE;
    background-image: none;
    filter: none;
}

.gsc-search-button-v2 svg {
    fill: #FFFFFF;
}

.gsc-tabHeader.gsc-tabhActive {
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
}

/*! CSS Used from: Embedded */

.gscb_a {
    display: inline-block;
    font: 27px/13px arial, sans-serif;
}

.gsst_a .gscb_a {
    color: #a1b9ed;
    cursor: pointer;
}

.gsst_a:hover .gscb_a,
.gsst_a:focus .gscb_a {
    color: #36c;
}

.gsst_a {
    display: inline-block;
}

.gsst_a {
    cursor: pointer;
    padding: 0 4px;
}

.gsst_a:hover {
    text-decoration: none !important;
}

.gsst_b {
    font-size: 16px;
    padding: 0 2px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
}

.gsib_a {
    width: 100%;
    padding: 4px 6px 0;
}

.gsib_a,
.gsib_b {
    vertical-align: top;
}

.gssb_c {
    border: 0;
    position: absolute;
    z-index: 989;
}

.gssb_e {
    border: 1px solid #ccc;
    border-top-color: #d9d9d9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.gssb_f {
    visibility: hidden;
    white-space: nowrap;
}

.gsib_a {
    padding: 5px 9px 4px 9px;
}

.gscb_a {
    line-height: 27px;
}

.gssb_e {
    border: 0;
}

input.gsc-input::-webkit-input-placeholder {
    font-size: 14px;
}

input.gsc-input:-moz-placeholder {
    font-size: 14px;
}

input.gsc-input::-moz-placeholder {
    font-size: 14px;
}

input.gsc-input:-ms-input-placeholder {
    font-size: 14px;
}

input.gsc-input:focus::-webkit-input-placeholder {
    color: transparent;
}

input.gsc-input:focus:-moz-placeholder {
    color: transparent;
}

input.gsc-input:focus::-moz-placeholder {
    color: transparent;
}

input.gsc-input:focus:-ms-input-placeholder {
    color: transparent;
}

.gssb_c {
    z-index: 5000;
}

.gssb_c>tbody>tr,
.gssb_c>tbody>tr>td,
.gssb_e {
    padding: 0;
    margin: 0;
    border: 0;
}

/*! CSS Used from: Embedded */

.gsc-control-cse {
    font-family: arial, sans-serif;
}

.gsc-control-cse {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

input.gsc-input,
.gsc-input-box {
    border-color: #D9D9D9;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #666666;
    background-color: #CECECE;
    background-image: none;
    filter: none;
}

.gsc-search-button-v2 svg {
    fill: #FFFFFF;
}

.gsc-tabHeader.gsc-tabhActive {
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
}

/*! CSS Used from: Embedded */

.gsc-control-cse {
    font-family: arial, sans-serif;
}

.gsc-control-cse {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

input.gsc-input,
.gsc-input-box {
    border-color: #D9D9D9;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #666666;
    background-color: #CECECE;
    background-image: none;
    filter: none;
}

.gsc-search-button-v2 svg {
    fill: #FFFFFF;
}

.gsc-tabHeader.gsc-tabhActive {
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
}

/*! CSS Used from: Embedded ; media=print */


/*! CSS Used from: Embedded */

@media (max-width:767px) {

    .google-pc-link {
        display: none !important;
    }

}

@media (min-width:768px) {

    .google-mob-link {
        display: none !important;
    }

}

.offadd {
    margin-bottom: 85px !important;
}

.cell {
    margin-bottom: 56px !important;
}

ul.social-icons {
    margin-left: 0;
}

.socico {
    text-align: left;
}

.follow {
    text-align: left;
}

.reviewg {
    text-align: left;
}

.rate {
    text-align: left;
}

@media screen and (max-width: 767px) {

    .offadd {
        margin-bottom: 66px !important;
    }

    .cell {
        margin-bottom: 58px !important;
    }

    ul.social-icons {
        margin: auto;
    }

    .socico {
        text-align: center;
    }

    .follow {
        text-align: center;
    }

    .reviewg {
        text-align: center;
    }

    .rate {
        text-align: center;
    }

}

/*! CSS Used fontfaces */

@font-face {
    font-family: 'FontAwesome';
    src: url('https://wesetup.in/css/fonts/font-awesome/font/fontawesome-webfont.eot');
    src: url('https://wesetup.in/css/fonts/font-awesome/font/fontawesome-webfont.eot#iefix') format('embedded-opentype'), url('https://wesetup.in/css/fonts/font-awesome/font/fontawesome-webfont.woff') format('woff'), url('https://wesetup.in/css/fonts/font-awesome/font/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


#adBlock {
    display: none !important;
}

.i_ cse_block_container {
    display: none !important;
}

.gsc-adBlock {
    display: none !important;
}
