body {
	margin: 0;
	padding: 0;
	background-color: #fbfdfc;
	overflow-x: hidden
}

/*@font-face {
	font-family: Swis721 Cn BT;
	src: url(../fonts/Swis721.ttf)
}*/

a {
	color: #0745a8
}

.wide-4 {
	width: 4%;
	float: left
}

.wide-5 {
	width: 5%;
	float: left
}
.swide-40{width:40%; float:left}
.swide-60{width:60%; float:left}
.wide-95 {
	width: 95%;
	float: left
}

.wide-96 {
	width: 96%;
	float: left
}
.bannerimg{margin-top:91px;}
.blockpanel {
	display: block
}
.yblockpanel {
	display: none;
}
.scrolblockpanel{display:block;}
.showpanel {
	display: none
}

header {
	width: 100%;
	display: inline-table
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{height:auto;}
.navbar-nav .open .dropdown-menu>li>a{
	line-height: 30px;
    margin-left: 10px;
}
.top-header {
	width: 100%;
	display: inline-table;
	background-color: #df671f
}

.flex-container {
	display: flex;
	align-items: stretch
}

.flex-container>div {
	font-family: 'Roboto', sans-serif
}

.topclsl {
	flex-grow: 1;
	padding: 10px;
	text-transform: uppercase;
	line-height: 24px;
	text-align: left;
	color: #fff
}

.topclsc {
	flex-grow: 8
}

.topclsr {
	flex-grow: 1;
	padding: 10px
}

.topsocial img {
	padding-left: 20px
}

.logo {
	font-family: 'Roboto', sans-serif;
	color: #0745a8
}

.logo-1 {
	float: left;
	margin-left: 50px
}

.logo-1 span {
	font-size: 17px;
	font-weight: 700
}

.logo-1 p {
	font-size: 14px;
	font-weight: 700
}

.apply a {
	float: right;
	color: #fff;
	background-color: #e06720;
	padding: 6px 25px;
	border-radius: 40px;
	margin-top: 12px
}

.pay a {
	float: left;
	color: #fff;
	background-color: #227c24;
	padding: 6px 25px;
	border-radius: 40px;
	margin-top: 12px;
	margin-right: 20px
}

.menu {
	width: 100%;
	display: inline-table;
	background-color: #217c23
}

.menu ul {
	list-style: none;
	margin-left: -25px
}
.mritem{margin-left:190px;}
.scdis{display:block;}
.scmob{display:block;}
.menu ul li a {
	color: #fff;
	font-size: 13px;
	float: left;
	text-decoration: none;
	padding: 16px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase
}

.navbar-nav>li>.dropdown-menu {
	margin-left: 15px
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 26px;
	font-size: 19px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent
}

.menubar li a {
	color: #000!important;
	padding: 6px!important
}

.menubar li a:hover {
	background-color: transparent
}

.mobile {
	display: none
}

.navbar-inverse {
	background-color: #fff;
	border-color: #fff;
	position: fixed;
	width: 100%;
	padding-top: 16px
}

.navbar-toggle {
	background-color: #000
}

.navbar-inverse .navbar-nav>li>a {
	font-weight: 700;
	color: #000
}

.search {
	float: right
}

.serinp {
	padding: 6px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 22px;
	margin-top: 8px;
	width: 237px;
	float: right;
	margin-right: 10px;
	color: #fff
}

::placeholder {
	color: #fff
}

a,
.side_menu {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

.side_menu {
	background: #00263c;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 250px;
	right: -250px;
	z-index: 999999
}

.side_menu .container {
	padding: 0
}

.gst {
	display: block;
	float: left;
	margin-right: -45px
}

.gst a.menu-icon {
	display: inline-block;
	float: none;
	height: 40px;
	padding: 7px 7px 7px 0;
	width: 40px;
	z-index: 100;
	margin-left: -37px;
	margin-top: 5px
}

.gst a.menu-icon:hover,
.gst a.menu-icon.opened {
	opacity: 1
}

.gst a.menu-icon.opened {
	background: rgba(0, 20, 60, .9)
}

.gst .menu-icon_box {
	display: inline-block;
	height: 25px;
	position: relative;
	text-align: left;
	width: 25px;
	margin-left: 5px
}

.gst .menu-icon_line {
	background: #1a3584;
	border-radius: 2px;
	display: inline-block;
	height: 3px;
	position: absolute;
	width: 100%
}

.gst .menu-icon_line--1 {
	top: 2px
}

.gst .menu-icon_line--2 {
	top: 10px
}

.gst .menu-icon_line--3 {
	top: 18px
}

.gst .menu-icon_line--1 {
	transition: top 200ms 250ms, transform 200ms;
	-webkit-transition: top 200ms 250ms, -webkit-transform 200ms
}

.gst .menu-icon_line--2 {
	transition: opacity 0 300ms;
	-webkit-transition: opacity 0 300ms
}

.gst .menu-icon_line--3 {
	transition: top 100ms 300ms, transform 200ms;
	-webkit-transition: top 100ms 300ms, -webkit-transform 200ms
}

.gst .menu-icon.opened .menu-icon_box {
	transform: scale3d(0.9, 0.9, 0.9);
	-webkit-transform: scale3d(0.9, 0.9, 0.9)
}

.gst .menu-icon.opened .menu-icon_line {
	top: 10px
}

.gst .menu-icon.opened .menu-icon_line--1 {
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transition: top 100ms, transform 200ms 250ms;
	-webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
	background-color: #fff
}

.gst .menu-icon.opened .menu-icon_line--2 {
	opacity: 0;
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
	background-color: #fff
}

.gst .menu-icon.opened .menu-icon_line--3 {
	transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transition: top 200ms, transform 200ms 250ms;
	-webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
	background-color: #fff
}

.list_load {
	display: none;
	list-style: none;
	padding: 0
}

.list_item {
	margin-left: -20px;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

.list_item a {
	color: #fff;
	display: block;
	padding: 12px 35px;
	text-decoration: none
}

.list_item a:hover {
	background: rgba(255, 255, 255, .2)
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{color:#000;}
.scrollshowpanel{display:none;}
.banner {
	background-image: url(../images/banner-bg.jpg);
	width: 100%;
	height: 582px;
	margin-top: -15px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: 'Roboto', sans-serif
}
.desktop{display:block;}
.banner h1 {
	font-size: 24px;
	color: #fff;
	margin-top: 70px;
	padding: 18px;
	font-family: Swis721 Cn BT
}

.banner h1 span {
	font-size: 40px;
	text-transform: uppercase;
	color: #ff914d;
	font-weight: 700
}

.banner h1 article {
	font-size: 41px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px
}

.book img {
	margin-top: 31px
}

.banner p {
	text-transform: uppercase;
	color: #fff;
	margin-top: 125px
}

.gstbtn {
	margin-top: 20px
}

.b1 a {
	float: left;
	color: #fff;
	background-color: #df671f;
	padding: 8px 18px;
	text-transform: uppercase;
	border-radius: 23px;
	margin-right: 16px;
}

.youtubelp {
	background-image: url(../images/lp.jpg);
	width: 641px;
	height: 390px
}

.text {
	font-family: Swis721 Cn BT
}

.text h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px
}

.text p {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 25px
}

.aboutmr {
	margin-top: 50px
}

.readmore a {
	float: left;
	color: #fff;
	background-color: #df671f;
	padding: 8px 35px;
	text-transform: uppercase;
	border-radius: 23px;
	margin-right: 16px;
}

.banner-bg-2 {
	background-image: url(../images/bg2.png);
	width: 100%;
	height: 714px;
	margin-top: -2px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: Swis721 Cn BT
}

.banner-bg-2 article {
	margin-top: 200px;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	color: #fff
}

.shap {
	background-color: #fff;
    padding: 5px;
    float: left;
    margin-top: 35px;
    border: #e06726 2px solid;
	border-radius:5px;
	height:100px;
}
.shap img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.shap a {
	text-decoration: none;
	color: #000
}



.shap p {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 7px;
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0001) 100%)
}

.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0001) 100%)
}

.benefits {
	font-family: 'Roboto', sans-serif
}

.benefits h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Swis721 Cn BT
}

.btext {
	margin-top: 45px
}

.btext p {
	margin-top: 3px
}

.banner-bg-3 {
	background-image: url(../images/bg3.jpg);
	width: 100%;
	height: 226px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: 'Roboto', sans-serif
}

.banner-bg-3 img {
	margin-top: 25px;
	    margin-left: auto;
    margin-right: auto;
}

.banner-bg-3 h4 {
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 27px 26px 12px;
	text-align: left;
	font-family: 'Raleway', sans-serif;
}





.ad1 a {
	float: left;
	color: #fff;
	background-color: #df671f;
	padding: 8px 35px;
	text-transform: uppercase;
	border-radius: 23px;
	margin-right: 16px;
	font-size: 14px
}

.ad2 a {
	float: left;
	color: #000;
	background-color: #fff;
	padding: 8px 35px;
	text-transform: uppercase;
	border-radius: 23px;
	margin-right: 16px;
	font-size: 14px
}

.ad3 a {
	float: left;
	color: #fff;
	background-color: #2e9631;
	padding: 8px 35px;
	text-transform: uppercase;
	border-radius: 23px;
	margin-right: 16px;
	font-size: 14px
}

.workbg {
	background-color: #3b7f20;
	width: 100%;
	height: 750px;
	display: inline-table;
	margin-top: -10px
}

.workbg-heading {
	background-color: #3b7f20;
	width: 100%;
	display: inline-table
}

.workbg-text {
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	font-family: Swis721 Cn BT;
	padding: 24px
}

.work {
	display: none
}

.work img {
	width: 100%
}

.paitable h1 {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	font-family: Swis721 Cn BT
}

.btn1 {
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	background-color: #ea7b26;
	display: table;
	padding: 20px 15px;
	border-radius: 6px;
	margin-left: 116px
}

.headingpart {
	width: 180px;
	background-color: #fff;
	font-size: 13px;
	padding: 15px;
	border-radius: 6px;
	text-align: center;
	float: left;
	margin-top: 66px;
	font-weight: 700;
	height: 46px;
	color: #002bff
}

.bottomheading {
	width: 134px;
	background-color: #4fa814;
	font-size: 12px;
	padding: 8px 10px 10px 9px;
	border-radius: 6px;
	text-align: center;
	margin-left: 70px;
	font-weight: 700;
	height: 46px;
	color: #fff
}

.bottomheadingb {
	width: 180px;
	background-color: #fff;
	font-size: 13px;
	padding: 15px;
	border-radius: 6px;
	text-align: center;
	margin-top: 28px;
	margin-left: 87px;
	font-weight: 700;
	height: 46px
}

.greengroup {
	float: left
}

.mr-left-1 {
	margin-left: 60px
}

.mr-left-2 {
	margin-left: 44px
}

.mr-left-3 {
	margin-left: 60px
}

.mr-left-4 {
	margin-left: 41px
}

.mr-left-5 {
	margin-left: 30px
}

.mr-top-1 {
	margin-top: 60px
}

.mr-top-2 {
	margin-top: 29px
}

.mr-top-3 {
	margin-top: 29px
}

.mr-top-4 {
	margin-top: 29px
}

.mr-top-5 {
	margin-top: 25px
}

.greengroupl {
	margin-left: 30px;
	float: left
}

.spt {
	padding: 4px;
	font-size: 12px
}

.sptline {
	line-height: 26px
}

.faqs {
	padding: 25px;
	font-family: 'Roboto', sans-serif;
	margin-top: 60px
}

.faqs article {
	font-size: 25px;
	font-family: Swis721 Cn BT;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700
}

.demo {
	margin-top: 25px
}

.panel-default>.panel-heading {
	color: #fff;
	background-color: #1368f1;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.panel-default>.panel-heading a {
	display: block;
	padding: 15px;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px
}

.panel-default>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear
}

.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color: #1368f1
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.more {
	margin-top: 25px;
	font-family: 'Roboto', sans-serif
}

.more p {
	font-size: 16px;
	line-height: 31px
}

.banner-bg-4 {
	background-image: url(../images/bg4.jpg);
	width: 100%;
	height: 226px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: 'Roboto', sans-serif
}

.banner-bg-4 img {
	margin-top: 25px
}

.banner-bg-4 h4 {
	font-size: 54px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	margin-top: 50px
}



.ad1 a {
	float: left;
	color: #fff;
	background-color: #df671f;
	padding: 8px 35px;
	text-transform: uppercase;
	border-radius: 23px;
	margin-right: 16px;
	font-size: 14px
}

.ad2 a {
	float: left;
	color: #000;
	background-color: #fff;
	padding: 8px 35px;
	text-transform: uppercase;
	border-radius: 23px;
	margin-right: 16px;
	font-size: 14px
}

.ad3 a {
	float: left;
	color: #fff;
	background-color: #2e9631;
	padding: 8px 35px;
	text-transform: uppercase;
	border-radius: 23px;
	margin-right: 16px;
	font-size: 14px
}

.adgroup2 {
	margin-left: auto;
    margin-right: auto;
    display: inline-flex;
}

.testimonials {
	background-image: linear-gradient(to right, #e9771a, #e06720);
	width: 100%
}

.testimonials h5 {
	text-align: center;
	padding-top: 120px;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	font-family: Swis721 Cn BT
}

.testimonials img {
	padding: 109px 25px 330px 118px
}

footer {
background-image: url(../images/ftbg.png);
    width: 100%;
    height: 1191px;
    margin-top: -200px;
    background-repeat: no-repeat;
    background-size: 185% auto;
}

.license {
	background-color: #fff;
	padding: 15px 25px;
	width: 100%;
	display: inline-table;
	border-radius: 10px
}

.license h5 {
	font-size: 22px;
	font-weight: 700;
	color: #0b4db8;
	margin-bottom: 35px;
	font-family: 'Raleway', sans-serif
}

.ftgroup p {
	padding-left: 12px;
	margin: 0 0 -6px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px
}
.maindiv{width:100%;}
.ft1 {
	float: left;
	color: #fff;
	background-color: #df671f;
	padding: 4px 35px;
	text-transform: uppercase;
	border-radius: 23px;
	font-size: 14px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	margin: 24px 16px 16px 39px
}

.ftlogo {
	margin-top: 35px
}

.ftmenu ul {
	list-style: none;
	margin-left: -45px
}

.ftmenu ul li a {
	color: #fff;
	font-size: 13px;
	float: left;
	text-decoration: none;
	padding: 30px;
	text-align: left;
	font-family: 'Roboto', sans-serif
}

.ftpart {
	text-align: left;
	font-size: 20px;
	display: grid;
	padding: 15px;
	height: 120px
}

.ftpart1 span {
	font-weight: 700;
	color: #fff
}

.ftpart1 p {
	color: #fff;
	font-size: 17px
}

.ftpart1 article {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase
}

.ftmr {
	margin-left: 46px;
	margin-top: -41px
}

.ftsocial img {
	padding: 15px;
	margin-top: 25px
}

.fttextmr {
	margin-left: 55px
}

.ftbook {
	margin-right: 0
}

.testimonials {
	background-color: red;
	height: 620px;
	margin-top-2px;
}

.testimonials p {
	color: #fff
}

blockquote {
	border-left: none
}

p.mrtop a {
	float: right;
	padding: 5px;
	background: #1368f1;
	color: #fff
}

p.mrtop a ::after {
	margin-top: 10px;
	float: right
}

.carousel-indicators {
	bottom: -25px
}

.tcb-product-slider .carousel-control {
	width: 5%
}

.tcb-product-item a {
	color: #147196
}

.tcb-product-item a:hover {
	text-decoration: none
}

.tcb-product-item .tcb-hline {
	margin: 10px 0;
	height: 1px;
	background: #ccc
}

@media all and (max-width: 768px) {
	.tcb-product-item {
		margin-bottom: 30px
	}
}

.tcb-product-photo {
	text-align: center;
	height: 180px;
	background: #fff
}

.tcb-product-photo img {
	height: 100%;
	display: inline-block
}

.tcb-product-info {
	background: #f0f0f0;
	padding: 15px
}

.tcb-product-title h4 {
	margin-top: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.tcb-product-rating {
	color: #acacac
}

.tcb-product-rating .active {
	color: #FFB500
}

.tcb-product-price {
	color: #b22222;
	font-size: 18px
}

.more a {
	text-decoration: none;
	color: #000;
}

.more p a {
	color: #1368f1;
}
.gsttitle{margin-top:34px;}
.banner-bg-andres {
	background-image: url(../images/bg4.jpg);
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
    height: 226px;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-family: 'Roboto', sans-serif;
}

.banner-bg-andres h4 {
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 27px 26px 12px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
screen and (min-width: 420px)
.vc_row.wpb_row.vc_row-fluid.toknow.vc_row-no-padding{
    width: 100%;
    margin-left: 0% !important;
    background: whitesmoke;
}

