/*----------------------------------------------------------
  Theme Name: TechSetGrow
  Version: 1.0
-----------------------------------------------------------*/


/* Table of content
----------------------------------------------------------
01. Font Import
02. Global Style
03. Header
04. Hero Section
05. What You Get Section
06. How it works Section
07. Fully Customizable Section
08. Qualities Section
09. Best Experience Section
10. Gallery Section
11. Pricing Section
12. Review Section
13. Contact Section
14. Footer Section
15. Responsive
----------------------------------------------------------*/


/*====================================
    01. Font Import
====================================*/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}







/*====================================
    02. Global Style
====================================*/

.hidden-phone {
}

.show-phone {
	display: none;
}
/*========== Body ==========*/

body {
	font-family: 'Roboto', sans-serif;
	color: #3c3c3c;
	background-color: #fff;
	font-size: 17px;
	line-height: 1.5;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*========== Transition ==========*/

a,
a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


/*========== Heading ==========*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 500;
	color: #3c3c3c;
}
h6,
.h6 
{
	color: #071b3c;
}
h1,
.h1 {
	font-size: 64px;
}

h2,
.h2 {
	font-size: 41px;
}

h3,
.h3 {
	font-size: 37px;
}

h4,
.h4 {
	font-size: 30px;
}

h5,
.h5 {
	font-size: 26px;
}

h6.large,
.h6.large {
	font-size: 22px;
}

h6,
.h6 {
	font-size: 20px;
}

p.large {
	font-size: 20px;
}


/*========== Section Title ==========*/

.section-title {
	margin: 0 auto 50px;
	text-align: center;
	max-width: 770px;
}

.section-title h2 {
	color: #667874;
}

.section-title h6 {
	font-weight: 300;
}


.pad-top {
	margin-top: 75px;
	margin-bottom: 75px;
}
/*========== Border Radius ==========*/

.br-100 {
	border-radius: 100px !important;
}


/*========== Section Spacing ==========*/

section {
	position: relative;
}

.section-spacing-top {
	padding-top: 75px;
	padding-bottom: 75px;
}


.section-spacing {
	padding: 75px 0 80px;
}

.section-spacing-equal {
	padding: 75px 0 50px;
}


/*========== Font Color ==========*/

.text-blue {
	color: #667874 !important;
}

.text-dark {
	color: #3c3c3c !important;
}

.text-green {
	color: #4a8779 !important;
}


/** ===== misc **/
.avg {
	display: block;
	background: white;
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}

.avg strong {
	font-size: 35px;
}

.noUi-handle {
	box-shadow: none;
	background: #071b3c !important;

}

/*========== Background Color ==========*/

.bg-dark-blue {
	background: #071b3c;
}
.bg-light-blue {
	background-color: #e4f5ff !important;
}

.bg-blue {
	background-color: #667874 !important;
}

.bg-green {
	background-color: #4a8779 !important;
}

.bg-white {
	background-color: #fff;
}


/*========== Font Weight ==========*/

.font-light {
	font-weight: 300 !important;
}

.font-medium {
	font-weight: 500 !important;
}


/*========== VH Center ==========*/

.vh-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}


/*========== Buttons ==========*/

.btn {
	display: -ms-inline-flexbox;
	font-size: 20px;
	font-weight: bold;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 30px;
	border-radius: 100px !important;
	font-weight: 400 !important;
}

.btn,.btn:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-green,
.btn-green-inverse:hover {
	background-color: #4a8779;
	color: #fff;
	border: solid 2px #4a8779;
}

.btn-green:hover,
.btn-green-inverse {
	background-color: #fff;
	color: #4a8779;
	border: solid 2px #4a8779;
}

.btn-blue {
	background: #62b2df;
	color:#fff;
	border: solid 2px #62b2df;
}

.btn-blue:hover {
	background: #fff;
	color:#62b2df;
}


/*========== Focus ==========*/

:focus,
button:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}


/*========== Border ==========*/

.no-border {
	border: none !important;
}

/*========== Preloader ==========*/

.preloader {
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}

.preloader .double-bounce1,
.preloader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #667874;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.preloader .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}



/*====================================
    03. Header
====================================*/

.navbar {
	padding: 0;
}

.navbar-brand img {
	width: 260px;
}

.navbar-nav .nav-item .nav-link {
	color: #3c3c3c;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 17px;
	position: relative;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 1030;
}

header.fixed-top {
	padding: 5px 0;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


/*====================================
    04. Hero Section
====================================*/

main {
	padding-top: 108px;
}

.hero-section {
	background: url(../img/banner-bg.jpg) no-repeat top center;
	background-size: cover;
}

.hero-section .row {
	height: 575px;
}

.hero-section .left-container h1 {
	color: #fff;
	text-transform: uppercase;
	line-height: 0.8;
}

.hero-section .left-container h1 span {
	color: #667874;
	font-size: 175px;
	position: relative;
}

.hero-section .left-container h1 span sup {
	font-size: 50px;
	position: absolute;
	top: 70px;
	font-weight: 400;
}

.hero-section .left-container h2 {
	font-size: 26px;
	line-height: 1.3;
}

.hero-section .apps li a {
	border: solid 2px #fff;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	font-size: 30px;
	color: #fff;
}

.hero-section .apps li a:hover {
	background: #fff;
	color: #4a8779;
}

.hero-section .right-container {
	position: absolute;
	bottom: 0;
}


/*====================================
    05. What You Get Section
====================================*/

.what-we-offer .single {
	margin-bottom: 30px;
}

.what-we-offer .single p {
    font-size:15px;
}

.what-we-offer .single .icon {
	width: 70px;
	height: 70px;
	border: solid 2px #4a8779;
	color: #4a8779;
	font-size: 30px;
}

/*====================================
    06. Hardware Section
====================================*/

.hardware {
	padding: 20px 0;
}


/*====================================
    07. How it works Section
====================================*/

.how-it-works .left-container {
	background: url(../img/video.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.how-it-works .left-container a {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.how-it-works .right-container {
	padding: 70px 40px;
}

.how-it-works .right-container h6 {
	font-size: 23px;
}

.qualities .single {
	height: 450px;
}

.qualities ul {
	list-style-type: none;
	margin-top: 10px;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}

.qualities ul li {
	margin-top: 4px;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 8px;
	background: #f3f3f3;
	padding-bottom: 8px;
}

.qualities ul li i {
	padding-right: 5px;
}

.single .bg-light-blue ul li  {
	background: white;
}


/*====================================
    08. Fully Customizable Section
====================================*/

.customizable {
	background: url(../img/customizable.jpg);
}

.customizable .single {
	border: solid 1px #fff;
	border-radius: 5px;
	background: #071b3c;
	padding: 20px;
	margin-bottom: 30px;
}

.customizable .single .icon {
	font-size: 30px;
}


/*====================================
    09. Qualities Section
====================================*/

.qualities .single p {
	line-height: 1.5;
}
.qualities .single .image img {
	max-height: 410px;
}


/*====================================
    10. Best Experience Section
====================================*/

.best-experience {
	background: url(../img/customizable.jpg);
}

.best-experience .image {
	position: absolute;
	left:0;
	right:0;
}


/*====================================
    11. Gallery Section
====================================*/

.gallery {
	padding-top: 170px;
	padding-bottom: 80px;
}

.slick-dots {
	bottom: -60px;
}

.slick-slide {
	margin: 0 20px;
  }

.slick-dots li button:before {
	font-size: 14px;
	color: #b8b8b8;
}

.slick-dots li.slick-active button:before {
	color: #667874;
	opacity: 1;
}


/*====================================
    12. Pricing Section
====================================*/

.pricing {
	background: url('../img/pricing-bg.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}

.pricing:after {
	content: '';
	width: 780px;
    height: 970px;
    background: url(../img/girl.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.pricing .section-title h2,
.pricing .section-title h6,
.pricing .touch {
	color:#fff;
}

.pricing .section-title h6 span,
.pricing .section-title h6 span a {
    color: #b2e0fa;
}

.pricing .single-pricing {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding:20px 20px 30px;
	-ms-flex: 0 0 44%;
	flex: 0 0 44%;
	max-width: 44%;
	margin-left:10px;
	margin-right: 10px;
	position: relative;
}

.pricing .single-pricing:before {
	content:'';
	position: absolute;
	height: 15px;
	left:0;
	top:-5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:100%;
}

.pricing .single-pricing.lite:before  {
	background: rgb(198,233,253);
	background: -moz-linear-gradient(90deg, rgba(198,233,253,1) 0%, rgba(146,207,241,1) 50%, rgba(198,233,253,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(198,233,253,1) 0%, rgba(146,207,241,1) 50%, rgba(198,233,253,1) 100%);
	background: linear-gradient(90deg, rgba(198,233,253,1) 0%, rgba(146,207,241,1) 50%, rgba(198,233,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6e9fd",endColorstr="#c6e9fd",GradientType=1);
}

.pricing .single-pricing.standard:before {
	background: rgb(155,187,51);
	background: -moz-linear-gradient(90deg, rgba(155,187,51,1) 0%, rgba(184,215,83,1) 50%, rgba(155,187,51,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(155,187,51,1) 0%, rgba(184,215,83,1) 50%, rgba(155,187,51,1) 100%);
	background: linear-gradient(90deg, rgba(155,187,51,1) 0%, rgba(184,215,83,1) 50%, rgba(155,187,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a8779",endColorstr="#4a8779",GradientType=1);
}

.pricing .single-pricing .header {
	text-align: center;
}

.pricing .single-pricing .header h3 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0;
}

.pricing .pricing-container {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing .single-pricing .header p {
	font-size: 16px;
}

.pricing .single-pricing .price {
	position: relative;
	margin: 20px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  
}

.pricing .single-pricing .price .discount {
	background: #f8dddd;
	width:100px;
	height:100px;
	border-radius:100px;
	margin-right: -20px;
}

.pricing .single-pricing .price h3,
.pricing .single-pricing .price p {
	line-height: 1;
}

.pricing .single-pricing .price .discount,
.pricing .single-pricing .price .current {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing .single-pricing .price .discount h3 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 30px;
	text-decoration: line-through;
}

.pricing .single-pricing .price .discount p {
	font-size: 14px;
	font-weight: 500;
}

.pricing .single-pricing .price .current {
	color:#fff;
	background:  #62b2df;
	text-align: center;
	border-radius:100px;
	height:120px;
	width: 120px;
}

.pricing .single-pricing.standard .price .current {
	background: #9cbc34;
}

.pricing .single-pricing .price .current h3,
.pricing .single-pricing .price .current p {
	color:#fff;
}

.pricing .single-pricing .details li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 15px;
}

.pricing .single-pricing .details li.green {
	color:#9cbc35;
}

.pricing .single-pricing .details li:before {
	content: '';
	position: absolute;
	top:2px;
    left: 0;
    background: #ecf5ce;
    border-radius: 100px;
    height: 20px;
    width: 20px;
}

.pricing .single-pricing .details li:after {
	content:"\f00c";
	font-family:'FontAwesome';
	color:#9cbc35;
	position: absolute;
	left: 3px;
    top: 3px;
	font-size: 13px;
}

.pricing .single-pricing .details li.no:before {
	background: #f8dddd;
}

.pricing .single-pricing .details li.no:after {
	content:"\f00d";
	font-family:'FontAwesome';
	color:#fc6363;
	left: 5px;
    top: 2px;
}

.pricing .btn {
	text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    width: 220px;
    height: 45px;
	border-radius: 100px;
	margin-top: 5px;
}

.pricing .touch {
	font-size: 20px;
}
.pricing .touch a {
	color: #667874;
}

.pricing .touch a:hover {
	text-decoration: underline;
}


.what-we-offer .single .icon {transform: rotate(-360deg);-webkit-transform: rotate(-360%);transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;}
.what-we-offer .single:hover .icon {transform: rotate(0deg);-webkit-transform: rotate(0%);transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;}

/* 
.flex-strink-0 {
	transform: rotate(0deg);
	-webkit-transform: rotate(0%);
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0.6s;
}

.flex-strink-0:hover  {transform: rotate(-360deg);-webkit-transform: rotate(-360%);transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;} */

.error {
	color: #850000;
	text-align: center;
}

.about-us .details {
	padding: 20px;
}


.form-error {
	border-color: #850000;
}

/* enable absolute positioning */
.inner-addon {
	position: relative;
}

/* style icon */
.inner-addon i {
	position: absolute;
	pointer-events: none;
	padding: 15px;
}

/* align icon */
.left-addon i  { left:  0px; top: 0px; color: rgb(206, 206, 206) }
.right-addon i { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  45px; border: 1px solid lightgray; padding-top: 10px; padding-bottom: 10px;}
.right-addon input { padding-right: 45px; border: 1px solid lightgray; }

.left-addon input.form-error  { border: 1px solid #850000; }


/*====================================
    13. Works Easily Section
====================================*/

.works .single {
	text-align:center;
	padding-left:15px;
	padding-right: 15px;
}

.works .single .icon img {
	width: 80px;
	height:80px;
	border-radius:100px;
	border: solid 2px #667874;
}

.works .single h6 {
	font-size: 21px;
}


/*====================================
    14. Review Section
====================================*/

.review-carousel .content {
	padding: 20px;
}

.review-carousel .content h6 {
	position: relative;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'FontAwesome';
	color: #667874;
	font-size: 60px;
	position: absolute;
	top:-20px;
}

.slick-prev:before {
	content: "\f104";
	left:0;
}

.slick-next:before {
	content: "\f105";
	right:0;
}


.faq {
	display: block;
	width: 100%;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
}

.faq-content {
	padding: 15px;
	max-height: 1000px;

}

.faq-content.closed {
	max-height: 0;
	overflow: hidden;
	padding: 0;
	padding-left: 15px;
}

.faq-tab {
	padding: 15px;
	background: #f6f6f6;
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
}

.faq-tab span {
	color: black;

}

/*====================================
    15. Contact Section
====================================*/

.contact .form-control {
	padding: 10px;
	height: auto;
}

textarea {
	resize: none;
}


/*====================================
    16. Footer Section
====================================*/

footer {
	background: #071b3c;
	padding: 20px 0;
	color: white;
}
footer a {
	color: white;
}


/*====================================
    17. Responsive
====================================*/

@media (max-width:1500px) {

	/*====================================
        Pricing Section
	====================================*/
	
	.pricing:after {
		width: 510px;
		height: 850px;
	}

}

@media (max-width:1199px) {

	.qualities .single {
		height: auto;
	}

	.avg {
		font-size: 12px;
	}
	.avg strong {
		font-size: 35px;
	}

	/*====================================
        Global Style
    ====================================*/
	/*========== Heading ==========*/
	h1,
	.h1 {
		font-size: 50px;
	}
	h2,
	.h2 {
		font-size: 30px;
	}
	h3,
	.h3,
	.pricing .header h3 {
		font-size: 26px;
	}
	h4,
	.h4 {
		font-size: 24px;
	}
	h5,
	.h5 {
		font-size: 22px;
	}
	h6,
	.h6 {
		font-size: 18px;
	}
	/*========== Spacing ==========*/
	.section-spacing {
		padding: 45px 0 50px;
	}
	.section-spacing-equal {
		padding: 45px 0 20px;
	}
	/*========== Section Title ==========*/
	.pricing .section-title {
		margin-bottom: 50px;
	}
	/*====================================
        Header
    ====================================*/
	main {
		padding-top: 95px;
	}
	.navbar-brand img {
		width: 260px;
	}
	.navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
	/*====================================
        Hero Section
    ====================================*/
	.hero-section .left-container h1 span {
		font-size: 130px;
	}
	.hero-section .left-container h2 {
		font-size: 24px;
	}
	.hero-section .left-container h1 span sup {
		font-size: 40px;
		top: 50px;
	}

	/*====================================
        Pricing Section
	====================================*/
	
	.pricing:after {
		width: 350px;
		height: 560px;
	}

	.pricing .standard .btn {
		margin-top: 29px;
	}


	/*====================================
        Gallery
    ====================================*/
	.gallery {
		padding-top: 100px;
	}
}

@media (max-width:991.98px) {

	.qualities .single {
		height: auto;
	}
	/*====================================
        Global Style
    ====================================*/
	/*========== Heading ==========*/
	h1,
	.h1 {
		font-size: 38px;
	}
	.btn {
		font-size: 18px;
		padding: 7px 20px;
	}
	/*====================================
            Header
    ====================================*/
	.navbar-nav .nav-item .nav-link.active {
		color: #4a8779;
	}
	.navbar-toggler {
		width: 35px;
		height: 25px;
		position: relative;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	.navbar-toggler span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background-color: #667874;
		opacity: 1;
		left: 0;
		border-radius: 0;
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	.navbar-toggler.collapsed span:nth-child(1) {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navbar-toggler.collapsed span:nth-child(2) {
		top: 10px;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navbar-toggler.collapsed span:nth-child(3) {
		top: 20px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navbar-toggler span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.navbar-toggler span:nth-child(2) {
		opacity: 0;
	}
	.navbar-toggler span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		width: 100%;
	}
	/*====================================
        Hero Section
    ====================================*/
	.hero-section .row {
		height: 480px;
	}
	.hero-section .left-container h1 span {
		font-size: 100px;
	}
	.hero-section .left-container h1 span sup {
		font-size: 30px;
		top: 40px;
	}
	.hero-section .left-container h2 {
		font-size: 20px;
	}
	/*====================================
        Hardware Section
	====================================*/
	
	.hardware .image {
		max-width: 300px;
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	/*====================================
        Qualities
    ====================================*/
	.qualities .single .content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.qualities .single .image {
		position: absolute;
		bottom: 0;
	}
	/*====================================
        Best Experience
    ====================================*/
	.best-experience {
		padding-top: 50px;
		padding-bottom: 100px;
	}

	/*====================================
        Pricing Section
	====================================*/
	
	.pricing:after {
		display: none;
	}

}

@media (max-width:767.98px) {


	.faq-tab {
		font-size: 15px;
	}

	.faq p {
		font-size: 15px;

	}
	.what-we-offer .single {
		margin-bottom: 50px;
	}

	.hardware .image {
		margin-bottom: 0 !important;
	}

	.qualities .single .image {
		text-align: center;
		padding-bottom: 20px;
	}

	.qualities .single .image img {
		text-align: center;
		padding-bottom: 20px;
		max-height: 200px;
	}

	/*====================================
            Global Style
    ====================================*/
	main {
		padding-top: 84px;
	}
	/*====================================
            Hero Section
    ====================================*/

	.hero-section .row {
		height: 300px;
	}
	.hero-section .right-container {
		max-width: 300px;
		width:100%;
		left: 50%;
		transform: translateX(-50%);
	}

	.hero-section-mobile h1 {
		color: #3c3c3c;
		text-transform: uppercase;
		line-height: 0.8;
	}

	.hero-section-mobile h1 span {
		color: #667874;
		font-size: 80px;
	}

	.hero-section-mobile h1 span sup {
		position: absolute;
		font-weight: 400;
		font-size: 22px;
		top: 15px;
	}

	.hero-section-mobile h2 {
		color: #3c3c3c !important;
		font-size:18px;
		margin-top: 20px;
	}

	.hero-section-mobile .apps li a {
		border: solid 2px #3c3c3c;
		border-radius: 5px;
		width: 50px;
		height: 50px;
		font-size: 30px;
		color: #3c3c3c;
	}

	/*====================================
            How it works
    ====================================*/
	.how-it-works .right-container {
		padding: 30px;
	}
	/*====================================
        Pricing Section
	====================================*/

	.pricing .single-pricing {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pricing .single-pricing.standard {
		margin-top: 30px;
	}

	.pricing .single-pricing .details li:after {
		left:4px;
	}

	.pricing .standard .btn {
		margin-top: 5px;
	}

	.pricing .touch {
		font-size: 18px;
	}
	

	/*====================================
        Qualities
    ====================================*/
	.qualities .single .image {
		position: static;
	}

	.qualities .single .content {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	/*====================================
        Best Experience
    ====================================*/
	.best-experience {
		padding-bottom: 70px;
	}
	/*====================================
        Pricing
    ====================================*/
	.pricing .single,
	.pricing .single.active {
		min-height: initial;
		min-width: initial;
	}
	.pricing .content .btn-green-inverse,
	.pricing .single.active .btn-green-inverse {
		position: static;
		margin-top: 40px;
		bottom: initial;
		width: 100%;
	}
}


@media (max-width:575.98px) {


	.content {
		width: 100%;
	}

	.content .image {
		padding-bottom: 0 !important;
	}
	.hidden-phone {
		display: none;
	}

	.btn {
		width: 100%;
	}
	.show-phone {
		display: block;
	}


	.content {
		text-align: center;
	}
	.avg {
		font-size: 15px;
	}
	.avg strong {
		font-size: 35px;
	}

	footer {
		text-align: center;
	}
	/*====================================
        Global Style
    ====================================*/
	/*========== Heading ==========*/
	h2,
	.h2 {
		font-size: 26px;
	}
	h6.large,
	.h6.large,
	.how-it-works .right-container h6 {
		font-size: 20px;
	}
	p.large {
		font-size: 18px;
	}

	.pad-top {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	/*========== Section Spacing ==========*/
	.section-spacing {
		padding: 25px 0 30px;
	}
	.section-spacing-equal {
		padding: 25px 0 5px;
	}
	.section-title {
		margin-bottom: 30px;
	}
	/*====================================
            Hero Section
    ====================================*/
	.hero-section .left-container {
		padding-top: 20px;
	}
	/*====================================
        Best Experience
    ====================================*/
	.best-experience {
		padding-bottom: 40px;
	}
	/*====================================
        Pricing
    ====================================*/
	.pricing .content .btn-green-inverse,
	.pricing .single.active .btn-green-inverse {
		margin-top: 25px;
	}
	/*====================================
        Review
	====================================*/
	.review .slick-dots {
		bottom: -20px;
	}
}

@media (min-width:992px) {
	/*====================================
            Header
    ====================================*/
	.navbar-nav {
		-ms-flex-align: center;
		align-items: center;
	}
	.navbar-nav .btn-green-inverse {
		padding: 10px 20px;
		font-size: 16px;
	}
	.navbar-nav .nav-item {
		position: relative;
	}
	.navbar-nav .nav-item:not(:last-child) {
		margin-right: 10px;
	}
	.navbar-nav .nav-item .nav-link:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 4px;
		background-color: #4a8779;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.navbar-nav .nav-item .nav-link.active,
	.navbar-nav .nav-item .nav-link:hover {
		color: #4a8779;
	}
	.navbar-nav .nav-item .nav-link:hover:after,
	.navbar-nav .nav-item .nav-link.active:after {
		width: 100%;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	/*====================================
        Review Slider
    ====================================*/
	.review-carousel .single {
		padding: 20px;
	}

	/*====================================
    	Qualities Section
	====================================*/

	.qualities .image{
		padding-top: 40px;
	}
	/*====================================
    	Works Section
	====================================*/
	.works .single:not(:last-child) {
		border-right: solid 1px #d8d8d8;
	}
}

@media (min-width:768px) {
	/*====================================
    	Qualities Section
	====================================*/
	.qualities .single .image,
.qualities .single .content {
	padding-left: 20px;
	padding-right: 20px;
}
}