@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.eot');
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Thin.eot');
	src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
body {
	padding-top: 120px;
	font-family: 'Roboto';
	background: #fff;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 400;
	font-size: 14px;
	color: #555;
}
.h1, h1 {
	font-size: 2rem;
}
.carousel-item {
	max-height: 80vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-inner .carousel-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: .7;
}
.carousel-indicators {
	display: none;
}
.portfolio-item {
	margin-bottom: 30px;
}
.navbar {
	padding: 0px 0;
	min-height: 70px;
	background: #fff;
}
.navbar .dropdown-menu {
	min-width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 13px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	border-right: 1px solid #1d1d1d;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .dropdown-item:hover {
	color: #29abe2;
}
.navbar-toggler {
	padding: 0.5rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: none;
	border: 0;
	border-radius: 0;
}
button.navbar-toggler.navbar-toggler-right i {
	font-size: 25px;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 50%;
}
.carousel-inner h3 {
	font-size: 55px;
	margin-bottom: 40px;
}
.carousel-inner p {
	font-size: 40px;
	padding: 20px 0;
}
@-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
 to {
 -webkit-transform: scale(1.5, 1.5);
}
}
 @keyframes zoom {
 from {
 transform: scale(1, 1);
}
 to {
 transform: scale(1.5, 1.5);
}
}
.carousel-inner img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}
.btnmain {
	color: #fff;
	background-color: #009bf7;
	border-color: #fff;
	border: 3px solid;
	padding: 15px 25px;
	border-radius: 0px;
}
.btnmain:hover {
	color: #fff;
	background-color: #333;
	border-color: #fff;
	border: 3px solid;
	text-decoration: none;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 500;
	color: #444;
	text-align: left!important;
	/* text-align: inherit; */
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	text-transform: uppercase;
}
.dropdown-menu {
	color: #444;
	font-weight: 500;
	font-size: 15px;
	border-radius: 0;
	-webkit-box-shadow: 2px 4px 6px -2px rgba(117,117,117,0.44);
	-moz-box-shadow: 2px 4px 6px -2px rgba(117,117,117,0.44);
	box-shadow: 2px 4px 6px -2px rgba(117,117,117,0.44);
	padding-bottom: 0!important;
}
.dropdown-item {
	border-bottom: 1px solid #eee!important;
}
h1.mainhd {
	border-bottom: 1px solid #3a3a3a;
	margin-bottom: 30px;
	padding-top: 60px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	font-size: 25px;
}
h1.mainhd span a {
	font-size: 16px;
	color: #f24433;
	text-decoration: none;
	text-transform: none;
}
h1.mainhd span a:hover {
	color: #333;
	text-decoration: none;
}
h1.mainhd span {
	float: right;
	height: 100%;
}
h4.card-header.homesub {
    font-size: 23px;
    background: #ffffff;
    border-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    padding-top: 20px;
    font-weight: 600;
}
h4.card-header.homesub a {
	color: #333;
	text-decoration: none;
}
h4.card-header.homesub a:hover {
	color: #29abe2;
	text-decoration: none;
}
p.homepost {
	color: #555;
	font-size: 14px;
}
p.homepost a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.card-footer {
	background: #fff;
	padding: 10px 15px;
}
.card-footer a {
	color: #666;
	font-weight: 400;
	text-decoration: none;
	font-size: 15px;
}
.card-footer a:hover {
	text-decoration: none;
}
span.date {
	color: #f24433;
	font-size: 12px;
	font-weight: 500;
}
.card {
	border: 0;
	border-radius: 0;
}
h1.mainhd.post {
	padding-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
li.page-item.disabled a.page-link {
	background: #ff8d83;
	border-color: #f79991;
	color: #eeeeee;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #f24333;
	border-color: #e94131;
	padding: .5rem 1rem;
	line-height: 1.25;
	border: 1px solid #e94131;
	font-weight: 500;
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #333;
	background-color: #fff;
	border: 1px solid #888;
}
.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #f24333;
	border-color: #ed4232;
}
.page-link.prev, .page-link.next {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #f24333;
	border-color: #ed4232;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
li.page-item {
	margin-right: 10px;
}
span.dots {
	margin: 0 20px 0 10px;
	font-size: 20px;
	font-weight: 500;
}
footer {
	background: #343436;
}
footer .social {
	position: relative;
	padding: 8px 0px;
	margin-left: 40px;
	margin: 0;
}
footer .social li {
	position: relative;
	margin-right: 8px;
	display: inline-block;
	font-size: 15px;
	border-radius: 50%;
	padding: 10px;
	background: #222;
	width: 40px;
	height: 40px;
	text-align: center;
}
footer .social li a {
	position: relative;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
footer .social a:hover {
	color: #29abe2;
}
footer p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 20px 0;
	margin-bottom: 0;
}
footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.form-control.subscribe {
	display: block;
	width: 100%;
	padding: .75rem .0;
	font-size: 1rem;
	line-height: 1.5;
	margin: 20px 0;
	color: #495057;
	background-color: #333;
	background-clip: padding-box;
	border-bottom: 1px solid #666;
	border-radius: 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
}
.btn-primary.subscr {
	color: #fff;
	background-color: #29abe2;
	border-color: #29abe2;
	border-radius: 30px;
	padding: 8px 25px;
	box-shadow: 1px 2px #333;
}
ul.list-group.ftr {
	margin-top: 20px;
	padding: 0 15px;
	min-width: 100%;
}
ul.list-group.ftr .list-group-item a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
ul.list-group.ftr .list-group-item a:hover {
	color: #29abe2;
	text-decoration: none;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	margin-bottom: -1px;
	background: none;
	border-bottom: 1px solid #424244;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.row.copyrt {
	background: #333;
}
.copyrt {
	background: #343436;
	padding: 10px 0;
	border-top: 1px solid #424244;
	font-size: 14px;
	font-weight: 300;
}
.copyrt a {
    color: #f8f9fa;
}
.copyrt a:hover {
    color: #f8f9fa;
}
.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
	outline: none;
}
.btn-primary, .btn-primary:hover {
	color: #fff;
	background-color: #f24232;
	border-color: #f24232;
}
.btn-primary.subscr {
	margin-bottom: 30px;
}
.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 32px;
	height: 32px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 25px;
	border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
 display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
 display: none;
}
.search-form .form-group:hover, .search-form .form-group.hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #3596e0;
	left: initial;
	font-size: 14px;
}
.pt-150 {
	padding-top: 150px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-70 {
	padding-bottom: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.breadcrumb-content > h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 18px;
}
.breadcrumb-content h4 {
	font-size: 20px;
	padding-top: 20px;
	font-weight: 600;
	color: #fff;
}
.breadcrumb-content p {
	font-size: 16px;
	padding-top: 0px;
	color: #fff;
}
.breadcrumb-content img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 5px solid #fff;
}
.breadcrumb-content ul {
	padding: 0;
}
.breadcrumb-content li {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
}
.breadcrumb-content li a {
	color: #fff;
	padding-right: 20px;
	position: relative;
}
.breadcrumb-content li a:hover {
	color: #000;
}
.breadcrumb-content li a::after {
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
	right: 1px;
	top: 11px;
	transform: rotate(-71deg);
	width: 12px;
}
h1.innerhd {
	padding-bottom: 10px;
	border-bottom: 1px solid #888;
	font-size: 25px;
	margin-bottom: 10px;
}
p.postdate {
	font-size: 13px;
	color: #666;
}
.shr-button-facebook {
	background-color: #3c569a;
	border: 1px solid #2e4275;
	border-bottom-color: #273763;
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	border-radius: 5px;
	margin-right: 5px;
}
.shr-button-twitter {
	background-color: #4baaf4;
	border: 1px solid #1b93f1;
	border-bottom-color: #0e87e5;
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	border-radius: 5px;
	margin-right: 5px;
}
.shr-button-youtube {
	background-color: red;
	border: 1px solid #c00;
	border-bottom-color: #b30000;
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	border-radius: 5px;
	margin-right: 5px;
}
share-count--after {
	margin-left: 10px;
}
.share-count {
	display: inline-block;
	position: relative;
	padding: 5px 6.67px;
	background: #fff;
	border: 1px solid #d3dade;
	text-align: center;
	min-width: 20px;
	color: #666;
	font-size: 14px;
	font-weight: 500;
}
.share-count--after::before {
	left: 1px;
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}
.share-count::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	background: inherit;
	border: inherit;
	border-width: 1px 0 0 1px;
}
.sidebarouter {
	padding-right: 20px;
	border-right: 1px solid #ddd;
	min-height: 100%;
}
.paroller-example {
	overflow-x: hidden;
	overflow-y: scroll;
	left: 0;
	width: 0;
	max-height: 80vh;
}
.paroller-example::-webkit-scrollbar {
 display: none;
 width: 0!important;
}
.paroller-example {
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}
section.innerpg {
	padding: 60px 0;
}
section.innerpg p {
	margin-left: 0!important;
	font-size: 14px;
	color: #555;
}
section.innerpg ul {
	margin-left: 0!important;
	padding-left: 0!important;
}
section.innerpg ul > li {
	list-style-type: none;
	list-style-position: inside;
	color: #555;
	font-size: 14px;
}
section.innerpg h5 {
	color: #00abf3;
	font-size: 18px;
	font-weight: 500;
}
section.innerpg i {
	color: #fff;
	font-size: 13px;
}
.sidebarouter h6 {
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.sidebarouter a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.sidebarouter p {
	margin-bottom: 0;
}
.sidebarouter ul, li {
	list-style: none;
	padding: 0;
}
.sidebarouter li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.sidebarouter li a {
	text-decoration: none;
	font-size: 15px;
	color: #333;
}
.sidebarouter i {
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	margin-right: 3px;
}
.chapterouter {
	margin-bottom: 20px;
	padding: 20px;
	background: #00a6ed;
}
.sidebarouter h4 {
	font-size: 20px;
}
.search-container {
	margin-left: 0px;
	width: 244px;
}
.navbar-expand-lg .navbar-nav .nav-link.last {
	border-right: none;
}
.search-container input[type="text"] {
	padding: 5px 10px;
	border: 1px solid #eee;
	height: 34px;
	border-radius: 0;
	outline: none;
	width: 205px;
}
.search-container button {
	background: #ef4d3c;
	color: #fff;
	border: 0;
	height: 33px;
	padding: 5px 10px;
	cursor: pointer;
	width: 35px;
}
input:-internal-autofill-selected {
 background-color: #fff !important;
 background-image: none !important;
 color: rgb(0, 0, 0) !important;
}
.topheader {
	display: block;
	background: #00b1fb;
	padding: 0;
	width: 100%;
	margin-bottom: auto;
	margin-left: 10px;
}
.mainmenuouter {
	display: block;
	background: #333;
	padding: 30px 0;
	width: 100%;
	margin-bottom: auto;
	margin-left: 10px;
}
.navbar-expand-lg>.container .topheader:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: auto;
	padding: 20px 0;
	height: auto;
	width: 1000%;
	display: block;
	z-index: -1;
	background-color: #00b1fb;
	margin-left: 10px;
}
.navbar-expand-lg>.container .mainmenuouter:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	margin-left: 20px;
	/*    padding: 20px 0;*/
	height: 100%;
	width: 1000%;
	display: block;
	z-index: -2;
	background-color: #333;
}
.navbar-expand-lg>.container .topheader .top-right {
	position: relative;
	float: left;
}
.navbar-expand-lg>.container .topheader .info-list {
	position: relative;
	margin: 0;
	padding: 0;
}
.navbar-expand-lg>.container .topheader .info-list li {
	position: relative;
	float: left;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 5px 10px;
	margin-left: 0px;
}
.navbar-expand-lg>.container .topheader .info-list li a {
	color: #ffffff;
	font-weight: 400;
}
.navbar-expand-lg>.container .topheader .info-list li a:hover {
	text-decoration: none;
}
.navbar-expand-lg>.container .topheader .info-list li .icon {
	position: relative;
	margin-right: 8px;
	color: #ffffff;
	font-weight: 600;
}
.navbar-expand-lg>.container .topheader .info-list li a:hover .txt {
	color: #fff;
	text-decoration: none;
}
.navbar-expand-lg>.container .topheader .social-links {
	position: relative;
	float: right;
	padding: 8px 0px;
	margin-left: 40px;
	margin: 0;
}
.navbar-expand-lg>.container .topheader .social-links li {
	position: relative;
	margin-right: 8px;
	display: inline-block;
	font-size: 15px;
}
.navbar-expand-lg>.container .topheader .social-links li a.log:after {
	position: absolute;
	content: '|';
	margin: 0 8px;
}
.navbar-expand-lg>.container .topheader .social-links li a {
	position: relative;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.navbar-expand-lg>.container .topheader .social-links li a:hover {
	color: #fff;
	text-decoration: none;
}
.navbar-expand-lg>.container .topheader .social-links li.login {
	margin-right: 18px;
}
.homebox {
	display: block;
	background: #333;
	position: relative;
	/* padding: 20px; */
	max-width: 1000px;
	z-index: 100;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
}
.homebox p {
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 0;
	padding: 20px;
	font-weight: 400;
}
.homebox .btn-primary {
	color: #fff;
	background-color: #00b1fb;
	border-color: #00b1fb;
	padding: 23px 25px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}
section.home .card img {
    border-radius: 50%;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #00b1fb;
}
section.home .card {
    padding: 30px 10px 8px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #444;
}
section.home .card .btn-primary {
	color: #fff;
	background-color: #00b1fb;
	border-color: #00b1fb;
	padding: 12px 15px;
	display: block;
	font-size: 14px;
	max-width: 130px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 auto;
	text-decoration: none;
}
section.home .card .btn-primary:hover {
	background: #333;
	color: #fff;
}
section.innerpg strong {
	color: #00abf3;
	font-size: 18px;
	font-weight: 500;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #333;
}
section.home .card p {
	text-align: justify;
	margin-bottom: 20px;
	    color: #333
}
.card.h-100.consult {
	background: #009bf7;
	padding: 15px;
}
.card.h-100.consult h4.card-header.homesub {
	background: none;
}
section.home .card.consult img {
	border-radius: 0;
	border: 5px solid #fff;
	min-width: 100%;
	padding: 0;
}
section.home .card.consult p {
	color: #fff!important;
	background: none;
	border: 0;
	padding: 0;
	font-weight: 400;
	font-size: 14px!important;
}
section.home .card.consult .card-body {
	padding: 1.25rem 0;
}
section.home .card.consult .btn-primary {
	color: #fff;
	background: none;
	border: 4px solid #fff;
	padding: 12px 15px;
	display: block;
	font-size: 16px;
	max-width: 220px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 auto;
}
section.home .card.consult .btn-primary:hover {
	background: #333;
	color: #fff;
}
section.homedetail {
	background: #343436;
	margin-bottom: 60px;
}
section.homedetail .left-column {
	position: relative;
	float: left;
	width: 50%;
	background: #343436;
}
section.homedetail .sec-title h2 {
	color: #fff;
}
section.homedetail .sec-title hr {
	background: #222;
}
section.homedetail p {
	color: #fff;
	font-weight: 300;
}
section.homedetail .left-column .inner-column {
	position: relative;
	float: right;
	width: 100%;
	max-width: 600px;
	padding: 70px 70px 70px 15px;
}
section.homedetail .left-column .text {
	margin-bottom: 10px;
	font-size: 16px;
}
section.homedetail .left-column .signature {
	margin-bottom: 10px;
}
section.homedetail .left-column .author-name {
	color: #001e57;
	font-weight: 700;
	font-style: italic;
}
section.homedetail .right-column {
	position: relative;
	float: left;
	width: 50%;
	background: #ffffff;
}
section.homedetail .right-column .inner-column {
	position: relative;
	width: 100%;
	max-width: 600px;
	padding: 70px 15px 40px 100px;
}
section.homedetail .btn-primary {
	color: #fff;
	background-color: #009bf7;
	border-color: #29abe2;
	padding: 12px 15px;
	display: block;
	font-size: 14px;
	max-width: 130px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
}
section.homedetail .btn-primary:hover {
	color: #333;
	background-color: #fff;
	border-color: #fff;
}
.breadcrumb-area:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.breadcrumb-area, .breadcrumb-content {
	position: relative;
}
.breadcrumb-area {
	padding: 100px 0;
}
.navbar-expand-lg>.container .topheader .social-links li a.active {
	color: #99e1ff;
}
section.contactpg .btn {
	background: #29abe2;
	border-radius: 0;
	padding: 8px 20px;
	color: #fff;
	font-weight: 600;
}
section.contactpg .contact-form {
	padding: 50px 40px;
	background: #f6f6f6;
}
section.contactpg .form-control {
	padding: 0.75rem .75rem;
	background-color: #fff;
	border: 0;
}
section.contactpg .form-group {
	margin-bottom: 1.5rem;
}
section.contactpg {
	padding: 60px 0;
}
section.bookingpg {
	padding: 60px 0;
}
section.bookingpg .btn {
	background: #29abe2;
	border-radius: 0;
	padding: 12px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	min-width: 170px;
	margin: 0 auto;
}
section.bookingpg .contact-form {
	padding: 50px 40px;
	background: #f6f6f6;
}
section.bookingpg .form-control, .custom-select {
	padding: 0.75rem .75rem;
	background-color: #fff;
	border: 0;
	height: auto;
	color: #666;
	font-size: 15px;
}

/*MEDIA QUERIES*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.sidebarouter {
	padding-left: 0px;
	border-left: 0;
	min-height: 100%;
	padding-top: 0px;
	padding-right: 0;
}
a.navbar-brand {
	padding-left: 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
}
ul.navbar-nav {
	padding-top: 20px;
}
footer h4 {
	padding-top: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 10px 20px;
	border-right: none;
}
.carousel-inner h3 {
	font-size: 25px;
}
.carousel-inner p {
	font-size: 20px;
}
h1.mainhd {
	font-size: 20px;
}
h4.card-header.homesub {
	font-size: 18px;
}
.page-item.active .page-link {
	padding: .5rem 0.5rem;
}
span.dots {
	margin: 0 10px 0 0px;
}
.page-link {
	padding: .5rem 0.5rem;
}
.topheader {
	margin-left: 0;
}
.mainmenuouter {
	padding: 5px 0;
	margin-left: 0px;
	text-align: center;
}
.navbar-expand-lg>.container .topheader .social-links {
	margin-left: 0px;
	margin: 0;
	text-align: center;
	width: 100%;
}
.navbar-toggler {
	color: #fff;
}
.homebox p {
	font-size: 16px;
}
section.homedetail .left-column .inner-column {
	max-width: 100%;
	padding: 70px 30px 70px 30px;
}
section.homedetail .left-column, section.homedetail .right-column {
	width: 100%;
}
section.homedetail .sec-title h2 {
	font-size: 20px;
}
.breadcrumb-area {
	display: none;
}
.navbar-expand-lg>.container .topheader .social-links {
	float: none;
	text-align: center;
	padding: 8px;
}
.navbar-expand-lg>.container .topheader .top-right {
	display: none;
}
.paroller-example {
	width: 100%;
	max-height: 100%;
}
.consult {
	width: 100%!important;
	max-width: 100%!important;
}
section.contactpg .contact-form {
	padding: 30px 10px;
	margin-bottom: 30px;
}
section.contactpg {
	padding-top: 120px;
}
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
.consult {
	width: 100%!important;
	max-width: 100%!important;
}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
body {
	padding-top: 221px;
}
.navbar-expand-lg>.container .topheader .social-links {
	float: none;
	text-align: center;
}
.navbar-expand-lg>.container .topheader .top-right {
	display: none;
}
.navbar-expand-lg>.container {
	max-width: 100%
}
.topheader {
	margin-left: 0;
}
.navbar-toggler {
	color: #fff;
}
ul.navbar-nav {
	padding-top: 20px;
	max-width: 350px;
	margin: 0 auto;
	text-align: left;
}
section.homedetail .left-column, section.homedetail .right-column {
	width: 100%;
}
footer h4 {
	padding-top: 30px;
}
section.homedetail .sec-title h2 {
	font-size: 20px;
}
.mainmenuouter {
	padding: 5px 0;
	margin-left: 0px;
	text-align: center;
}
section.homedetail .left-column .inner-column {
	max-width: 100%;
}
a.navbar-brand {
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
ul.navbar-nav {
	padding-top: 20px;
	padding-bottom: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 10px 20px;
	border-right: 1px solid #fff!important;
	border: 1px solid
}
}
.whygs h5 {
	font-size: 17px;
	line-height: 30px;
	color: #fff;
}
.whygs i {
	color: #009bf7;
	margin-right: 5px;
	font-size: 15px;
}
.whygs h6 {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	display: inline-flex;
}
.consult p {
	background: #f7f7f7;
	padding: 10px 15px;
	color: #00b1fb!important;
	font-weight: 500;
	font-size: 15px!important;
	/* border-radius: 20px; */
    /* text-align: center; */
	border: 1px solid #ddd;
}
/*Book Services */
.service .card-body {
	padding: 15px 15px 20px 15px;
}
.service p.card-text {
	margin-bottom: 25px;
}
.service h3 {
	background: #00b1fb;
	padding: 10px 15px;
	color: #fff;
	font-size: 20px;
}
.service h4.card-header {
	background: #333333;
	padding: 10px 15px;
	color: #fff;
}
.service .card {
	background: #f7f7fc;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.service h4.card-header a {
	color: #fff;
	font-size: 16px;
}
.service .btn-primary {
	color: #fff;
	background-color: #00b1fb;
	border-color: #00b1fb;
	padding: 10px 12px;
	text-decoration: none;
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.container {
	max-width: 1200px;
 
}
}
