body{
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
}
html {
  scroll-behavior: smooth;
}

.wrapper-all{overflow:hidden;}
.img-responsive{max-width:100%;}
.tb-equal{
	padding:80px 0px;
}
.tb-equal-half{
	padding:40px 0px;
}

.bg-contain{background-size:contain !important;}
.bg-cover{background-size:cover !important;}
.pt-none{padding-top:0px;}
.pb-none{padding-bottom:0px;}

p{letter-spacing: 0.2px; font-size:14px; font-family: 'Titillium Web', sans-serif;}
p:last-child{margin: 0px;}

h1{font-size:40px; font-weight: 700;}
h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: capitalize;
}
h3{font-size:30px;}
h4{font-size:24px;}
h5{font-size:16px;}
h5{font-size:14px;}

h1, h2, h3, h4 {
    margin: 0;
}

.m-auto{margin:auto;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-80{margin-top:80px;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-80{margin-bottom:80px;}

.p-none{padding:0px;}

.space-10{height:10px;}
.space-20{height:20px;}
.space-30{height:30px;}
.space-40{height:40px;}
.space-50{height:50px;}
.space-80{height:80px;}

p{font-size:16px; line-height:26px;}

/** Header 1 **/

/* .nav-holder-1 {
	margin-left: auto;	
} */

.bottom-fixed {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
    background: #fba50188;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.bottom-fixed:hover{
	background: #d3994c;
	color:#fff;
}

.fixed-ctabtn {
    position: fixed;
    right: 0px;
    top: 220px;
    background: #f1f1f1;
    color: #282828;
    width: 38px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    border-radius: 10px 0px 0px 10px;
    text-indent: 2px;
    box-shadow: rgb(63 63 231 / 54%) 0px 50px 100px -20px, lab(41 59.73 43.43 / 0.81) 0px 30px 60px -30px;
}

header.sticky .logo img{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}
.logo a{
    padding: 0px;
}
.logo img {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	animation-delay: 2s;
}
.logo-txt {
	font-size: 32px;
	font-weight: 700;
}

.logo-txt a {
	color: #ffffff;
}

.logo-dark{
	display: none;
}

.sticky .logo-dark,
.no-top-image .logo-dark{
	display: block;
}

.sticky .logo-white,
.no-top-image .logo-white{
	display: none;
}

.headcondition{}

/*** HEADER ***/
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-top: 0px;
    padding-bottom: 10px;
    /*padding-right: 30px;
    padding-left: 30px;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    animation-delay: 2s;
}
/*header.sticky {
    position: fixed !important;
    top: 0;
    background:#fff;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 10px #33333378;
}*/

/*** menu large screens ***/
.menu-nav {
    margin: 0;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-nav li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.menu-nav li:first-child {
	margin-left: 0;
}
.menu-nav li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 70px;
    text-transform: capitalize;
}
.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
	background: none;
	color: #AF1329;
	text-decoration: none;
}

.menu-nav > li:hover > a:before,
.menu-nav li.current-menu-item > a:before {
    left: 0;
    width: 100%;
    border-color: #fbcc74;
}
.menu-nav ul {
    display: none;
    margin: 0;
    padding: 20px 0;
    width: 265px;
    text-align: left;
    position: absolute;
    left: -36px;
    background: #efefef;
    z-index: 5;
}
.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 12px;
}
.menu-nav ul li > a {
	display: block;
	padding: 5px 36px;
	text-transform: capitalize;
	line-height: normal;
	font-weight:400;
	font-size: 15px;
    letter-spacing: 0;
	color: #0e1219;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.menu-nav ul li > a:focus{
	outline: none;
}
.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #c78d3f;
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

.menu-nav li:hover > ul {
	display: block;
}

.menu-nav li ul ul {
	left: 100%;
	top: -28px;
	margin: 0;
}

.menu-nav .edge > ul{
	left: auto;
	right: 0;
}

.menu-nav li ul .edge ul {
    left: auto;
    top: -28px;
    margin: 0;
    right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
	display: none;
}
/*** end menu large screens ***/

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button {
	background: none;
	border: none;	
	cursor: pointer;
	padding-bottom: 15px;
	vertical-align: middle;
}
.nav-button:focus{
	outline:none;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 2px;
	width: 25px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
	background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-bar:after {
	bottom: -12px;
	top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu-mobile {
	font-size: 0;
	margin: 30px 0px 0px;
	padding:0px;
	margin-left: 0;
}
.menu-mobile li {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    margin-bottom: 0;
    text-transform: capitalize;
    border-top: 1px solid #ffffff3b;
}
.menu-mobile li a {
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 1.5;
}
.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: #ffffff88;
}

.menu-mobile>li.menu-item-has-children>a:after {
	content: "+";
	display: inline-block;
	margin-left: 7px;
	margin-right: 0;
	font-size: 13px;
	font-weight: 700;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "-";
}

.menu-mobile ul {
	margin-left: 0;
	padding:0px;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
    display: block;
    padding: 10px 10px;
}
.menu-mobile li a {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 400;
    text-decoration: none;
}
.menu-mobile li a:after{
	float:right;
}
.menu-mobile li ul.sub-menu li a{
	font-size:16px;
}

.menu-contact {
	margin-top: 15px;
	padding-left: 5px;
	font-size: 16px;
	color: #fff;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding:0px;
}

.menu-contact ul:first-child li i {
    font-size: 16px;
    margin-right: 10px;
}

/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden;
}

.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.mobile-menu-holder {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	overflow-x: hidden;
	width: 320px;
	height: 100%;
	background: #222;
	opacity: 0;
	padding: 0px 15px;
	-webkit-transform: translateX(400px);
	-ms-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile-menu-holder .menu-contact i, .menu-contact a, .menu-contact p{
	color:#fff;	
}
.mobile-menu-holder .info{
	margin-bottom: 10px;
}
.mobile-menu-holder .foot-li a, .foot-li p{
	margin-left: 5px;
	margin-bottom:0;
}

.modal-menu-container {
	position: relative;
}
.exit-mobile {
    cursor: pointer;
    padding: 0px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
	margin-left: auto;
	margin-top: 15px;
}

.menu-contact h3 {
    font-size: 23px;
    margin-bottom: 15px;
}


/* SLIDER */

.slider-container {
	position: relative;
	overflow:hidden;
}

.slider-item-box-bkg {
	height: 100vh;
}

.slider-img,
.slider-img-v2 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2a856+0,fed179+100 */
	background: rgb(226,168,86); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(226,168,86,1) 0%, rgba(254,209,121,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(226,168,86,1) 0%,rgba(254,209,121,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(226,168,86,1) 0%,rgba(254,209,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2a856', endColorstr='#fed179',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.home-slider .container {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	-o-transform: translateY(-35%);
	transform: translateY(-35%);
    left: 0px;
    right: 0;
}

.slider-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;	
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home_Stext h1 {
    margin-bottom: 35px;
    color: #fff;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    position: relative;
    z-index: 9;
}

.big_btn {
    background: #AF1329;
    display: table;
    position: relative;
    z-index: 9;
    text-align: center;
    color: #fff;
	font-weight: 600;
    font-size: 24px;    
    border-radius: 15px;
    padding: 7px 30px;
}
.big_btn span {
    color: #fff;
    display: block;
    font-size: 13px;
	font-weight:normal;
}
.big_btn:hover{
	text-decoration: none;
	color: #fff;
}

.big_btn_blk {
    background: #111111;
    display: table;
    position: relative;
    z-index: 9;
    text-align: center;
    color: #fff;
	font-weight: 600;
    font-size: 24px;    
    border-radius: 15px;
    padding: 7px 30px;
}
.big_btn_blk span {
    color: #fff;
    display: block;
    font-size: 13px;
	font-weight:normal;
}
.big_btn_blk:hover{
	text-decoration: none;
	color: #fff;
}

.gap_ten{gap: 20px;}

.header-social-1 {
	margin: 0px 20px;
}

@media (max-width: 1024px) {
	/* menu */
	.nav-button-holder {
		display: none;
	}	
	.header-social-1{
		margin-left: 32px;
		flex: 0 0 auto;
	}

	.slider-text {
		width: 100%;
	}
	
	/* slider v2 */
	
	.slider-holder-v2{
	height: auto;
	flex-wrap: wrap;
	}
	
}

.view-more {
    background: #252525;
    color: #fff;
    height: 45px;
    padding: 0px 35px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    text-transform: uppercase;
	letter-spacing:0.5px;
    position: relative;
	text-decoration:none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	border-radius: 0px;
}
.view-more:hover {
    background: rgb(255,108,0);
	background: -moz-linear-gradient(198deg, rgba(255,108,0,1) 0%, rgba(251,177,0,1) 100%);
	background: -webkit-linear-gradient(198deg, rgba(255,108,0,1) 0%, rgba(251,177,0,1) 100%);
	background: linear-gradient(198deg, rgba(255,108,0,1) 0%, rgba(251,177,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6c00",endColorstr="#fbb100",GradientType=1);
    color: #fff;
    text-decoration: none;
}

.black-btn.hover-light:hover{
	background: rgb(43,148,133);
	background: -moz-linear-gradient(87deg, rgba(43,148,133,1) 0%, rgba(63,184,141,1) 100%);
	background: -webkit-linear-gradient(87deg, rgba(43,148,133,1) 0%, rgba(63,184,141,1) 100%);
	background: linear-gradient(87deg, rgba(43,148,133,1) 0%, rgba(63,184,141,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b9485",endColorstr="#3fb88d",GradientType=1);
}

.green-btn {
    background: #186a5f;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    padding: 0px 25px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    height: 50px;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 50px;
}
.green-btn:hover {
    background: #269384;
    color: #fff;
    text-decoration: none;
}

.green-border {
    background:none;
	border:2px solid #186a5f;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    padding: 0px 25px;
    color: #186a5f;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    height: 50px;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 50px;
}
.green-border:hover {
    background: #186a5f;
    color: #fff;
    text-decoration: none;
}

.green-btn.ar-icon:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/arrow-circle.png)no-repeat;
    right: 0;
    top: 50%;
    z-index: 9;
    margin-left: 10px;
}

.white-btn {
    background: #fff;
    margin: 0px;
    padding: 0px 25px;
    color: #252525;
    font-size: 15px;
	font-weight:600;
    letter-spacing: 0.9px;
    position: relative;
    height: 45px;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 0px;
    text-transform: uppercase;
	border: none;
}
.white-btn:hover {
     background: #991024;
	color: #fff;
    text-decoration: none;
}

/* .home-slider .owl-dots {
    counter-reset: dots;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0;
}
.home-slider .owl-dots button{
	outline:none;
	border:none;
	margin-right: 15px;
	position:relative;
}
.home-slider .owl-dots button:last-child{margin:0px;}
.home-slider .owl-theme .owl-dots .owl-dot span{
	width:inherit;
	height:inherit;
	padding:0px 5px;
	color:#fff;
	background-color:transparent;
}
.home-slider .owl-dot.active span {
    color:#fff;
	font-size:18px;
} */

.home-slider .owl-nav button {
    position: absolute;
    top: 50%;
    background: #ffffff61 !important;
    width: 50px;
    height: 50px;
    outline: none;	
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-slider .owl-nav button.owl-prev {
    left: 0px;
	color:#bd853a;
    border-radius: 0px 50px 50px 0px !important;
}
.home-slider .owl-nav button.owl-next {
    right: 0px;
	color:#bd853a;
    border-radius: 50px 0px 0px 50px !important;
}

.back-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.insite-video .back-video{
	height: 600px !important;
}

.last-tag{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-right: auto;
}
.last-tag a {
    margin-right: 10px;
    font-size: 14px;
    color: #282828;
}
.last-tag a:last-child{margin:0px;}

.desk-p-none{padding:0px;}

/* .tab-devise{margin-left:auto;} */

.quick-links h4 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: uppercase;
}
.quick-links ul{
	list-style:none;
	padding:0px;
}
.quick-links ul li a {
    margin: 0px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 28px;
    display: block;
    color: #252525;
}
.quick-links .info a{
	color:#ffffffbf;
}

footer .info p{color:#ffffffbf;}

.mobile-menu-holder.is-active .info a{color: #fff;}

footer .social-footer a:last-child{margin:0px;}
.social-footer a {
    color: #252525;
    font-size: 20px;
    margin-right: 15px;
}

.internal-text h3 {
    font-weight: 700;
    font-size: 30px;
}
.internal-text h2 {
    font-weight: 700;
    font-size: 37px;
}

.about-text h3{
	color:#fff;
	font-weight:600
}
.about-text p{
	color:#333;
	font-size:19px;
	line-height:32px;
}
.text-Rp{
	padding-right:50px;
}
.text-Lp{
	padding-left:50px;
}

.line-between {
    width: 150px;
    height: 4px;
    background: #186a5f;
    margin: auto;
    margin-bottom: 30px;
}

.team-bio{
	margin-bottom:40px;
}
.team-bio:last-child{margin:0px;}

.team-bio figure {
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin: 0;
}
.team-bio figure img{
	border-radius:50%;
}
.bio-post{
	padding-left:40px;
}
.bio-post h3{
	font-weight:700;
	font-size:30px;
}
.bio-post a {
    color: #444;
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.bio-post a i {
    font-size: 26px;
    margin-right: 7px;
}
.bio-post span{font-weight:300;}

.request-proposal-page header{position:static;}
.request-proposal-page header .search{color:#3eb48c;}
.request-proposal-page header{padding-top: 25px;}

.quote-for a.tel-gold{
	font-family: 'Montserrat', sans-serif;
	color:#cd7e07;
	font-size:30px;
}
.quote-for h3 {
    margin-bottom: 15px;
    font-weight: 800;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.quote-for p {
    padding: 0px 120px;
    color: #298f6c;
    margin: 0;
}

.title-lines{
	margin-bottom:30px;
}
.title-lines h4 {
    color: #186a5f;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    font-size: 18px;
}

.request-form input[type=text]{
	border-radius:0px;
	background:#eee;
	margin-bottom:30px;
}

.request-form textarea{
	border-radius:0px;
	background:#eee;
	height:100px;
	width:100%;
	margin-bottom:30px;
}

.checklabel {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.checklabel label {
    margin: 0px;
    padding-left: 10px;
}

.biomet span{
	background:#186a5f;
	padding:0px;
	border-radius:10px;
	overflow:hidden;
	width:50px;
	height:50px;
}
.biomet p {
    margin: 0px 0px 0px 25px;
    padding: 0px;
    font-weight: 600;
    color: #186a5f;
}
.figure-two figure{margin:0px 2px;}
.figure-two figure img{border-radius:10px;}

.list-style li {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.participants {
    display: table;
    margin: auto;
    width: 50%;
}
.participants span, .participants p{
	font-size:16px;	
}
.participants span{
	width:50%;
}
.participants p {
    color: #333;
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: auto;
}
.participants .d-flex{margin-bottom:5px;}

.exp-table{margin-bottom:30px;}
.exp-table tr{
	text-align:center;
	font-weight:400;
}

.clitents h4 {
    font-family: 'Montserrat', sans-serif;
    color: #186a5f;
    font-size: 20px;
    line-height: 30px;
}
.clitents p {
    font-size: 18px;
    color: #444;
    line-height: 28px;
}
.quote{
	color: #186a5f;
    font-size: 28px;
    margin-bottom: 20px;
}

.started-t {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 11px #0000001f;
    background: #fff;
    position: relative;
    left: 26%;
    z-index: 9;
}
.started-t h3{
	margin-bottom:20px;
	color:#186a5f;
	font-weight:800;
}
.started-t p{
	margin:0px 0px 20px;
	font-size:18px;
	color:#333;
	line-height:32px;
}

.immunization h2{
	font-weight:800;
	color:#186a5f;
}
.ordering h4{
	font-weight:700;
	text-transform:uppercase;
}
.ordering p{color:#444;}

.tit-green h2, .tit-green h3, .tit-green h4{
	color:#186a5f;
	font-weight:700;
}

footer {
    position: relative;
    background: #fff;
}
footer .container{
	z-index:9;
	position:relative;
}
footer .logo a {
    margin: auto;
	margin-bottom:15px;
}
.copyright {
    padding: 35px 0;
}
.copyright p{margin:0px;}

.analysis-form input[type=text], .analysis-form input[type=email], .analysis-form input[type=tel] {
    width: 100%;
    font-size: 14px;
    height: 50px;
    border-radius: 5px;
    padding: 0px 15px;
	margin-bottom:15px;
    border: none;
    background: #ADADAD;
}
.analysis-form input[type=text]::placeholder, .analysis-form input[type=email]::placeholder , .analysis-form input[type=tel]::placeholder{
	color:#ddd;
	text-transform:capitalize;
	font-size:16px;	
}

.analysis-form input[type=submit] {
    background: #af1329;
    margin: 0px;
    padding: 0px 35px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.9px;
    position: relative;
    height: 60px;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    /*text-transform: uppercase;*/
    border: none;
    width: 100%;
    text-align: center;
}
.analysis-form input[type=submit]:hover{
	background:#fff;
	color:#252525;
}

.analysis-form .call-to{color:#fff;}
.call-to a{background:#AF1329; color:#fff; padding:0px 5px; border-radius:5px;}

.internal-banner .container{
	position:absolute;
	top:42%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0px;
	right:0px;
}
.internal-banner figure img:first-child{
	position:absolute;
	bottom:0px;
	z-index:1;
}
.internal-banner figure:after{
	content:"";
	background:#000;
	opacity:0.2;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.internal-banner h2{
	color:#fff;
	margin:0px;
	font-size:60px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.img-circle img {
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #72ff82;
}
.team-items img{border-radius:10px;}
.team-items h4{
	font-size:18px;
	text-align:center;
	margin-top:10px;
}
.team-col div[class^="col-"] {
    margin-bottom: 30px;
}

.team-col:after {
    content: "";
    width: 100px;
    height: 110%;
    border: 4px solid #1fd9c2;
    right: -40px;
    top: 47%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
	z-index:-1;
}

.list-style{
	list-style: disc;
    padding-left: 21px;
}

#accordion{
	grid-template-rows: masonry;
	grid-template-columns: masonry;
}
#accordion .card.faq-tab{
	
}

.faq-tab {
    background: #f1f1f1;
    border: none;
    margin-bottom: 15px;
}
.faq-tab:last-child{
	margin-bottom:0px;
}
.faq-tab .card-header{
	background: none;
    border: none;
	padding:0px;
}

.faq-tab .card-header button {
    background: #f1f1f1;
    font-size: 30px;
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
    color: #373737;
    font-size: 15px;
    text-align: left;
    padding: 12px 30px;
	text-decoration:none;
	white-space: unset;
	position:relative;
}
.faq-tab .card-header button[aria-expanded=true]{
	background:#1ed8c1;
	color:#fff;
}
.faq-tab .card-header button[aria-expanded=true]:after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #fff;
    right: 20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.faq-tab .card-header button[aria-expanded=false]:after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #373737;
    right: 20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.we-do{
	display:block;
	text-align:center;
	text-decoration:none;
	background:#f1f1f1;
	padding:50px 15px 30px;
	border-radius:10px;
}
.we-do:hover{
	background: rgb(73,251,235);
	background: -moz-linear-gradient(56deg, rgba(73,251,235,1) 0%, rgba(38,175,255,1) 100%);
	background: -webkit-linear-gradient(56deg, rgba(73,251,235,1) 0%, rgba(38,175,255,1) 100%);
	background: linear-gradient(56deg, rgba(73,251,235,1) 0%, rgba(38,175,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49fbeb",endColorstr="#26afff",GradientType=1);
	text-decoration:none;
	border-radius:10px;
}
.we-do figure {
    min-height: 180px;
    margin: 0;
}
.we-do figure img {
    height: 160px;
    object-fit: cover;
}

.we-do h4{
	margin-top:10px;
	font-size:20px;
	color:#222;
	padding:0px 15px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	animation-delay: 5s;	
}
.we-do:hover h4{
	position:relative;	
	color:#fff;
	text-decoration:none;
}
.we-do img{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}
.we-do:hover img{
	padding:5px;
	text-decoration:none;	
}

.career-do {
    text-align: center;
    padding: 50px 30px;
    display: block;
    /* margin: 0px 15px; */
	height:100%;
	border-radius:15px;
	background:#f1f1f1;
}
.career-do:hover{
	text-decoration:none;
	background:#26afff;	
}
.career-do figure{
	min-height:80px;
}
.career-do h4 {
    color: #333;
    font-size: 20px;
    padding: 0px 15px;
	margin-top:30px;
}
.career-do:hover h4{color:#fff;}

.career-do figure img{
	width:64px;
}
.career-do:hover figure img:first-child{
	display:none;
}
.career-do figure img:last-child{display:none;}
.career-do:hover figure img:last-child {
    display: block;
    margin: auto;
}

.gallery figure img{
	border-radius:10px;
}

.mobile-menu-holder.is-active .info p{
	color:#fff;
}

.info {
    margin: 0px 0px 5px;
}
.info i {
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    font-size: 18px;
    margin-right: 0;
}
.info p {
    font-size: 15px;
    margin: 0px;
    text-align: left;
    color: #444;
    font-weight: 400;
}
.info p a{color:#444;}

.contact-form input[type=text] {
    border-radius: 5px;
    background: #f1eeee;
    margin-bottom: 15px;
    height: 45px;
    border: none;
    padding: 0px 15px;
    text-transform: capitalize;
}

.contact-form textarea{
	border-radius: 5px;
    background: #f1eeee;
    margin-bottom: 15px;
    height: 100px;
    border: none;
    padding: 10px 15px;
    text-transform: capitalize;
}
.contact-form input[type=submit]{
	border:none;
	margin-top:20px;
}

.input-type input[type=text], .input-type select{
	border-radius: 5px;
    background: #f1eeee;
    margin-bottom: 15px;
    height: 45px;
    border: none;
    padding: 0px 15px;
    text-transform: capitalize;
	outline:none;
}

.social_i {
    background: #AF1329;
    float: right;
    padding: 10px 30px;
    border-radius: 25px 0px 0px 25px;
    position: relative;
}
.social_i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -100%;
    background: #AF1329;
    z-index: -1;
}
.social_i:before {
    content: "";
    background: url(../images-new/phone.svg)no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    position: absolute;
    right: -7%;
    top: 21px;
}
.social_i a {
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}
.social_i span {
    color: #fff;
    font-size: 12px;
    display: block;
}

.fixed-btn{
	position:fixed;
	right:3px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:9;
	background:#bd853a;
}
.fixed-btn a {
    writing-mode: vertical-rl;
    color: #fff;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    padding: 22px 15px;
    letter-spacing: 2px;
	text-decoration:none;
}
.fixed-btn a i{
	writing-mode: vertical-rl;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bd853a;
    z-index: 999;
	display: none !important;
}

.gold_bg {
    background: #111;
    width: 100%;
    padding: 15px 0px;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    position: relative;
}
.gold_bg p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.gold_bg p strong{
	color: #AF1329;
	font-weight: 900;
}

.reviews h2{
	color: #AF1329;
	font-size: 50px;
	font-weight: 600;
}
.reviews h2 span{color: #fff;}
.reviews p{color: #fff;}
.reviews .star{gap: 10px;}

.product_items{
	text-align: center;
}
.product_items img {
    max-width: 40px;
    width: auto !important;
    margin: auto;
    margin-bottom: 20px;
}
.product_items h3{font-size: 20px; color: #fff;}

.collection .owl-nav button {
    position: absolute;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #29B6A3 !important;
    background: #fff !important;
    border-radius: 50px !important;
    font-size: 20px !important;
    line-height: 40px !important;
    margin: 0px !important;
    outline: none;
}
.collection .owl-nav button.owl-next {
    right: -40px;
    left: inherit;
}

.any-repair h1{
	color: #fff;
    font-size: 63px;
}
.any-repair h1 span {
    color: #111;
    font-weight: 900;
}
.any-repair div p {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 23px;
}
.any-repair div small {
    color: #fff;
    margin: 0;
    font-size: 14px;
    margin-left: auto;
}
.cta_box .img-responsive {min-height: 312px;}
.cta_box figure{margin:0px;}
.cta_box div {
    padding: 25px 15px 25px;
    background: #DF1431;
    min-height: 176px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta_box div h4{
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}
.cta_box div a {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 0;
    justify-content: center;
    margin-top: auto;
    text-indent: 2px;    
}
.cta_box div a i{
	font-weight: 700;
}


.list-items{
	list-style:none;
	padding:0px;
}
.list-items li{
	font-size:16px;
	font-weight:600;
	line-height:30px;
}

.iconz_box h3{
	font-weight:700;
	margin-bottom:30px;
}
.iconz_box p{
	font-size:17px;
	line-height:26px;
	margin-bottom:0px;
}

.schedule_online h2{
	color:#fff;
	font-size:50px;
}
.schedule_online p{
	color:#fff;
	font-size:20px;
}

.schedule_online div{margin-top:50px; gap:30px;}

.btn_red.big {
    background: #AF1329;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    padding: 0px 40px;
    border-radius: 15px;
    font-weight: 600;
	text-decoration:none;
}

.btn_dark.big {
    background: #111111;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    padding: 0px 40px;
    border-radius: 15px;
    font-weight: 600;
	text-decoration:none;
}

.btn_white.big {
    background: #fff;
    color: #af1329;
    font-size: 24px;
    line-height: 60px;
    padding: 0px 40px;
    border-radius: 15px;
    font-weight: 600;
	text-decoration:none;
}

.foot_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 35px;
}
.foot_list li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.copyright_end{
	padding:15px 0px;
}
.copyright_end p, .copyright_end a{color:#fff;}

.foot_logo div h3{
	font-weight:700;
	margin-bottom:5px;
}
.foot_logo div address{
	font-size:16px;
	margin:0px;
}


.foot_list1 {
    list-style: none;
    padding: 0px;
    margin: 0px;;
}
.foot_list1 li {
    margin-bottom: 5px;
}
.foot_list1 li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: #af1329;
    color: #fff;
    border-radius: 5px;
    padding: 1px 5px;
    display: table;
}

.brands{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:12px;
}
.brands img{
	
}

.collection1 .owl-nav button {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #29B6A3 !important;
    background: #fff !important;
    border-radius: 50px !important;
    font-size: 20px !important;
    line-height: 40px !important;
    margin: 0px !important;
    outline: none;
}
.collection1 .owl-nav button.owl-next {
    right: 40px;
    left: inherit;
}

.schedule_after:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:#DF143188;
}

.footstep1 .container {
    border-bottom: 50px;
}

.analysis-form select{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding: 0px 15px;
	margin-bottom:15px;
    border: none;
    background: #ADADAD;
    color: #ddd;
	text-transform: capitalize;
}
.analysis-form select::placeholder{
	color:#ddd;
	text-transform:capitalize;
	font-size:16px;	
}
