/*========================================== MASTER STYLESHEET ===================================================================

	Project     :	HOSTING TEMPLATE
	Version     :	1.0
	Last Change : 	07/03/2019
	Primary Use :   HOSTING TEMPLATE

=================================================================================================================================*/
/*========================================== LAYOUT ===================================================================

		1.COMMON STYLES		
		2.BUTTON
		3.NAVIGATION
		4.HEADER
		5.SERVICES
		6.REGISTER
		7.GALLERY
		8.PRICING
		9.COUNTER
		10.LATEST NEWS
		11.FAQ
		12.TESTIMONIAL
		13.APPOINTMENT
		14.CTA
		15.FOOTER
		16.COPYRIGHT
		17.MEDIA QUERIES

=================================================================================================================================*/
/*========================================== COLOR CODES =========================================================================

	Background         :#ffffff [white]
	Theme Color        :#4AD9D9 [Radical Red]	
	Main Heading Color :#333333 [Dark Gray]	
	Content Color      :#333333 [Light Gray]

=================================================================================================================================*/
/*=============================
============= TYPOGRAPHY =========================================================================

	Heading: font-family: 'Roboto', Helvetica, Arial, sans-serif;	
	Body:    font-family: 'Open Sans', sans-serif, Arial, Vedana, Trebuchet MS;

=================================================================================================================================*/
/*========================================== 1.COMMON START ===========================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
	background: #ffffff;
	color: #666666;
	font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0 auto;
	max-width: 1400px;
}
a{
	outline: none !important;
	text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}
h1{
	color: #333333;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 55px;
}
h2{
	color: #333333;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 40px;
}
h3{
	color: #333333;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 36px;
}
h4{
	color: #333333;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 30px;
}
h5{
	color: #333333;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 1px;
}
h6{
	color: #333333;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 1px;
}

p{
	color: #666666;
	font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.under-line img {
	vertical-align: top !important;
	margin-top: 15px;
	margin-bottom: 15px;
}
.intro-content {
	color: #555555;
	font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 40px;
}
.column-center {
	float: none;
	margin: 0 auto;
}
.dis-table {
    display: table;
}
.dis-table-cell{
   display: table-cell;
   vertical-align: top;
}
.dis-in-block {
    display: inline-block;
	vertical-align: middle;
}

.rowsafari{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bgimage-property {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-white-bg {
    background-color: #ffffff;
}
.section-gray-bg {
    background-color: #f6f6f6;
}
.section-cta-bg {
    background-color: #1ec6bc;
}
.copyright-bg {
    background-color: #333333;
}
.dis-inline{
	display: inline-block;
}
.text-center {
	text-align: center;
}
.pad-left-15{
	padding-left: 15px;
}
.mar-left-10{
	margin-left: 10px;
}
.mar-top-30{
	margin-top: 30px;
}
.mar-top-40{
	margin-top: 40px;
}
.mar-bottom-5{
	margin-bottom: 5px;
}
.mar-bottom-10{
	margin-bottom: 10px;
}
.mar-bottom-15{
	margin-bottom: 15px;
}
.mar-bottom-20{
	margin-bottom: 20px;
}
.margin-top-5{
	margin-top: 5px;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-top-15{
	margin-top: 15px;
}
.no-mar{
	margin-left:0;
	margin-right: 0;
}
.pad-lef-20{
	padding-left: 20px;
}
.content-ul {
    padding-left: 0;
    margin-bottom: 0;
}
.content-ul li {
    list-style: none;
}
.copyright-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*========================================== 1.COMMON END ===========================================*/

/*========================================== 2.BUTTON START ===========================================*/
.header-btn-top-space {
	margin-top: 30px;
}
.btn-top-space {
	margin-top: 20px;
}
.btn {
    background-color: #4AD9D9;
	border: 1px solid #4AD9D9;
    color: #ffffff;
    font-size: 13px;
	font-weight:700;
    letter-spacing: 1px;
	display: inline-block;
	border-radius: 50px;
	 padding: 10px 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
   background-color: #ffffff;
	border: 1px solid #4AD9D9; 
    color: #4AD9D9;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* READ MORE TEXT LINK STYLE START */
.text-link a {
	color:#4AD9D9;
	font-size: 12px;
	font-weight: 700;	
    letter-spacing: 1px;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-webkit-transition:0.3s all ease;
	transition:0.3s all ease;	
}
.text-link:hover a{
	color:#4AD9D9;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-webkit-transition:0.3s all ease;
	transition:0.3s all ease;
}
.text-link a:after {
	content: "\f101";
	font-size:13px;	
	font-family: "FontAwesome";		
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-webkit-transition:0.3s all ease;
	transition:0.3s all ease;
	padding-left: 5px;
	opacity:1;
	font-weight: 400;
   }	
.text-link a:after{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
}
.text-link:hover a:after {  
	padding-left: 10px;
    opacity: 1;
}
/* READ MORE TEXT LINK STYLE END */
/*========================================== 2.BUTTON END ===========================================*/

/*========================================== 3.NAVIGATION START ===========================================*/

.fixed-header {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav.clearfix.fixed-header> li > a.active {
  color: #4ad9d9 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    background-image: none;
    box-shadow: none;
}
.navbar {
    border: none !important;
}
.navbar-brand,
.navbar-nav > li > a {
    text-shadow: none;
}
.topbar.navbar-default {
    background-image: none !important;
    border: none !important;
    box-shadow: none;
}
.topbar.navbar-expand-lg,
#top-nav.navbar-expand-lg {
	padding: 0;
}
#top-nav.navbar-default {
    background-color: #ffffff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
	margin-bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #212529;
}
.navbar-nav > li > a {
    color: #212529;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
}
.logo-image {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
.logo-image img {
	max-width: 200px;
	height: auto;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-inverse {
    background-image: none;
}
.navbar-inverse {
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:#4ad9d9 !important;
} 
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
	padding-left: 15px;
    padding-right: 15px;
}

/*========================================== 3.NAVIGATION END ===========================================*/

/*========================================== 4.HEADER START ===========================================*/
/* STATIC HEADER */
.static-bg-padding {
    padding-bottom: 200px;
    padding-top: 200px;
	padding-left: 15px;
	padding-right: 15px;
}
.static-bgimage {
    background-image: url("../../images/1920x1000x1.jpg");
}
/* STATIC HEADER FONT STYLE*/
.static-bgimage .sub-head h3 {
	color: #4AD9D9;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.static-bgimage .header-div h1 {
    color: #f3f3f3;
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 55px;
	margin-bottom: 10px;
}
.static-bgimage p.header-content {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
	color: #f2f2f2;
	width: 50%;
}
/* HEADER BUTTON STYLE*/
.static-bgimage .header-div .head-btn {
    background-color: #4AD9D9;
	border: 0;
    color: #ffffff;
    font-size: 13px;
	font-weight:700;
    letter-spacing: 1px;
	display: inline-block;
	border-radius: 50px;
	 padding: 10px 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.static-bgimage .header-div .head-btn:hover {
   background-color: #ffffff;
	border: 0;
    color: #4AD9D9;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*========================================== 4.HEADER END ===========================================*/

/*========================================== 5.SERVICES START ===========================================*/
.services-col-div {
	background-color: #ffffff;
	border: 2px solid transparent;
    border-radius: 5px;
    padding: 25px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-col-top {
	padding-top: 30px;
}
.services-col-div:hover {
	background-color: #ffffff;
	border: 2px solid #4AD9D9;
	border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-icon img {
    background-color: #f6f6f6;
    width: 80px;
    height: 80px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #f6f6f6;
    margin-bottom: 10px;
}
.services-col-div:hover .service-icon img {
	background-color: #f6f6f6;
	border: 2px solid #4AD9D9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
}
.services-col-div:hover h4.services-head {
	color: #4AD9D9;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-head {
	margin-bottom: 10px;
	margin-top: 5px;
}
/*========================================== 5.SERVICES END ===========================================*/

/*========================================== 6.REGISTER START ===========================================*/
/* form */
.register-box {
	background-color: #4AD9D9;
    transition: all 300ms ease 0s;
    margin: 0 auto;
    padding: 30px;
}
.register {
	position: relative;
}
.register .register-input {
	background-color: #ffffff;
	border-radius: 5px;
	border: 0;
	color: #444444;
	height: 52px;
	padding-right: 120px;
	line-height: 8px;
}
.register-btn {
	position: absolute;
	top: 0;
	right: 0;
}
.btn-form{
    background-color: #4AD9D9;
	border: 1px solid #4AD9D9;
    color: #ffffff;
    font-size: 14px;
	font-weight:700;
    letter-spacing: 1px;
	display: inline-block;
	border-radius: 0 5px 5px 0;
	padding: 10px 20px;
	margin: 3px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.btn-form:hover {
   background-color: #ffffff;
   border: 1px solid #4AD9D9; 
   color: #4AD9D9;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

ul.domain-name {
    list-style: none;
    margin: 0;
	padding: 0;
	text-align: center;
}
.domain-name li {
    display: inline-block;
    text-align: center;
	padding: 15px;
}
.domain-name li:first-child {
   padding-left: 0px;
}
.domain-name li a {
	color: #666666;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 50px;
}
.domain-name li a:hover  {
	color: #4AD9D9;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
 
/*========================================== 6.REGISTER END ===========================================*/

/*========================================== 7.GALLERY START ===========================================*/
 .gallery-space {
    padding-bottom: 4px;
}
.gallery-pad {
	padding-left: 2px;
	padding-right: 2px;
}
.gallery-pad1 {
	padding-left: 0px;
	padding-right: 2px;
}
.gallery-pad2 {
	padding-left: 2px;
	padding-right: 0px;
}
.gallery-col a {
    color: #33a9ee;
}
/* GALLERY HOVER */
.gallery-inner {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.gallery-inner .gallery-caption {
    position: absolute;
    top: 40%;
	left:0;
	right:0;
    padding: 0px;    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery-inner:hover .gallery-caption {
    opacity: 1;
}
.gallery-inner .gallery-caption:before {
    content: '';
    display: block;
    background: rgba(53, 180, 185, 0.8);
    outline-offset: 1px;
    position: absolute;
    width: 20%;
    height: 20%;
    left: 0;
	right:0;
	margin:0 auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
	-moz-outline-radius: 50% !important;
	
}
.gallery-col a {
    color: #F63854;
}
.gallery-inner:hover .gallery-caption:before {
    opacity: 1;
    height:60px;
    width:60px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -moz-outline-radius: 10px !important;
}
.gallery-caption i {
    position: relative;
    margin-top: 0;
    margin-bottom: 1px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
	padding: 18px;
	-webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    -moz-outline-radius: 50px !important;
}
.gallery-caption i {
    color: #ffffff;
}
.gallery-inner img {
    border-radius: 0px;
}
/*========================================== 7.GALLERY END ===========================================*/

/*========================================== 8.PRICING START ===========================================*/
.pricing-col-div {
	background-color: #f9f9f9;
	border: 2px solid transparent;
    border-radius: 20px;
    padding: 30px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pricing-col-top {
	padding-top: 30px;
}
.pricing-btn-top-space {
	margin-top: 10px;
}
.pricing-col-div:hover {
	border: 2px solid #4AD9D9;
	border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pricing-icon {
    background-color: #eeeeee;
    margin-bottom: 10px;
    padding: 20px 15px;
	
}
.price-col .price-tag p {	
	color: #4AD9D9;
	font-size: 60px;
	letter-spacing: 1px;
	line-height: 66px;
	font-weight: 600;
	text-align: center;
	word-break: break-all;
}
.price-col-center .price-tag p {
	color: #4AD9D9;
	font-size: 60px;
	letter-spacing: 1px;
	line-height: 66px;
	font-weight: 600;
	text-align: center;
	word-break: break-all;
}
.price-tag p span {
	font-size: 20px;
}
.price-tag p span:first-child {
	vertical-align: super;
}
.price-tag p span:last-child {
	vertical-align: inherit;
}
.price-col .price-head-col {
	padding: 0px 0px 20px 0px;
}
.price-col-center .price-head-col {
	padding: 0px 0px 20px 0px;
}
.price-col-center,
.price-col {
	text-align: center;
}

.price-content p {
	border-bottom: 1px dashed #eeeeee;
    color: #666666;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.2;
    padding: 15px 0px;
}
.light-content p {
    color: #999999;
	padding: 15px 0px !important;
}
.price-content p:last-child {
	border-bottom: 0;
}
.price-content p:first-child {
    padding: 10px 0px;
}

/* Tap Style */

.price-tap {
    padding-bottom: 20px;
    padding-top: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #4AD9D9;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
a {
    color: #666666;
	font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.nav {
    list-style: none;
}
.price-col-center, .price-col {
    text-align: center;
}
a:hover {
    color: #666666;
    text-decoration: underline;
}
.nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    background-color: #CCF2F2;
}
/*========================================== 8.PRICING END ===========================================*/

/*========================================== 9.COUNTER START ===========================================*/
.counter-col-div {
	background-color: #4AD9D9;
	border: 2px solid transparent;
    border-radius: 5px;
    padding: 30px 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.counter-col img {
    box-shadow: 1px 2px 3px #666666;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 500ms ease 0s;
}
.counter-col-div:hover .counter-col img {
    box-shadow: none;
}
.counter-col .counter-tag h4 {	
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 10px;
	text-align: center;
}
.counter-col .counter-num p {
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-top: 10px;
	text-align: center;
}
/*========================================== 9.COUNTER END ===========================================*/

/*========================================== 10.LATEST NEWS START ===========================================*/
.news-col {
	background-color: #f6f6f6;
	margin: 0px auto 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position: relative;
}
.news-date {
	color: #037E8C;
	display: inline-block;
    font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}
.news-content {
	padding: 20px;
}
ul.news-name {
    list-style: none;
    padding: 0;
	margin-bottom: 5px;
}
.news-name li {
    display: inline-block;
    text-align: center;
	padding-left: 10px;
}
.news-name li:first-child {
	padding-left: 0;
}
.news-name li a {
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	word-wrap: break-word;
}
.news-date li:first-child::before {
    color: #4AD9D9;
    content: "\f073";
    font-family: fontawesome;
    padding-right: 10px;
}
.news-date li:nth-child(2)::before {
    color: #4AD9D9;
    content: "\f004";
    font-family: fontawesome;
    padding-right: 10px;
}
.news-date li:last-child::before {
    color: #4AD9D9;
    content: "\f075";
    font-family: fontawesome;
    padding-right: 10px;
}
.news-head a {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
/*========================================== 10.LATEST NEWS END ===========================================*/

/*========================================== 11.FAQ START ===========================================*/
.faq-bg {
	background-color: transparent;
	border: 1px solid #eeeeee;	
	width: 100%;
	margin-bottom: 20px;
	
}
.faq-bg-title {
   background-color: #eeeeee;
   cursor: pointer;
   margin-bottom: 0;
   padding: 15px 15px 15px 70px;
   position: relative;
   width: 100%;
}
.faq-left-right-pad {
	padding-left: 15px;
    padding-right: 15px;
}
.faq-ans {
	padding: 20px 20px;
	display: none;
}
.faq-main > .faq-bg:first-child > .faq-ans {	
	display: block;
}
.faq-bg .down-arrow:before,
.faq-bg .up-arrow:before {
   color: #ffffff;
   font-family: fontawesome;
   font-size: 20px;
   height: 100%;
   padding: 0 20px;
   line-height: 63px;
   left: 0;   
   position: absolute;
   top: 0px;
}

.faq-bg .up-arrow:before {
	content: "\f0d8";
    background-color: transparent;
	border-right: 1px solid #dcdcdc;
	color: #666666;
}

.faq-bg .down-arrow:before {
	content: "\f0d7";
    background-color: #4AD9D9;
	border-right: 1px solid #4AD9D9;	
}

/*========================================== 11.FAQ END ===========================================*/

/*========================================== 12.TESTIMONIAL START ===========================================*/
.testimonial-col-div {
	background-color: #f6f6f6;
	border: 2px solid transparent;
    border-radius: 5px;
    padding: 25px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position: relative;
}
.testimonial-col-div:hover {
	background-color: #ffffff;
	border: 2px solid #4AD9D9;
	border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonial-col:after {
    content: "\f10e";
    color: #4AD9D9;
    font-family: fontawesome;
    font-size: 50px;
    right: 30px;
    position: absolute;
    bottom: 30px;
    transition: 300ms ease-in;
}
.testimonial-name {
    color: #4AD9D9;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 300ms ease-in;
}

#popular_product .owl-dot, 
#popular_product .owl-nav .owl-next, 
#popular_product .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer;
}
#popular_product .owl-prev {
    left: 0;
}
#popular_product .owl-next {
    right: 0;
}
#popular_product .owl-next, 
#popular_product .owl-prev {
    background-color: #4AD9D9;
    border-radius: 0;
    color: #ffffff;
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 32px;
	border-radius: 50%;
	opacity: 0;
	transition: all 300ms ease-in;
}
#popular_product:hover .owl-next,
#popular_product:hover .owl-prev {
	opacity: 1;
	transition: all 300ms ease-in;
} 
#popular_product .owl-dots {
	margin: 0 auto;
	display: table;
	padding-top: 20px;
}
#popular_product .owl-dot {
	background-color: rgba(41, 185, 185, 0.8)
}
#popular_product .owl-dot.active {
	background-color: #4AD9D9;
}
#popular_product .item {
	margin: 0 auto;
	display: table;
}

/*========================================== 12.TESTIMONIAL END ===========================================*/

/*========================================== 13.APPOINTMENT FORM START ===========================================*/

.appointment-bgimage {
    background-image: url("../../images/1920x1000x2.jpg");
	padding-bottom: 100px;
	padding-top: 100px;
}

/* Appointment Form */

.book-now-form {
	background-color: rgba(50, 50, 47, 0.55);
	border-radius: 0 0 20px 20px;
	box-shadow: 0 12px 20px -12px rgba(0,0,0,0.6);
	padding: 30px 30px;
}

.form-title  h3{
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
}
.form-title {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px 20px 0 0;
    font-weight: 500;
    margin: 0 auto;
    padding: 20px 20px 20px;
    position: relative;
    text-align: center;
}

.book-form {
    padding:0px 0px;
}
.book-form .form-input {
	background-color: transparent !important;
    border: 1px solid #4AD9D9 !important;
	box-shadow: 0px 0px 6px -2px #666666;
    border-radius: 7px;
    color: #ffffff;
    height: 40px;
    padding: 5px 20px;
    position:relative;
    width:100%;
}
.book-form .form-textarea.error,
.book-form .form-input.error,
.book-form .form-input.error {
	box-shadow: none;
	border: 1px solid #ff0000 !important;
}
.book-form .form-div label {
    color:#ff0000;
    font-weight:600;
}
.book-form .form-div label {
	margin-bottom: 5px;
	margin-top: 5px;
}
.book-form .failMessage, .book-form6 .failMessage {
    color:#ff0000;
}
.book-form .form-textarea {
   background-color: transparent !important;
    border: 1px solid #4AD9D9 !important;
    border:0px solid #f6f6f6;
	box-shadow: 0px 0px 6px -2px #666666;
    border-radius: 7px;
    color: #FFFFFF !important;
	height: 100px;
    padding: 10px 20px 5px 20px;
    position:relative;
    width:100%;
}
.book-form p {
    color: #111111;
}
.book-form .form-textarea:-moz-placeholder, 
.book-form .form-input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #FFFFFF;
    opacity: 1;
}
.book-form .form-textarea::-webkit-input-placeholder, 
.book-form .form-input::-webkit-input-placeholder {
    /* Chrome */
    color: #FFFFFF;
}
.book-form .form-textarea:-ms-input-placeholder, 
.book-form .form-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
}
.book-form .form-textarea::-moz-placeholder, 
.book-form .form-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
}
.form-div {
    margin-bottom:20px;
}
.book-form p {
    margin:20px 0;
}
.form-div .input-group {
    position:relative;
    width:100%;
}
.book-form .input-group.datepicker {
    padding:0;
    position:relative;
	width: 100%;
}
.form-div .input-group .input-group-addon {
    background-color:#33A9EE;    
}
.form-div .input-group .input-group-addon {     
    border-radius: 0 5px 5px 0;
	cursor: pointer;
    height:40px;
    position:absolute;
    right:0;
    top:0;
    width:40px;
}
.form-div .input-group .input-group-addon .fa-calendar {
    color: #ffffff;
	font-size: 18px;
	padding: 10px 12px 12px 12px;
}
.form-div .input-group .input-group-addon .fa-calendar {
    right: -1px;
    top: 6px;
}
.sucessMessage {
    color: #ffffff;
	font-size: 16px !important;
	line-height: 26px !important;
}
.failMessage {
    color: #ff0000;
	font-size: 16px !important;
	line-height: 26px !important;
}
.messageDiv {
    display:table;
    text-align: center;
	margin-top: 10px;
    width: 100%;
}

/*========================================== 13.APPOINTMENT FORM ENDS ===========================================*/

/*========================================== 14.CTA START ===========================================*/

.subscribe-head h3 {
	color: #ffffff;
}
.subscribe-content p {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 10px;
}
.subs-top-space {
    margin-top: 10px;
}
.subs-btn {
    background-color: #ffffff;
    color: #4AD9D9;
    font-size: 13px;
	font-weight:700;
    letter-spacing: 1px;
	display: inline-block;
	border-radius: 50px;
	 padding: 10px 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.subs-btn:hover {
   background-color: #000000;
	border: 0;
    color: #4AD9D9;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*========================================== 14.CTA ENDS ===========================================*/

/*========================================== 15.FOOTER START ===========================================*/
.footer-social-icon li{
  display: inline-block;
  padding-left: 10px;
}
.footer-social-icon li:first-child {
  padding-left: 0px;
}
.footer-link li a,
.footer-contact p,
.footer-contact p a {
    color: #666666;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	word-break: break-all;
}
.footer-contact { 
  margin-bottom: 20px;
}
.footer-contact:last-child { 
  margin-bottom: 0px;
}
.footer-link li a {
   display: inline-block;
}
.footer-link li {
	padding-bottom: 10px;
}
.footer-link li:last-child {
	padding-bottom: 0px;
}
.footer-link li:before {
    color: #aaaaaa;
    content: "\f124";
    font-family: fontawesome;
    padding-right: 10px;
}
.footer-link li a:hover,
.footer-contact p a:hover,
.footer-link li:hover:before{
	color: #4AD9D9;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*========================================== 15.FOOTER END ===========================================*/

/*========================================== 16.COPYRIGHT START ===========================================*/
.copyright-name ,
.copyright-name a{
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

/*========================================== 16.COPYRIGHT END ===========================================*/

/*========================================== 17.MEDIA QUERIES START ===========================================*/
/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
	.static-bgimage {
		background-image: url("../../images/1920x1000x1@2x.jpg");
	}
	.appointment-bgimage {
		background-image: url("../../images/1920x1000x2@2x.jpg");
	}
}
@media only screen and (min-width: 992px){
	/* Safari Browser Isuues */
	.common-hosting-menu.nav {
		display: block !important;
		width: 100% !important;
	}
	.common-hosting-menu .menu {
		display: inline-block !important;
		vertical-align: middle !important;
	}
	.common-hosting-menu .navbar-collapse {
		float: right !important;
		display: block !important;
		line-height: 100px !important;
	}
	.common-hosting-menu .navbar-toggler {
		vertical-align: middle !important;
		float: left !important;
	}
	.common-hosting-menu.navbar-expand-lg .navbar-toggler {
		display: none;
		vertical-align: middle !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rsp-mar-top-30 {
		margin-top: 0px;
	}
	.rep-width{
		max-width: 100%;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* Menu*/
   .common-hosting-menu .nav > li > a {
        display: inline-block;
        position: relative;
    }
    .common-hosting-menu .navbar-nav {
        padding-bottom: 0;
    }
    .common-hosting-menu .navbar-nav li:last-child a {
        padding-right: 0;
    }
	
}
@media only screen and (min-width: 250px) and (max-width: 991px) {
	/* Menu*/
	.common-hosting-menu .navbar-collapse.collapse, 
	.common-hosting-menu.fixed-top .navbar-collapse {
		overflow-y: scroll;
	}
	.common-hosting-menu.navbar-default .navbar-toggler:focus,
    .common-hosting-menu.navbar-default .navbar-toggler:hover {
        background-color: transparent;
		border: 1px solid #4AD9D9 !important;
    }
	.common-hosting-menu .navbar-nav > li {
		padding: 8px 0;
	}
	.common-hosting-menu .navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
    .common-hosting-menu .navbar-right.nav {
        padding-bottom: 0 !important;
		position: relative;
    }
   .common-hosting-menu .nav {
        float: none;
        display: flex;
        padding-bottom: 0px !important;
		width: 100%;
		line-height: 20px !important;
    }
	.common-hosting-menu .navbar-toggler {
		font-size: inherit;
		background-color: transparent;
		border: 1px solid #f3f3f3 !important;
		padding: 0.6rem 0.75rem;
	}
	.common-hosting-menu .navbar-header {
		position: absolute;
		right: 0;
		top: -70px;
	}
	.services-col-div,
    .pricing-col-div,
	.counter-col-div,
	.news-col{
	     width: 380px;
		 margin: 0 auto;
	}
	.res-pad-top-30 {
	   padding-bottom: 30px;
	}
	.static-bg-padding {
		padding-bottom: 130px;
		padding-top: 130px;
	}
	.section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.mar-top-30{
		margin-top: 20px;
	}
	.intro-content {
	padding-bottom: 30px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 767px) {	
	/* Menu*/
	.container {
		max-width: 100%;
	}
    .common-hosting-menu .navbar-nav > li > a {
        font-size: 13px;
    }
    .common-hosting-menu.navbar-default .navbar-toggler {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-right: 0;
    }
    .common-hosting-menu .navbar-toggler {
        float: right !important;
    }
    .common-hosting-menu .navbar-nav > li {
        padding-left: 1.3em;
        cursor: pointer;
    }   
    .common-hosting-menu.navbar-default .navbar-nav > li > a {
        display: inline-block;
    }
    .common-hosting-menu .navbar-collapse {
        border: 0 !important;
        box-shadow: none !important;
    }
    .common-hosting-menu .nav {
        display: inherit !important;
    }
    .common-hosting-menu .navbar-nav > li {
        padding: 8px 0;
    }
	.static-bgimage p.header-content {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    color: #f2f2f2;
    width: 80%;
	}
	.gallery-res,
	.faq-res {
		padding: 0 20px;
	}
	.domain-name li {
    padding: 7px;
	}
	.static-bgimage .header-div h1,	
	h1{
		font-size: 30px;
		line-height: 40px;
	}
	h2{
		font-size: 24px;
		line-height: 34px;
	}
	.static-bgimage .sub-head h3,
	h3{
		font-size: 20px;
		line-height: 30px;
	}
	h4{
		font-size: 18px;
		line-height: 28px;
	}
	h5{
		font-size: 16px;
		line-height: 26px;
	}
	h6{
		font-size: 14px;
		line-height: 24px;
	}
	.domain-name li a {
	color: #666666;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 40px;
	}
	.price-col .price-tag p {	
	font-size: 40px;
	line-height: 50px;
	}

}
@media only screen and (min-width: 250px) and (max-width: 480px) {	
	.services-col-div,
    .pricing-col-div,
	.counter-col-div,
	.news-col{
	     width: 100%;
		 margin: 0 auto;
	}
	.register-box {
		padding: 15px;
	}
	.res-dis-width {
		width: 200px;
		padding-left: 0;
		margin-top: 20px !important;
	}
	.dis-in-block {
		display: block;
	}
	.res-text-center {
		text-align: center;		
	}
	.res-img {
		margin: 0 auto;
	}
	.testimonial-col::after {
		display: none;
	}
}
@media only screen and (min-width: 250px) and (max-width: 300px) {	
	.mar-res-left-10 {
		margin-left: 0px;
		display: block !important;
     }
}

/*========================================== 17.MEDIA QUERIES END ===========================================*/