@charset "utf-8";
@font-face {
    font-family: 'humanst521_btroman';
    src: url('../fonts/humanist521bt-webfont.woff2') format('woff2'),
         url('../fonts/humanist521bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	 font-family: 'humanst521_btroman';
}

a.navbar-brand.logo img {
    height: 65px;
}
.navbar-nav {
	display: block !important;
	width: 100% !important;
	text-align: right !important;
}
.navbar-nav .nav-link {
	color: #333;
	font-size: 18px;
}
.slid_cont {
	position: absolute;
	top: 50px;
	left: 50px;
}
.slid_cont h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.black .slid_cont h2 {
	color:#655a54;
}
.black .slid_cont h3{
	color:#655a54;
}
.slid_cont h3{
	color:#fff;
}
.slid_cont a {
	color: #fff;
	background-color: #fff;
	color: #82ae39;
	padding: 7px 15px 11px 15px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	display: inline-block;
	text-transform: uppercase;
}
.black .slid_cont a {
	background-color: #655a54;
	color:#fff;
}
.purple .slid_cont a {
	background-color: #fff;
	color:#723a95;
}
.blue .slid_cont a {
	background-color: #fff;
	color:#3fafba;
}
.carousel-control-prev {
	left: 0;
	display: none;
}
.carousel-control-next {
	right: 0;
	display: none;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	box-shadow: none;
	padding: 0 !important;
	margin-left: 10px;
	border: solid 2px #ddd;
	background-color: transparent;
	justify-content: left;
	box-shadow: 1px 2px 2px 1px #666;
}
.carousel-indicators li.active {
	background-color:#fff;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: left;
	padding-left: 0;
	margin-right: 0%;
	margin-left: 10%;
	list-style: none;
}
.Login_panel {
	background-color: #fff;
	width: 400px;
	position: absolute;
	right: 5%;
	top: 90px;
	padding: 29px;
	height: 500px;
}
.signup_panel {
	background-color: #fff;
	width: 400px;
	position: absolute;
	right: 5%;
	top: 90px;
	padding: 29px;
	height: 500px;
	display:none;
}
.Login_panel a{
	color:#000;
	text-decoration:none;
	border-bottom:solid 1px #000;
}
.Login_panel h2 {
	text-align: center;
	color: #82af3a;
	font-weight: bold;
	text-transform: uppercase;
}
.Login_panel select {
	width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    border-radius: 5px;
    appearance: none;
    padding-left: 10px;
    color: #777;
}
.Login_panel input {
	width: 100%;
	height: 35px;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 5px;
	font-size: 15px;
}
.close {
	position: relative;
	right: 15px;
	top: 10px;
}
.Login_panel input::focus{
	outline:none;
}

.signup_panel h2 {
	text-align: center;
	color: #82af3a;
	font-weight: bold;
	text-transform: uppercase;
}
.signup_panel select {
	width: 100%;
	height: 35px;
	border: solid 1px #ccc;
	border-radius: 5px;
	appearance:none;
}
.signup_panel input {
	width: 100%;
	height: 35px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 5px;
	font-size: 15px;
}
.frm_rw {
	margin-top: 18px;
	margin-bottom: 18px;
}
.btn_login {
	border: none;
	padding: 8px 19px;
	background-color: #82af3a;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
	font-size: 18px;
	margin-right: 10px;
}
.btn_signup {
	font-size: 18px;
	border: none;
	padding: 8px 40px;
	background-color: #82af3a;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
}
.price_bx {
	width: 31.2%;
	display: inline-block;
	border: solid 1px #ccc;
	margin-right: 10px;
	margin-left: 10px;
}
.price_bx.blue{
	border: solid 1px #0073bb;
}
.price_bx.purple{
	border: solid 1px #723c8d;
}
.price_bx.yellow{
	border: solid 1px #edab1f;
}
.blue .price_bx_hd {
	background-color:#0073bb;
	color:#fff;
}
.purple .price_bx_hd {
	background-color:#723c8d;
	color:#fff;
}
.yellow .price_bx_hd {
	background-color:#edab1f;
	color:#fff;
}
.price_bx_hd img{
	max-width:100%;
}
.price_bx_hd h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0;
	padding-top: 8px;
	text-transform: uppercase;
}
.blue .price_bx_inner li{
	border-bottom: dashed 1px #0073bb;
}
.purple .price_bx_inner li{
	border-bottom: dashed 1px #723c8d;
}
.yellow .price_bx_inner li{
	border-bottom: dashed 1px #edab1f;
}
.price_bx_hd h3 {
	text-align: center;
	font-size: 20px;
	margin-top:4px;
	margin-bottom:10px;
	font-style:italic;
}
.price_sect {
	margin-top: 130px;
}
.price_bx_inner {
	padding: 14px;
}
.price_bx_inner li {
	display: table;
	margin: 0 auto;
	border-bottom: dashed 1px #ccc;
	list-style: none;
	text-align: center;
	padding: 10px 0px;
}
.price_bx_inner li:nth-last-child(2){
	border:none;
}
.plan_bx{
	border-top:solid 1px #999;
}
.plan_bx div {
	display: inline-block;
	width: 48%;
	text-align: center;
	padding: 5px;
	margin-top: 8px;
	font-size:16px;
	font-weight:600;
}
.plan_bx div:nth-child(1){
	border-right:solid 1px #999;
}
.yellow .plan_bx div{
	color:#edab1f;
}
.yellow .plan_bx div:nth-child(1){
	border-right:solid 1px #edab1f;
}
.yellow .plan_bx {
	border-top: solid 1px #edab1f;
}


.purple .plan_bx div{
	color:#723c8d;
}
.purple .plan_bx div:nth-child(1){
	border-right:solid 1px #723c8d;
}
.purple .plan_bx {
	border-top: solid 1px #723c8d;
}
.blue h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #0073bb;
	margin-top: 25px;
}
.cstm_icon {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.ico_list {
	display: inline-block;
	width: 30%;
	border: solid 2px #96c943;
	border-radius: 40px;
	margin-left: 12px;
	margin-right: 12px;
}
.icon_first {
	display: inline-block;
	width: 20%;
}
.icon_first img{
	max-width:100%;
}
.txt_ltr {
	display: inline-block;
	width: 80%;
	font-size: 16px;
	font-weight: 600;
}
footer {
	background-color: #58595b;
	padding: 30px 0px;
}
footer h2 {
	font-size: 20px;
	color: #96c943;
	font-weight: 600;
	margin-bottom: 20px;
}
footer ul{
	padding-left:0;
}
footer ul li{
	list-style:none;
}
footer ul li a {
	text-decoration: none;
	color: #ddd;
	font-size: 16px;
	padding: 7px 0px;
	display: block;
	font-weight: 600;
}
footer ul li a:hover{
	color:#fff;
	text-decoration:none;
}
footer p{
	color:#fff;
	font-size:16px;
}
.foot_col {
	display: inline-block;
	width: 24%;
	vertical-align: top;
	margin-right: 7px;
}
.social_media li{
	display:inline-block !important;
}
.social_media li img{
	width:25px;
}
.bottom_line{
	background-color:#231f20;
	color:#fff;
	padding:10px;
}
.bottom_line p{
	margin:0;
}
.banner_top {
	background-image: url('../img/banner_top.jpg');
	height: 559px;
	background-size: cover;
	position: relative;
	background-position: 0% 100%;
}
.banner_top img{
	max-width:100%;
}
.banner_txt {
	position: absolute;
	bottom: 50px;
	left: 31%;
	text-align: center;
	color: #fff;
}
.banner_txt h2 {
	font-weight: 600;
}
.cstm_scroll {
	position: relative;
	bottom: -20px;
}
.below_banner p {
	width: 68%;
	margin: 15px auto;
	text-align: center;
	color: #58595b;
	font-size: 16px;
	line-height: 30px;
}
.below_banner {
	margin-top: 50px;
	margin-bottom: 50px;
}
.why_choose img {
	max-width: 100%;
	margin-top: 50px;
}
.why_choose h2 {
	text-align: center;
	margin-bottom: 15px;
}
.why_choose h3{
	text-align:center;
}
.highly_affordable {
	height: 455px;
	background-size: cover;
	background-image: url('../img/banner_mid.jpg');
	margin-top: 55px;
}
.highly_affordable h2 {
	color: #fff;
	margin-top: 100px;
	text-transform: uppercase;
	font-size: 45px;
}
.highly_affordable p {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	margin-top: 35px;
}
.its_easy {
	margin-top: 50px;
	margin-bottom: 50px;
}
.its_easy h2{
	text-align:center;
	font-size:35px;
}
.its_easy h3 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
}
.tmplt_left {
	display: inline-block;
	width: 87%;
}
.tmplt_left h2 {
	font-size: 24px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
}
.tmplt_hd_inner {
	padding: 10px;
}
.template_bx {
	box-shadow: 2px 0px 15px 2px #999;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 0;
}
.tmplt_hd img{
	border-radius:8px 8px 0 0;
}
.tmplt_left label {
	font-size: 18px;
	color: #666;
}
.tmplt_right {
	display: inline-block;
	width: 10%;
}
.its_easy .owl-carousel .owl-dots.disabled {
	display: block;
}
.its_easy .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	background:none;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	border:solid 2px #698c26;
}
.its_easy .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #698c26;
}
.owl-dot:focus {
	outline: none;
}
.modal-body h3{
	font-size:22px;
	margin-bottom:15px;
}
.modal-body .tab-content form input {
	width: 100%;
	border-radius: 30px;
	border: solid 1px #ddd;
	margin-bottom: 12px;
	height: 45px;
	padding: 7px 15px;
	font-family: 'Open Sans', sans-serif;
}
.modal-body .tab-content form input:focus{
	outline:none;
	border:solid 1px #000;
	transition:all 0.7s;
}
.modal-body .tab-content form textarea:focus{
	outline:none;
	border:solid 1px #000;
	transition:all 0.7s;
}
.txt_ltr button {
	background-color: transparent;
	border: none;
}
.txt_ltr button:focus{
	outline:none;
}
.modal-body .tab-content form textarea {
	width: 100%;
	border-radius: 15px;
	border: solid 1px #ddd;
	margin-bottom: 25px;
	height: 70px;
	padding: 7px 15px;
	font-family: 'Open Sans', sans-serif;
}
.btn_sbmt {
	background-color: #96c943;
	border: none;
	display: block;
	width: 100%;
	border: none;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 30px;
}
.modal-body img{
	max-width:100%;
}
.modal-header h3 {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 0;
}
.col-lg-6.remove_space {
	padding: 0;
}
.modal-body {
	padding: 0px 15px;
}
#nav-tabContent {
	padding: 22px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.Login_panel {
	background-color: #f2f2f2;
	width: 100%;
	position: absolute;
	right: 0;
	top: 90px;
	padding: 12px;
	height: 400px;
}
.banner_top {
	background-image: url('../img/banner_top.jpg');
	height: 400px;
	background-size: cover;
	position: relative;
	background-position: center;
}
.navbar-toggler {
	display: none;
}
.below_banner p {
	width: 90%;
	margin: 15px auto;
	text-align: center;
	color: #58595b;
	font-size: 16px;
	line-height: 30px;
}
.cstm_scroll {
	position: relative;
	bottom: -10px;
}
.highly_affordable h2 {
	color: #fff;
	margin-top: 40px;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
}
.highly_affordable p {
	color: #fff;
	font-size: 27px;
	line-height: 35px;
	margin-top: 20px;
	text-align: center;
}
.highly_affordable {
	height: 285px;
	background-size: cover;
	background-image: url('../img/banner_mid.jpg');
	margin-top: 55px;
}
.banner_txt {
	position: absolute;
	bottom: 20px;
	left: 10%;
	text-align: center;
	color: #fff;
}
.banner_txt h2 {
	font-weight: 600;
	font-size: 17px;
	text-align: center;
}
.banner_txt h3 {
	font-size: 18px;
	margin-bottom: 0;
}
.signup_panel {
	background-color: #f2f2f2;
	width: 100%;
	position: absolute;
	right: 0;
	top: 90px;
	padding: 12px;
	height: 400px;
}
.price_bx {
	width: 100%;
	display: table;
	border: solid 1px #ccc;
	margin-right: 10px;
	margin-left: 10px;
	margin: 20px auto;
}
.carousel-indicators {
	display: none;
}
.ico_list {
	display: inline-block;
	width: 100%;
	border: solid 2px #96c943;
	border-radius: 40px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}
.foot_col {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
footer h2 {
	font-size: 20px;
	color: #96c943;
	font-weight: 600;
	margin-bottom: 5px;
	min-height: auto;
}
.bottom_line {
	background-color: #231f20;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.bottom_line .text-right {
	text-align: center !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.Login_panel {
	background-color: #fff;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	padding: 29px;
	height: 410px;
}
.banner_top {
	background-image: url('../img/banner_top.jpg');
	height: 470px;
	background-size: cover;
	position: relative;
	background-position: center;
}
.banner_txt {
	position: absolute;
	bottom: 17px;
	left: 14%;
	text-align: center;
	color: #fff;
}
.its_easy h2 {
	text-align: center;
	font-size: 32px;
}
.its_easy h3 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}
.price_sect {
	margin-top: 15px;
}
.ico_list {
	display: inline-block;
	width: 29%;
	border: solid 2px #96c943;
	border-radius: 40px;
	margin-left: 12px;
	margin-right: 12px;
}
footer h2 {
	font-size: 17px;
	color: #96c943;
	font-weight: 600;
	margin-bottom: 20px;
	min-height: 55px;
}
.social_media li img {
	width: 22px;
}
.txt_ltr {
	display: inline-block;
	width: 80%;
	font-size: 10px;
	font-weight: 600;
}
.cstm_icon {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}
.price_bx {
	width: 100%;
	display: inline-block;
	border: solid 1px #ccc;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:40px;
}
.slid_cont {
	position: absolute;
	top: 23px;
	left: 50px;
}
.slid_cont h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}
.slid_cont h3 {
	color: #fff;
	font-size: 18px;
}
.slid_cont a {
	color: #fff;
	background-color: #fff;
	color: #82ae39;
	padding: 7px 15px 11px 15px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	display: inline-block;
	text-transform: uppercase;
}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) and (orientation: landscape){
.banner_txt {
	position: absolute;
	bottom: 17px;
	left: 24%;
	text-align: center;
	color: #fff;
}
.banner_top {
	background-image: url('../img/banner_top.jpg');
	height: 530px;
	background-size: cover;
	position: relative;
	background-position: center;
}
.cstm_scroll {
	position: relative;
	bottom: -5px;
}
.foot_col {
	display: inline-block;
	width: 23%;
	vertical-align: top;
	margin-right: 7px;
}
}
