@font-face {
	font-family: 'ralewayregular';
	src: url('../fonts/Raleway-Regular-webfont.eot');
	src: url('../fonts/Raleway-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Regular-webfont.woff2') format('woff2'), url('../fonts/Raleway-Regular-webfont.woff') format('woff'), url('../fonts/Raleway-Regular-webfont.ttf') format('truetype'), url('../fonts/Raleway-Regular-webfont.svg#ralewayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaybold';
	src: url('../fonts/raleway-bold-webfont.eot');
	src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-bold-webfont.woff') format('woff'), url('../fonts/raleway-bold-webfont.ttf') format('truetype'), url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaylight';
	src: url('../fonts/raleway-light-webfont.eot');
	src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-light-webfont.woff2') format('woff2'), url('../fonts/raleway-light-webfont.woff') format('woff'), url('../fonts/raleway-light-webfont.ttf') format('truetype'), url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'ralewayregular';
	color: #000;
	overflow-x: hidden;
}
html {
	width: 100%;
	height: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-transform: capitalize;
	color: #000;
	text-align: left;
	letter-spacing: 1px;
}
p {
	margin: 0px;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	color: #000;
	text-align: left;
}
/*loading css*/
/*Author: Kosmom.ru*/.loading, .loading>td, .loading>th, .nav li.loading.active>a, .pagination li.loading, .pagination>li.active.loading>a, .pager>li.loading>a {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
	background-size: 40px 40px;
	animation: 2s linear 0s normal none infinite progress-bar-stripes;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
}
.btn.btn-default.loading, input[type="text"].loading, select.loading, textarea.loading, .well.loading, .list-group-item.loading, .pagination>li.active.loading>a, .pager>li.loading>a {
	background-image: linear-gradient(45deg, rgba(235, 235, 235, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(235, 235, 235, 0.15) 50%, rgba(235, 235, 235, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
/*loading css end*/

ul.style1{
  margin:0px;
  padding:0px;
  text-align:center;
  display:block;
}
ul.style1 li{
  margin:0px;
  padding:1% 2%;
  text-align:center;
  color:#7b8a97;
  display:inline-block;
  font-size:14px;
  line-height:16px;
}
ul.style1 li img{
  vertical-align:middle;
  margin-right:5px;
}


.head-ca {
	color: #fff;
	float: right;
	font-weight: 500;
	font-size: 16px;
	padding: 3% 1% 1%;
	width: 225px;
}
.head-ca span {
	float: left;
	color: #8cce0a;
	font-size: 16px;
	margin-right: 4%;
}
.head-ca:hover {
	color: #fff;
}
.gfq {
	float: right;
	background-color: #8cce0a;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 0.8%;
	border-radius: 5px;
	margin-top: 2%;
}
.navbar {
	height: auto;
	margin-bottom: 0px;
}
.navbar-default {
	background-color: #000;
	border-color: transparent;
	border-bottom: #8cce0a solid 2px;
	position: relative;
}
.navbar-brand {
	height: auto;
}
.navbar-nav {
	float: right;
	margin: 1.5% 0px 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color: transparent;
}
.navbar-nav>li>a:hover:after {
	border-bottom: #38c3ec solid 2px;
	position: absolute;
	left: 15px;
	bottom: 0px;
	content: "";
	width: 50px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a:after {
	border-bottom: #38c3ec solid 2px;
	position: absolute;
	left: 15px;
	bottom: 0px;
	content: "";
	width: 50px;
}
.nav>li>a {
	padding: 10px 15px;
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
}
.navbar-toggle {
	background-color: #0162a1;
	margin-top: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #0162a1;
}
/*navbar cross css*/
.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
	top: 2px;
}
.navbar-toggle .icon-bar {
	position: relative;
	transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 6px;
	transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: -6px;
	transform: rotate(-45deg);
}
/*navbar cross css end*/

/*slider css*/
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	width: 100%;
	height: auto;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
/*.carousel-caption {
    right: 0px;
    left: 0px;
    padding-bottom: 0px;
	margin:0px auto;
    top: 30%;
	max-width:1000px;
	padding-top:0px;
	text-shadow:none;
}
.carousel-caption h3{
    color:#000;
	font-size:30px;
	line-height:32px;
	padding:1% 0px;
	font-family: 'SegoeUI-Bold';
	font-weight:bold;
	text-transform:uppercase;
}
.carousel-caption p{
    color:#282828;
	font-size:16px;
	line-height:20px;
	padding:1% 0px;
}
.carousel-caption a{
    color:#282828;
	border:#282828 solid 1px;
	font-size:14px;
	line-height:18px;
	padding:1%;
	margin:1% 0px;
	display:block;
	float:left;
}
*/
/*slider css end*/
.home-banner {
	min-height: 518px;
	background: transparent;
	background-position: center 50% 0px;
	position: relative;
	padding: 2% 0px;
	z-index: 999;
}
.home-banner h1 {
	font-size: 42px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	padding: 0.5% 0px;
	text-transform: uppercase;
	font-family: 'ralewaybold';
}
.home-banner h1 i {
	font-style: normal;
	color: #fcbb35;
}
.home-banner h1 span {
	font-size: 40px;
	line-height: 42px;
	color: #fff;
	font-family: 'ralewaylight';
	display: block;
	padding-bottom: 0.5%;
}
.home-banner h2 {
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	padding: 0.5% 0px;
	text-transform: uppercase;
	font-family: 'ralewaylight';
}
.home-banner h2 i {
	color: #8cce0a;
	font-style: normal;
}
.home-banner h2 span {
	font-size: 36px;
	line-height: 38px;
	color: #8cce0a;
	font-family: 'ralewaybold';
}
.home-banner p {
	font-size: 20px;
	line-height: 22px;
	color: #fcbb35;
	font-family: 'ralewaylight';
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5% 0px;
}
.home-banner-form {
	display: block;
	margin: 1% auto;
	width: 450px;
}
.banner-input {
	margin-bottom: 2%;
	height: 40px;
}
.banner-submit {
	margin-bottom: 2%;
	background-color: #729103;
	color: #fff;
	font-size: 16px;
	padding: 2% 0px;
	width: 100%;
	display: block;
	margin: 2% 0px;
}
.black {
	background-color: #090909;
}
ul.feature-strip {
	display: block;
	margin: 0px;
	padding: 1% 0px;
	text-align: center;
}
ul.feature-strip li {
	display: inline-block;
	margin: 0px;
	padding: 1%;
	width: 19%;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border-right: #363636 solid 1px;
}
ul.feature-strip li:last-child {
	border-right: none;
}
ul.feature-strip li img {
	float: left;
}
.contant {
	padding: 2% 15px;
}
.contant h1 {
	text-align: center;
	color: #373737;
	font-size: 38px;
	line-height: 40px;
	padding: 1% 0px;
	text-transform: uppercase;
	font-family: 'ralewaybold';
}
.contant h1 span {
	display: block;
	color: #8cce0a;
	font-size: 20px;
	line-height: 22px;
	padding: 1% 0px;
	font-family: 'ralewayregular';
}
.contant h1 span {
	display: block;
	color: #8cce0a;
	font-size: 20px;
	line-height: 22px;
	padding: 1% 0px;
	font-family: 'ralewayregular';
}
.contant h2 {
	text-align: center;
	color: #373737;
	font-size: 34px;
	line-height: 36px;
	padding: 1% 0px;
	text-transform: uppercase;
	font-family: 'ralewaybold';
}
.contant h2 span {
	display: block;
	color: #7b8a97;
	font-size: 12px;
	line-height: 18px;
	padding: 1% 0px;
	letter-spacing: 0px;
	font-family: 'ralewayregular';
}
.contant h3 {
	text-align: center;
	color: #373737;
	font-size: 30px;
	line-height: 32px;
	padding: 1% 0px;
	text-transform: capitalize;
	font-family: 'ralewaybold';
}
.text-center {
	text-align: center !important;
}
.contant p {
	color: #7b8a97;
	font-size: 14px;
	line-height: 20px;
	padding: 1% 0px;
	text-align: left;
	font-family: 'ralewaylight';
}
ul.services-strip {
	display: block;
	margin: 0px;
	padding: 2% 0px 3%;
	text-align: center;
}
ul.services-strip li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 19%;
	font-size: 17px;
	color: #373737;
	font-weight: 600;
	text-align: center;
	position: relative;
}
ul.services-strip li a {
	color: #373737;
}
ul.services-strip li a span {
	display: none;
}
ul.services-strip li a:hover span {
	display: block;
	position: absolute;
	z-index: 88;
	background-color: #729103;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
	font-family: 'ralewaylight';
	border-radius: 5px;
	right: -100px;
	top: 0px;
	margin: 0px;
	width: 180px;
}
ul.services-strip li img {
	display: block;
	margin: 0px auto 15px;
}
/*portfolio css*/
.home-portfolio-box {
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.home-portfolio-box:after {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}
.home-portfolio-box:hover:after {
	background: rgba(0,0,0,0.7);
}
.home-portfolio-box:after, .home-portfolio-box:hover:after {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.home-portfolio-box img {
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.home-portfolio-box:hover img {
	-transform: scale(1.1) rotate(8deg);
	-o-transform: scale(1.1) rotate(8deg);
	-moz-transform: scale(1.1) rotate(8deg);
	-webkit-transform: scale(1.1) rotate(8deg);
}
/*portfolio css end*/
.middle1 {
	background: url(../images/pattren.jpg) repeat;
}
.packg1 {
	display: block;
	margin: 1% 0px;
}
.packg1 h2 {
	background-color: #262626;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-family: 'ralewaylight';
	padding: 5% 0px;
	border-bottom: #5a5a59 solid 1px;
}
.packg1 h3 {
	text-align: center;
	color: #a6d426;
	padding: 4% 0px;
	font-size: 58px;
	line-height: 60px;
	background-color: #2f2f2f;
	font-family: 'ralewaybold';
}
.packg1 h3 span {
	color: #cbcbcb;
	padding-right: 1%;
	font-size: 32px;
	line-height: 34px;
	font-family: 'ralewaybold';
	text-decoration: line-through;
}
.packg1 ul {
	display: block;
	margin: 0px;
	padding: 10% 8% 36%;
	background-color: #fff;
	border: #dddede solid 1px;
	border-top: none;
}
.packg1 ul li {
	display: block;
	margin: 0px;
	padding: 3% 0px 3% 8%;
	text-align: left;
	font-weight: 600;
	color: #4b293f;
	background: url(../images/bullet1.png) 0px 7px;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 16px;
}
.packg1 a {
	display: block;
	padding: 4% 0px;
	margin: -20% auto 5%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	background-color: #729103;
	text-transform: uppercase;
	font-size: 17px;
	width: 85%;
	line-height: 19px;
}
.md-banner {
	margin: 2% 0px;
}
.md-banner img {
	width: 104%;
}
/*owl css*/
#owl-demo1:before {
	content: "";
	background: #f1f0f0;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	border-radius: 5px;
	height: 150px;
	width: 100%;
}
#owl-demo1:after {
	content: "";
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	right: 40px;
	width: 40px;
	height: 38px;
	bottom: 65px;
}
#owl-demo1 {
	display: block;
	max-width: 100%;
	margin: 20px auto;
	height: auto;
	border-radius: 5px;
	position: relative;
}
#owl-demo1 .item img {
	float: left;
	max-width: 100%;
	margin: 2%;
}
#owl-demo1 .item p {
	display: block;
	text-align: left;
	color: #7b8a97;
	font-size: 14px;
	line-height: 20px;
	padding: 6% 5% 1%;
}
#owl-demo1 .item h4 {
	display: block;
	text-align: center;
	float: right;
	color: #729103;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	padding: 12% 1% 1%;
}
#owl-demo1 .item h4 span {
	display: block;
	color: #9ba5af;
	padding-top: 1%;
}
#owl-demo2 .item {
	display: block;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
/*owl css end*/
.call-action-box {
	background-color: #2f2f2f;
	padding: 0px;
}
.ca-data {
	padding: 2% 2%;
	display: block;
	background-color: #262626;
}
.ca-data p {
	text-align: left;
	color: #fff;
	font-family: 'ralewaybold';
	font-size: 26px;
	line-height: 28px;
}
.ca-data span {
	display: block;
	color: #fff;
	font-size: 34px;
	line-height: 36px;
	text-align: left;
	font-family: 'ralewaylight';
	padding-top: 1%;
}
.ca-data i {
	font-style: normal;
	font-family: 'ralewaybold';
}
.cpe {
	color: #373737;
	font-size: 12px;
	line-height: 14px;
	font-family: 'ralewaylight';
	padding: 1% 2% 0.5% 0px;
	width: 65%;
	text-transform: uppercase;
	margin: 12% auto 0px;
	display: block;
	border: #729103 solid 2px;
	background-color: #fff;
}
.cpe img {
	float: left;
	margin-right: 10px;
	margin-top: -4px;
}
.cpe span {
	color: #373737;
	font-size: 18px;
	line-height: 22px;
	font-family: 'ralewaybold';
	padding-top: 1%;
	display: block;
}
.cpe1 {
	color: #373737;
	font-size: 22px;
	line-height: 24px;
	font-family: 'ralewaybold';
	padding: 3% 2% 2% 0px;
	width: 65%;
	text-transform: uppercase;
	margin: 12% auto 0px;
	display: block;
	border: #729103 solid 2px;
	background-color: #fff;
}
.cpe1 img {
	float: left;
	margin-right: 10px;
	margin-top: -12px;
}
.process-box {
	display: block;
	margin: 2% 0px;
	position: relative;
}
.process-box:nth-child(2) :before {
	background: url(../images/sep1.png) no-repeat;
	width: 297px;
	height: 26px;
	position: absolute;
	left: 145px;
	top: -14px;
	content: "";
}
.process-box:nth-child(3) :before {
	background: url(../images/sep2.png) no-repeat;
	width: 94px;
	height: 3px;
	position: absolute;
	left: 240px;
	top: 100px;
	content: "";
}
.process-box:nth-child(4) :before {
	background: url(../images/sep1.png) no-repeat;
	width: 500px;
	height: 26px;
	position: absolute;
	left: 145px;
	top: -14px;
	content: "";
}
.process-box img {
	display: block;
	margin: 10px auto;
}
.process-box h5 {
	text-align: center;
	color: #373737;
	font-family: 'ralewayregular';
	text-transform: capitalize;
	padding: 2% 0px;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
}
.process-box p {
	text-align: center;
	color: #7b8a97;
	font-family: 'ralewaylight';
	font-weight: 600;
	text-transform: capitalize;
	padding: 2% 0px;
	font-size: 12px;
	line-height: 20px;
}
.bcall-1 {
	text-align: left;
	color: #202020;
	font-family: 'ralewaylight';
	font-size: 22px;
	line-height: 24px;
	display: block;
	padding: 2% 0px;
}
.bcall-1 span {
	display: block;
	color: #8cce0a;
	font-size: 34px;
	line-height: 36px;
	font-family: 'ralewaybold';
	text-transform: uppercase;
	padding-top: 1%;
}
.bcall-2 {
	text-align: left;
	color: #202020;
	font-family: 'ralewaylight';
	font-size: 16px;
	float: left;
	width: 50%;
	text-transform: uppercase;
	line-height: 18px;
	display: block;
	padding: 5% 0px 2px;
}
.bcall-2 img {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}
.bcall-2 a {
	display: block;
	color: #8cce0a;
	font-size: 26px;
	line-height: 28px;
	font-family: 'ralewaybold';
	text-transform: uppercase;
	padding-top: 0.5%;
}
.bottom-form {
	background-color: #141414;
	padding: 1% 0px;
}
.bottom-form h6 {
	text-align: center;
	font-weight: 600;
	padding: 1% 0px 3%;
	font-size: 26px;
	color: #fff;
	line-height: 28px;
	text-transform: uppercase;
}
.bottom-form h6 span {
	display: block;
	padding-top: 1%;
	font-family: 'ralewaylight';
	font-size: 12px;
	line-height: 18px;
}
.bottom-form-main {
	display: block;
	width: 70%;
	margin: 0px auto;
}
.binput1 {
	margin-bottom: 10px;
	padding-left: 50px;
	position: relative;
}
.binput1:nth-child(1) {
	background: url(../images/name.png) no-repeat #fff;
}
.binput1:nth-child(2) {
	background: url(../images/em.png) no-repeat #fff;
}
.binput1:nth-child(3) {
	background: url(../images/ph.png) no-repeat #fff;
}
.btextarea1 {
	margin-bottom: 10px;
	height: 120px !important;
	resize: none;
}
.btn1 {
	display: block;
	margin: 10px auto;
	background-color: #729103;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	padding: 1% 2%;
}
/*footer css*/
.footer {
	background-color: #202020;
}
.footer p {
	display: block;
	text-align: left;
	padding: 0px;
	color: #4e4e4c !important;
	font-family: 'ralewayregular';
	font-size: 12px;
}
.footer-link {
	float: right;
	text-align: center;
	padding: 0px 0px 0px 4%;
	color: #4e4e4c;
	font-family: 'ralewayregular';
	font-size: 12px;
}
.flogo {
	margin: -15px auto 0px;
	display: block;
	text-align: center;
}
.fbottom {
	display: block;
	border-top: #404040 solid 1px;
	padding: 1% 15px;
	clear: both;
	margin: 0px auto;
	max-width: 1140px;
}
.fbottom h2 {
	text-align: left;
	padding: 0.5% 0px;
	color: #616161;
	font-size: 14px;
	line-height: 16px;
	font-family: 'ralewaybold';
}
.fbottom p {
	text-align: left;
	padding: 0.5% 0px;
	color: #616161;
	font-size: 13px;
	line-height: 19px;
	font-family: 'ralewaylight';
}
/*footer css end*/

/*popup css*/
.mask {
	display:none;
	background:#000;
	position: fixed;
	left: 0;
	top: 0;
	opacity:0.8;
	z-index:7777;
	width: 100%;
	height: 100%;
}
.popup {
	position:absolute;
	display:none;
	top:100px;
	background:#69A211;
	left:0px;
	right:0px;
	margin:0px auto;
	width:500px;
	z-index: 9999;
}
.close1 {
	position:absolute;
	right:5px;
	top:5px;
	text-decoration:none;
	color:#fff !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
.popup h2 {
    font-size:24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #2F2F2D;
    font-weight: 400;
    padding:15px 0px;
}
.popup h3 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
}
.popup input {
    margin-bottom:4%;
	padding-left:30px;
}
.popup input:nth-child(1) {
    background:url(../images/name1.jpg) left no-repeat #fff;
}
.popup input:nth-child(2) {
    background:url(../images/email1.jpg) left no-repeat #fff;
}
.popup input:nth-child(3) {
    background:url(../images/phone1.jpg) left no-repeat #fff;
}
.popup textarea {
    margin-bottom:4%;
	height:120px !important;
	resize:none;
}
.popup-submit{
    background-color:#252524 !important;
    color: #fff;
	display:block;
	background-image:none !important;
	clear:both;
	cursor:pointer;
	margin:10px auto;
    border: none;
    text-transform: uppercase;
    padding:10px 0px;
    border-radius: 2px;
    font-size:16px;
    width:94%;
}

/*trame popup css*/
.mask2 {
	display:none;
	background:#000;
	position: fixed;
	left: 0;
	top: 0;
	opacity:0.8;
	z-index:7777;
	width: 100%;
	height: 100%;
}
.close2 {
	position:absolute;
	right:5px;
	top:5px;
	text-decoration:none;
	color:#fff !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
.popup2 {
	position:absolute;
	display:none;
	top:100px;
	background:#333;
	left:0px;
	right:0px;
	margin:0px auto;
	width:800px;
	z-index: 9999;
}
.popup2 h2 {
    font-size:24px;
    color: #fff;
    text-transform:capitalize;
    text-align: left;
    font-weight: 400;
    padding:10px 10px;
}
.popup2 h3 {
    font-size:20px;
    color: #729103;
    text-transform:capitalize;
    text-align: left;
    font-weight: 400;
    padding:10px 10px;
}
.popup2 p {
    font-size:14px;
	line-height:20px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    padding:10px 10px;
}
.popup2 p strong{
    font-family: 'ralewaybold';
}
/*privacy popup css*/
.mask3 {
	display:none;
	background:#000;
	position: fixed;
	left: 0;
	top: 0;
	opacity:0.8;
	z-index:7777;
	width: 100%;
	height: 100%;
}
.close3 {
	position:absolute;
	right:5px;
	top:5px;
	text-decoration:none;
	color:#fff !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
.popup3 {
	position:absolute;
	display:none;
	top:100px;
	background:#333;
	left:0px;
	right:0px;
	margin:0px auto;
	width:800px;
	z-index: 9999;
}
.popup3 h2 {
    font-size:24px;
    color: #fff;
    text-transform:capitalize;
    text-align: left;
    font-weight: 400;
    padding:10px 10px;
}
.popup3 h3 {
    font-size:20px;
    color: #729103;
    text-transform:capitalize;
    text-align: left;
    font-weight: 400;
    padding:10px 10px;
}
.popup3 p {
    font-size:14px;
	line-height:20px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    padding:10px 10px;
}
.popup3 p strong{
    font-family: 'ralewaybold';
}
.slimScrollDiv {
	padding: 5px 0px;
	margin: 5px 5px;
}
















@media (min-width: 1200px) and (max-width: 1400px) {
}
 @media (min-width: 1024px) and (max-width: 1200px) {
}
 @media (max-width:1024px) {
.ca-data span {
    font-size: 24px;
    line-height: 26px;
}
.cpe {
    width: 94%;
}
.cpe1 {
    padding: 5% 2% 3% 0px;
    width: 95%;
}
.process-box:nth-child(2) :before {
    left: 82px;
    top: -10px;
}
.process-box:nth-child(3) :before {
    left: 190px;
}
.process-box:nth-child(4) :before {
    left: 80px;
    top: -10px;
}
.packg1 h3 {
    font-size: 40px;
    line-height: 42px;
}
.packg1 h3 span {
    font-size: 26px;
    line-height: 28px;
}
.packg1 ul li {
    font-size: 12px;
    line-height: 14px;
}
.packg1 a {
    font-size: 14px;
    line-height: 16px;
}
.bcall-2 a {
    font-size: 20px;
    line-height: 22px;
}	 

}
@media (min-width: 768px) and (max-width: 999px) {
#owl-demo1 .item p {
    font-size: 12px;
    line-height: 16px;
}
.bcall-2 a {
    font-size: 16px;
    line-height: 18px;
	padding-top:2%;
}
.process-box:nth-child(2) :before {
    display:none;
}
.process-box:nth-child(3) :before {
    display:none;
}
.process-box:nth-child(4) :before {
    display:none;
}
ul.feature-strip li {
    font-size: 10px;
}
	
}
@media (max-width: 767px) {
.gfq {
    float: none;
	text-align:center;
    font-size: 16px;
    margin: 2% auto;
    display: block;
    width: 60%;
}
.process-box:nth-child(2) :before {
    display:none;
}
.process-box:nth-child(3) :before {
    display:none;
}
.process-box:nth-child(4) :before {
    display:none;
}
	
}
@media (max-width: 480px) {	
}
