.header.innerpage-style {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    height: 95px;
    line-height: 95px;
}
.header.innerpage-style .mobile_logo{
    width: 276px;
}
.header.innerpage-style .mobile_logo img{
    width: 100%;
}
.mm-navbar {
    background-color: rgba(0, 40, 63, 1);
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    height: 60px;
}
.mm-panel {
    background-color: #ffffff;
    background: #ffffff;
}
.mm-listitem{
    padding-left: 0px;
    padding-right: 0px;
}
a.mm-listitem__text, a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: var(--headings-color);
    font-size: 16px;
    font-weight: 400;
}
.lang a.mm-listitem__text{
    font-weight: 600;
}
.mm-listitem:after{
    inset-inline-end: 20px;
}
.mm-listitem.lang:after,
.mm-listitem:last-child:after{
    display: none;
}
.mobile-menu-btn.mm-listitem {
    position: absolute;
    border: 0;
    width: auto;
    right: 0;
    left: 0;
    bottom: 20px;
}
.btn-thm {
    background-color: var(--hover);
    border: 1px solid var(--hover);
    color: #ffffff;
}
.btn-thm img{
    margin-right: 17px;
}
.banner-wrapper .carousel-control-block {
  align-items: center;
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 160px;
  padding: 15px 20px;
  position: absolute;
  right: 20px;
  width: 100%;
  z-index: 999;
}
.banner-wrapper .carousel-btn-block {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #DDDDDD;
  padding-left: 20px;
}
.banner-wrapper .carousel-btn-block span {
  font-size: 30px;
  color: var(--headings-color);
  cursor: pointer;
  line-height: 0.6em;
}
.banner-wrapper .carousel-btn-block span + span {
  margin-top: 7px;
}
.banner-wrapper .slider-number-count {
  font-weight: 400;
  color: var(--headings-color);
  display: flex;
}
.banner-wrapper .sep {
  margin-left: 10px;
  margin-right: 10px;
}
.banner-wrapper .sep,
.banner-wrapper .current-number {
  color: var(--gold);
  font-weight: 600;
}
.nav_none.owl-theme.owl-carousel .owl-nav {
  display: none !important;
}
.dots_none.owl-theme.owl-carousel .owl-dots {
  display: none !important;
}

@media (min-width: 300px){
	.m-d-flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #sidebarMenu{
    display: block;
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 25px;
    color: #fff;
    background-color: var(--hover);
    margin-bottom: 20px;
  }
  .leftMenu {
    display: none;
  }
  .scrollToHome{
    height: 53px;
  }
  .scrollToHome.show {
    height: 53px;
    right: 10px;
    top: auto;
    bottom: 145px;
  }
  .scrollToHome span{
    display: none;
  }
  .whatsapp{
    height: 53px;
    right: 10px;
    top: auto;
    bottom: 10px;
  }
  .whatsapp span{
    display: none;
  }
	.aboutUs{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .aboutUs .aboutUsText{
    width: 100%;
    margin-left: 0;
    padding: 4%;
    text-align: center;
  }
  .aboutUs .aboutUsText .subTitle{
    font-size: 16px;
  }
  .aboutUs .aboutUsText .title{
    font-size: 20px;
    line-height: 30px;
  }
  .aboutUs .aboutUsText p{
    font-size: 15px;
    line-height: 25px;
  }
  .aboutUs .aboutUsImage{
    position: relative;
    top: 30px;
    right: 0;
    height: auto;
    width: 100%;
  }
  .aboutUs .aboutUsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aboutUs .aboutUsImage::before{
    display: none;
  }
  .areas-banner4 {
    padding: 50px 0;
    height: auto;
  }
  .iconbox-style1 .title {
    font-size: 24px;
    text-align: center;
  }
  .blogs{
    padding: 50px 0 100px;
  }
  .blogs .blogs-style .sub-title{
    font-size: 14px;
  }
  .blogs .blogs-style .blogs-title{
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  footer .footerTop{
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  footer .footerTop .item{
    width: 100%;
    align-items: center;
  }
  footer .footerTop .item .footer-logo{
    width: 304px;
    height: 88px;
    display: block;
    margin-bottom: 0px;
  }
  footer .footerTop .item:not(:first-child){
    margin-top: 30px;
  }
  footer .footerTop .item .socialMenu{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .footerTop .item .socialMenu li{
    margin-right: 27px;
  }
  footer .bb-white-light{
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footerBottom ul{
    height: 60px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .footerBottom ul li:not(:last-child)::after {
    content: '';
    padding-left: 0px;
  }
  .breadcumb-section2 {
    height: 100px;
  }
  .breadcumb-style1 .title {
    font-size: 25px;
    margin-top: 10px;
  }
  .about{
    margin-top: 50px;
  }
  .about .aboutContent .item .text{
    width: 100%;
  }
  .about .aboutContent .item .text .title{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .about .aboutContent .item .text p{
    font-size: 16px;
    line-height: 24px;
  }
  .about .aboutContent .item:nth-child(even) .text{
    margin-left: 0px;
  }
  .about .aboutContent .item .image {
    margin-top: 0px;
  }
  .about .aboutContent .item:nth-child(even) .image img {
    margin-left: 0;
  }
  .about .aboutContent .item:nth-child(even) .image::after {
    left: -30px;
  }
  .profile-card {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
  }
  .profile-card .image{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .contact{
    margin-top: 50px;
  }
  .contact .maps{
    margin-bottom: 50px;
  }
  .form .btn-contact{
    margin-top: 30px;
  }
  .page .page_title{
    margin-top: 45px;
  }
  .page,
  .article{
    margin-top: 50px;
  }
  .form label{
    font-size: 13px;
  }
  .about .aboutContent .item .image img{
    height: auto;
  }
}
@media (min-width: 576px){
	.m-d-flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
	.aboutUs{
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .aboutUs .aboutUsText{
    width: 100%;
    margin-left: 0;
    padding: 4%;
  }
  .aboutUs .aboutUsText .subTitle{
    font-size: 16px;
  }
  .aboutUs .aboutUsText .title{
    font-size: 20px;
    line-height: 30px;
  }
  .aboutUs .aboutUsText p{
    font-size: 15px;
    line-height: 25px;
  }
  .aboutUs .aboutUsImage{
    position: relative;
    top: 30px;
    right: 0;
    height: auto;
    width: 100%;
  }
  .aboutUs .aboutUsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aboutUs .aboutUsImage::before{
    content: '';
    background-color: var(--gold);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 33px;
    left: 33px;
  }
}
@media (min-width: 768px){
  .m-d-flex{
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
  }
  .footerBottom ul{
    height: auto;
    justify-content: unset;
    flex-direction: unset;
    align-items: unset;
  }
  .footerBottom ul li:not(:last-child)::after {
    content: '|';
    padding-left: 5px;
  }
	.aboutUs{
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .aboutUs .aboutUsText{
    width: 49%;
    margin-left: 0;
    padding: 4%;
  }
  .aboutUs .aboutUsText .subTitle{
    font-size: 16px;
  }
  .aboutUs .aboutUsText .title{
    font-size: 20px;
    line-height: 30px;
  }
  .aboutUs .aboutUsText p{
    font-size: 15px;
    line-height: 25px;
  }
  .aboutUs .aboutUsImage{
    position: relative;
    top: 0px;
    right: 0;
    height: 468px;
    width: 49%;
  }
  .aboutUs .aboutUsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 10px;
  }
  .aboutUs .aboutUsImage::before{
    content: '';
    background-color: var(--gold);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 33px;
    left: 33px;
  }
  .blogs{
    padding: 70px 0 100px;
  }
  .blogs .blogs-style .sub-title{
    font-size: 16px;
  }
  .blogs .blogs-style .blogs-title{
    font-size: 26px;
    line-height: 36px;
    margin-top: 2dvi;
    margin-bottom: 70px;
  }
  .profile-card {
    position: relative;
    width: 300px;
    height: 300px;
    margin-bottom: 100px;
  }
  .profile-card .image{
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  .contact{
    margin-top: 100px;
  }
  .contact .maps{
    margin-bottom: 0px;
  }
  .form .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .form .btn-contact{
    margin-top: 0px;
  }
  .page .page_title{
    margin-top: 0px;
  }
  .page,
  .article{
    margin-top: 100px;
  }
  
}
@media (min-width: 992px){
  #sidebarMenu{
    display: none;
  }
  .leftMenu {
    display: block;
  }
  .scrollToHome{
    display: flex;
    height: auto;
  }
  .scrollToHome.show{
    bottom: 75px;
    right: 0px;
    height: auto;
  }
  .scrollToHome span {
    display: flex;
  }
  .whatsapp{
    height: 180px;
    right: 25px;
    top: 95%;
    transform: translateY(-50%) rotate(180deg);
    bottom: auto;
  }
  .whatsapp span {
    display: flex;
  }
	header.nav-homepage-style .header-logo {
    width: 150px;
    height: 40px;
    display: inline-block;
  }
  header .header-phone img{
    width: 25px;
    height: 24px;
    margin-right: 10px;
  }
  .ace-responsive-menu > li > a {
    padding: 18px 5px 18px 5px;
  }
  .thumbimg-countnumber-carousel .slider-title{
    font-size: 32px;
    line-height: 45px;
    margin-top: 50px;
  }
  .thumbimg-countnumber-carousel .slider-text{
    font-size: 20px;
    line-height: 30px;
  }
  .aboutUs{
    padding-top: 80px;
    padding-bottom: 250px;
  }
  .aboutUs .aboutUsText{
    width: 60.8%;
    margin-left: 114px;
    padding: 4%;
  }
  .aboutUs .aboutUsText .subTitle{
    font-size: 16px;
  }
  .aboutUs .aboutUsText .title{
    font-size: 20px;
    line-height: 30px;
  }
  .aboutUs .aboutUsText p{
    font-size: 15px;
    line-height: 25px;
  }
  .aboutUs .aboutUsImage{
    position: absolute;
    top: 115px;
    right: 134px;
    height: 373px;
    width: 60.8%;
  }
  .aboutUs .aboutUsImage::before{
    content: '';
    background-color: var(--gold);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 33px;
    left: 33px;
  }
  .areas-banner4 {
    height: 1026px;
  }
  .iconbox-style1 .title {
    font-size: 20px;
  }
  .blogs{
    padding: 100px 0;
  }
  .blogs .blogs-style .sub-title{
    font-size: 18px;
  }
  .blogs .blogs-style .blogs-title{
    font-size: 30px;
    line-height: 45px;
  }
  footer .footerTop{
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: unset;
    align-items: flex-start;
  }
  footer .footerTop .item .footer-logo{
    width: 150px;
    height: 40px;
    display: block;
  }
  footer .footerTop .item:not(:first-child) {
    margin-top: 0px;
  }
  footer .footerTop .item:nth-child(1){
    width: 313px;
    margin-right: 70px;
  }
  footer .footerTop .item:nth-child(2){
    width: 345px;
    margin-right: 40px;
  }
  footer .footerTop .item:nth-child(3){
    width: 381px;
  }
  footer .footerTop .item:nth-child(4){
    width: 155px;
  }
  footer .footerTop .item .socialMenu{
    
    width: 100%;
    display: flex;
    /*
    position: absolute;
    left: 0;
    bottom: 0;
    justify-content: space-between;
    */
    justify-content: flex-end;
  }
  footer .bb-white-light{
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    margin-top: 74px;
    margin-bottom: 30px;
  }
  .breadcumb-section2 {
    height: 310px;
  }
  .breadcumb-style1 .title {
    font-size: 45px;
    margin-top: 120px;
  }
  .about{
    margin-top: 100px;
  }
  .about .aboutContent .item{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
  }
  .about .aboutContent .item .text{
    width: 60%;
  }
  .about .aboutContent .item .text .title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .about .aboutContent .item .text p{
    font-size: 14px;
    line-height: 24px;
  }
  .about .aboutContent .item:nth-child(even) .text {
    margin-left: 75px;
  }
  .about .aboutContent .item:nth-child(even) .image img {
    margin-left: 0px;
  }
  .about .aboutContent .item:nth-child(even) .image::after {
    left: 0px;
  }
  .profile-card {
    position: relative;
    width: 300px;
    height: 300px;
    margin-bottom: 100px;
  }
  .profile-card .image{
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  .team .profile-title{
    margin-right: 110px;
  }
  .team .profil-desc{
    margin-right: 110px;
  }
  .about .aboutContent .item .image img {
    height: 450px;
  }
}
@media (min-width: 1200px){
  header.nav-homepage-style .header-logo {
    width: 180px;
    height: 48px;
    display: inline-block;
  }
  header .header-phone img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .ace-responsive-menu > li > a {
    padding: 18px 10px 18px 5px;
  }
  .thumbimg-countnumber-carousel .slider-title {
    font-size: 52px;
    line-height: 75px;
  }
  .thumbimg-countnumber-carousel .slider-text {
    font-size: 26px;
    line-height: 36px;
    max-width: 863px;
	padding-bottom: 10px;
  }
  .aboutUs{
    padding-top: 80px;
    padding-bottom: 250px;
  }
  .aboutUs .aboutUsText{
    width: 60.8%;
    margin-left: 114px;
    padding: 4%;
  }
  .aboutUs .aboutUsText .subTitle{
    font-size: 16px;
  }
  .aboutUs .aboutUsText .title{
    font-size: 26px;
    line-height: 36px;
  }
  .aboutUs .aboutUsText p{
    font-size: 16px;
    line-height: 26px;
  }
  .aboutUs .aboutUsImage{
    top: 115px;
    right: 134px;
    height: 445px;
    width: 60.8%;
  }
  .aboutUs .aboutUsImage::before{
    content: '';
    background-color: var(--gold);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 33px;
    left: 33px;
  }
  .iconbox-style1 .title {
    font-size: 24px;
    text-align: center;
  }
  footer .footerTop .item .footer-logo{
    width: 180px;
    height: 48px;
    display: block;
  }
  footer .footerTop .item .footerText{
    font-size: 18px;
    line-height: 28px;
  }
  footer .footerTop .item .title{
    font-size: 18px;
    margin-bottom: 0px;
  }
  footer .footerTop .item ul li{
    font-size: 13px;
  }
  footer .footerTop .item .quick-menu ul li a{
    font-size: 13px;
  }
  footer .bb-white-light{
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    margin-top: 74px;
    margin-bottom: 30px;
  }
  .about .aboutContent .item .text .title{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .about .aboutContent .item .text p{
    font-size: 16px;
    line-height: 28px;
  }
  .profile-card {
    position: relative;
    width: 380px;
    height: 380px;
    margin-bottom: 100px;
  }
  .profile-card .image{
    width: 380px;
    height: 380px;
    overflow: hidden;
  }
  .form label{
    font-size: 16px;
  }
}
@media (min-width: 1400px){
  header.nav-homepage-style .header-logo {
    width: 300px;
    height: 80px;
    display: inline-block;
  }
	header .header-phone{
    font-size: 20px;
  }
  header .header-phone img{
    margin-right: 17px;
  }
  .aboutUs{
    padding-top: 100px;
    padding-bottom: 185px;
  }
  .aboutUs .aboutUsText{
    width: 60.8%;
    margin-left: 0px;
    padding-top: 60px;
	padding-left: 0px;
	padding-right: 70px;
	padding-bottom: 70px;
	border-radius: 10px;
	top: 43px;
	text-align: center;
  }
  .aboutUs .aboutUsText .subTitle{
    font-size: 18px;
  }
  .aboutUs .aboutUsText .title{
    font-size: 24px;
    line-height: 35px;
  }
  .aboutUs .aboutUsText p{
    font-size: 18px;
    line-height: 28px;
	padding-bottom: 10px;
  }
  .aboutUs .aboutUsImage{
    top: 0px;
    right: 0px;
    height: 550px;
    width: 60.8%;
  }
  .aboutUs .aboutUsImage::before{
    content: none !important;
    background-color: var(--gold);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 33px;
    left: 33px;
  }
  footer .footerTop .item .footer-logo{
    width: 300px;
    height: 54px;
    display: block;
  }
  footer .footerTop .item .footerText{
    font-size: 20px;
    line-height: 30px;
  }
  footer .footerTop .item .title{
    font-size: 20px;
    margin-bottom: 0px;
  }
  footer .footerTop .item ul li{
    font-size: 16px;
  }
  footer .footerTop .item .quick-menu ul li a{
    font-size: 16px;
  }
  .about .aboutContent .item .text .title{
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .profile-card {
    position: relative;
    width: 413px;
    height: 413px;
    margin-bottom: 135px;
  }
  .profile-card .image{
    width: 413px;
    height: 413px;
    overflow: hidden;
  }
}