@charset "utf-8";
body {
	font-family:open sans, Arial, sans-serif;
	background:#fff;
	font-weight:300;
	height:100%;
	margin:0;
	padding:0;
	color:#94a3a8
}
strong, b {
	font-weight:600
}
h1 {
	font-size:50px;
	line-height:60px;
	margin:25px 0;
	font-weight:600
}
h2 {
	font-size:40px;
	font-weight:600;
	margin:15px 0
}
h3 {
	font-size:30px;
	margin:10px 0;
	font-weight:600
}
h4 {
	font-size:25px;
	margin:10px 0
}
h5 {
	font-size:20px;
	font-weight:600;
	margin:15px 0;
	color:#384047
}
h6 {
	font-size:16px;
	font-weight:600;
	margin:10px 0;
	color:#384047
}
a {
	color:#5173bd
}
a:hover, a:focus {
	color:#5173bd
}
.preloader {
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999999
}
.pace {
	-webkit-pointer-events:none;
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	z-index:9999999;
	position:fixed;
	margin:auto;
	top:0;
	left:0;
	right:0;
	height:2px;
	width:100%
}
.pace .pace-progress {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:width 1s ease-in-out 1s linear;
	-moz-transition:width 1s ease-in-out 1s linear;
	-ms-transition:width 1s ease-in-out 1s linear;
	-o-transition:width 1s ease-in-out 1s linear;
	transition:width 1s ease-in-out 1s linear;
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	max-width:100%;
	position:fixed;
	z-index:9999999;
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	background:#f76d53
}
.pace.pace-inactive {
	display:none
}
.btn, .btn-lg, .input-lg {
	border-radius:3px
}
.form-control {
	border-radius:3px;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-color:#dcdcdc
}
.form-control:focus {
	border-color:#ababab;
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none
}
.input-lg {
    height: 55px;
    margin-bottom: 15px;
}
.btn-lg, .btn-group-lg>.btn {
	padding:10px 28px;
	height:52px
}
.breath {
	margin:50px auto
}
.highlight {
	background: #ffffff;
	margin-top: px
}
.relative-block {
	position:relative
}
.form-group.last {
	margin-bottom:0
}
.multiple-btns .btn+.btn {
	margin:10px
}
.re-assure {
	color:#aaa;
	text-align:center;
	margin-top:15px;
	margin-bottom:0;
	font-size:11px;
	font-style:italic
}
.has-margin-top {
	margin-top:30px
}
.has-margin-top-lg {
	margin-top:40px
}
.has-margin-bottom {
	margin-bottom:30px
}
.has-margin-bottom-sm {
	margin-bottom:20px
}
.has-margin-vertical {
	margin:20px 0 30px
}
.has-margin-bottom {
	margin-bottom:40px
}
.masthead {
	position:relative;
	padding:30px 15px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 rgba(0, 0, 0, .1);
	background-color:#424ea4;
	background-image:url(../images/home-slide.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.masthead .container {
	animation:fadein 2s;
	-moz-animation:fadein 2s;
	-webkit-animation:fadein 2s;
	-o-animation:fadein 2s
}
.loading * {
	-webkit-animation:none!important;
	-moz-animation:none!important;
	-ms-animation:none!important;
	-o-animation:none!important
}
@keyframes fadein {
from {
opacity:0;
-webkit-transform:translateY(-30px);
-moz-transform:translateY(-30px);
transform:translateY(-30px)
}
to {
	opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0)
}
}
@-moz-keyframes fadein {
from {
opacity:0;
-webkit-transform:translateY(-30px);
-moz-transform:translateY(-30px);
transform:translateY(-30px)
}
to {
	opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0)
}
}
@-webkit-keyframes fadein {
from {
opacity:0;
-webkit-transform:translateY(-30px);
-moz-transform:translateY(-30px);
transform:translateY(-30px)
}
to {
	opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0)
}
}
@-o-keyframes fadein {
from {
opacity:0;
-webkit-transform:translateY(-30px);
-moz-transform:translateY(-30px);
transform:translateY(-30px)
}
to {
	opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0)
}
}
.logo {
	padding:10px 0;
	text-align:center
}
.btn-large {
	font-size:18px;
	padding:20px 50px;
	margin:5px 10px
}
.btn-success {
	background-color:#2ecc71;
	background-image:none;
	border:0;
	-webkit-box-shadow:0 3px 0 #029a43;
	box-shadow:0 3px 0 #029a43;
	line-height:1.8
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background-color:#29c36a;
	color:#fff;
	border:0;
	-webkit-box-shadow:0 3px 0 #028b3d;
	box-shadow:0 3px 0 #028b3d
}
.btn-primary {
	background-color:#23306b;
	border:solid 1px #23306b;
	line-height:1.8;
	-webkit-box-shadow:0 3px 0 #182457;
	box-shadow:0 3px 0 #182457
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color:#2d3978;
	border:solid 1px #23306b;
	-webkit-box-shadow:0 3px 0 #182457;
	box-shadow:0 3px 0 #182457
}
.btn-warning {
    background-color: #ff871c08;
    line-height: 1.8;
    /* -webkit-box-shadow: 0 3px 0 #d66a12; */
    /* box-shadow: 0 3px 0 #d66a12; */
    font-weight: 700;
    border: 2px solid white;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background-color: #000000;
    color: black;
    -webkit-box-shadow: 0 3px 0 #d66a12;
    box-shadow: 0 3px 0 #ffffff;
}
.btn-grey {
	background-color:#868c96;
	line-height:1.8;
	color:#fff;
	-webkit-box-shadow:0 3px 0 #6c736b;
	box-shadow:0 3px 0 #6c736b
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
	background-color:#8f959e;
	color:#fff;
	-webkit-box-shadow:0 3px 0 #6c736b;
	box-shadow:0 3px 0 #6c736b
}
.subscribe {
	padding:45px 0
}
.loading p {
	font-size:13px;
	margin-top:10px;
	text-align:center;
	color:#8a8a8a;
	margin-bottom:0
}
.loading .text-success {
	color:#21bd24
}
.loading .text-danger {
	color:#cf3e3b
}
@keyframes arrowbounce {
from {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
transform:translateY(0)
}
to {
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	transform:translateY(-20px)
}
}
@-moz-keyframes arrowbounce {
from {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
transform:translateY(0)
}
to {
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	transform:translateY(-20px)
}
}
@-webkit-keyframes arrowbounce {
from {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
transform:translateY(0)
}
to {
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	transform:translateY(-20px)
}
}
@-o-keyframes arrowbounce {
from {
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
transform:translateY(0)
}
to {
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	transform:translateY(-20px)
}
}
.scrollto, .scrollto:hover {
	display:block;
	text-decoration:none;
	position:absolute;
	bottom:-30px;
	left:50%;
	height:70px;
	margin-left:-50px
}
.scrollto--arrow {
	padding:10px;
	position:relative
}
.scrollto--arrow img {
	animation:arrowbounce 1s alternate infinite;
	-moz-animation:arrowbounce 1s alternate infinite;
	-webkit-animation:arrowbounce 1s alternate infinite;
	-o-animation:arrowbounce 1s alternate infinite
}
.section-title {
	text-align:center;
	margin-top:70px;
	margin-bottom:50px
}
.section-title h2 {
	color:#384047
}
.section-title h4 {
	color:#94a3a8
}
.highlight .section-title {
	margin-top:50px
}
.heroimg img, .clientlogo img {
	max-width:100%
}
.masthead .main-title {
	margin-bottom:0
}
.masthead .sub-title {
	font-size:25px
}
.quick-features {
	text-align:center
}
.features-lead {
	margin-bottom:30px;
	color:#323e4f
}
.featues-single {
	margin-bottom:25px
}
.featues-single.last {
	margin-bottom:40px
}
.featues-single img {
	margin-right:20px;
	margin-top:0px
}
.featues-single h5 {
    margin-bottom: 45px;
    margin-left: 50px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0;
}
.featues-single p {
	color:#a1b8e4;
	margin-left:50px;
	margin-bottom:0
}
.masthead .featues-single h5, .masthead .features-lead {
	color:#fff
}
.signup-block {
	padding:20px;
	background:#fff;
	color:#535353;
	text-align:left;
	margin-bottom:25px;
	-webkit-box-shadow:0 0 25px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 25px rgba(0, 0, 0, .4);
	box-shadow:0 0 25px rgba(0, 0, 0, .4)
}
@media(min-width:992px) {
.btn-xl, .btn-group-xl>.btn {
padding:15px 30px;
height:75px;
font-size:25px;
font-weight:600
}
.btn-min-width {
min-width:160px
}
.btn-min-width-lg {
min-width:280px
}
.featues-single.last {
margin-bottom:15px
}
.signup-block {
position:absolute;
width:100%
}
}
.as-seen-on {
	color:#3f74c6;
	font-weight:600;
	font-size:14px;
	padding:15px 0;
	border-bottom:1px solid #dfe4e9
}
.logos img {
	padding:15px 15px 5px 0
}
.zigzag {
	margin:55px 0
}
.zigzag-lead { 
	color:#000000;
	font-size:24px;
	font-weight:600;
	margin-top:0
}
.zigzag p {
	line-height:1.5;
	font-size:16px
}
.zigzag p {
    line-height: 1.5;
    font-size: 17px;
    color: black;
}
.icon-wrap {
	background:#e5e8ec;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:140px;
	height:140px;
	margin:0 auto
}
@media(max-width:992px) {
.zigzag-lead {
margin-top:30px
}
}
.features {
	margin:25px 0
}
.thumbnail {
	border:0;
	text-align:center
}
.thumbnail .caption p {
	color:#94a3a8
}
.thumbnail img {
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
-ms-transition:all .6s ease;
-o-transition:all .6s ease;
transition:all .6s ease
}
.thumbnail:hover img {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2
}
.testblock {
    /* width: 100%; */
    /* height: auto; */
    padding: 20px;
    text-align: center;
    /* background: #fff; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* font-family: Georgia, times new roman, Times, serif; */
    font-style: none;
    position: relative;
    line-height: 28px;
    font-size: 16px;
    /* box-shadow: 0 3px 0 #c3c5c9; */
    color: black;
    font-weight: 600;
}
.clientblock {
	margin-top:40px;
	margin-left:10px;
	text-align:center
}
.clientblock p {
	padding-top:13px
}
.clientblock p strong {
	color:#384047;
	font-size:16px
}
.testblock {
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
-ms-transition:all .6s ease;
-o-transition:all .6s ease;
transition:all .6s ease
}
.testblock:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2
}
.planpricing {
	margin-bottom:90px
}
.pricing {
	padding:25px;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#fff;
	position:relative
}
.pricing .planname {
	text-transform:uppercase;
	font-weight:600;
	font-size:24px;
	color:#474d56;
	padding:15px 0;
	border-bottom:1px solid #dde8ec;
	margin-bottom:15px
}
.pricing .price {
	font-size:52px;
	font-weight:300;
	margin:10px auto;
	background:#e5e8ec;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:140px;
	height:140px;
	line-height:128px
}
.featured.pricing:before {
	position:absolute;
	content:"";
	width:22px;
	height:35px;
	top:-5px;
	right:30px;
	background:url(../images/best_icon.png) no-repeat
}
.featured.pricing .price {
	background:#3d57a3;
	background:-moz-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #4d3d9e), color-stop(100%, #2a75a8));
	background:-webkit-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%);
	background:-o-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%);
	background:-ms-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%);
	background:linear-gradient(to bottom, #4d3d9e 50%, #2a75a8 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3d9e', endColorstr='#2a75a8', GradientType=0 );
	color:#fff
}
.pricing .plan-features {
	text-align:center;
	line-height:2;
	font-size:16px;
	margin-bottom:20px
}
.pricing .action-btn {
	position:absolute;
	bottom:-15px;
	left:50%;
	margin-left:-80px
}
.pricing .price .curr {
	display:inline-block;
	font-size:20px;
	vertical-align:super
}
.pricing .price .per {
	display:inline-block;
	font-size:20px;
	vertical-align:baseline
}
.pricing {
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
-ms-transition:all .6s ease;
-o-transition:all .6s ease;
transition:all .6s ease
}
.pricing:hover {
	-webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 3px 8px rgba(0, 0, 0, .2);
	box-shadow:0 3px 8px rgba(0, 0, 0, .2)
}
.faq p {
	margin-bottom:25px
}
.footercta {
	padding:80px 0 80px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 rgba(0, 0, 0, .1);
	background-color: rgba(198,128,0,0.75); 
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.footercta .section-title {
	margin-top:50px
}
.footercta .section-title h2 {
	color:#fff
}
.footercta .section-title h4 {
	color:#b5b2df
}
.footerlinks {
	text-align:center
}
.footerlinks a {
	text-align:center;
	padding:0 13px;
	display:inline-block;
	padding-bottom:15px
}
.footercontent .social {
	padding:8px 0;
	display:inline-block
}
.footercontent .madeby {
	text-align:center;
	line-height:2.7
}
.footercontent .copyinfo {
	text-align:right
}
@media(min-width:768px) {
.footercontent .copyinfo {
line-height:2.7
}
}
@media(max-width:991px) {
h1 {
font-size:35px;
line-height:50px;
margin:15px 0
}
h2 {
font-size:35px
}
.logos {
text-align:center
}
.as-seen-on {
text-align:center;
margin-top:30px
}
.testimonials [class*=col-]:not(:first-child) {
margin-top:40px
}
.planpricing [class*=col-]:not(:first-child) {
margin-top:30px
}
.breath {
margin:30px auto
}
.planpricing {
margin-bottom:80px
}
.pricing {
margin-bottom:50px
}
}
@media(max-width:767px) {
h1 {
font-size:30px;
line-height:35px
}
h2 {
font-size:30px;
line-height:40px
}
h5 {
line-height:25px
}
.subscribe [class*=col-]:not(:first-child) {
margin-top:30px
}
.masthead {
padding:40px 15px;
background-attachment:scroll
}
.masthead .sub-title {
font-size:18px;
line-height:25px
}
.signup-block .form-title {
font-size:20px
}
.input-lg {
font-size:16px;
height:45px
}
.zigzag-lead {
text-align:center
}
.zigzag p {
text-align:center
}
.footercontent {
text-align:center
}
.footercontent .copyinfo {
text-align:center
}
.subscribe-block [class*=col-]:not(:first-child) {
margin-top:20px
}
.bulletin {
text-align:center;
margin-top:20px
}
}
@media(max-width:480px) {
}
@media(max-device-width:992px) {
.masthead {
background-size:cover;
background-attachment:scroll
}
}
.subpage-head {
	background-color:#f4f4f4;
	padding-top:30px;
	padding-bottom:15px;
	margin-bottom:40px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.subpage-head .section-title h2 {
	color:#fff
}
.subpage-head .section-title h4 {
	color:#b5b2df
}
.subpage-head a {
	color:#fff;
	border-bottom:solid 1px #fff;
	text-decoration:none;
	padding-bottom:5px
}
.subpage-head a:hover, .subpage-head a:focus, .subpage-head a:active {
	color:rgba(255, 255, 255, .7);
	border-bottom:solid 1px rgba(255, 255, 255, .7);
	text-decoration:none
}
.signup-space {
	height:250px;
	width:100%
}
.subscribe-block {
	padding:20px;
	background:rgb(255 255 255 / 0%);
	color:#535353;
	text-align:left;
	margin-bottom:20px;
	margin-top:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.subscribe-block .loading p {
	color:#fff
}
.subscribe-block .loading .text-success {
	color:#fff
}
.subscribe-block .loading .text-danger {
	color:#fff
}
.web-app .masthead {
	padding:15px;
	padding-bottom:0
}
.web-app .logo {
	padding:15px 0
}
.mob-app .masthead {
	padding:15px
}
.mob-app .logo {
	padding:15px 0
}
.multiple-links a img {
	margin:5px
}
.has-nav .masthead {
	padding: 220px 0px 158px 0px;
}
.navbar-default {
    background-color: #ffffffb0;
    border-color: #e0e0e000;
    height: 129px 
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	color:#fff;
	font-weight:700
}
.navbar-default .navbar-nav>li>a {
    color: #c68000 !important;
    font-weight: 800;
    font-size: 16px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color:#333;
	background-color:rgba(255, 255, 255, .22)
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:rgba(0, 0, 0, .5);
	background-color:transparent
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color:#333;
	background-color:rgba(255, 255, 255, .21)
}
.navbar-brand {
	padding:8px 15px
}
.pagination>li>a, .pagination>li>span {
	color:#483f34
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color:#917e68
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color:#3289d6;
	border-color:#3172ac;
	color:#fff
}
.vertical-links li {
	border-bottom:1px solid #e6ddd4;
	padding:8px 0
}
.tag-cloud a {
	display:inline-block;
	margin-right:5px;
	margin-bottom:10px;
	padding:2px 8px;
	border:1px solid #eceae4;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#f8f7f3;
	font-size:12px
}
.tag-cloud a:hover {
	text-decoration:none
}
.comments-head {
	font-size:35px;
	color:#53504c;
	border-bottom:1px solid #f5f5f5;
	margin:40px 0 20px;
	padding-bottom:10px
}
.comments-block>.media {
	border-bottom:1px solid #f5f5f5;
	padding-bottom:20px;
	margin-bottom:20px
}
.comments-block>.media .media {
	border-top:1px solid #f5f5f5;
	padding-top:20px
}
.media-object {
	width:40px
}
ul.clearfix li a span {
    padding-right: 11px;
}
.header-top {
    position: relative;
    background-color: #c68000;
    height: 34px;
     
}
.header-top .top-left {
    position: relative;
    float: left;
}

.header-top .top-left ul li {
    position: relative;
    margin-right: 31px;
    font-size: 16px;
    color: #ffffff;
    padding: 4px 0px;
    font-weight: 500;
    display: inline-block;
}

.header-top .top-left ul li a {
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 14px;
}

.header-top .top-right {
    position: relative;
    float: right;
    padding: 4px 0px;
}
ul.social-icon-one {
    margin: 0px;
}
.social-icon-one {
    position: relative;
}


.social-icon-one li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.social-icon-one li a {
    position: relative;
    font-size: 16px;
    display: inline-block;
    color: rgba(255,255,255,1);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
}


ul.clearfix {
    padding: 0;
    margin: 0px !important;
}

.book-online a {
    background-color: transparent;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #9b6500;
    display: inline-block;
    cursor: pointer;
    color: #9b6500!important;
    font-size: 17px;
    padding: 12px 24px!important;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2b2b2b;
    font-weight: 800 !important;
}
@media (min-width: 768px){
.navbar-nav.navbar-right:last-child {
     margin-right: 0px; 
}
}
ul.nav.navbar-nav.navbar-right {
    padding: 21px 0px;
}
.navbar-brand {
    float: left;
    padding: 20px 4px;
    font-size: 18px;
    line-height: 20px;
     height: auto !important; 
}

.quick-features h1 {
    font-weight: 600;
    font-size: 44px!important;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
}
.wrap div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
    position: relative;
    border: 1px solid rgba(33, 150, 243, 0.25);
}
section.form-section {
    background: #c68000;
}


.bg-img {
  background-image: url("../images/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat; 
} 

section.second-section.bg-img {
    padding: 80px 0px;
}
 

.bg-3 {
  background-image: url("../images/bg3.jpg");
  background-size: cover;
  background-repeat: no-repeat;  
    background-position: center center;
    background-attachment: fixed; 
} 


section.second-section.bg-3{
    padding: 70px 0px;	
}



.bg-img-1 {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
section.second-section.bg-img-1 {
    padding: 80px 0px;
}

.breath {
    margin: 5px 0px;
}

.footer-bottom {
    background: #2b2b2b;
    color: white;
}

.col-sm-6.madeby p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    color: white;
    font-weight: 700;
}

.col-sm-6.copyinfo {
    padding: 0;
    margin: 0;
    color: black;
    font-weight: 700;
}

.col-sm-6.copyinfo p {
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0;
    color: white;
}

.main-footer h2 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.right h2 {
    text-align: justify;
    font-size: 20px;
    color: black;
    font-weight: 700;
}

.side-text p {
    text-align: left;
    font-size: 15px;
    color: black;
}

.comas {
    text-align: center;
}

.page-title {
    position: relative;
    display: block;
    padding: 220px 0px 40px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title:before {
    position: absolute;
    content: '';
    /*background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6) 100%);*/
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
}

.page-title .content-box .title-box {
    position: relative;
    display: block;
    margin-bottom: 31px;
    padding-bottom: 14px;
}

.page-title .content-box .title-box h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
}

.default-padding-top {
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}

.contact-area .contact-items {
    background: #ffffff;
    padding: 20px 40px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    position: relative;
    bottom: 8px;
    margin-top: 2px;
    z-index: 9;
}

.contact-area .contact-items .item {
    display: flex;
    margin-bottom: 40px;
}

.contact-area .contact-items .item i {
    display: inline-block;
    font-size: 30px;
    background: rgb(15 58 150);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    color: rgb(255 255 255);
    border-radius: 5px;
    margin-right: 25px;
    border: 1px solid rgba(255, 53, 20, 0.2);
}


.contact-area .contact-items .item h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.contact-area .contact-items .item p {
    margin: 0;
}

.content.scro {
    padding: 20px;
    background: rgb(198 128 0);  
    border-radius: 15px;
    margin-top: 30px;
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
    outline: none;
    background-color:  ;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #E0E2E3;
}

textarea, textarea.form-control {
    height: 120px; 
}

.contact-area .contact-items .content button {
    background: #f42223;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}


.info p {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.info h4 {
    font-size: 25px;
    color: black;
    font-weight: 700;
}

 
 







.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}

.slick-initialized .slick-slide
{
    display: block;
}

.copy{
    padding-top: 250px;
}

ul.new-li {
    padding-left: 19px;
    color: black;
    font-size: 16px;
    font-weight: 600;
}

table.table.my-pad.table-bordered.text-a.table-striped tr {
    color: black;
}

ul.new-li-a {
    padding-left: 19px;
    list-style: auto;
    color: black;
    font-weight: 600;
    line-height: 30px;
}

ul.new-li-a li {
    padding-bottom: 15px;
}
.customer-logos .slide{
	box-shadow:0px 2px 18px 0px rgba(0,0,0,0.3); 
}

 

@media only screen and (max-width: 768px) {
.header-top {
  
    display: none !important;
}
}