html {
  scroll-behavior: smooth;
}

.body {
  overflow-x: hidden !important;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  font-family: myfont;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden !important;
}

a {
  color: #0b35ee;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

@font-face {
  font-family: myfont;
  src: url(../fonts/BasisGrotesqueArabicPro-Medium.ttf);
}

@font-face {
  font-family: myfont2;
  src: url(../fonts/BasisGrotesqueArabicPro-Regular.ttf);
}


a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: myfont;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 70px;
  font-weight: 500;
}

h1.blog-title{
  font-size: 55px;
}

h2 {
  font-size: 47px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 24px;
} 

h5 {}

h6 {}

p {
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 14px;
  font-family: myfont2;
}

section {
  padding: 90px 0px;
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 40px;
}

.top-0 {
  padding-top: 0 !important;
}

.small{
  display: none;
}

.container-xl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px){
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1230px;
}
}



/* Nav doc CSS */
.navbar-doc table {
  border-collapse: collapse;
  width: 100%;
  background: transparent;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.navbar-doc table tr th,
.navbar-doc table tr td {
  text-align: left;
  padding: 15px;
}
.navbar-doc table tr:nth-child(odd) th,
.navbar-doc table tr:nth-child(odd) td {
  background: #f0f5f7;
}
.navbar-doc table tr:nth-child(even) td {
  background: #e9f0f3;
}
.navbar-doc table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.navbar-doc table tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.navbar-doc table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.navbar-doc table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.navbar-doc table tr:not(:first-child) {
  border-top: 1px solid #e5ecef;
}
.navbar-doc code {
  background: #aed2f5;
  border-radius: 3px;
  color: #000000;
  line-height: 1;
  font-size: 1.2rem;
  padding: 1px 4px;
}
.navbar-doc p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.navbar ul {
  list-style: none;
  display: flex;
  flex-direction: inherit;
  flex: inherit;
}
.navbar ul a {
  text-decoration: none;
}
.navbar .navbar-toggler,
.navbar .nav-link,
.navbar .utils-search {
  color: #636363;
}
.navbar .navbar-utils > * {
  cursor: pointer;
}
.navbar .btn-search {
  font-size: 1.5rem;
  background: transparent;
  outline: none;
  border: none;
  color: inherit;
  cursor: pointer;
}

.navbar-nav {
  display: flex;
  list-style: none;
}
.navbar-nav .nav-link {
  padding: 5px 7px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 400;
  display: block;
  transition: 150ms ease;
  color: #464545;
}
.navbar-nav li {
  margin: 0 10px;
  position: relative;
}
.navbar-nav > li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(0 0 0);
  bottom: 0px;
  transition: all 400ms ease 0s;
  transform: scaleX(1.5);
  opacity: 0;
}
.navbar-nav > li:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.navbar-toggler {
  padding: 0.1rem 0.45rem;
  cursor: pointer;
  font-size: 1.5rem;
  background: none;
  outline: none;
  border: 1px solid #636363;
  border: none;
  border-radius: 3px;
  transition: 0.15s linear;
  display: none;
  margin-left: auto;
  margin-right: 20px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
}

/* Dropdown CSS */
li .dropdown {
  width: 230px;
  display: block;
  position: absolute;
  top: 35px;
  transition: 300ms;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 4px;
  z-index: 999;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
}
li .dropdown .nav-link {
  color: #636363;
}
li .dropdown li {
  margin: 0 5px;
}
li .dropdown .dropdown {
  top: 0;
  left: calc(100% + 20px);
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
li .dropdown .dropdown:before {
  top: 10px;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #000;
}
li .dropdown:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  border: 5px solid transparent;
  border-bottom-color: #000;
  display: none;
}
li .dropdown li:not(:last-child) {
  margin-bottom: 5px;
}
li .dropdown > li:hover > .nav-link {
  color: #0081ff;
}
li:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
li:hover > a::before {
  transform: rotate(90deg);
}

.nav-close {
  margin-left: auto;
  margin-top: 10px;
  display: none;
}
.nav-close .btn-nav-close {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2.5rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #363636;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-close .btn-nav-close .close-btn {
  transform: rotate(45deg);
}
.nav-close .btn-nav-close:hover, .nav-close .btn-nav-close:focus {
  background: #363636;
  color: #fff;
}

li.icon > a:before {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% + 0px);
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: inherit;
  transition: 0.15s linear;
}
li.icon:hover > a::before {
  transform: rotate(90deg);
}

header#main_header {
    background: #fff;
    position: relative;
    padding: 22px 0px;
    font-family: 'Poppins', sans-serif;
}
.social_icon {
  display: flex;
  align-items: center;
}
.social_icon h6{
  margin-bottom: 0px;
}
.logo_main {
    position: absolute;
    right: 0;
    left: 0;
    top: -34px;
    background: #fadfd5;
/*     border-radius: 100%; */
    width: 150px;
    height: 150px;
    line-height: 172px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.logo_main a img {
  width: 111px;
  position: relative;
  top: -10px;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

#left-menu {
  margin-right: 75px;
}
#right-menu {
  margin-left: 122px;
  padding-left: 0;
}
.social_icon h6 {
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin: 0 9px 0 0px;
}
.social_icon a {
  color: #000;
  font-size: 18px;
  margin: 3px 4px 0 8px;
}
.hd-call-info a {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 700;
}
.hd-call-info a i {
  text-align: center;
  background: #000;
  color: #fff;
  width: 25px;
  display: block;
  height: 25px;
  line-height: 26px;
  border-radius: 100px;
  margin: 0 9px 0 0px;
}


/* =====banner--------- */

.banner_sec {
    background: url(https://colourclinic.com/wp-content/uploads/2023/10/banner-img.jpg) no-repeat center;
    color: #fff;
    padding: 140px 0 14px;
}
.hd_button {
  display: block;
  margin-top: 30px;
}
a.btn1 {
  border: 1px solid #838080;
  background: rgb(82 81 81 / 32%);
  display: inline-block;
  color: #fff;
  padding: 12px 57px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  font-family: myfont2;
  text-transform: capitalize;
}
.content_brn {
  text-align: center;
  padding-top: 170px;
}
.content_brn p {
  margin-bottom: 0;
}
.item_list {
  display: flex;
  margin-bottom: 25px;
}
.conttn_ic {
/*   margin-left: 25px; */
	margin-left: 25px;
  width: 100%;
}
.conttn_ic h3 {
  margin-bottom: 7px;
}
.conttn_ic p {
  line-height: 28px;
  margin-bottom: 0;
}
.what_we_offer {
  padding: 78px 0px;
  background-attachment: fixed !important;
}
.cntent_srvc p {
  padding: 0 80px 0 0px;
}
.cntent_srvc {
  position: absolute;
  bottom: 34px;
  color: #fff;
  left: 29px;
}
.img_src {
  overflow: hidden;
  border-radius: 18px;
}
.img_src img{
  transition: all 0.9s;
}
.service_item:hover img {
  transform: scale(1.2);
}
.service_item{
  position: relative;
}
.service_item h4{
  text-transform: uppercase;
}
a.btn1.dark {
  border: 1px solid #060606;
  background: rgb(82 81 81 / 12%);
  color: #000;
}
.content_pera_Srvc {
  text-align: center;
  padding: 50px 50px 0;
}
.personal_mackup_section {
  padding: 80px 0px;
  
}
.price_list_bar {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 25px;
}
.item_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  background: rgba(22,22,22,0.6);
  border: 1px solid #fff;
  border-radius: 6px;
}
.item_price p {
  margin-bottom: 0;
  font-size: 16px;
  opacity: 0.7;
  font-family: 'myfont2';
  line-height: 23px;
}
.review_post {
  padding: 31px 31px 39px;
  background: #fff;
  box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
  margin: 11px 0px;
  border-radius: 6px;
  border: 1px solid #f5f5f5;
  min-height: 312px;
}
.icon_glr {
  display: flex;
  margin-top: 53px;
}
.img_glr img {
  width: 35px !important;
}
.hd_tr h5 {
  margin-bottom: 0;
  font-size: 18px;
}
.hd_tr date {
  color: #888;
  font-size: 14px;
}
.hd_tr {
  margin-left: 17px;
}
.review_post i {
  color: #fba400;
  font-size: 21px;
  margin: 0px 2px 14px 0px;
}
.review_post p {
  font-size: 19px;
  line-height: 33px;
  min-height: 110px;
  margin-top: 14px;
  margin-bottom: 0;
}
.client_section .gap {
  margin-bottom: 26px;
}
.client_section .content_pera_Srvc {
  text-align: center;
  padding: 30px 50px 0;
}
.first_time_makeup {
  padding: 102px 0px;
  background-attachment: fixed !important;
}
.first_time_makeup .accordion-button {
  background: transparent !important;
  color: #000;
  border: 1px solid #343131;
  border-radius: 4px;
  background: rgba(229,213,205,0.9) !important;
  padding: 20px 21px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.accordion-item {
  background-color: transparent;
  margin-bottom: 17px;
}
.accordion-body {
  padding: 1rem 1.25rem;
  border-radius: 0;
  background: rgba(229,213,205,0.9) !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background: url(../image/plus-1.png) no-repeat center !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-size: 29px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion-button:not(.collapsed) {
  box-shadow: inherit;
  background-color: inherit;
}
div#accordionExample {
  margin-top: 30px;
}
div#accordionExample2 {
  margin-top: 30px;
}
div#accordionExample {
  margin-top: 30px;
}
.color-p p {
  color: #767676;
}
.contct_form input {
  width: 100%;
  border: 1px solid #adaaaa;
  height: 60px;
  padding: 16px;
  outline: none;
  border-radius: 4px;
  transition: all 0.6s;
}
.contct_form input:focus{
  border: 1px solid #000;
}
.contct_form textarea:focus{
  border: 1px solid #000;
}
.contct_form {
  width: 89%;
  margin: 0 auto;
}
.contct_form textarea {
  width: 100%;
  border: 1px solid #adaaaa;
  height: 140px;
  padding: 16px;
  outline: none;
  border-radius: 4px;
  transition: all 0.6s;
}
.contct_form button {
    width: 100%;
    border: 1px solid #adaaaa;
    height: 60px;
    padding: 0;
    outline: none;
    border-radius: 4px;
    margin-top: -9px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.6s;
    border: 1px solid #adaaaa;
    background: #fadfd5;
}
.contct_form button:hover{
  background: #121212;
  color: #fff;
  border: 1px solid #121212;
}

/* footer---------- */

footer.footer_area {
  background: #000;
  color: #fff;
  padding: 70px 0px 40px;
}
.footer_top {
  display: grid;
  align-items: center;
  /* justify-content: space-between; */
  grid-template-columns: 1fr 2fr 1fr;
}
.what_we_offer .icon {
/*     width: 150px;
    height: 70px;
    line-height: 68px;
    background: #fff;
    text-align: center;
    border-radius: 100px; */
	
	width: 100px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
}
.what_we_offer .icon img {
    width: 43px;
}
.icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-radius: 100px;
}
.icon img {
  width: 37px;
}
.detisl {
  margin-left: 21px;
}
.info {
  display: flex;
}
.detisl h6 {
  font-size: 23px;
  margin-bottom: 3px;
  border-bottom: 1px solid #282828;
  padding-bottom: 9px;
}
.detisl a {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}
.ftr_log {
  background: #fadfd5;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  margin: 0 auto;
}
.ftr_log a img {
  width: 103px;
  margin: 0 auto;
  text-align: center;
}
div#info2 {
  justify-content: end;
}
.ftr_menu ul {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.ftr_menu ul li a{
  color: #fff;
}
.ftr_menu {
  padding-top: 44px;
  text-align: center;
}
.ftr_menu ul li a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 14px 30px;
  font-family: 'myfont2';
}
.ftr_menu p {
  margin-top: 45px;
  padding: 0px 30px;
}
.ftr_copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #242424;
  margin-top: 57px;
  padding: 30px 0 0;
}
.ftr_copyright p {
  margin-bottom: 0;
}
.ftr_copyright a {
  color: #fff;
  font-family: 'myfont2';
}
.ftr_copyright span {
  margin: 0px 7px;
}


/* inner------------ */

#banner1{
  background: url(../image/about-banner.jpg) no-repeat center;
}
#banner2{
  background: url(../image/brow-service-banner.jpg) no-repeat center;
}
#banner3{
  background: url(https://colourclinic.com/wp-content/uploads/2023/06/tatto-bg.jpg) no-repeat center;
}
#banner4{
  background: url(../image/areola-nipple-banner.jpg) no-repeat center;
color: #fff;
}
#banner1{
  background: url(../image/about-banner.jpg) no-repeat center;
}
#banner1{
  background: url(../image/about-banner.jpg) no-repeat center;
}
#banner4 a.btn1.dark:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
#banner4 a.btn1.dark {
    border: 1px solid #fff;
    color: #fff;
}
.inner_banner {
  padding: 170px 0px;
  background-position: top !important;
}
.inner_heading h1 {
    font-size: 55px;
    text-transform: capitalize;
}
img.img-fluid.circel {
  border-radius: 11px;
}
section.why_choose_section {
  display: flex;
  align-items: center;
  padding: 0;
  background: #fadfd5;
  width: 100%;
  height: 100%;
}
.why_choose_section .heading {
  padding: 60px;
}
section.why_choose_section img {
  object-fit: cover;
  height: 570px;
}
.mobile_navbar {
  display: none;
}

::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #f7cab9; 
  border-radius: 0px;
}

.why_choose_section img{
  width: 100%;
}
.light-bg{
  background: #fadfd5;
    position: relative;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0,0,0,0.125);
}
.accordion-button:not(.collapsed) {
  color: #000000;
}
.what_we_have_Section li {
  margin-bottom: 12px;
}


/* contact----- */


.contact-info p {
  max-width: 966px;
  margin: auto;
  color: #777777;
}
.contact-info-top {
  margin-top: 7px;
}
.contact .p-contact{
  margin: initial !important;
}
.contact .row-below{
  margin-top: 30px;
}
.contact .contact-info form{
  margin-top: 15px;
}
.contact .contact-top {
	background: #fff;
	padding: 33px 20px;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	border: 1px solid #19181885;
}
.contact .contact-icon{
  position: relative;
  margin-bottom: 15px;
}
.contact .contact-info-top a{
  color: #303030;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
}
.contact .contact-info-top p{
  color: #303030;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.contact .contact-icon i {
  background: #fadfd5;
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 28px;
}
.contact-top h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif; 
}
.contact .contact-left-el {
  margin-bottom: 23px;
  display: flex;
  align-items:center;
  background: #f7f7f7;
}
.contact .contact-left-el1{
  margin-bottom: 26px;
  margin-top: 30px;
  display: flex;
  align-items:flex-start;
}

.contact .contact-left-el,.contact-left-el1 a {
  font-family: 'Poppins', sans-serif;
  color: #777777;
  transition: all .3s ease-in-out;
}
.contact .contact-form {
  background: #fff;
  padding:25px;
  box-shadow: 0px 10px 40px rgb(235, 235, 235);

}
.contact .contact-left{
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0px 10px 40px rgb(235, 235, 235);

  width: 100%;
  height: 100%;
}
.contact .contact-left-el,.contact-left-el1 a:hover {
  color: #5ad2d2;
}
.contact .contact-form input{
  font-family: 'Poppins', sans-serif;
  height: 60px;
  border-radius: 5px;
  color: #666666;

  border: 1px solid #e2e2e2;
}
.contact .contact-form textarea {
  font-family: 'Poppins', sans-serif;
  border-radius: 5px;
  color: #666666;
  border: 1px solid #e2e2e2;
  height: 121px;
  padding: 12px;
}
.form-control:focus {
  color: #5F656F;
  background-color: #fff;
  border-color: #fadfd5 !important;
  outline: 0;
  box-shadow: inherit !important;
}
.contact .contact-form button {
  background: #fadfd5;
  border: 1px solid #fadfd5;
  padding: 10px 0px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  width: 280px;
  height: 60px;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0px;
  font-size: 19px;
  font-weight: 600;
  width: 100%;
}
.contact .contact-form button:hover{
  background: #000;
  border: 1px solid #fadfd5;
  color: #fadfd5;
}
.map2 iframe {
  width: 100%;
  height: 400px;
  padding: 12px;
box-shadow: 0px 10px 40px rgb(235, 235, 235);
}
.text_lgo span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 43px;
}
.logo img {
  width: 280px;
}
.top_bar {
  padding: 14px 0px 24px;
} 

.our_price_lsit2  .item_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  background: #f5eeee;
  border: 1px solid #fff;
  border-radius: 6px;
}

.our_price_lsit2 .item_price p {
  margin-bottom: 0px;
  opacity: inherit;
  font-family: myfont2;
  line-height: 23px;
}


.heading.text-center.color-gallery h3 {
  color: rgb(102,50,64);
}
section.gallery_section img {
  object-fit: cover;
  height: 300px;
  border-radius: 12px;
  border: 1px solid #cfc7c7;
  width: 100%;
}
.gallery_item {
  margin-bottom: 40px;
}


.icon img {
    width: 33px;
}
#mobile-lgo{
	display:none
}
.mobile-show-img {
    display: none;
}



/* blog-css------- */

.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
    margin-top: 0px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    transition: 0.3s;
    color: #838893;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-secondary);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

.blog .blog-pagination {
    margin-top: 50px;
    color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #000;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #888;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #000;
   color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}
.blog .posts-list .post-title a {
    color: #000;
    font-weight: 300;
}
img.mobile-man{
	display: none;
}
section.area_Section.contact img {
/*     width: 100%; */
	width: 40%;
  display: flex;
  margin: 0 auto;
}