/**
* Backyard
* Landing Page Template
* Author: MoxDesign - http://www.moxdesign.com
**/

html,
body {
/*	width: 100%;*/
	overflow-x: hidden;
}

body {
	height: 100%;
	font-family: "Roboto Black", "Helvetica Neue",Arial,sans-serif;
	font-weight: 400;
	padding: 0;	
	font-size: 16px;
	line-height: 28px;
	color: #777;
	background: #fff;
	overflow-x: hidden;
	position: relative;
}

h1 {
	font-size: 3em;
	line-height: 1.2em;
	margin: 0 0 .3em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 0 0 .3em;
	font-weight: 600;
	color: #111;
}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.4em;
	text-align: center;
}

h5 {
	font-size: 1.1em;
	line-height: 1.4em;
}

h6 {
	font-size: 1em;
	line-height: 1.2em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none
}

p {
	padding: 0 0 1em;
	margin: 0;
}

a {
	color: #ffc107;
	outline: 0;
	font-weight: bold;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

a:hover {
	text-decoration: none;
	color: #1f2222;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.highlight {
	color: #ffc107;
}

/*#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url(../images/loading.GIF) no-repeat center center;
}*/

.fullscreen {
/*	width: 100%;*/
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-position: 50% 50%\9 !important;
	margin: 20px 60px 0px 60px;

}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 20px;
    margin-top: 15px;
}

.overlay-main {
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 20px;
    background-image: url("../images/v153_446.webp"); 
}


 

.gray-box {
    position: absolute;
/*    background: lightgray;*/
    height: 79%;
    width: 56%;
    left: 0px;
    top: 90px;
}

.green-box {
    position: absolute;
/*    background: lightgreen;*/
    width: 55%;
    left: 184px;
    top: 150px;
    height: 88%;
}

.green-rounded-box-1{
	position: absolute;
/*    background: lightgreen;*/
    width: 55%;
    left: 184px;
    top: -30px;
    height: 88%;
}
.green-rounded-box-2{
	position: absolute;
/*    background: lightgreen;*/
    width: 55%;
    left: 130px;
    top: -140px;
    height: 88%;
}

.gfb{
	color: #111;
}

.mob-img{
	vertical-align: middle;
    border-style: none;
    width: 270px;
    height: 500px;
}

.g-box{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    padding: 25px;
    text-align: left;	
	margin-bottom: 15px;
	border-radius: 20px;
}

.g-box-4{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    padding: 25px;
    text-align: left;	
	margin: 10px;
	border-radius: 20px;
}

.g-fa{
	border: 1.4px solid #fff;
    padding: 14px;
    border-radius: 10px;

}
.g-box-color-1{
	background-image: linear-gradient(to right, #fdd79e, #fef3e2);
/*	background-image: linear-gradient(to right, #a1a9f5, #dfe2fb);*/
}
.g-box-color-2{
	background-image: linear-gradient(to right, #a1a9f5, #dfe2fb);
/*	background-image: linear-gradient(to right, #fdd79e, #fef3e2);*/
}
.g-flex{
    text-align: end;
    display: flex;
    align-items: center;
    font-size: 25px;
}
.g-price-flex{
	text-align: start;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.g-btn-price-1{	 
    margin-right: 10px;
    border: 2px solid #ffc107;
    background: #ffc107;
    transition: all 0.4s;
    color: white;
    border-radius: 100px;
	font-size: 12px;
    margin: 30px;
    padding: 7px;
    cursor: pointer;
}
.g-btn-price-1:hover{
	    background: #1f96e0;
    color: white;
}
.g-btn-price-2{	 
    margin-right: 10px;
    border: 2px solid #ffc107;
    background: #fff;
    transition: all 0.4s;
    color: #ffc107;
    border-radius: 100px;
	font-size: 12px;
    margin: 30px;
    padding: 7px;
    cursor: pointer;
}
.g-btn-tab-1{
    margin-right: 10px;
    border: 2px solid #1f96e0;
    background: #007bff;
    transition: all 0.4s;
    color: white;
    border-radius: 100px;
    font-size: 15px;
    width: 120px;
    margin: 30px;
    padding: 7px;
    cursor: pointer;
}
.g-btn-price-2:hover{
	    background: #495057;
    color: white;
}
.g-btn-tab-2{	 
    margin-right: 10px;
    border: 2px solid #1f96e0;
    background: #fff;
    transition: all 0.4s;
    color: #007bff;
    border-radius: 100px;
    font-size: 15px;
    width: 120px;
    margin: 30px;
    padding: 7px;
    cursor: pointer;
}
.g-btn-fut{
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    padding: 8px 13px;
    height: 65px;
    border: none;
    background: #ffc107;
    transition: all 0.4s;
    color: #212529;
    border-radius: 4px;
}
.g-btn-fut:hover{
	    background: #1f96e0;
    color: white;
}
.g-tab-mob{
	display: block;
}
.g-acc{
	padding-top:90px;
}

.accordion__header {
	padding: 1em;
/*	background-color: #ccc;*/
	background-image: linear-gradient(to right, #fdd79e, #fef3e2);
/*	background-image: linear-gradient(to right, #ffc107, #ffc1078c);*/
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	border-radius: 10px;
}
.accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}
.accordion__header.is-active {
/*	background-color: #000;*/
	background-image: linear-gradient(to right, #a1a9f5, #dfe2fb);
/*	background-image: linear-gradient(to right, #1f96e0, #fef3e2);*/
	color: #fff;

}

.accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #222;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
}

.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #222;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}

.is-active .accordion__toggle {
	background-color: #fff;
}
.is-active .accordion__toggle::before {
	display: none;
}


.accordion__body {
	display: none;
	padding: 1em;
	border: 1px solid #ccc;
	border-top: 0;
}
.accordion__body.is-active {
	display: block;
}
.tab-img img{
	width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
.mob-tab-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    display: none;
}

.ourProduct {
    padding-top: 60px;
    padding-bottom: 33px;
    background: url(../images/home-pro-bg.svg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 0;
}
.overflow-hidden {
    overflow: hidden !important;
}

.tab {
  float: left;
  border: 1px solid #ccc;
/*  background-color: #f1f1f1;*/
    background-image: linear-gradient(to right, #a1a9f5, #dfe2fb);
  width: 30%;
  height: 420px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border: #fef5dd solid 1px;
    border-radius: 5px;
    margin: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fdd9a4;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 420px;
}

/*tab -1 */

.tab1 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab1 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab1 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent1 {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

#menu {
	z-index: 99;
}

.navbar-default {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 0.5px 2px #cecece;
}

.navbar-default .navbar-brand {
	padding: 7px;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
	font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffc107;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #ffc107;
}



.btn-default {
	font-size: 17px;
	margin-right: 10px;
	border: 2px solid #ffc107;
	background: transparent;
	transition: all 0.4s;
	color: #ffc107;
	border-radius: 100px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	border: 2px solid #ffc107;
	background: #ffc107;
	color: white;
}

.btn-default-nav {
	font-size: 17px;
	margin-right: 10px;
	border: 2px solid #ffc107;
	background: transparent;
	transition: all 0.4s;
	color: #ffc107;
	border-radius: 100px;
}

.btn-default-nav:hover,
.btn-default-nav:focus,
.btn-default-nav:active,
.btn-default-nav.active,
.open > .dropdown-toggle.btn-default-nav {
	border: 2px solid #ffc107;
	background: #ffc107;
	color: white;
}

.hide-desk{
	display: none;
}

.btn-primary {
	font-size: 17px;
	margin-right: 10px;
	border: 2px solid #ffc107;
	background: #ffc107;
	transition: all 0.4s;
	color: white;
	border-radius: 100px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	border: 2px solid #ffc107;
	background: transparent;
	color: #ffc107;
}
.btn-primary-nav {
	font-size: 17px;
	margin-right: 10px;
	border: 2px solid #333;
	background: #111;
	transition: all 0.4s;
	color: white;
	border-radius: 100px;
}

.btn-primary-nav:hover,
.btn-primary-nav:focus,
.btn-primary-nav:active,
.btn-primary-nav.active,
.open > .dropdown-toggle.btn-primary-nav {
	border: 2px solid #ffc107;
	background: transparent;
	color: #ffc107;
}

.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #ffc107;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
	background: #1f96e0;
	color: white
}

.site-name img {
	width: 140px;
    height: 55px;
}

.logo {
	margin: 75px 0 40px 0;
}

.logo img {
	width: 150px;
	height: 60px
}

.landing h1 {
	font-size: 50px;
    font-weight: 900;
    color: #fff;
/*	margin: 30px 0 30px 0;*/
/*	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
	line-height: 1.5;
}

.landing p,
.landing h2 {
	color: #fff;
    font-weight: 800;
    font-size: 30px;
}

.landing-text {
	margin-bottom: 20px;
}

.landing-text p {
	font-size: 20px !important;
    font-weight: 400;
}

.head-btn {
	margin-bottom: 50px;
}
.head-btn1 {
	margin-bottom: 50px;
}

.option {
	text-transform: uppercase;
	padding: 5px;
	min-width: 80px;
	margin-right: 5px;
	transition: all 0.4s;
	font-size: 14px;
	color: #fff;
}

.signup-header {
	margin: 150px 0 100px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

.signup-header h3 {
	padding: 20px 0 10px;
	color: #111;
	font-weight: 300;
}

.form-header input {
	position: relative;
	padding: 5px 15px;
}

.form-header .form-control {
	/*border-radius: 0;
	border: solid 1px #dadada;*/
	border-radius: 5px;
    border: solid 1px #ffc107;
	background-color: #fff;
	color: #333;
	height: 55px;
}

.form-header .btn {
	border-radius: 0;
	height: 55px;
	width: 100%;
	background-color: #ffc107;
	color: white;
	font-size: 17px !important;
	padding: 0 33px;
	border: none;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	cursor: pointer;
}

.form-header .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.privacy {
	padding-top: 0;
	font-size: 13px;
}

.signup-header p {
	color: white;
}

.privacy a {
	text-decoration: underline;
	color: white;
	font-weight: 300;
}

#policy {
	padding: 100px 0 70px;
}

#intro {
	padding: 20px 0 70px;
}

#intro h2 {
	font-size: 32px;
	font-weight: 400;
	margin: 15px 0 15px 0;
}

.intro-pic {
	margin-top: 20px;
	padding-left: 30px;
}

.btn-section {
	padding-top: 20px;
}

#feature {
	padding-top: 100px;
	background: #f6f6f6;
}

#feature h2 {
	margin: 15px 0 15px 0;
	font-size: 40px;
	font-weight: 400;
}

#feature .feature-title p {
	font-size: 18px;
}

.row-feat {
	padding-top: 50px;
}

.feat-list {
	margin-top: 40px;
}

.feat-list i {
	font-size: 48px;
	float: left;
	width: 20%;
	color: #555;
	height: 100%;
	position: relative;
	opacity: 0.6;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.feat-list:hover i {
	color: #ffc107;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

#feature .inner {
	float: left;
	display: inline-block;
	width: 80%;
}

#feature-2 {
	padding: 100px 0 100px;
}

#feature-2 h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}

.feature-2-pic {
	margin-top: 20px;
}

.subscribe {
	color: #fff;
}

.subscribe p {
	margin: 30px auto 30px;
}

.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}

.subscribe-form form {
	position: relative;
}

.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}

.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}

.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #ffc107;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.subscribe-form .btn {
	height: 55px;
}

.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}

.subscribe-form .form-control:-moz-placeholder {
	color: #333;
}

.subscribe-form .form-control::-moz-placeholder {
	color: #333;
}

.subscribe-form .form-control:-ms-input-placeholder {
	color: #333;
}

#package {
	padding-top: 100px;
}

.title-line {
	width: 100px;
	height: 3px;
	margin: 0 auto;
	background: #ffc107;
}

.price-box {
	border: solid 1px #d1d1d1;
}

.package-option {
	padding: 50px 0 100px;
}

.package-option ul {
	padding: 0;
}

.price-heading h3 {
	margin-top: 0;
}

.price-heading i {
	color: #d1d1d1;
	font-size: 75px;
	margin-top: 20px;
}

.price-group {
	padding: 30px 0 10px;
}

.price-group .dollar {
	font-size: 20px;
	position: relative;
	bottom: 48px;
}

.price-group .price {
	color: #ffc107;
	font-size: 90px;
	font-weight: 500;
}

.price-group .time {
	font-size: 18px;
}

.price-feature li {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px #d1d1d1;
	line-height: 40px;
}

.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #ffc107;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}

.btn-price:hover {
	background: #1f96e0;
	color: white;
}

#client {
/*	background: #e9ecef;*/
	background: #fff;
	padding: 50px 0 50px;
}

#client img {
	max-height: 80px;
	max-width: 150px;
	margin: 13px 20px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.g-client{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-color: #1f96e008;
    z-index: 2;
}
 

#client img:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#testi {
	padding: 100px 0 100px;
}

.testi-item {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 30px;
}

.testi-item .box {
	margin-right: 15px;
	margin-left: 15px;
}

.testi-item .box .message {
	padding: 20px;
	font-style: italic;
	line-height: 30px;
	font-weight: 300;
	font-size: 18px;
}

.testi-item .client-pic img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	max-width: 100%;
}

.testi-item .client-info .client-name {
	margin-top: 10px;
	font-size: 16px;
}

.testi-item .client-info .company {
	font-style: italic;
	color: #ffc107;
}

.owl-theme .owl-controls .owl-page span {
	background: #ffc107;
}

.video-header {
	margin: 40px 0 30px;
}

.video-embed {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	background-color: #000000;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.action {
	color: #fff;
}

.action h2 {
	margin-top: 100px;
	font-size: 40px;
	font-weight: 300;
}

.download-cta {
	padding: 50px 0 160px;
}

#contact {
	width: 100%;
	min-height: 100%;
}

#contact h2 {
	color: white;
}

#g-font{
	font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
    color: #111;
    font-size: 1.2em;
    padding-left: 20px;
}

.ul-address a {
	font-weight: normal;
}

.ul-address a:hover {
	color: white;
}

.ul-address li {
	padding-right: 20px;
	margin-bottom: 8px;
	list-style: none;
	color: white;
}

.ul-address i {
	margin-left: 15px;
	position: absolute;
	left: 0;
	color: #ffc107;
	font-size: 25px;
	line-height: 30px;
}

.contact-row {
	margin: 100px 0 100px;
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

#contact-form {
	margin: 0 auto;
}

#contact-form input {
	position: relative;
	padding: 5px 25px;
	width: 100%;
}

#contact-form textarea {
	position: relative;
	padding: 10px 25px;
	width: 100%;
	height: 120px !important;
}

#contact-form .form-control {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	font-size: 1.2em;
	height: 55px;
}

#contact-form .btn {
	height: 55px;
	width: 100%;
	background-color: #ffc107;
	color: #ffffff;
	font-size: 17px !important;
	line-height: 18px;
	padding: 0 33px;
	border: none;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

#contact-form .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

#footer {
	background: #fff;
	padding: 50px 0 50px;
}

.social ul {
	padding: 0;
	list-style: none;
}

.social li {
	display: inline-block;
	padding-right: .3em;
	padding-bottom: .3em;
}

.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffc107;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #ffc107;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.social li a:hover {
	color: #fff;
	background: #ffc107;
}

#shortcode-basic {
	padding: 70px 0 10px;
}

#shortcode-button {
	padding: 50px 0 10px;
	width: 100%;
	min-height: 100%;
}

#shortcode-button .form-horizontal {
	padding-left: 20px;
	padding-right: 20px;
}

#shortcode-icon {
	padding: 70px 0 10px;
}

#shortcode-alert {
	padding: 70px 0 10px;
}

#shortcode-table {
	padding: 70px 0 10px;
}

#shortcode-column {
	padding: 50px 0 10px;
}

.social-icons i {
	color: #ffc107;
	font-size: 30px;
	line-height: 40px
}

#shortcode-alert {
	padding: 70px 0 30px;
}

.alert {
	border: none;
	border-radius: 0;
	position: relative;
	font-size: 17px;
	line-height: 22px;
	padding: 16px;
	padding-left: 60px;
}

.alert i {
	font-size: 28px;
	position: absolute;
	left: 15px;
	top: 13px;
}

.icon-demo i {
	font-size: 70px;
	margin-right: 20px;
}

.table > thead > tr > th {
	background: #ffc107;
	color: #fff;
	border-bottom: 0;
	text-transform: uppercase;
}

.table > thead > tr > th,
.table > tbody > tr > td {
	font-size: 15px;
	font-weight: 300;
	padding: 16px 30px;
}

.table-bg > tbody > tr:nth-child(odd) > td,
.table-bg > tbody > tr:nth-child(odd) > th {
	background: #fef5dd;
	border: none;
}

.table-bg > tbody > tr:nth-child(even) > td,
.table-bg > tbody > tr:nth-child(even) > th {
	background: #fff;
	border: none;
}
.td-border-left{
	    border-radius: 10px 0px 0px 10px;
}
.td-border-right{
	    border-radius: 0px 10px 10px 0px;
}
.scrollToTop {
	width: 40px;
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	display: none;
}

.scrollToTop:hover {
	color: #ffc107;
}

.control-group .controls {
	overflow-x: hidden;
}
 

/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.head-btn {
		margin: 50px 0 100px;
	}
	.signup-header {
		margin: 50px 0 100px;
	}
	.price-feature li {
		margin-left: 15px;
		margin-right: 15px;
	}
	.btn-price {
		padding: 7px 25px;
	}
	#intro {
		padding: 30px 0 50px;
	}
	#policy {
		padding: 30px 0 50px;
	}
	#intro h2,
	#feature-2 h2 {
		text-align: center;
	}
	#intro p,
	#feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 75px;
	}
	.feature-img {
		margin-top: 0;
	}
	.row-feat {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	#feature-2 {
		padding: 80px 0 80px;
	}
	.feature-2-pic {
		margin-top: 40px;
	}
	#client img {
		margin: 10px 0 10px;
		max-height: 40px;
	}
	.video-header {
		margin: 50px 0 30px;
	}
	#bottom-action {
		text-align: center;
	}
	.button-demo li {
		padding-bottom: 50px;
	}
}

/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
	.logo {
		margin: 100px 0 30px 0;
	}
	.landing h1 {
		margin: 60px 0 60px 0;
	}

	.green-rounded-box-2{
		height: 100%;
	}
	.landing-text {
		margin: 60px 0 40px 0;
	}
	.signup-header {
		margin-top: 250px;
	}
	.intro-pic {
		margin-top: 100px;
	}
	.img-fluid{
		margin-top: 100px;
	}
	.feature-img {
		margin-top: 30px;
	}
	.feat-list {
		margin-top: 10px;
	}
	.feat-list p {
		font-size: 15px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		max-height: 80px;
	}
	.video-header {
		margin: 50px 0 30px;
	}
}

/* smart-phone ----------- */

@media (max-width: 767px) {
	.logo {
		margin: 40px 0 30px 0;
	}
	.head-btn {
		margin: 30px 0 80px;
	}
	.signup-header {
		margin: 70px 0 80px;
	}
	#intro {
		padding: 70px 0 70px;
	}
	#policy {
		padding: 70px 0 70px;
	}
	#intro h2,
	#feature-2 h2 {
		font-weight: 300;
		text-align: center;
	}
	#intro p,
	#feature-2 p {
		text-align: left;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 50px;
	}
	.row-feat {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.feat-list i {
		padding-left: 40px;
	}
	#feature-2 {
		padding: 40px 0 50px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#package {
		padding-top: 80px;
	}
	.package-option {
		padding: 50px 0 50px;
	}
	.price-box {
		margin-bottom: 30px;
	}
	#client img {
		margin: 10px 0 10px;
	}
	.contact-left {
		margin-bottom: 50px;
	}
	.video-header {
		margin: 50px 0 30px;
	}
	#bottom-action {
		text-align: center;
	}
}

/* iPhone 6Plus (landscape) ----------- */

@media (max-width: 736px) {
	.feature-img {
		margin-top: 0;
	}
}

/* iPhone 6 (landscape) ----------- */

@media (max-width: 667px) {
	.logo {
		margin: 30px 0 30px 0;
	}
	.landing h1 {
		font-size: 50px;
		margin: 10px 0 25px 0;
	}
	.landing-text {
		margin-top: 20px;
	}
	.subscribe p {
		margin: 25px auto 15px;
	}
	.subscribe-form {
		margin: 20px auto 100px;
	}
	.action h2 {
		margin-top: 70px;
	}
	.download-cta {
		padding: 50px 0 100px;
	}
}

/* iPhone 5 (landscape) ----------- */

@media (max-width: 568px) {
	.logo {
		margin: 15px 0 15px 0;
	}
	.landing h1 {
		font-size: 40px;
		margin: 20px 0 10px 0;
	}
	.landing-text p {
		font-size: 16px !important;
	}
	#intro {
		padding-top: 50px;
	}
	#policy {
		padding-top: 50px;
	}
	#feature {
		padding-top: 50px;
	}
	.feat-list i {
		padding-left: 20px;
	}
	#feature-2 {
		padding: 50px 0 70px;
	}
	#screenshot {
		padding-top: 70px;
	}
	.screenshots {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	#testi {
		padding: 70px 0 70px;
	}
	.testi-item .box .message {
		line-height: 25px;
		font-size: 18px;
	}
	.action h2 {
		margin: 50px 0 20px;
	}
	.download-text p {
		line-height: 1.5;
	}
}

/* iPhone 4 (landscape) ----------- */

@media (max-width: 480px) {
	.feat-list i {
		padding-left: 5px;
	}
	.action h2 {
		font-size: 30px;
	}
	.button-demo li {
		padding-bottom: 50px;
	}
}

/* smart phone width: 360px ----------- */

@media (max-width: 360px) {
	#intro h2,
	#feature h2,
	#feature-2 h2 {
		font-size: 30px;
	}
	.feat-list i {
		padding-left: 0;
	}
	#feature .inner {
		padding-left: 15px;
	}
	.video-header {
		margin: 30px 0 30px;
	}
}

/* iPhone 4/5 (portrait) ----------- */

@media (max-width: 320px) {
	.logo {
		margin: 30px 0 20px 0;
	}
	.landing h1 {
		margin: 20px 0 35px 0;
	}
	.btn-default {
		font-size: 16px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-primary {
		font-size: 16px;
		margin: 30px 0 10px;
		margin-right: 15px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.subscribe-form {
		margin: 50px auto 110px;
	}
	.subscribe-form input {
		padding: 5px 15px;
	}
	.subscribe-form button {
		padding: 0 15px;
	}
	.action h2 {
		margin: 70px 0 20px;
	}
	.table > thead > tr > th,
	.table > tbody > tr > td {
		padding: 20px 10px;
	}
}

.scroller {
  max-width: 1100px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}


/*Gurur Contact form */

.card {
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
  transition: 0.3s;
  width: 100%;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  border:none;
  margin-bottom: 20px;
}


.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);

}

.g-row{	
    padding-bottom: 20px;
    padding-top: 20px;
	border-radius: 30px;
	margin: -5px;

}

.text-lg-center{
	padding: 0px;
    margin: 0px;
    text-align: center;
}
.below-tab{
	padding-bottom: 30px;
    padding-top: 80px;
}

.contact-form {
      background: #ffffff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      max-width: 400px;
      width: 100%;
    }
    p {
    font-family: "Roboto Bold", "Helvetica Neue",Arial,sans-serif;
    color:#111;
    font-size: 1.2em;

    }
    .contact-form h2 {
      text-align: center;
      margin-bottom: 20px;
      color: #333;
    }

    .form-group {
      margin-bottom: 5px;
    }
    .form-group p {
      font-size: 13px;
    }

    .form-group label {
      display: block;
      margin-bottom: 5px;
      color: #555;
    }

    .form-group input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 25px; /* Rounded corners */
      box-sizing: border-box;
      font-size: 12px !important;
      outline: none;           
      background: #f9fafa;
    }

    .form-group input:focus {
      border-color: #0066cc;
      box-shadow: 0 0 5px rgba(0, 102, 204, 0.5);
    }

    .submit-btn {
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 25px;
      background-color: #0066cc;
      color: white;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .submit-btn:hover {
      background-color: #004d99;
    }


.g-flex-mt{
		margin-top:135px;
	}
/*Modified CSS*/

.navbar-toggler {
	float: right;
	margin-top: 10px;
}

a.btn-default,
a.btn-primary {
	display: inline-block;
	padding: 23px 25px;
	line-height: 2px;
}

ul.list-inline li {
	display: inline-block;
	margin-right: 30px;
}

/* responsive nav stacked liked 3.x */

.navbar-light {
	background: rgba(255, 255, 255, 0.95);
/*	box-shadow: 0px 0.5px 2px #cecece;*/
	position: relative;
	z-index: 9
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #ffc107;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #ffc107
}

@media(max-width:1900px) {
	.navbar-toggler {
		display: none;
	}
	.navbar-nav {
		flex-direction: row;
		float: right;
		margin-top: -55px;
		justify-content: center;
	}
	.collapse {
		display: block
	}
	ul.nav.navbar-nav li a {
		padding: 9px 15px;
		font-size: 15px;
		font-weight: 600;
	}
}


@media (max-width: 767px) {

	.mob-tab-img img {
		display: block;
	}
	.tab-img{
		display: none;
	}
	.mob-img{
		display: none !important;
	}
	.hide-desk{
		display: block;
	}
	.navbar-toggler {
		display: block;
	}
	.collapse {
		display: none
	}
	.navbar-nav {
		flex-direction: column;
		float: none;
		margin-top: 0px;
	}
	ul.nav.navbar-nav li a {
		padding-left: 0;
	}
}

@media (max-width: 576px) {
	.mob-img{
		display: none;
	}
	.navbar-toggler {
		display: block;
	}
	.collapse {
		display: none
	}
	.navbar-nav {
		flex-direction: column;
		float: none;
		margin-top: 0px;
	}
}

@media (max-width: 320px) {
	.mob-img{
		display: none;
	}
	.btn-default {
		margin: 0;
	}
}
@media (max-width: 760px) {
	.fullscreen{
		margin: 20px 5px 0px 5px;
	}
	.text-lg-center{
	padding: 1px 20px 1px 20px;
    margin: 8px;

}
a.btn-default, a.btn-primary {
    display: inline-block;
    padding: 13px 8px;
    line-height: 19px;
    margin-bottom: 7px;
}
.g-tab-mob{
	display: none !important;
}
.g-btn-tab-1 {
    margin-right: 10px;
    border: 2px solid #1f96e0;
    background: #007bff;
    transition: all 0.4s;
    color: white;
    border-radius: 100px;
    font-size: 12px;
        padding: 4px;
        width: 68px;
        margin: 1px; 
}
.g-btn-tab-2 {
    margin-right: 10px;
    border: 2px solid #1f96e0;
    background: #fff;
    transition: all 0.4s;
    color: #007bff;
    border-radius: 100px;
    font-size: 12px;
        padding: 4px;
        width: 68px;
        margin: 1px;


}
.card{
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#shortcode-table{
	display: none !important;
}
.g-acc{
	padding-top:40px;
}
.below-tab{
	padding-bottom: 30px;
    padding-top: 20px;
}
	.g-box{
	    padding: 32px;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.g-box-4{
		width: 90%;
        padding: 15px;
        margin: 15px;
	}
	.g-flex{
    text-align: end;
    display: flex;
    align-items: top;
    font-size: 18px;
	}
	.g-flex-mt{
		margin-top:-14px;
	}
	.green-rounded-box-1{
		 position: sticky;
	    width: 100%;
	    left: 130px;
	    top: -185px;
	    height: 88%;
	}
	.green-rounded-box-2{
		 position: sticky;
	    width: 100%;
	    left: 130px;
	    top: -185px;
	    height: 88%;
	}
	.table > thead > tr > th, .table > tbody > tr > td {
	    font-size: 15px;
	    font-weight: 300;
	    padding: 5px;
	}
	.table td, .table th {
	    padding: .50rem;
	    vertical-align: top;
	    border-top: 1px solid #e9ecef;
	}
}



