@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Rubik', sans-serif;
}
.desktop-show {
	display: block;
}
.mobile-show {
	display: none;
}
.hover-button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 10px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s; /* Smooth transition for transform and shadow */
}
.hover-button:hover {
  transform: scale(1.1); /* Scales button to 110% */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Adds shadow */
}
.typewriter h1, .typewriter p {
  border-right: 0px solid;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  animation: typing 3s steps(20, end), blink-caret .75s step-end infinite;
}

/* Typing animation */
@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

/* Cursor animations */
@keyframes blink-caret {
  from, to { border-color: transparent; }
  40% { border-color: white; }
}
.wel-heading {
width:65%;
margin: 0 auto;
align-items: center;
justify-content: center;
margin-top:5%;
}
.wel-heading img {
padding-bottom:2em;
}
.wel-heading h1 {
font-family: "Poppins", sans-serif;
font-weight:700;
font-size:58px;
color: #032d60;
line-height: 1.29em;
}
.wel-heading p {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-size: 30px;
color: #032d60;
padding-bottom:0;
margin-bottom:0;
}
.mt-15 {
	margin-top: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-100 {
	margin-top: 100px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 20px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-100 {
	margin-bottom: 45px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-50 {
	margin-left: 50px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-50 {
	margin-right: 50px;
}
/* :: 3.2.0 Height */
.height-400 {
	height: 400px;
}
.height-500 {
	height: 500px;
}
.height-600 {
	height: 600px;
}
.height-700 {
	height: 700px;
}
.height-800 {
	height: 800px;
}
/* :: 3.3.0 Section Padding */
.section-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-padding-100-0 {
	padding-top: 245px;
	padding-bottom: 80px
}
.padding {
	padding:20px;
}
.section-padding-100-1 {
	padding-top: 120px;
	padding-bottom: 100px;
}
.section-padding-100-2 {
	padding-top: 15px;
	padding-bottom: 0;
}
.section-padding-0-100 {
	padding-top: 0;
	padding-bottom: 100px;
}
.section-padding-100-70 {
	padding-top: 100px;
	padding-bottom: 70px;
}
.about-area {
	background:#f8f9fb;
}
/* :: 3.4.0 Preloader */
.preloader {
	background-color: #fcf6ef;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.preloader .lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.preloader .lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ffbb38;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .lds-ellipsis div:nth-child(1) {
left: 6px;
-webkit-animation: lds-ellipsis1 0.6s infinite;
animation: lds-ellipsis1 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(2) {
left: 6px;
-webkit-animation: lds-ellipsis2 0.6s infinite;
animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(3) {
left: 26px;
-webkit-animation: lds-ellipsis2 0.6s infinite;
animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(4) {
left: 45px;
-webkit-animation: lds-ellipsis3 0.6s infinite;
animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes lds-ellipsis1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes lds-ellipsis3 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
}
@-webkit-keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(19px, 0);
transform: translate(19px, 0);
}
}
@keyframes lds-ellipsis2 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
100% {
-webkit-transform: translate(19px, 0);
transform: translate(19px, 0);
}
}
/* :: 3.5.0 Miscellaneous */
.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 55px;
}
.section-heading p {
	font-size: 16px;
	color: #838383;
}
.section-heading h2 {
	font-family: Rubik, sans-serif;
	font-size: 3.214rem;
	color: #353535;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-align: left;
	text-transform: none;
	font-style: normal;
}
.topicon {
	font-size: 16px;
}
.user_option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.user_option .user_link {
	font-size:14px;
	color: #000;
	line-height:20px;
	text-decoration:none;
}
.user_option a {
	margin: 0 10px;
	text-decoration:none;
}
.user_option a:hover {
	color: #022d5f;
}
.user_option .cart_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.user_option a {
	margin: 0 10px;
}
.user_option .order_online {
	font-size:12px;
	display: inline-block;
	padding: 6px 10px;
	background-color: #f78b1e;
	color: #fff;
	border-radius: 45px;
	border: none;
	letter-spacing: 1px;
	font-weight:500;
}
.user_option .order_online a {
	margin: 0 10px;
	text-decoration:none;
}
.user_option .order_online:hover {
	background-color: #003c63;
	text-decoration:none;
	color: #ffffff;
}
.brand-promotion {
	top: 680px;
	left: 0;
	position: absolute;
	right: 15px;
	color:#fff;
	z-index:999;
}
.brand-promotion1 {
	left: 0;
	position: absolute;
	right: 15px;
	color:#fff;
	z-index:999;
}
.brand-content {
	background-color:#fff;
	padding: 1em 3em 4em;
	font-size: 14px;
	margin-right: -25px;
}
.brand-content h2 {
	font-family: Rubik, sans-serif;
	font-size: 1.3rem;
	color: #000;
	font-weight: 300;
	line-height: 1.2em;
	font-style: normal;
	text-align:left;
	margin-bottom: 12px;
	letter-spacing:1px;
}
.brand-content h4 {
	font-size: 14px;
	color:#000;
}
.brand-content p {
	font-size: 16px;
	color:#838383;
}
.brand-content img {
	margin-right: 15px;
	margin-top: 15px;
}
.brand-content1 {
	background-color:#2e9dd1;
	padding: 1em 3em 4em;
	font-size: 14px;
	margin-right: -25px;
}
.brand-content1 h2 {
	font-family: Rubik, sans-serif;
	font-size: 1.3rem;
	color: #fff;
	font-weight: 300;
	line-height: 1.2em;
	font-style: normal;
	text-align:left;
	margin-bottom: 12px;
	letter-spacing:1px;
}
.brand-content1 h4 {
	font-size: 14px;
	color:#fff;
}
.brand-content1 p {
	font-size: 16px;
	color:#fff;
}
.brand-content1 img {
	margin-right: 15px;
	margin-top: 15px;
}
.brand-content2 {
	background-color:#599c2a;
	padding: 1em 3em 4em;
	font-size: 14px;
	margin-right: -25px;
}
.brand-content2 h2 {
	font-family: Rubik, sans-serif;
	font-size: 1.3rem;
	color: #fff;
	font-weight: 300;
	line-height: 1.2em;
	font-style: normal;
	text-align:left;
	margin-bottom: 12px;
	letter-spacing:1px;
}
.brand-content2 h4 {
	font-size: 14px;
	color:#fff;
}
.brand-content2 p {
	font-size: 16px;
	color:#fff;
}
.brand-content2 img {
	margin-right: 15px;
	margin-top: 15px;
}
.brand-content3 {
	background-color:#f8faf9;
	padding: 1em 3em 4em;
	font-size: 14px;
	margin-right: -25px;
}
.brand-content3 h2 {
	font-family: Rubik, sans-serif;
	font-size: 1.3rem;
	color: #000;
	font-weight: 300;
	line-height: 1.2em;
	font-style: normal;
	text-align: left;
	margin-bottom: 12px;
	letter-spacing: 1px;
}
.brand-content3 h4 {
	font-size: 14px;
	color:#000;
	font-weight: 300;
}
.brand-content3 p {
	font-size: 16px;
	color: #000;
}
.brand-content3 img {
	margin-right: 15px;
	margin-top: 15px;
}
.text-center {
	text-align: center;
}
.mx-auto {
	margin-right: auto;
	margin-left: auto;
}
.section-title {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 4em;
}
/*** Team ***/
.team-item {
	position: relative;
	text-align: center;
	border-radius: 8px;
}
.team-item h5 {
margin-bottom: .5rem;
	font-weight: 300;
}
.team-item .btn {
	border: 1px solid #ddd;
}
.justify-content-center {
	justify-content: center;
}
.d-flex {
	display: flex;
}
.btn-square, .btn-sm-square, .btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}
.btn-square {
	width: 38px;
	height: 38px;
}
.py-55 {
	padding-top: 25rem;
	padding-bottom: 80px;
}
.header-area .credit-main-menu .classy-navbar .classynav ul li a:hover {
	text-decoration:none;
}
.top-white-left {
	width: 50%;
	float: left;
}
.top-white-right {
	width: 50%;
	float: right;
	margin-top:10px;
}
.top-white-grid {
	width: 33.33%;
	float: left;
}
.top-white-grid i {
	width: 12%;
	float: left;
	margin-top: 0px
}
.top-white-grid p {
	color: #353535;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	font-family: Rubik, sans-serif;
	padding-top:5px;
}
.top-white-grid p a {
	color: #000;
}
.top-white-grid span {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	font-family: Rubik, sans-serif;
	line-height:2.5em;
}
.top-white-grid span a {
	color: #000;
}
.col-sm-33 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.grey {
	color:#464646;
}
.eventsfestivals {
	background:#f8f9fb;
	text-align:center;
	padding: 5em;
}
.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	float: left;
}
/*---------------------------------------
APPOINTMENT             
-----------------------------------------*/

#appointment {
	background: #2d9dd2;
}
#appointment label {
	color: #393939;
	font-weight: 500;
}
#appointment .form-control {
	background-color: transparent;
	border-color: #84caf0;
	border-radius: 2em;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 30px;
	transition: all ease-in-out 0.4s;
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #84caf0;
	border-radius: 0.25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#appointment input, #appointment select {
	height: 45px;
}
#appointment button#cf-submit {
	background: #599c2a;
	color: #ffffff;
	font-weight: 500;
	width:25%;
	height:55px;
	padding:10px 20px 10px 20px;
	border-color:#599c2a!important;
}
#appointment button#cf-submit:hover {
	background: #393939;
	border-color:#393939!important;
	color: #ffffff;
}
.section-title h2 {
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 3em;
	text-align:left;
	color:#fff;
	text-transform:capitalize;
	margin-left: 15px;
}
.section-title p {
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 16px;
	color:#fff;
	text-transform:capitalize;
	margin-left: 20px;
}
.section-btn {
	background: #a5c422;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	font-size: inherit;
	font-weight: 500;
	padding: 14px 20px;
	transition: transform 0.1s ease-in;
	transform: translateX(0);
}
.section-btn:hover {
	transform: translateY(-5px);
}
label {
	display: inline-block;
	max-width: 100%;
}
.col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	float: left;
}
.col-sm-6 {
	width: 50%;
	float: left;
}
.section-padding30 {
	padding-top: 105px;
	padding-bottom: 100px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 40px;
}
.section-tittle span {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 22px;
	color: #599c2a;
	display: inline-block;
	position: relative;
}
.home_blog-area .single-blogs .blog-img {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.home_blog-area .single-blogs .blog-img img {
	width: 100%;
	transform: scale(1);
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.home_blog-area .single-blogs .blogs-cap {
	background: #fff;
	padding: 20px 2px 1px 10px;
}
.home_blog-area .single-blogs .blogs-cap .date-info span {
	background-color: #599c2a;
	display: inline-block;
	border-radius: 2em;
	padding: 0.7em 1em;
	margin-bottom: 0.5em;
	line-height: 1;
	color: #fff;
	position: relative;
	font-size: 14px;
}
.home_blog-area .single-blogs .blogs-cap .date-info p {
	display: inline-block;
	color: #aebccb;
	font-size: 14px;
}
.home_blog-area .single-blogs .blogs-cap p {
	color: #64676c;
	line-height: 1.7;
}
.home_blog-area .single-blogs .blogs-cap h4 a {
	color: #112957;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 20px;
}
.home_blog-area .single-blogs .blogs-cap .read-more1 {
	color: #c4c4c4;
	font-size: 16px;
	font-weight: 500;
}
h1, h2 {
	font-family: Rubik, sans-serif;
	font-size: 3.214rem;
	color: #353535;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-transform: none;
	font-style: normal;
}
h5 {
	font-family: Rubik, sans-serif;
	font-size: 1.4rem;
	color: #353535;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-transform: none;
	font-style: normal;
}
.h4 {
	font-family: Rubik, sans-serif;
	font-size: 2rem;
	color: #353535;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-align: center;
	text-transform: none;
	font-style: normal;
}
.p {
	margin-top: 2em;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #878787;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h6 {
	font-family: Rubik, sans-serif;
	color: #599c2a;
	font-size: 1.0714em;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.5em;
	margin: 0;
}
.text-primary11 {
	font-family: Rubik, sans-serif;
	color: #599c2a!important;
	font-size: 1.0714em;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 1.5em;
	padding:5px 0;
}
.greenhead {
	font-family: Rubik, sans-serif;
	color: #599c2a;
	font-size: 1.0714em;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.5em;
	margin: 0;
}
.maintitle {
	text-align: center;
}
.maintitle h2 {
	font-family: Rubik, sans-serif;
	font-size: 3.214rem;
	color: #353535;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-transform: none;
}
.maintitle p {
	color: #838383;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.single-service-area h5 {
	font-family: Rubik, sans-serif;
	color: #353535;
	font-weight: 400;
	line-height: 1.2em;
	transition-duration: 500ms;
	font-size: 16px;
}
.single-service-area p {
	font-family: Rubik, sans-serif;
	color: #838383;
	font-weight: 400;
	line-height: 1.4em;
	transition-duration: 500ms;
	font-size: 15px;
}
/* =================================== */
/*  Footer Styles
/* =================================== */
.footer-area {
	background:#032d60;
	padding:4em 2em;
}
.footer-area .footer-nav li {
	margin-top: 18px;
}
.footer-area .footer-nav li a {
	color: #fff;
}
.footer-area .footer-nav li a:hover {
	color: #f8b600;
}
.footer-area .primary-btn {
	background-color: #f8b600;
	line-height: 42px;
	padding-left: 30px;
	padding-right: 60px;
	border-radius: 25px;
	border: none;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
}
.footer-area .primary-btn:focus {
	outline: none;
}
.footer-area .primary-btn span {
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	right: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer-area .primary-btn:hover {
	background-color: #f8b600;
	box-shadow: none;
	color: #fff;
}
.footer-area .primary-btn:hover span {
	color: #fff;
	right: 20px;
}
.footer-area .primary-btn.white {
	border: 1px solid #fff;
	color: #fff;
}
.footer-area .primary-btn.white span {
	color: #fff;
}
.footer-area .primary-btn.white:hover {
	background: #fff;
	color: #f8b600;
}
.footer-area .primary-btn.white:hover span {
	color: #f8b600;
}
.footer-area h6 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 500;
}
.copy-right-text i, .copy-right-text a {
	color: #f8b600;
}
.instafeed {
	margin: -5px;
}
.instafeed li {
	overflow: hidden;
	width: 25%;
}
.instafeed li img {
	margin: 5px;
}
.footer-social {
	text-align: right;
}
.footer-social a {
	color: #c7c7c7;
	display: inline-table;
	height: 40px;
	text-align: center;
	padding-top: 10px;
}
.footer-social a:hover i {
	color: #f8b600;
}
.footer-social i {
	color: #cccccc;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer-area h6 {
	color: #fff;
	margin-bottom:10px;
	font-size: 20px;
	font-weight:400;
}
.single-footer-widget p {
	color: #d9e1ea;
	font-size: 15px;
}
.single-footer-widget img {
	padding-right:5px;
}
.single-footer-widget li i {
	padding-right:5px;
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.single-footer-widget ul li {
	color: #d9e1ea;
	margin-bottom: 0px;
}
.single-footer-widget ul li a {
	color: #d9e1ea;
	font-size: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height:26px;
}
.single-footer-widget ul li a:hover {
	color: #fff;
	text-decoration:none;
}
.single-footer-widget input {
	line-height: 38px;
	border: none;
	background: transparent;
	border: 1px solid #f78b1e;
	font-weight: 300;
	color: #fff;
	padding-left: 20px;
	width: 60%;
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.single-footer-widget .bb-btn {
	padding: 0.375rem 1rem;
	background-color: #f78b1e;
	color: #fff;
	font-weight: 300;
	border-radius: 0;
	cursor: pointer;
}
.lnr {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bgblack {
	background-color:#1b2024;
}
.footer {
	background-color: #003366;
	padding: 10px;
}
.footer-left {
	margin-left: 1vw;
}
.weblink {
	font-size: 0.8vw;
	color: #fff;
	padding-top: 0vw;
	float: left;
	margin-left: 0.5vw;
	text-decoration: none;
}
.weblink a {
	font-size: 0.8vw;
	color: #fff;
	text-decoration: none;
}
.weblink a:hover {
	color:#f0f0f0;
}
.footer-right {
	margin-right: 1vw;
}
.copyright {
	font-size: 0.8vw;
	float: right;
	color: #fff;
}
.copyright a {
	font-size: 0.8vw;
	float: right;
	color: #fff;
	text-decoration:none;
}
.copyright a:hover {
	font-size: 0.8vw;
	float: right;
	color: #f0f0f0;
	padding-top: 0vw;
	text-decoration:none;
}
.mb-77 {
	margin-left:35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-heading h2 {
font-size: 28px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-heading h2 {
font-size: 24px;
}
}
@media only screen and (max-width: 767px) {
.section-heading h2 {
font-size: 24px;
}
}
.section-heading.white .line {
	background-color: #ffffff;
}
.section-heading.white p {
	color: #599c2a;
}
.section-heading.white h2 {
	color: #000;
}
.section-heading.text-center .line {
	margin-left: auto;
	margin-right: auto;
}
.box-shadow {
	position: relative;
	z-index: 1;
}
.box-shadow:hover {
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.tooltip-inner {
	background-color: #ffbb38;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.tooltip .arrow::before {
border-bottom-color: #ffbb38;
}
.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-white {
	background-color: #ffffff;
}
.bg-dark {
	background-color: #000000;
}
.bg-transparent {
	background-color: transparent;
}
.bg-gray {
	background-color: #f1f7f9;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.bg-overlay {
	position: relative;
	z-index: 2;
	background-position: center center;
	background-size: cover;
}
.bg-overlay::after {
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.bg-fixed {
	background-attachment: fixed;
}
/* :: 3.6.0 ScrollUp */
#scrollUp {
	background-color: #f78b1e;
	border-radius: 5px 0 0 5px;
	bottom: 70px;
	color: #ffffff;
	font-size: 10px;
	padding: 12px 0;
	height: 60px;
	line-height: 1.5;
	right: 0;
	text-align: center;
	width: 35px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-weight: 700;
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
}
#scrollUp i {
	font-size: 18px;
	display: block;
}
#scrollUp:hover {
	background-color: #ffbb38;
	color: #ffffff;
}
/* :: 3.7.0 Credit Button */

.credit-btn {
	padding: 12px 30px;
	background-color: #2e9dd2;
	color: #fff;
	border-radius: 45px;
	border: none;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration:none;
}
.credit-btn:hover, .credit-btn:focus {
	font-size: 14px;
	background-color: #000;
	color: #fff;
	text-decoration:none;
}
.credit-btn.btn-2 {
	background-color: #2e9dd1;
	color: #ffffff;
}
.credit-btn.btn-2:hover, .credit-btn.btn-2:focus {
	background-color: #ffbb38;
	color: #ffffff;
}
.credit-btn.btn-3 {
	background-color: transparent;
	color: #2e9dd1;
	border: 2px solid #2e9dd1;
	line-height: 44px;
}
.credit-btn.btn-3:hover, .credit-btn.btn-3:focus {
	border: 2px solid #2e9dd1;
	background-color: #2e9dd1;
	color: #ffffff;
}
.red-btn1 {
	padding: 12px 30px;
	background-color: #fc6b50;
	color: #fff;
	border-radius: 45px;
	border: none;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration:none;
}
.red-btn1:hover, .red-btn1:focus {
	font-size: 14px;
	background-color: #000;
	color: #fff;
	text-decoration:none;
}
.green-btn {
	padding: 12px 30px;
	background-color: #599c2a;
	color: #fff;
	border-radius: 45px;
	border: none;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration:none;
}
.green-btn a {
	text-decoration:none;
}
.green-btn:hover, .green-btn:focus {
	font-size: 14px;
	background-color: #000;
	color: #fff;
	text-decoration:none;
}
/* :: 4.0 Header Area CSS */
.header-area {
	position: relative;
	z-index: 1000;
	width: 100%;
}
.header-area .top-header-area {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #fff;
	padding:1em;
}
.header-area .top-header-area .top-contact-info {
	margin-left: 100px;
	position: relative;
	z-index: 1;
}
.header-area .top-header-area .top-contact-info a {
	display: inline-block;
	color: #878787;
	font-size: 12px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	font-weight: 600;
	margin-right: 35px;
	line-height: 18px;
}
.header-area .top-header-area .top-contact-info a:hover {
	text-decoration:none;
}
.header-area .top-header-area .top-contact-info a img {
	margin-right: 10px;
}
@media only screen and (max-width: 767px) {
.header-area .top-header-area .top-contact-info a span {
display: none;
}
}
.header-area .top-header-area .top-contact-info a:first-child {
	margin-right: 30px;
}
.header-area .top-header-area .top-contact-info a:hover, .header-area .top-header-area .top-contact-info a:focus {
	color: #2e9dd1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .top-header-area .top-contact-info a {
font-size: 13px;
}
}
.header-area .credit-main-menu {
	position: relative;
	width: 100%;
	z-index: 1;
	background-color: #f4f8fb;
}
.header-area .credit-main-menu::after {
width: 50%;
height: 100%;
background-color: #2e9dd1;
position: absolute;
top: 0;
left: 0;
content: '';
z-index: 1;
}
.header-area .credit-main-menu .classy-nav-container {
	background-color: #f4f8fb;
}
.header-area .credit-main-menu .classy-navbar {
	height: 50px;
	padding: 0;
}
@media only screen and (max-width: 767px) {
.header-area .credit-main-menu .classy-navbar {
height: 50px;
}
}
.header-area .credit-main-menu .classy-navbar .classynav ul li a {
	font-weight: 500;
	font-size: 12px;
	padding: 0 12px;
	color: #272727;
	text-transform: uppercase;
}
.header-area .credit-main-menu .classy-navbar .classynav ul li a:hover, .header-area .credit-main-menu .classy-navbar .classynav ul li a:focus {
	color: #838383;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .credit-main-menu .classy-navbar .classynav ul li a {
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .credit-main-menu .classy-navbar .classynav ul li a {
color: #2e9dd1;
}
}
@media only screen and (max-width: 767px) {
.header-area .credit-main-menu .classy-navbar .classynav ul li a {
color: #2e9dd1;
}
}
.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
	padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
padding-left: 12px;
}
}
@media only screen and (max-width: 767px) {
.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
padding-left: 12px;
}
}
.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after, .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after, .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
color: #2e9dd1;
}
}
@media only screen and (max-width: 767px) {
.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after, .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
color: #2e9dd1;
}
}
.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
	color: #2e9dd1;
	font-size: 14px;
}
.header-area .credit-main-menu .classy-navbar .contact {
	position: relative;
	z-index: 1;
	padding-left: 50px;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}
.header-area .credit-main-menu .classy-navbar .contact::before {
width: 100%;
height: 200%;
content: '';
position: absolute;
top: 42%;
left: 0;
z-index: -1;
background-color: #f4f8fb;
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
.header-area .credit-main-menu .classy-navbar .contact::after {
width: 1000%;
height: 100%;
content: '';
position: absolute;
top: 0;
left: 62px;
z-index: -1;
background-color: #f4f8fb;
}
.header-area .credit-main-menu .classy-navbar .contact a {
	display: inline-block;
	font-size: 24px;
	color: #2e9dd1;
	font-weight: 700;
	line-height: 85px;
}
.header-area .credit-main-menu .classy-navbar .contact a:hover {
	color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .credit-main-menu .classy-navbar .contact a {
font-size: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .credit-main-menu .classy-navbar .contact a {
font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
.header-area .credit-main-menu .classy-navbar .contact a {
font-size: 14px;
line-height: 70px;
}
}
.header-area .is-sticky .credit-main-menu {
	box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}
/* :: 5.0 Hero Area CSS */
.hero-area {
	position: relative;
	z-index: 1;
}
.hero-area .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	z-index: 100;
	bottom: 30px;
	left: 0;
	right: 0;
}
.hero-area .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background-color: #d2d2d2;
	border-radius: 50%;
	margin: 0 6px;
}
.hero-area .owl-dots .owl-dot.active {
	background-color: #ffbb38;
}
.hero-area .owl-prev, .hero-area .owl-next {
	position: absolute;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	top: 50%;
	margin-top: -23px;
	font-size: 18px;
	color: #ffffff;
	background-color: #2e9dd1;
	left: 20px;
	text-align: center;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	line-height: 46px;
	opacity: 0;
	visibility: hidden;
}
@media only screen and (max-width: 767px) {
.hero-area .owl-prev, .hero-area .owl-next {
left: 10px;
}
}
.hero-area .owl-prev:hover, .hero-area .owl-next:hover {
	background-color: #ffbb38;
	color: #ffffff;
}
.hero-area .owl-next {
	left: auto;
	right: 20px;
}
@media only screen and (max-width: 767px) {
.hero-area .owl-next {
right: 10px;
}
}
.hero-area:hover .owl-next, .hero-area:hover .owl-prev {
	opacity: 1;
	visibility: visible;
}
.single-slide {
	position: relative;
	z-index: 99;
	width: 100%;
	height: 600px;
	background-color: #ffffff;
	overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-slide {
height: 600px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-slide {
height: 600px;
}
}
@media only screen and (max-width: 767px) {
.single-slide {
height: 600px;
}
}
.single-slide .slide-bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -12;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-animation: slide-bg linear 10000ms infinite;
	animation: slide-bg linear 10000ms infinite;
}
.single-slide .slide-du-indicator {
	position: absolute;
	z-index: 10;
	width: 0;
	height: 2px;
	background-color: #ffbb38;
	left: 0;
	bottom: 0;
	-webkit-animation: slide-du-indicator linear 10000ms infinite;
	animation: slide-du-indicator linear 10000ms infinite;
}
.single-slide .welcome-text {
	position: relative;
	z-index: 1;
}
.single-slide .welcome-text h6 {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 15px;
}
.single-slide .welcome-text h2 {
	font-family: Rubik, sans-serif;
	font-size: 3.3em;
	color: #fff;
	font-weight:100;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
}
.single-slide .welcome-text h2 span {
	color: #fff;
	font-weight:600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-slide .welcome-text h2 {
font-size: 48px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-slide .welcome-text h2 {
font-size: 42px;
}
}
@media only screen and (max-width: 767px) {
.single-slide .welcome-text h2 {
font-size: 24px;
}
}
.single-slide .welcome-text p {
	font-size: 18px;
	color: #ffffff;
}
@-webkit-keyframes slide-du-indicator {
0% {
width: 0;
}
100% {
width: 100%;
}
}
@keyframes slide-du-indicator {
0% {
width: 0;
}
100% {
width: 100%;
}
}
@-webkit-keyframes slide-bg {
0% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes slide-bg {
0% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* :: 6.0 Features Area CSS */
.single-features-area {
	position: relative;
	z-index: 1;
}
.single-features-area h6 {
	font-size: 18px;
	color: #6e6e6e;
	margin-bottom: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	line-height: 1.8;
}
.single-features-area img {
	margin-bottom: 15px;
}
.single-features-area h5 {
	font-size: 18px;
	margin-bottom: 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-features-area h5 {
font-size: 15px;
}
}
.single-features-area:hover h5 {
	color: #ffbb38;
}
/* :: 7.0 Special Feature CSS */
.special-feature-area {
	position: relative;
	z-index: 1;
}
.special-feature-area .special-feature-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	background-color: #ffbb38;
}
@media only screen and (max-width: 767px) {
.special-feature-area .special-feature-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
}
.special-feature-area .special-feature-content .feature-text {
	position: relative;
	z-index: 1;
	max-width: 555px;
	margin-left: auto;
	padding-right: 70px;
}
.special-feature-area .special-feature-content .feature-text h6 {
	color: #ffffff;
	line-height: 1.7;
	margin-bottom: 50px;
	font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.special-feature-area .special-feature-content .feature-text h6 {
font-size: 14px;
}
}
@media only screen and (max-width: 767px) {
.special-feature-area .special-feature-content .feature-text h6 {
font-size: 14px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.special-feature-area .special-feature-content .feature-text {
max-width: 465px;
padding-right: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.special-feature-area .special-feature-content .feature-text {
max-width: 350px;
padding-right: 20px;
}
}
@media only screen and (max-width: 767px) {
.special-feature-area .special-feature-content .feature-text {
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
}
}
.special-feature-area .special-feature-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}
@media only screen and (max-width: 767px) {
.special-feature-area .special-feature-thumbnail {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
height: 250px;
}
}
.special-feature-area.style-2 .special-feature-content {
	background-color: #2e9dd1;
}
.special-feature-area.style-2 .special-feature-content .feature-text {
	margin-left: 0;
	margin-right: auto;
	padding-right: 0;
	padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.special-feature-area.style-2 .special-feature-content .feature-text {
padding-left: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.special-feature-area.style-2 .special-feature-content .feature-text {
padding-left: 20px;
}
}
@media only screen and (max-width: 767px) {
.special-feature-area.style-2 .special-feature-content .feature-text {
padding-left: 15px;
padding-right: 15px;
}
}
/* :: 8.0 CTA Area CSS */
.cta-area {
	position: relative;
	z-index: 1;
}
.cta-area .cta-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.cta-area .cta-thumbnail {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
height: 400px;
}
}
@media only screen and (max-width: 767px) {
.cta-area .cta-thumbnail {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
height: 280px;
}
}
.cta-area .cta-content {
	position: relative;
	z-index: 1;
	padding: 50px 5%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	background-color: #f4f8fb;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.cta-area .cta-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.cta-area .cta-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
}
.cta-area .cta-content h6 {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color:#838383;
}
.cta-area .cta-content .single-skils-area .skills-text span {
	font-family: Rubik, sans-serif;
	color: #353535;
	font-size: 38px;
	font-weight: 300;
	line-height: 1.1em;
	margin: 0;
	text-align: left;
	margin-top:10px;
}
.cta-area .cta-content .single-skils-area p {
	margin-bottom: 0;
	color: #000;
	text-align: left;
	font-size: 14px;
}
.cta-2-area {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding:3em;
}
.cta-2-area .cta-content .cta-text {
	position: relative;
	z-index: 1;
}
.cta-2-area .cta-content .cta-text h4 {
	color: #000;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	padding-top:10px;
}
.cta-2-area .cta-content .cta-text h2 {
	color: #8f8a87;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.cta-2-area .cta-content .cta-text h4 {
font-size: 18px;
}
}
.cta-2-area .cta-content .cta-text p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.cta-2-area .cta-content .cta-text {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
}
.cta-2-area .cta-content .cta-btn {
	position: relative;
	z-index: 1;
	text-align: right;
}
@media only screen and (max-width: 767px) {
.cta-2-area .cta-content .cta-btn {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
}
.contact--area .section-heading h2, .news--area .section-heading h2 {
	font-size: 24px;
}
.news--area {
	position: relative;
	z-index: 1;
}
.single-news-area {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}
.single-news-area:last-child {
	margin-bottom: 0;
}
.single-news-area .news-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
	width: 37%;
}
.single-news-area .news-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
	max-width: 63%;
	width: 63%;
	padding-left: 15px;
}
.single-news-area .news-content span {
	font-size: 10px;
	color: #ffffff;
	background-color: #ffbb38;
	padding: 3px 15px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 5px;
}
.single-news-area .news-content a {
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
}
.single-news-area .news-content a:hover, .single-news-area .news-content a:focus {
	color: #ffbb38;
}
.single-news-area .news-content .news-meta a {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 12px;
	color: #838383;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
}
.single-news-area .news-content .news-meta a img {
	margin-right: 5px;
}
.single-news-area .news-content .news-meta a:last-child {
	margin-left: 31px;
}
.single-news-area .news-content .news-meta a:last-child::after {
content: '|';
position: absolute;
top: 0;
left: -20px;
z-index: 1;
}
.single-news-area .news-content .news-meta a:hover, .single-news-area .news-content .news-meta a:focus {
	color: #ffbb38;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-news-area .news-content .news-meta a {
font-size: 10px;
}
}
@media only screen and (max-width: 767px) {
.single-news-area .news-content .news-meta a {
font-size: 10px;
}
}
.contact--area {
	position: relative;
	z-index: 1;
}
.contact--area .contact-content {
	padding: 55px 45px;
	background-color: #ffffff;
	border: 1px solid #afbace;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact--area .contact-content {
padding: 30px;
}
}
@media only screen and (max-width: 767px) {
.contact--area .contact-content {
padding: 20px;
}
}
.contact--area .contact-content .single-contact-content {
	position: relative;
	z-index: 1;
	margin-bottom: 45px;
}
.contact--area .contact-content .single-contact-content:last-child {
	margin-bottom: 0;
}
.contact--area .contact-content .single-contact-content .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	max-width: 48px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	text-align: center;
	margin-right: 15px;
	background-color: #ffbb38;
}
.contact--area .contact-content .single-contact-content .text p {
	font-weight: 600;
	color: #212121;
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact--area .contact-content .single-contact-content .text p {
font-size: 12px;
}
}
@media only screen and (max-width: 767px) {
.contact--area .contact-content .single-contact-content .text p {
font-size: 12px;
}
}
.contact--area .contact-content .single-contact-content .text span {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #838383;
}
.contact--area.contact-page .contact-content {
	padding: 35px;
	border: none;
	background-color: #2e9dd1;
}
.contact--area.contact-page .contact-content h5 {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 35px;
}
.contact--area.contact-page .contact-content .single-contact-content .text p, .contact--area.contact-page .contact-content .single-contact-content .text span {
	color: #ffffff;
}
/* :: 9.0 Newsletter Area CSS */
.newsletter-area {
	position: relative;
	z-index: 3;
}
.newsletter-area::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 54, 121, 0.7);
z-index: -1;
}
.newsletter-area .nl-content {
	position: relative;
	z-index: 1;
}
.newsletter-area .nl-content h2 {
	color: #ffffff;
	margin-bottom: 25px;
	display: block;
	font-weight: 400;
	font-size: 30px;
}
@media only screen and (max-width: 767px) {
.newsletter-area .nl-content h2 {
font-size: 18px;
}
}
.newsletter-area .nl-content form {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.newsletter-area .nl-content form input {
	width: 100%;
	height: 45px;
	background-color: #ffffff;
	border-radius: 30px;
	border: none;
	font-size: 12px;
	font-style: italic;
	padding: 0 20px;
}
.newsletter-area .nl-content form button {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	width: 130px;
	height: 45px;
	background-color: #ffbb38;
	border: none;
	border-radius: 0 30px 30px 0;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	z-index: 20;
}
.newsletter-area .nl-content form button:hover {
	background-color: #2e9dd1;
}
.newsletter-area .nl-content form button:focus {
	outline: none;
	box-shadow: none;
}
@media only screen and (max-width: 767px) {
.newsletter-area .nl-content form button {
width: 100px;
}
}
.newsletter-area .nl-content p {
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 0;
}
/* :: 10.0 Team Member Area CSS */
.single-team-member-area {
	position: relative;
	z-index: 1;
	text-align: center;
}
.single-team-member-area .team-thumb {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
	width: 180px;
	border-radius: 50%;
	margin: 0 auto 40px;
	height: 180px;
}
.single-team-member-area .team-thumb::after {
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
content: '';
width: 100%;
height: 100%;
background-color: transparent;
border: 8px solid #2e9dd1;
top: 0;
left: 0;
position: absolute;
z-index: 100;
border-radius: 50%;
opacity: 0;
visibility: hidden;
}
.single-team-member-area .team-thumb img {
	border-radius: 50%;
}
.single-team-member-area .team-thumb .view-more a {
	position: absolute;
	width: 62px;
	height: 62px;
	border-radius: 15px;
	background-color: #ffbb38;
	text-align: center;
	bottom: -10px;
	right: 0;
	z-index: 300;
	color: #ffffff;
	line-height: 62px;
	font-size: 18px;
}
.single-team-member-area .team-thumb .view-more a:hover {
	background-color: #2e9dd1;
}
.single-team-member-area .team-thumb:hover {
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.single-team-member-area .team-thumb:hover::after {
opacity: 1;
visibility: visible;
}
.single-team-member-area .team-info {
	position: relative;
	z-index: 1;
}
.single-team-member-area .team-info h5 {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-size: 18px;
	margin-bottom: 5px;
}
.single-team-member-area .team-info h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	color: #6e6e6e;
}
.single-team-member-area:hover .team-info h5 {
	color: #ffbb38;
}
/* :: 12.0 Blog Area CSS */
.breadcrumb-area {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 255px;
}
@media only screen and (max-width: 767px) {
.breadcrumb-area {
height: 180px;
}
}
.breadcrumb-area .breadcrumb-content h2 {
	color: #ffffff;
	font-size: 30px;
	text-transform: uppercase;
	display: block;
}
@media only screen and (max-width: 767px) {
.breadcrumb-area .breadcrumb-content h2 {
font-size: 24px;
}
}
.breadcrumb-area .breadcrumb-content .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
color: #ffffff;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
	color: #ffbb38;
	font-size: 16px;
	font-weight: 600;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
	color: #ffbb38;
}
.single-latest-news-area {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.single-latest-news-area:last-child {
	margin-bottom: 0;
}
.single-latest-news-area .news-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
}
.single-latest-news-area .news-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	width: 75%;
	padding-left: 10px;
}
.single-latest-news-area .news-content a {
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0;
	color: #ffffff;
}
.single-latest-news-area .news-content a:hover, .single-latest-news-area .news-content a:focus {
	color: #ffbb38;
}
.single-latest-news-area .news-content .news-meta a {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 12px;
	color: #838383;
	font-weight: 600;
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-latest-news-area .news-content .news-meta a {
font-size: 9px;
}
}
.single-latest-news-area .news-content .news-meta a img {
	margin-right: 2px;
}
.single-latest-news-area .news-content .news-meta a:last-child {
	margin-left: 21px;
}
.single-latest-news-area .news-content .news-meta a:last-child::after {
content: '|';
position: absolute;
top: 0;
left: -15px;
z-index: 1;
}
.single-latest-news-area .news-content .news-meta a:hover, .single-latest-news-area .news-content .news-meta a:focus {
	color: #ffbb38;
}
.single-blog-area {
	position: relative;
	z-index: 1;
}
.single-blog-area .blog-thumbnail {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}
.single-blog-area .blog-thumbnail a {
	display: block;
}
.single-blog-area .blog-thumbnail a img {
	border-radius: 5px;
}
.single-blog-area .blog-content {
	position: relative;
	z-index: 1;
}
.single-blog-area .blog-content span {
	font-size: 10px;
	color: #ffffff;
	background-color: #ffbb38;
	padding: 3px 15px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 5px;
}
.single-blog-area .blog-content .post-title {
	display: block;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0;
	color: #212121;
}
.single-blog-area .blog-content .post-title:hover, .single-blog-area .blog-content .post-title:focus {
	color: #ffbb38;
}
.single-blog-area .blog-content .blog-meta {
	margin-bottom: 30px;
}
.single-blog-area .blog-content .blog-meta a {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 12px;
	color: #838383;
	font-weight: 600;
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-blog-area .blog-content .blog-meta a {
font-size: 9px;
}
}
.single-blog-area .blog-content .blog-meta a img {
	margin-right: 2px;
}
.single-blog-area .blog-content .blog-meta a:last-child {
	margin-left: 21px;
}
.single-blog-area .blog-content .blog-meta a:last-child::after {
content: '|';
position: absolute;
top: 0;
left: -15px;
z-index: 1;
}
.single-blog-area .blog-content .blog-meta a:hover, .single-blog-area .blog-content .blog-meta a:focus {
	color: #ffbb38;
}
.single-blog-area .blog-content p {
	margin-bottom: 0;
}
.post-details-content {
	position: relative;
	z-index: 1;
}
.post-details-content img {
	border-radius: 5px;
	margin-bottom: 30px;
}
.post-details-content p {
	margin-bottom: 25px;
}
.pagination {
	position: relative;
	z-index: 1;
}
.pagination .page-item .page-link {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	line-height: 40px;
	font-weight: 600;
	font-size: 16px;
	color: #212121;
	padding: 0;
	border: none;
	text-align: center;
	margin-right: 2px;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
	color: #ffffff;
	background-color: #ffbb38;
}
.pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #ffbb38;
}
.sidebar-area {
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.sidebar-area {
margin-top: 100px;
}
}
@media only screen and (max-width: 767px) {
.sidebar-area {
margin-top: 100px;
}
}
.single-widget-area {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.single-widget-area:last-child {
	margin-bottom: 0;
}
.single-widget-area .widget-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}
.single-widget-area .widget-heading .line {
	width: 30px;
	height: 8px;
	background-color: #ffbb38;
	border-radius: 5px;
	display: block;
	margin-bottom: 15px;
}
.single-widget-area.search-widget {
	position: relative;
	z-index: 1;
}
.single-widget-area.search-widget form {
	position: relative;
	z-index: 1;
}
.single-widget-area.search-widget form input {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: none;
	background-color: #f1f7f9;
	padding: 0 20px;
	font-size: 12px;
	font-style: italic;
}
.single-widget-area.search-widget form button {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	width: 125px;
	height: 50px;
	border: none;
	top: 0;
	right: 0;
	z-index: 99;
	background-color: #2e9dd1;
	color: #ffbb38;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
}
.single-widget-area.search-widget form button:hover {
	background-color: #ffbb38;
	color: #2e9dd1;
}
.single-widget-area.cata-widget ul {
	padding-left: 35px;
}
.single-widget-area.cata-widget ul li a {
	display: block;
	font-size: 15px;
	padding: 7px 0;
	font-weight: 600;
	color: #2e9dd1;
}
.single-widget-area.cata-widget ul li a:hover, .single-widget-area.cata-widget ul li a:focus {
	color: #ffbb38;
}
.comment_area {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 50px;
}
.comment_area .comment-content .comment-author {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 51px;
	flex: 0 0 51px;
	min-width: 51px;
	margin-right: 30px;
	height: 51px;
	border-radius: 50%;
}
@media only screen and (max-width: 767px) {
.comment_area .comment-content .comment-author {
margin-right: 15px;
}
}
.comment_area .comment-content .comment-author img {
	border-radius: 50%;
}
.comment_area .comment-content .comment-meta {
	margin-bottom: 30px;
}
.comment_area .comment-content .comment-meta .post-author, .comment_area .comment-content .comment-meta .post-date, .comment_area .comment-content .comment-meta .reply {
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 14px;
	color: #212121;
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
.comment_area .comment-content .comment-meta .post-author, .comment_area .comment-content .comment-meta .post-date, .comment_area .comment-content .comment-meta .reply {
font-size: 12px;
margin-right: 15px;
}
}
.comment_area .comment-content .comment-meta .post-author::after, .comment_area .comment-content .comment-meta .post-date::after, .comment_area .comment-content .comment-meta .reply::after {
position: absolute;
top: 0;
right: -16px;
content: '|';
z-index: 1;
}
@media only screen and (max-width: 767px) {
.comment_area .comment-content .comment-meta .post-author::after, .comment_area .comment-content .comment-meta .post-date::after, .comment_area .comment-content .comment-meta .reply::after {
right: -8px;
}
}
.comment_area .comment-content .comment-meta .post-author:hover, .comment_area .comment-content .comment-meta .post-date:hover, .comment_area .comment-content .comment-meta .reply:hover {
	color: #2e9dd1;
}
.comment_area .comment-content .comment-meta .reply {
	margin-right: 0;
}
.comment_area .comment-content .comment-meta .reply::after {
display: none;
}
.comment_area .comment-content .comment-meta p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
}
.comment_area .single_comment_area {
	margin-bottom: 30px;
}
.comment_area .single_comment_area:last-of-type {
	margin-bottom: 0;
}
.comment_area .children .single_comment_area {
	margin-left: 50px;
	margin-top: 30px;
}
/* :: 13.0 Contact Area CSS */
.contact-advisor {
	position: relative;
	z-index: 1;
	background-color: #ffbb38;
	padding: 35px;
}
.contact-advisor h5 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 40px;
}
.contact-advisor .single-advisor {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.contact-advisor .single-advisor:last-child {
	margin-bottom: 0;
}
.contact-advisor .single-advisor .advisor-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	max-width: 80px;
	width: 80px;
	margin-right: 30px;
}
.contact-advisor .single-advisor .advisor-info h6 {
	color: #ffffff;
	margin-bottom: 5px;
	font-weight: 600;
}
.contact-advisor .single-advisor .advisor-info span {
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 15px;
	display: block;
	color: #ffffff;
}
.contact-advisor .single-advisor .advisor-info p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
}
.contact-form-area .form-control {
	position: relative;
	z-index: 2;
	height: 54px;
	width: 100%;
	background-color: #f1f7f9;
	font-size: 12px;
	margin-bottom: 15px;
	border: none;
	border-radius: 5px;
	padding: 15px 30px;
	font-weight: 500;
	color: #aeaeae;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.contact-form-area .form-control:focus {
	box-shadow: none;
}
.contact-form-area textarea.form-control {
	height: 250px;
}
.map-area {
	position: relative;
	z-index: 2;
	height: 960px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.map-area {
height: 1200px;
}
}
@media only screen and (max-width: 767px) {
.map-area {
height: 1200px;
}
}
.map-area iframe {
	width: 100%;
	height: 100%;
	border: none;
	margin-bottom: 0;
}
.map-area .contact---area {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.map-area .contact---area .contact-page {
	background-color: #2e9dd1;
	padding: 70px 45px;
}
@media only screen and (max-width: 767px) {
.map-area .contact---area .contact-page {
padding: 40px 30px;
}
}
.map-area .contact---area .contact-page h4 {
	color: #ffffff;
	font-weight: 600;
}
/* :: 14.0 Elements Area CSS */
.elements-title {
	position: relative;
	z-index: 1;
}
.elements-title .line {
	width: 30px;
	height: 8px;
	background-color: #ffbb38;
	border-radius: 5px;
	display: block;
	margin-bottom: 15px;
}
.elements-title h2 {
	font-size: 24px;
	margin-bottom: 0;
}
.single-service-area {
	position: relative;
	z-index: 1;
	text-align: center;
}
.single-service-area .icon {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	max-width: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: 75px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	display: inline-block;
	margin-bottom:15px;
	box-shadow: 0 0 0 4px rgb(0 0 0 / 2%);
}
.single-service-area .text h5 {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-size: 18px;
}
.single-service-area .text p {
	margin-bottom: 0;
}
.single-service-area:hover .text h5, .single-service-area:focus .text h5 {
	color: #333;
}
.single-cool-fact {
	position: relative;
	z-index: 1;
}
.single-cool-fact .scf-icon {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
	width: 70px;
}
.single-cool-fact .scf-icon i {
	color: #ffbb38;
	font-size: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-cool-fact .scf-icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 40px;
flex: 0 0 40px;
max-width: 40px;
width: 40px;
}
.single-cool-fact .scf-icon i {
font-size: 40px;
}
}
.single-cool-fact .scf-text h2 {
	font-size: 48px;
	margin-bottom: 10px;
	color: #212121;
	font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-cool-fact .scf-text h2 {
font-size: 36px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.single-cool-fact .scf-text h2 {
font-size: 30px;
}
}
@media only screen and (max-width: 767px) {
.single-cool-fact .scf-text h2 {
font-size: 24px;
}
}
.single-cool-fact .scf-text p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
	color: #212121;
	line-height: 1;
}
.single-cool-fact.white .scf-icon i, .single-cool-fact.white .scf-text h2, .single-cool-fact.white .scf-text p {
	color: #ffffff;
}
.single-accordion.panel {
	background-color: #ffffff;
	border: 0 solid transparent;
	border-radius: 4px;
	box-shadow: 0 0 0 transparent;
	margin-bottom: 15px;
}
.single-accordion:last-of-type {
	margin-bottom: 0;
}
.single-accordion h6 {
	margin-bottom: 0;
}
.single-accordion h6 a {
	font-family: "Open Sans", sans-serif;
	background-color: #2e9dd1;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 20px 70px 20px 30px;
	position: relative;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
}
.single-accordion h6 a span {
	background: transparent;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-size: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 58px;
	height: 100%;
	color: #ffffff;
	line-height: 58px;
}
.single-accordion h6 a span.accor-open {
	opacity: 0;
}
.single-accordion h6 a.collapsed {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #ffbb38;
	color: #ffffff;
}
.single-accordion .accordion-content {
	border-top: 0 solid transparent;
	box-shadow: none;
}
.single-accordion .accordion-content p {
	padding: 15px 15px 0;
	margin-bottom: 0;
}
.single-skils-area {
	position: relative;
	z-index: 1;
}
.single-skils-area .circle {
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
}
.single-skils-area .skills-text {
	margin-top: 45px;
}
.single-skils-area .skills-text span {
	font-size: 18px;
	color: #212121;
	font-weight: 600;
}
.single-skils-area p {
	margin-bottom: 0;
	color: #212121;
}
.credit-tabs-content {
	position: relative;
	z-index: 1;
}
.credit-tabs-content .nav-tabs {
	border-bottom: none;
	margin-bottom: 15px;
}
.credit-tabs-content .nav-tabs .nav-link {
	background-color: #f1f7f9;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	color: #212121;
	margin: 0 2px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.credit-tabs-content .nav-tabs .nav-link {
padding: 0 15px;
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.credit-tabs-content .nav-tabs .nav-link {
padding: 0 15px;
font-size: 14px;
}
}
@media only screen and (max-width: 767px) {
.credit-tabs-content .nav-tabs .nav-link {
padding: 0 15px;
font-size: 14px;
}
}
.credit-tabs-content .nav-tabs .nav-link.active {
	background-color: #2e9dd1;
	color: #ffffff;
}
.credit-tabs-content .credit-tab-text {
	position: relative;
	z-index: 1;
	padding-top: 10px;
}
.credit-tabs-content .credit-tab-text p {
	margin-bottom: 0;
}
.credit-tabs-content .tab-content h6 {
	font-size: 18px;
}
.single-icons {
	position: relative;
	z-index: 1;
	background-color: #2e9dd1;
	border-radius: 5px;
	text-align: center;
	padding: 50px 20px;
}
.single-icons i {
	font-size: 50px;
	margin-bottom: 30px;
	display: block;
	color: #fff;
}
.single-icons span {
	display: block;
	color: #fff;
}
.desktop-show {
  display: block;
}
.mobile-show {
  display: none;
}
@media only screen and (min-width: 1601px) and (max-width: 1919px) {
#nurse-btn {
width: 57%!important;
}
.wel-heading {
width:70%;
margin-top:5%;
margin-bottom:10%;
}
.wel-heading img {
width:10%;
}
.wel-heading h1 {
font-size:65px;
}
.wel-heading p {
font-size: 24px;
}
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
#nurse-btn {
width: 57%!important;
}
.wel-heading {
width:70%;
margin-top:3%;
margin-bottom:10%;
}
.wel-heading img {
width:14%;
}
.wel-heading h1 {
font-size:60px;
}
.wel-heading p {
font-size: 24px;
}

}
 @media only screen and (min-width: 1081px) and (max-width: 1280px) {
  .wel-heading {
width:70%;
margin-top:5%;
margin-bottom:10%;
}
.wel-heading img {
width:18%;
}
.wel-heading h1 {
font-size:54px;
}
.wel-heading p {
font-size: 28px;
}
 
 }
 @media only screen and (min-width: 900px) and (max-width: 1080px) {
 .wel-heading {
width:90%;
margin-top:10%;
margin-bottom:10%;
}
.wel-heading img {
width:12%;
}
.wel-heading h1 {
font-size:44px;
}
.wel-heading p {
font-size: 20px;
}
 .desktop-show {
  display: block;
}
.mobile-show {
  display: none;
}
.top-white-right {
 width: 100%;
 float: none;
 margin-top: 10px;
}
.service-section h1 {
font-size: 2em!important;
}
.top-white-right h1 {
font-size: 1em;
text-align: right;
font-weight: 400;
}
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
.wel-heading {
width:90%;
margin-top:10%;
margin-bottom:10%;
}
.wel-heading img {
width:18%;
}
.wel-heading h1 {
font-size:54px;
}
.wel-heading p {
font-size: 28px;
}
.desktop-show {
  display: none;
}
.mobile-show {
  display: block;
}
.top-white-right {
 width: 100%;
 float: none;
 margin-top: 10px;
}
.service-section h1 {
font-size: 2em!important;
}
.top-white-right h1 {
font-size: 1em;
text-align: right;
font-weight: 400;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.wel-heading {
width:90%;
margin-top:10%;
margin-bottom:10%;
}
.wel-heading img {
width:20%;
}
.wel-heading h1 {
font-size: 42px;
}
.wel-heading p {
font-size: 24px;
}
.desktop-show {
  display: none;
}
.mobile-show {
  display: block;
}

.top-white-right {
 width: 100%;
 float: none;
 margin-top: 10px;
}
.service-section h1 {
font-size: 2em!important;
}
.top-white-right h1 {
font-size: 1em;
text-align: right;
font-weight: 400;
}
}
@media only screen and (min-width :480px) and (max-width :599px) {
.wel-heading {
width:90%;
margin-top:10%;
margin-bottom:10%;
}
.wel-heading img {
width:25%;
}
.wel-heading h1 {
font-size: 36px;
}
.wel-heading p {
font-size: 20px;
}
.desktop-show {
  display: none;
}
.mobile-show {
  display: block;
}
/*.input-group {
border:0px solid #e6e6e6!important;
padding:5px 5px 0 5px!important;
}*/
.top-white-right {
 width: 100%;
 float: none;
 margin-top: 10px;
}
.service-section h1 {
font-size: 2em!important;
}
.top-white-right h1 {
font-size: 1em;
text-align: right;
font-weight: 400;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.wel-heading {
width:90%;
margin-top:10%;
margin-bottom:10%;
}
.wel-heading img {
width:25%;
}
.wel-heading h1 {
font-size: 28px;
}
.wel-heading p {
font-size: 20px;
}
.desktop-show {
  display: none;
}
.mobile-show {
  display: block;
}
.top-white-right {
 width: 100%;
 float: none;
 margin-top: 10px;
}
.service-section h1 {
font-size: 2em!important;
}
.top-white-right h1 {
font-size: 1em;
text-align: right;
font-weight: 400;
}
}
