	body {
	background: #fff;
	font-family: "Niramit", Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
	color: #1b2024;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
	color: #000;
	font-family: "K2D", sans-serif;
}
.modal-content{
    background: url(../img/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-body{
    background: #00000087;
    padding: 0px;
}
.modal-body .col-sm-5{
  padding: 50px 20px 50px 50px;
}
.modal-body .col-sm-5 p, .modal-body .col-sm-5 h5{
  color:#FFF;
}
.modal-body .col-sm-7{
  padding: 50px;
  background:#fff;
}
.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social-links a:hover {
  background: #c83529;
  color: #fff;
}
.modal-content label {
    font-size: 14px;
    margin-right: 10px;
}
.photo-wrap{
  overflow:hidden;
  margin-bottom:20px;
}
figure{
  overflow:hidden;
}

figure:hover a img{
  opacity:08;
}
figure a{
  display:block;
}
figure a:hover{
  display:block;
  margin-top:-3px;
  opacity:0.8;
  background:#000
}
figure a img{
  width:100%;
}
#photo{
	padding: 60px 0;
}
.btn,
.form-control {
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn.btn-primary {
	color: #fff;
	border-width: 2px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
	border-color: #3395ff;
	background: #3395ff;
}

.btn.btn-sm {
	font-size: 12px;
}

.btn.btn-outline-primary {
	border-width: 2px;
	color: #007bff;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
	color: #fff;
}

.btn.btn-outline-white {
	border-width: 2px;
	border-color: #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .2em;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus {
	background: #fff;
	color: #000;
}


/* Header */

header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

header .navbar-brand {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 700;
	position: relative;
	z-index: 7;
}

header .navbar-brand span {
	color: #007bff;
}

@media (max-width: 991.98px) {
	header .navbar-brand {
		position: relative !important;
	}
}

header .top-bar {
	background: #1c69b1 !important;
}

header .top-bar a {
	color: #fff;
	padding: 10px;
	font-size: 13px;
	display: inline-block;
}

header .top-bar .cta-btn {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	background: #17a2b8;
}

header .top-bar .cta-btn:hover {
	-webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .top-bar .social {
	margin-bottom: 0;
}

header .top-bar .social li {
	display: inline-block;
	text-align: center;
}

header .top-bar .social li a {
	color: #fff;
	padding: 10px;
	width: 40px;
	display: inline-block;
}

@media (max-width: 991.98px) {
	header .top-bar .social li a {
		padding-left: 10px;
		padding-right: 10px;
		width: inherit;
	}
}

header .top-bar .social li a:hover {
	background: #17a2b8;
	color: #fff;
	-webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .navbar {
	padding-top: 0;
	padding-bottom: 0;
	background: white !important;
}

@media (max-width: 1199.98px) {
	header .navbar {
		background: white !important;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
}

header .navbar .cta-btn2 {
	position: absolute;
	right: 0;
}

@media (max-width: 1199.98px) {
	header .navbar .cta-btn2 {
		position: relative;
		right: 0;
	}
}

header .navbar .nav-link {
	padding: 1.7rem 1rem !important;
	outline: none !important;
	font-weight: 600;
	color: #444 !important;
}

@media (max-width: 1199.98px) {
	header .navbar .nav-link {
		padding: .5rem 0rem;
	}
}

@media (max-width: 991.98px) {
	header .navbar .nav-link {
		padding: 0.5rem 0rem !important;
	}
}

header .navbar .nav-link.active {
	color: #007bff !important;
}

header .navbar .dropdown-menu {
	font-size: 14px;
	border-radius: 0px;
	border: none;
	-webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.2);
	min-width: 13em;
	position: relative;
	margin-top: -10px;
}

header .navbar .dropdown-menu .dropdown-item:hover {
	background: #007bff;
	color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
	background: #007bff;
	color: #fff;
}

header .navbar .dropdown-menu a {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 600;
}

header .navbar .cta-btn a {
	background: #007bff;
	color: #000 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-transform: uppercase;
	padding-top: 26px !important;
	padding-bottom: 26px !important;
	line-height: 1;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

header .navbar .cta-btn a:hover {
	color: #fff !important;
	-webkit-box-shadow: 2px 0 30px -5px rgba(0, 123, 255, 0.9);
	box-shadow: 2px 0 30px -5px rgba(0, 123, 255, 0.9);
}


/*======================================
 OVERLAY ( transparient box style  )
======================================*/

.overlay-wraper {
	position: relative;
	background-size: 100%;
}

.overlay-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.opacity-01 {
	opacity: 0.1;
}

.opacity-02 {
	opacity: 0.2;
}

.opacity-03 {
	opacity: 0.3;
}

.opacity-04 {
	opacity: 0.4;
}

.opacity-05 {
	opacity: 1;
}

.opacity-06 {
	opacity: 0.6;
}

.opacity-07 {
	opacity: 0.7;
}

.opacity-08 {
	opacity: 0.8;
}

.opacity-09 {
	opacity: 0.9;
}

.overlay-light .overlay-main {
	opacity: 0.3;
}

.overlay-dark .overlay-main {
	opacity: 0.9;
}

.overlay-wraper>.container,
.overlay-wraper>.container-fluid,
.overlay-wraper>.wt-icon-box-wraper,
.overlay-wraper>.wt-left-part,
.overlay-wraper>.wt-right-part {
	position: relative;
	z-index: 1;
}

.navbar-brand img {
	width: 245px;
}

.bg-black {
	background-color: #00000024;
}

.cta-overlap {
	margin-bottom: -4em;
	position: relative;
	z-index: 100;
}

.cta-overlap .text {
	background: #007bff;
	padding: 3em 2em;
	-webkit-box-shadow: 0 1px 30px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 30px -4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
	.cta-overlap .text {
		padding: 30px 15px;
		display: block !important;
		text-align: center;
	}
}

.cta-overlap .text h2 {
	margin-bottom: 0;
	color: #fff;
}

@media (max-width: 991.98px) {
	.cta-overlap .text h2 {
		margin-bottom: 20px;
		font-size: 26px;
	}
}

.custom-icon {
	font-size: 70px;
	color: #007bff;
}


/* Owl Carousel */

.owl-carousel .owl-item {
	opacity: .4;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
	outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
	right: 30px !important;
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #007bff;
}

.owl-carousel.home-slider {
	z-index: 1;
	position: relative;
}

.owl-carousel.home-slider .owl-nav {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
	color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav,
.owl-carousel.home-slider:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

.owl-carousel.home-slider .slider-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: calc(100vh - 117px);
	min-height: 600px;
}

.owl-carousel.home-slider .slider-item .slider-text {
	color: #fff;
	height: calc(100vh - 117px);
	min-height: 700px;
	text-align: center;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
	font-size: 50px;
	color: #fff;
	line-height: 1.2;
	font-weight: 800 !important;
	text-transform: uppercase;
	text-align: center;
	font-family: inherit;
}

@media (max-width: 991.98px) {
	.owl-carousel.home-slider .slider-item .slider-text h1 {
		font-size: 40px;
	}
}

.owl-carousel.home-slider .slider-item .slider-text p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: white;
}

.owl-carousel.home-slider.inner-page .slider-item {
	height: calc(50vh - 117px);
	min-height: 500px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
	color: #fff;
	height: calc(50vh - 117px);
	min-height: 500px;
}

.owl-carousel.home-slider .owl-dots {
	position: absolute;
	bottom: 150px;
	width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
	width: 18px;
	height: 18px;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6;
	background: none;
	outline: none !important;
	position: relative;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot span {
	position: absolute;
	width: 20px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	left: 50%;
	top: 50%;
	display: block;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
	background: white;
}

.owl-carousel.major-caousel .owl-stage-outer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev,
.owl-carousel.major-caousel .owl-nav .owl-next {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover,
.owl-carousel.major-caousel .owl-nav .owl-prev:focus,
.owl-carousel.major-caousel .owl-nav .owl-next:hover,
.owl-carousel.major-caousel .owl-nav .owl-next:focus {
	color: #6c757d;
	outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled,
.owl-carousel.major-caousel .owl-nav .owl-next.disabled {
	color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
	left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
	right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
	bottom: -30px !important;
	position: relative;
}

.owl-custom-nav {
	float: right;
	position: relative;
	z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
	padding: 10px;
	font-size: 30px;
	background: #ccc;
	line-height: 0;
	width: 60px;
	text-align: center;
	display: inline-block;
}

.section {
	padding: 4em 0;
}

.cta-link {
	background: #007bff;
	padding: 3.5em 0 3em 0;
	display: block;
	text-align: center;
}

.cta-link:focus,
.cta-link:active {
	outline: none;
}

.cta-link span {
	line-height: 1.2;
}

.cta-link .sub-heading {
	color: #fff;
	display: block;
	font-size: 20px;
}

.cta-link .heading {
	font-size: 50px;
	color: #001933;
}

@media (max-width: 991.98px) {
	.cta-link .heading {
		font-size: 30px;
	}
}

.cta-link:hover {
	background: #006fe6;
}

.cover_1 {
	background-size: cover;
	background-position: center center;
	padding: 7em 0;
}

.cover_1 .sub-heading {
	color: rgba(255, 255, 255, 0.7);
	font-size: 22px;
}

.cover_1 .heading {
	font-size: 50px;
	color: white;
	font-weight: 300;
}

.heading {
	color: #000;
}

.heading.border-bottom {
	position: relative;
	padding-bottom: 15px;
	border-bottom: none !important;
}

.heading.border-bottom:before {
	bottom: 0;
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #017da4
}

.heading.border-bottom.text-left:before {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.text-black {
	color: #000 !important;
}

.stretch-section .video {
	display: block;
	position: relative;
	-webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature {
	padding: 30px;
	-webkit-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
	background: #fff;
	z-index: 1;
	position: relative;
	border-bottom: 10px solid transparent;
	border-radius: 4px;
	font-size: 15px;
}

.media-feature .icon {
	font-size: 60px;
	color: #007bff;
}

.media-feature h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 15px 0 10px !important;
}

.media-feature:hover,
.media-feature:focus {
	-webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 2;
	border-bottom: 10px solid #007bff;
}

.media-custom {
	background: #fff;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	margin-bottom: 30px;
}

.media-custom .meta-post {
	color: #ced4da;
	font-size: 13px;
	text-transform: uppercase;
}

.media-custom .meta-chat {
	color: #ced4da;
}

.media-custom .meta-chat:hover {
	color: #6c757d;
}

.media-custom:focus,
.media-custom:hover {
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.media-custom .media-body {
	padding: 20px;
	text-align: justify;
}

.media-custom .media-body h3 {
	font-size: 20px;
}

.media-custom .media-body p:last-child {
	margin-bottom: 0;
}

.media-testimonial img {
	width: 100px;
	border-radius: 50%;
}

.media-testimonial blockquote p {
	font-size: 20px;
	color: #000;
	font-style: italic;
}

.list-unstyled.check li {
	position: relative;
	padding-left: 30px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.list-unstyled.check li:before {
	color: #17a2b8;
	left: 0;
	font-family: "Ionicons";
	content: "\f122";
	position: absolute;
}

#modalAppointment .modal-content {
	border-radius: 0;
	border: none;
}

#modalAppointment .modal-body,
#modalAppointment .modal-footer {
	padding: 40px;
}

.site-footer {
	padding: 10em 0 1.5em 0;
	background: #f2f2f2;
	font-size: 14px;
	color: #FFF;
}

.site-footer p:last-child {
	margin-bottom: 0;
	font-size: 15px;
	/* text-align: left; */
}

.site-footer a {
	color: #fff;
	font-size: 15px;
}

.site-footer a:hover {
	color: #007bff;
}

.site-footer h3 {
	font-size: 20px;
	margin-bottom: 18px;
}

.site-footer .footer-link li {
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 15px;
}

.site-footer hr {
	width: 100%;
}

.footer-social a {
	line-height: 0;
	border-radius: 50%;
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
}

.footer-social a:hover {
	background: #007bff;
	border-color: #007bff;
	color: #fff;
}

.link-thumbnail {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.link-thumbnail img {
	position: relative;
	-webkit-transition: .8s all ease;
	-o-transition: .8s all ease;
	transition: .8s all ease;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.link-thumbnail .icon {
	position: absolute;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 4;
	top: 50%;
	font-size: 30px;
	color: #fff;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	margin-top: 30px;
}

.link-thumbnail h3 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #fff;
	font-size: 18px;
	-webkit-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	z-index: 10;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.link-thumbnail:before {
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
}

.link-thumbnail:hover h3 {
	opacity: 1;
	visibility: visible;
	bottom: 0px;
}

.link-thumbnail:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.link-thumbnail:hover .icon {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.link-thumbnail:hover:before {
	opacity: 1;
	visibility: visible;
}

.border-t {
	border-top: 1px solid #f8f9fa;
}

.copyright {
	font-size: 14px;
}

.element-animate {
	opacity: 0;
	visibility: hidden;
	/* background: #000000b0; */
	/* padding: 25px; */
	/* max-width: 531px; */
}

.service-img:before {
	content: "";
	left: 95px;
	right: 68px;
	background: #007bff;
	position: absolute;
	top: -7px;
	bottom: 4px;
}

.service-img img {
	position: relative;
	z-index: 10;
	top: 16px;
	left: 63px;
	height: 509px;
}

.about_home {
	padding: 60px 0;
}

.heading-2 {
	font-size: 38px;
	font-weight: 800;
	line-height: 50px;
	color: #0a759f;
}

.about_home h5 {
	color: #0a759f;
	font-weight: 600;
}

.heading-3 {
	font-size: 24px;
	font-weight: 800;
	line-height: 50px;
	color: #0a759f;
}

b,
strong {
	font-weight: 800;
}

.top-bar {
	color: #ffffff;
	padding: 12px 0;
	/* background-color: #212427; */
}

.wt-topbar-left {
	float: left;
}

.wt-topbar-left {
	padding-left: 15px;
	padding-right: 15px;
}

.site-header ul,
.site-header ol {
	margin-bottom: 0;
}

.e-p-bx li {
	display: inline;
	font-size: 14px;
	padding-right: 10px;
}

.top-bar .fa {
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.01);
	margin: 0 5px 0 0;
	padding: 3px;
	width: 22px;
	height: 22px;
	text-align: center;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	font-size: 12px;
}

.margin-b0 {
	margin-bottom: 0px;
}

.sub-title {
	display: inline;
	margin: 0px 0% 20px;
	padding-right: 0px;
	border-right: 0px none #000;
	font-family: 'Copernicus book', sans-serif;
	color: #121217;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
}

.why-choose-us {
	padding: 96px 0px 80px;
}

.section-title {
	margin-bottom: 39px;
}

.section-body {
	display: inline-block;
}

.section-title .main-title {
	font-size: 35px;
	line-height: 39px;
	font-weight: 700;
	margin-top: 6px;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media {
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 2px dashed #ececec;
}

.company-icon {
	width: 68px;
	height: 68px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-right: 25px;
	display: contents;
	overflow: hidden;
	text-align: center;
	line-height: 80px;
}

.company-icon img {
	width: 70px;
	height: 70px;
	float: left;
	line-height: 56px;
	margin: 5px 15px 15px 0;
	text-align: center;
	padding: 10px;
	color: #333;
	background: #007bff;
	border-radius: 31px 0px 0;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.section-title .sub-title {
	font-size: 24px;
	font-weight: 400;
}

.sub-title {
	display: block;
	margin: 0 auto;
	padding-right: 0px;
	border-right: 0px none #000;
	font-family: 'Copernicus book', sans-serif;
	color: #121217;
	font-size: 28px;
	font-weight: 400;
	text-decoration: none;
	/* text-shadow: 3px 4px 6px #000; */
	/* text-align: center; */
}

.img-responsive {
	max-width: 100%;
}

.heading-5 {
	/* color: #1c69b1; */
	font-size: 18px;
}

.font-18 {
	margin-bottom: 8px;
	font-size: 19px;
	color: #080808;
}

.media-feature img {
	width: 80px;
}

.element-animate:hover .media-feature {
	margin: 20px 20px;
}

.list-text li {
	list-style: none;
	line-height: 34px;
	background: url(../img/list_ico.png);
	background-repeat: no-repeat;
	background-position: 0 11px;
	/* color: #d61503; */
	padding-left: 25px;
}

.section {
	padding: 50px 5%;
}

._90-wrapp {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.flex-sticky {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.first-part {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	padding-right: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 20%;
	-ms-flex: 0 20%;
	flex: 0 20%;
}

.div-block {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

.heading-2 {
	font-size: 38px;
	font-weight: 800;
	line-height: 50px;
	color: #0a759f;
}

.second-part {
	padding-left: 50px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 80%;
	-ms-flex: 0 80%;
	flex: 0 80%;
}

._95.sub-title {
	display: block;
	margin-left: 0px;
}

.form-block.contact {
	width: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.gird-form {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.text-field.make-white {
	background-color: #fff;
	font-family: SabonLTPro-Roman, sans-serif;
	font-weight: 400;
}

.text-field {
	min-height: 55px;
	padding-right: 10px;
	padding-left: 14px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border: 1px none #000;
	background-color: #f2faf5;
	font-family: Butler, sans-serif;
	color: #515157;
	font-weight: 600;
}

.w-input,
.w-select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.button.red {
	background-color: #2b70a9;
	color: #fff;
	font-weight: 400;
}

.button {
	padding: 13px 43px;
	border-style: solid;
	border-width: 1px;
	border-color: #2b70a9;
	border-radius: 30px;
	background-color: transparent;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	font-family: SabonLTPro-Roman, sans-serif;
	color: #b81c3b;
	font-size: 17px;
	font-weight: 400;
}
.morecontent span {
	display: none;
}
.morelink {
	display: block;
}
 .margin-0 {
     margin: 0 !important;
}
 .margin-bottom-0 {
     margin-bottom: 0 !important;
}
 .margin-bottom-50 {
     margin-bottom: 50px !important;
}
 .margin-top-50 {
     margin-top: 50px !important;
}
 .margin-top-80 {
     margin-top: 80px !important;
}
 .margin-top-15 {
     margin-top: 15px !important;
}
 .margin-top-10 {
     margin-top: 10px !important;
}
 .margin-top-25 {
     margin-top: 25px !important;
}
 .margin-bottom-15 {
     margin-bottom: 15px !important;
}
 .margin-bottom-5 {
     margin-bottom: 5px !important;
}
 .margin-left-15 {
     margin-left: 15px !important;
}
 .margin-right-15 {
     margin-right: 15px !important;
}
 .margin-right-0 {
     margin-right: 0 !important;
}
 .margin-right-5 {
     margin-right: 5px !important;
}
 .padding-0 {
     padding: 0 !important;
} 
 .padding-top-0 {
     padding-top: 0 !important;
}
 .padding-10 {
     padding: 10px !important;
}
 .padding-top-15 {
     padding-top: 15px !important;
}
 .padding-bottom-0 {
     padding-bottom: 0px !important;
}
 .padding-bottom-15 {
     padding-bottom: 15px !important;
}
 .padding-left-15 {
     padding-left: 15px !important;
}
 .padding-right-15 {
     padding-right: 15px !important;
}
 .padding-left-0 {
     padding-left: 0 !important;
}
 .padding-right-0 {
     padding-right: 0 !important;
}
 .padding-top-50 {
     padding-top: 50px !important;
}
 .white-color {
     color: #FFF !important;
} 
.black-color {
     color: #333 !important;
}
 .full-width {
     width: 100% !important;
     float: none;
}
@media screen and (max-width: 767px) {
	.section {
		padding-top: 10%;
		padding-bottom: 10%;
	}
}

@media screen and (max-width: 767px) {
	.section {
		padding-top: 10%;
		padding-bottom: 10%;
	}
}

@media screen and (max-width: 767px) {
	.flex-sticky {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 991px) {
	.first-part {
		top: 100px;
	}
}

@media screen and (max-width: 767px) {
	.first-part {
		position: relative;
		top: 0px;
		width: 100%;
		margin-bottom: 50px;
		padding-right: 0px;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media screen and (max-width: 479px) {
	.first-part {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	.second-part {
		width: 100%;
		padding-left: 0px;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media screen and (max-width: 480px) {
	.second-part {
		margin-top: 30px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	header .top-bar{
		display:none;
	}
	 .contact-mtab{
        display:block !important;
        text-align: center;
        background: #eee;
        padding: 10px 0;
  }
	  .contact-mtab .btn{
		color:#FFF;
		padding: 11px 15px !important;
		border-radius: 2px;
		background: #1c69b1;
	  }
}
	@media screen and (max-width: 991px) {
		.sub-title {
			font-size: 15px;
		}
	}
	@media screen and (max-width: 991px) {
		.service-img:before {
			content: "";
			left: 40px;
			right: -2px;
			background: #2b70a9;
			position: absolute;
			top: 7px;
			bottom: -10px;
		}
	}
	@media screen and (max-width: 991px) {
		.service-img img {
			position: relative;
			z-index: 10;
			top: 27px;
			left: 9px;
		}
	}