@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{

	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin:0;
	padding: 0;
	font-weight: 400;
	overflow-x: hidden;
	background-color:var(--color-2);
}
.object-non-visible {
    visibility: hidden;
}
iframe {
	display: block !important;
	max-width: 100% !important;
}
:root{
	--main-color:#24ab96;
	--color-1:#444;
	--color-2:#fff;
}
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
	outline: none!important;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2;
}
a{
	text-decoration: none!important;
	color: var(--main-color);
}
a:hover{
	opacity: .8;
	color: var(--main-color);
}
img{
	max-width: 100%;
	vertical-align: middle;
}
ul{
	/*list-style: none;*/
}
.top-menu{
	background-color:#24ab96;
	height: 35px;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 4px;
}
.top-menu ul{
	padding: 0px  0 !important;
	max-width:100%;
    margin-bottom: 0;
}
.top-menu ul li {
	margin-right: 15px;	
	display: inline-block;
}
.top-menu ul.list-unstyled li:not(:first-child){
	border-left: 1px solid #fff;
	height: 25px;
	margin-top: 0px;
	padding-left:15px;		
}
.top-menu ul li.li-social{
	border-left: 1px solid #fff;
	margin-right: 15px!important;


}
.top-menu ul.list-custom {
	text-align: right;
	margin-right: 5px;
}
.top-menu ul.list-custom li a img{
	margin-left: 10px;
}
.top-menu ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.top-menu ul li a img{
	height: 15px;
	width: auto;	
}
.top-menu ul  li.li-social img{
	
	height: 19px;
	object-fit: contain;
}
 .navbar-brand img{
	object-fit: contain;
	width: 100%;
	display:block!important;
	height:36px;	
	min-height:100% ;
}
 .navbar{
	padding:20px 0 15px 0;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
 .navbar-expand-md .navbar-nav .nav-link {
	font-size:17px!important;
	font-weight:500;
	text-transform: uppercase;
	margin-left:5px;
	line-height:55px;
	color: #444;	
}
.page-id-129 .navbar-expand-md .navbar-nav .nav-link {
	font-size: 16px !important;
}
 .navbar-expand-md .navbar-nav .nav-link:hover{
 	opacity: .8;
}
 .nav-item-custom  img{
 	vertical-align: middle!important;
 	width: 2rem;
 	margin-bottom: 2px;
}
.navbar-expand-md .navbar-nav .btn-1 a.nav-link {
 	font-size: 17px !important;
    font-weight: 500;
    color: #444;
    text-transform: uppercase;
 	border: 2px solid #24ab96;
    padding: 6px 15px !important;
    display: inline-block !important;
    border-radius: 25px;
   	margin-top: 17px !important;
   	margin-left: 10px;
   	display: inline-block;
}
.navbar-expand-md .navbar-nav .btn-1 a.nav-link:hover{
 	color:#444!important;
}
  .btn-2 , .section-footer .btn-1 a {
 	font-size: 17px !important;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
 	border: 2px solid #fff;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 25px;
    margin-top: 35px;
    margin-left: 10px;
}
 .section-footer .btn-1 a,
 .btn-2:hover{
 	color: #fff!important;
}
  .carousel .carousel-item {  
    width: 100%;
}
.carousel .carousel-inner  img { 
    object-fit: cover;
    display: block;
    height:100vh;
    width: 100%;
    object-position:center;
    max-width: 100%;
}
 .carousel .carousel-caption {
    position: absolute;
    right: 5%;
    left:35%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}
.carousel .carousel-caption p{
	font-size: 30px;
	font-weight: 200;
	line-height: 37px;
	margin-bottom:40px;
	max-width: 100%;
}
.carousel .carousel-caption h1{
	font-size: 60px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	line-height: 67px;
}
.carousel .carousel-caption span.bold{
	font-weight: 600;
}
.carousel .carousel-caption h4{
	font-size: 23px;
	font-weight: 300;
	color: #fff;
	margin-top:15px;
}
.carousel-control{
	filter:none!important;
	background-image:none!important;
}
.section-home {
	padding: 120px 0;
}
.carousel-ab {
	display: none;
}
.section-home .home-text{
	max-width: 95%;
}
.section-home .home-text h5{
	font-size: 25px;
	font-weight: 300;
	color:#24ab96;
}
.section-home .home-text h2{
	font-size: 45px;
	font-weight: 600;
	color:#444;
	border-bottom:4px solid #24ab96;
	padding-bottom: 10px;
}
.section-home .home-img img{
	display: block;
	width: 100%;
	height: 415px;
	object-fit: cover;
}
.section-home .home-text p{
	font-size: 20px;
	font-weight:300;
	color:#444;
	line-height: 25px;
	margin-top: 20px;	
}
.section-home .home-text span{
	color:#24ab96!important;
	font-weight: 600;
}
.section-services{
	padding: 120px 0;
	background-color:#24ab96;
	width: 100%;
	max-width: 100%;
}
.section-services .services-text h5{
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}
.section-services .services-text .wrap-h h3,
.section-services h2 {
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom:20px;
}
.section-services .services-text .wrap-h{
	margin-bottom: 60px;
}
.line-white {
	height: 6px;
	background-color: #fff;
	text-align: center;
	max-width: 70px;
	margin: auto;
}
.line-custom{
	height: 6px;
	background-color: #444;
	text-align: center;
	max-width: 70px;
	margin: auto;
}
.line-green{
	height:4px;
	background-color:#24ab96;
	text-align: center;
	max-width:40px;
	margin: auto;
}
.line-green-1{
	height:6px;
	background-color:#24ab96;
	text-align: center;
	max-width:70px;
	margin: auto;	
}
.col-sm-x{
	width: 20%;
	float: left;
}
.section-services .services-desc{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-right:2px solid #fff!important;
	padding-right: 20px;
}
.section-services  .services-desc-custom{
	border-right:2px solid transparent!important;
}
.section-services .services-desc p.lead {
	font-size: 12rem;
	font-weight:600;
	color: #fff;
	margin-top:100px;
	margin-bottom: 40px;	
}
.section-services .services-desc p.lead span  {
	font-size: 45px;
	font-weight: 500;
	color: #fff;
}
.section-services .services-desc p{
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	line-height: 25px;
}
.section-folia{
	padding: 30px 0;
}
.section-folia .folia-img img{
	display: block;
    width: 100%;
    height:455px;
    object-fit: contain;
    margin-top: 60px;
}
.section-folia .folia-acordian{
	background-color: #f6f7f9;
	padding:80px 0 60px 60px;
	width: calc(100% + 300px);
}
.section-folia .folia-acordian h2{
	font-size: 45px;
	font-weight: 300;
	color: #444;
	line-height: 46px;
	margin-bottom: 10px;
}
.section-folia .folia-acordian span.bold{
	font-weight: 600;
	color: #24ab96;
} 
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding:4px 20px!important;
    font-size:18px!important;
    color:#444!important;
    text-align: left;
    text-transform: uppercase!important;
    background-color: #fff!important;
    border: transparent!important;
    border-radius: 25px!important;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    margin: 10px 0!important;
}
.accordion-button:focus {
      box-shadow: 0 0 0 0 transparent!important;
}
.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: transparent!important;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border:0!important;
}
.accordion-item:first-of-type .accordion-button {
    margin-top:30px!important;

}
.accordion-item .accordion-button {
    width:66.66%!important;
    
}
.section-one-smile-bg {
	background-image: url(../images/retainer.jpg);	
	background-color: #24ab96;
	background-position: center;
	background-size: cover;
	height:435px;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 35px;
}
.section-one-smile-bg h3 {
	font-size: 45px;
	font-weight:300;
	color: #fff;
	line-height: 50px;
}
.section-one-smile-bg span{
	font-weight:600;
}
.section-table {
	padding:20px 0;
}
.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: #f6f7f9!important;
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 2px;
    border-bottom: 2px solid #24ab96!important;   
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    width: 33%!important;
    text-align: center!important;
}
.section-table .td-custom{
	font-size: 20px;
	font-weight:300;
	color: #444;
	line-height: 24px;
	padding: 15px 0;
}
.section-blog{
	padding: 120px 0;
}
.section-blog h3,
.section-blog h2{
	font-size: 45px;
	font-weight:600;
	color: #24ab96;
	text-align: center;
	margin-bottom:15px;
}
.section-blog .blog-card{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	margin-top: 30px;
}
.section-blog .blog-card .blog-text h5{
	font-size: 25px;
	font-weight: 600;
	color:#24ab96;
	line-height:30px;
	border-bottom:	4px solid #24ab96;
	padding-bottom: 15px;
}
.section-blog .blog-card .blog-text p{
	font-size: 20px;
	font-weight:300;
	color:#444;
	line-height: 25px;
	margin-top: 15px;
}
.section-blog .blog-card .blog-text a.btn-custom{
	display: inline-block;
	font-size:21px;
	font-weight: 400;
	color:#24ab96;
	margin-top: 10px;
}
.section-blog .blog-card .blog-img img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom:30px;
}
.section-blog .blog-card .blog-text .blog-desc{
	display: flex;
    flex-direction: column;
    align-items: start;
    justify-content:start;
    height: 100%;
    width: 100%;
}
.section-gallery {
	padding: 120px 0;
	background-color:#24ab96;
}
.section-gallery h3,
.section-gallery h2{
	font-size: 45px;
	font-weight:600;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.section-gallery p{
	font-size: 25px;
	font-weight:300;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	margin-bottom:45px;
}
.section-gallery .gallery-img{
	margin-bottom:25px;
}
.section-gallery .gallery-img img{
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.section-achievement{
	padding: 120px 0;
}
.section-achievement .offset-custom{
	display: flex;
	flex-direction: row;
}
.section-achievement .achievement-text{
	margin-bottom: 60px;
}
.section-achievement .achievement-text h3,
.section-achievement h2{
	font-size: 45px;
	font-weight:600;
	color: #24ab96;
	text-align: center;
	margin-bottom: 25px;
}
.section-achievement .achievement-card{
	display: block; 	
	max-width: 100%;
	height: 100%;
	border:2px solid  #24ab96;
	border-radius: 25px;
	padding-top:45px;
	padding-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
}
.section-achievement .achievement-card img{
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100px;
}
.section-achievement .achievement-card p{
	font-size: 23px;
	font-weight:300;
	color: #444;
	text-align: center;
	margin-top:5px;
}
.section-achievement .achievement-card p.strong{
	display: block;
	font-size:88px;
	font-weight:600;
	color: #444;
	text-align: center;
	margin-top:-15px;
	margin-bottom: -10px;	
}
.section-contact{
	padding: 100px 0;
	background-color:#24ab96;
	text-align: center;
}
.section-contact h3,
.section-contact h2 {
	font-size: 45px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;	
}
.section-contact .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg:#24ab96!important;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: 0!important;
    border-radius: var(--bs-card-border-radius);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color:#24ab96!important;
    background-clip: padding-box;
    border:0!important;
    border-bottom: 1px solid #444!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:0!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-contact input.form-control::placeholder {
  	color: #fff!important;
}
.section-contact textarea.form-control::placeholder {
 	 color: #fff!important;
}
.section-contact input.form-control,
.section-contact textarea.form-control{
	padding-left: 0;
}
.section-contact input.form-control:focus,
.section-contact textarea.form-control:focus{
	outline: none!important;
}
.form-control:focus {
  	border-color: inherit;
  	-webkit-box-shadow: none;
  	box-shadow: none;
}
.section-contact .card .form-group{
	padding-top:60px;
}

.section-contact input.btn-custom {
    font-size: 22px;
    font-weight:500;
    text-transform: uppercase;
    color:#24ab96;
    background-color:#fff;
    padding: 5px 80px;
    border-radius: 25px;
    border-color: transparent!important;
}
.section-global{
	padding:80px 0 90px 0;
	text-align: center;
}

.section-global .global-wrap  h3,
.section-global h2{
	font-size: 45px;
    font-weight: 500;
    color: #24ab96;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.section-global .global-wrap button{
	font-size: 40px;
    font-weight:600;
    text-transform: uppercase;
    color:#fff;
    background-color:#24ab96;
    padding:4px 55px;
    border-radius: 50px;
    border-color: transparent!important;
    margin-top: 35px;
}
.section-global .global-wrap .global-img img{
	display: block;
	object-fit: contain;
	width: 100%;
	height: 565px;
	margin:20px 0;
}
.section-footer{
	background-color:#24ab96 ;
	display:block;
	width: 100%;
	height: 225px;
}
.section-footer .global-app{
	display: flex;
	justify-content: center;
	gap: 20px;
	padding-bottom: 15px;	
}
.section-footer .footer-desc ul {
	float: left;
}
.section-footer .global-app img{
	display: block;
	max-width: 100%;
	height: 60px;
	object-fit: contain;
	margin-top: -30px!important;
}
.section-footer .footer-desc ul .list-custom{
	margin-right: 40px!important;
}
.section-footer .footer-desc ul li a.nav-link{
	font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 95px;
    color: #fff;
    padding:8px 12px;
}
.section-footer .footer-desc ul li.btn-1 a.nav-link {
	line-height: 1 !important;
}
.section-footer .footer-desc ul li a.navbar-brand{
	object-fit: cover;
    width: 100%;
    display: block !important;
    height: 36px;
    min-height: 100%;
}
.footer-desc a , .footer-desc ul {
	float: left;
}
.footer-desc a.navbar-brand {
	display: inline-block;
	margin-top: 30px;
	margin-right: 15px;
}
.table-true-false img {
	height: 26px !important;
	margin-top: 5px;
}
.hidden-xs {
	display: block;
}	
.visible-xs {
	display: none;
}
h1 strong,
h2 strong  {
	font-weight: 600 !important;
}
.item-x.service-item.blog-item-ab img {
	height: 250px;
	object-fit: cover;
	display: block;
	width: 100%;
}
.item-x.service-item.blog-item-ab h3 {
	font-size: 25px;
    font-weight: 600;
    color: #24ab96;
    line-height: 30px;
    border-bottom: 4px solid #24ab96;
    padding-bottom: 15px;
    margin-top: 30px;
}
.item-x.service-item.blog-item-ab a {
	display: inline-block;
	font-size:21px;
	font-weight: 400;
	color:#24ab96;
	margin-top: 10px;
}
.single-content.single-blog {
	padding-top: 50px;
}
.navbar-expand-md .navbar-nav .btn-1 .nav-link {
	line-height: normal;
	padding: 0 !important;
}
/*MEDIA QUERY*/

/*@media(max-width:1200px)
@media(max-width:992px)
@media(max-width:767px)
@media(max-width:576px)
@media(max-width:480px)
@media(max-width:350px)*/
@media(max-width:1200px){
.section-services {
    padding:80px 0;
}
.section-services .services-desc p.lead {
    font-size: 7rem;
    margin-top: 80px;
    margin-bottom:30px;
}
.section-services .services-desc p.lead span {
    font-size: 35px;
}
.section-services .services-desc p {
    font-size: 18px;
    line-height: 23px;
}
.section-services .services-text .wrap-h {
    margin-bottom:50px;
}
.section-achievement .achievement-card img {
    height: 80px;
}
.section-achievement .achievement-card p.strong {
    font-size: 65px;
    margin-top: -10px;
    margin-bottom: -5px;
}
.section-achievement .achievement-card {
    padding-top: 40px;
    padding-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
.section-achievement .achievement-card p {
    font-size: 20px;
    margin-top:0;
}
.section-footer .footer-desc ul li a.nav-link {
    font-size: 16px;
    line-height:35px;
    padding: 8px 12px;
}
.btn-2 {
    font-size: 16px !important;
    margin-top:15px;
    margin-left:5px;
}
}
@media(max-width:992px){
.section-services .services-desc p.lead {
    font-size: 6rem;
    margin-top:80px;
    margin-bottom:30px;
 }
.section-achievement .achievement-card img {
    height:70px;
 }
 .section-achievement .achievement-card p.strong {
    font-size: 55px;
    margin-top: -10px;
    margin-bottom: -5px;
 }
 .section-achievement .achievement-card p {
    font-size: 18px;
    margin-top: 0;
 }
  .section-achievement .achievement-card {
    padding-top: 30px;
    max-width: 80%!important;
    margin: auto!important;
}
}
@media(max-width:767px){
	.hidden-xs {
		display: none !important;
	}	
	.visible-xs {
		display: block;
	}
	/*.top-menu ul {
		display: flex;
	    justify-content: center;
	    flex-direction:column!important;
	    align-items: center;
	    padding:  10px 0 5px 0!important;
	    max-width: 100%;
	    line-height: 35px;
	    margin-bottom: 0;
	}
	.top-menu ul.list-custom {
	    flex-direction:row!important;
	    flex-basis: auto; 
	}*/
	 .top-menu .col-md-3 {
	    width: 100%;
	    padding-bottom: 15px;
	}
	.navbar {
	    padding: 20px  0;
	}
	.navbar-toggler {
	    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	    font-size: var(--bs-navbar-toggler-font-size);
	    line-height: 1;
	    color: transparent;
	    background-color: transparent;
	    border:0!important;
	    border-radius:0!important;
	    transition: var(--bs-navbar-toggler-transition);
	}
	.navbar-toggler-icon {
	    display: inline-block;
	    width: 2em;
	    height: 2em;
	    vertical-align: middle;
	    background-image: var(--bs-navbar-toggler-icon-bg);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 100%;
	}
	.navbar-expand-md .navbar-nav .nav-link {
	    font-size: 16px !important;
	    line-height: 24px;
	}
	.navbar-nav{
		margin-top:20px;
	}
	.navbar-brand img {
	    height: 30px;
	    padding-left: 10px;
	}
	.navbar .nav-item {
	     border-bottom: 2px solid #e5e5e5;
	     width: 100%;
	 }
	.navbar-expand-md .navbar-nav .btn-1 a.nav-link {
	    font-size: 16px;
	    padding: 5px 14px;
	    margin-top: 5px;
	    margin-bottom: 5px;
	    margin-left:0;
	}
	.carousel .carousel-caption {
	    position: absolute;
	    right:0%;
	    left:0%;
	    top: 50%;
	    bottom: auto;
	    transform: translateY(-50%);
	    color: #fff;
	    text-align: center;
	}
	.carousel .carousel-inner img {
	    height: 42Vh;
	}
	.carousel .carousel-caption h1{
	    font-size: 35px;
	    font-weight: 300;
	    color: #fff;
	    text-transform: uppercase;
	    line-height: 43px;
	}
	.carousel .carousel-caption h4 {
	    font-size: 16px;
	}
	.top-menu ul.list-custom {
		justify-content: center!important;
		flex-direction: column;
		display: flex;
	}
	.section-home {
	    padding:60px 0;
	}
	.section-home .home-text {
	    max-width:100%;
	}
	.section-home .home-text h5 {
	    font-size: 22px;
	}
	.section-home .home-text h2 {
	    font-size: 40px;
	    line-height: 44px;
	    padding-bottom:5px;
	    margin-bottom: 10px;
	}
	.section-home .home-text p {
	    font-size: 18px;
	    line-height: 23px;
	    margin-top: 25px;
	}
	.section-home .home-img img {
	    display: block;
	    width: 100%;
	    height: 350px;
	    object-fit: cover;
	    margin-top: 15px;
	}
	.section-services .services-desc p.lead {
	    font-size: 6rem!important;
	    margin-top:50px!important;
	    margin-bottom:30px!important;
	}
	.section-services .services-desc {
	 	margin-bottom: 30px;
	    padding-right: 20px;
	}
	.section-services .services-text .wrap-h h3 {
	    font-size: 40px;
	}
	.section-services .services-text h5 {
	    font-size: 22px;
	}
	.section-services .services-text .wrap-h {
	    margin-bottom: 30px!important;
	 }
	.section-services {
	    padding: 60px 0!important;
	 }
	.section-folia .folia-acordian h2 {
	    font-size: 40px;
	    line-height: 44px;
	    margin-bottom: 10px;
	}
	.section-folia .folia-img img {
	    height: 350px!important;
	    margin-top:0;
	}
	.section-folia .folia-acordian {
	    padding:25px;
	    max-width: 100%;
	}
	.accordion-item .accordion-button {
	    width:100% !important;
	}
	.section-one-smile-bg {
	    height: 250px;
	    padding-top: 25px;
	}
	.section-one-smile-bg h3 {
	    font-size:35px;
	    line-height: 38px;
	}
	.section-table .td-custom {
	    font-size: 19px;
	    font-weight: 300;
	    color: #444;
	    line-height: 22px;
	    padding: 10px 0;
	}
	.section-blog {
	    padding:60px 0;
	}
	.section-blog h3 {
	    font-size: 40px;;
	}
	.section-blog .blog-card .blog-text p {
	    font-size: 18px;
	    line-height: 23px;
	    margin-top: 15px;
	}
	.section-blog .blog-card .blog-text h5 {
	    font-size: 22px;
	    line-height:27px;
	    padding-bottom: 10px;
	}
	.section-blog .blog-card .blog-text a.btn-custom {
	    font-size: 22px;
	}
	.section-gallery {
	    padding:60px 0;
	}
	.section-gallery h3,
	.section-gallery h2 {
	    font-size: 40px;
	    line-height: 44px;
	    margin-bottom: 20px;
	}
	.section-gallery p {
	    font-size: 22px;
	    margin-top: 20px;
	    margin-bottom: 45px;
	    line-height: 27px;
	}
	.section-achievement {
	    padding: 80px 0;
	}
	.section-achievement .offset-custom {
	    flex-direction: column;
	}
	 .section-achievement .achievement-card {
	    padding-top: 45px!important;
	    padding-bottom: 25px!important;
	    max-width:100%;
	}
	.section-achievement .achievement-card img {
	     height: 100px!important;
	}
	.section-achievement .achievement-card p.strong {
	    font-size:85px!important;
	    margin-top: -15px!important;
	    margin-bottom: -10px!important;
	 }
	.section-achievement .achievement-card p {
	    font-size: 22px!important;
	    margin-top: 5px!important;
	 }
	.section-achievement .achievement-text h3 {
	    font-size: 40px;
	    line-height: 44px;
	    margin-bottom: 20px;
	}
	.section-contact {
	    padding: 80px 0;
	}
	.section-contact .offset-2-custom {
	    margin-left: 0!important
	    }
	.section-contact h3 {
	    font-size: 40px;
	    line-height: 44px;
	    margin-bottom: 20px;
	}
	 .section-global .global-wrap h3 {
	    font-size: 40px;
	    margin-bottom: 20px;
	    line-height: 44px;
	}   
	 .section-global {
	    padding: 60px 0;
	    text-align: center;
	}
	    .section-global .global-wrap .global-img img {
	    height: 400px;
	    margin: 0;
	}
	 .section-global .global-wrap button {
	    font-size: 19px;
	    padding: 6px 35px;
	    margin-top: 30px;
	}
	.section-footer .global-app img {
	    height:40px;
	    margin-top: -20px !important;
	}
	.section-footer .footer-desc ul li a.nav-link {
	    font-size: 16px;
	    color: #fff;
	    padding: 8px 12px;
	}
	.nav{
		justify-content: center!important;
	}
	.col-sm-x {
	    width: 50%;
	}
	.col-md-x {
		margin-bottom: 30px;
	}
	.btn-2 {
	    font-size: 16px !important;
	    margin-top: 5px;
	    margin-left: 5px;
	} 
	.section h2 {
		font-size: 32px !important;
	}
	.section-services .services-desc{
		border-right: none !important;
	}
	.top-menu ul li {
		line-height: 1.3;
		font-size: 15px;
	}
	.top-menu ul {
		display: block;
		padding-top: 0 !important;
	}
	.top-menu ul li {
		display: inline-block;
		float: left;
		text-align: center;
	}
	.top-menu ul li a {
		padding: 3px 0;
		display: block;
	}
	.top-menu ul.list-unstyled li:not(:first-child) {
		margin-top: 0;
	}
	.table-true-false img {
		height: 23px;
	}
	.carousel-ab {
		
	}
}

/*.col-md-x {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.col-sm-x {
	padding-right: 5px !important;
    padding-left: 5px !important;
}
.col-lg-x {
	padding-right:5px!important;
    padding-left: 5px!important;
}
.row-custom {
    padding-right: 0px !important;
    padding-left: 0px !important;
}*/
@media(max-width:767px) {

}