body{
    margin: 0;
    padding: 0;
    font-size: 20px; 
    line-height: 30px;
    color:#2B2B2B;
    overflow-x: hidden;
    font-family: "aileron", sans-serif;
    font-weight: 300;
}

/* comman */
html{
    scroll-behavior: smooth;
    margin: 0!important;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*comman-area*/
ol, ul{
    margin: 0;
    padding: 0;
}
ol, ul {margin:0 0 0 20px;
    padding:0 0 0 20px;}
 
img{
    display: block;
}
a{  
    text-decoration: none;
    transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
    text-decoration: none;
    outline: none;
}
.site-main a {word-wrap: break-word;}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
h1{
    font-size: 34px;
    line-height: 44px;
    color: #1B2D26;
    font-weight: bold;
    margin-bottom: 18px;
}
h2{
    font-size: 32px;
    line-height: 44px;
    color: #1B2D26;
    font-weight: bold;
    margin-bottom: 18px;
}
h3{
    font-size: 26px;
    line-height: 36px;
    color: #2B2B2B;
    font-weight: bold;
}
h4{
    font-size: 22px;
    line-height: 32px;
    color: #2B2B2B;
    font-weight: normal;
}
h5{
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
    font-weight: normal;
}
b, strong {
    font-weight: bold;
}
.heading_1 { font-size: 34px;}
.font-light {
    font-weight: 300;
}

p{
    margin: 0 0 20px 0;
}
a {color: #687e71;}
a:hover {color: #b69644;}
figure{
    margin: 0!important;
}
img{
    max-width: 100%;
    height: auto;
}
button:focus{
    outline: none;
    box-shadow: none;
}
.container, .container-fluid{
  padding: 0 30px;
}
.container { max-width: 1290px;}
.big-text  {
    font-size: 102px;
    line-height: 1.2;
}

.btn_normal {
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.3 );
    background: #b69644;
    padding: 11px 25px;
    display: inline-block;
    font-family: "aileron", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
}
.btn_normal:hover {
    color: #ffffff;
    background: #687E71;
}
.shadow {
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.2 )!important;
}
.shadow-2 {
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.2 )!important;
}
section {
    padding-top: 1px;
    padding-bottom: 1px;
}

.pt-25 {
    padding-top: 25px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-25{
    padding-bottom: 25px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}
.caption {font-size:16px;}
p{letter-spacing:0.5px}

::-webkit-input-placeholder { /* WebKit browsers */
color: #BBB !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #BBB !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #BBB!important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #BBB !important;
opacity: 1;
}
/* Header */
.header{
    z-index: 11111;
    position: fixed;
    top: 0;
    z-index: 1111;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
}
.home .header{}
.fixed.header{}

.site-main {
    padding-top: 125px;
}

.navbar-toggler{
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
}
.navbar-toggler-icon{
    width: auto;
    height: auto;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.bar2 { margin: 5px 0;}
.bar1, .bar2, .bar3 {
  width: 40px;
  height: 5px;
  background-color: #0D0D0D;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-35deg) translate(-7px, 7px);
  transform: rotate(-35deg) translate(-7px, 7px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(35deg) translate(-6px, -6px);
  transform: rotate(35deg) translate(-6px, -8px);
}
.navbar-brand{
    margin: 0 0 0 0;
    padding: 0rem 0 0 0;
    max-width: 354.75px;
    width: 100%;
}
.fixed.header .navbar-brand{
    opacity: 1 !important;
    display: block !important;
}
.home .header .navbar-brand{}

.navbar_contact {}
.navbar_contact ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 21px;
}
.navbar_contact ul li {
    display: flex;
    gap: 15px;
    align-items: center;
}
.navbar_contact ul li a {
    color: #687E71;   
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}
.navbar_contact ul li a:hover {color: #B69644;}

.navbar{
    min-height: 90px;
    padding: 24px 0 24px 0;
}
  
.navbar-expand-lg ul {
    list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-expand-lg .navbar-nav{
    margin: 0 0 0 auto;
    display: flex;
  flex-wrap: wrap;
}
.navbar-expand-lg .navbar-nav .sub-menu {
     display: none;
     position: absolute;
    }
  

.navbar-expand-lg .navbar-nav .menu-item{
    margin: 0;
    position: relative;
}
.navbar-expand-lg .navbar-nav .menu-item + .menu-item { margin-left: 22px;}
.navbar-expand-lg .navbar-nav .menu-item a{
    padding: 0;
    color: #687E71;
    font-size: 13.5px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding:5px 0;
    display: inline-block;
    position: relative;
    transition: 350ms all;
    margin: 15px 0 0;
    letter-spacing:0.3px;
}
.navbar-expand-lg .navbar-nav .current-menu-item.menu-item a,
.navbar-expand-lg .navbar-nav .current_page_item.menu-item a,
.navbar-expand-lg .navbar-nav .current-menu-parent.menu-item a,
.navbar-expand-lg .navbar-nav .current-menu-ancestor.menu-item a,
.navbar-expand-lg .navbar-nav .current_page_parent-bkp.menu-item a {
    color: #B69644;
}
.navbar-expand-lg .navbar-nav .menu-item a:hover{
    color: #B69644;
}

@media only screen and (min-width: 1024px) {
    .navbar-nav {
      display: flex !important;
    }

    .navbar-nav li .sub-menu {
      transition: 350ms all;
    }
    .navbar-nav li:hover > .sub-menu {
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
    }
    .navbar-expand-lg .navbar-nav .menu-item-has-children:hover > a + .sub-menu { display: block;}

  .navbar-nav li .sub-menu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: transparent;
    border-radius: 0px 0px 10px 10px;
    min-width: 156px;
    padding: 20px 0;
    left: -30px;
    padding-top: 44px;
  }
  .navbar-nav li .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    width: 100%;
    height: calc(100% - 24px);
    background: #b69644;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 3px 3px 0 rgba(0,0,0,0.16 );
  }
   .navbar-expand-lg .navbar-nav li .sub-menu li.menu-item {
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
    position: relative;
    padding: 0 20px;
  }
  .navbar-nav .sub-menu li.menu-item-has-children::after {
    content: "";
      position: absolute;
    right:15px;
    top: 9px;
    height: 8px;
    width: 8px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
    display: block;
  }
  .navbar-expand-lg .navbar-nav .menu-item .sub-menu li a {
    color: #ffffff;
    padding:0px;    
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    white-space: nowrap;
  }

  .navbar-nav li .sub-menu li a {
    color: #ffffff;
    padding: 10px 20px;
    display: block;
  }
  .navbar-nav li .sub-menu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }
  .navbar-nav li .sub-menu li a:hover,
  .navbar-nav li .sub-menu li.current-menu-item > a,
  .navbar-nav li .sub-menu li.current-menu-ancestor > a {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .navbar-nav li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.16 );
    background: #687e71;
    padding-top: 10px;
    min-width: auto;
  }
  .navbar-nav li .sub-menu .sub-menu::before { display: none;}
}


/* Comman */


.btn_normal:hover {
    color: #ffffff;
    background: #687E71;
}
.btn-primary{
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3 );
    background: #b69644;
    padding: 11px 25px;
    display: inline-block;
    font-family: "aileron", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    z-index: 1;
}
.btn.btn-primary:hover,.btn.btn-primary:focus{
    color: #ffffff;
    background: #687E71;
}
.btn{
    position: relative;
    overflow: hidden;
    z-index: 1;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}


.mobile{
    display: none;
}


/* Hero Banner */
.hero-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 50px;
  align-items: center;
}
.hero-content .hero-text {
    grid-column: 1/4;
}
.hero-content .hero-img {
    grid-column: 4/6;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);     
    border-radius: 0 0 30px 30px;
}
.hero-content .hero-img img {
    width: 100%;
}
.hero-content .heroimage-carousel {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
.scroll-arrow {
    opacity: 0.5;
    transition: all 0.4s ease-in-out 0s;
}
.scroll-arrow:hover { opacity: 1;}					

/***************/
.sector-carousel {
    overflow: hidden;
}
.sector-item {
    position: relative;
    border-radius: 21px;
    overflow: hidden;
}
.sector-item img {
    border-radius: 21px;
    width: 100%;
}
.slide_title {
    position: absolute;
    left: 41px;
    top: 44px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.16 );
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
}
.slide_link {
    padding: 10px;
    position: absolute;
    right: 37px;
    bottom: 33px;
}
.slide_link .btn_normal {
box-shadow:0px 4px 4px 0px rgba(0,0,0,0.3 ) ;
padding: 10px 40px;
}
.sector-carousel .swiper-button-sector-prev {
    border-radius: 0px 0px 10px 10px;
    box-shadow:0px 4px 4px rgba(0,0,0,0.3 );
    background: #b69644;
    color: #ffffff;
    padding: 11px 17px 10px 14px;
    width: 55px;
    height: 64px;
    transition: all 0.4s ease-in-out 0s;
    left: 47px;
    bottom: 43px;
    top: auto;
}
.sector-carousel .swiper-button-sector-next {
    border-radius: 0px 0px 10px 10px;
    box-shadow:0px 4px 4px rgba(0,0,0,0.3 );
    background: #b69644;
    color: #ffffff;
    padding: 11px 14px 10px 19px;
    width: 55px;
    height: 64px;
    transition: all 0.4s ease-in-out 0s;
    left: 117px;
    bottom: 43px;
    top: auto;
}
.sector-carousel .swiper-button-sector-prev:hover,
.sector-carousel .swiper-button-sector-next:hover {    
    background: #687E71;
}

/****************/
.header-section {
    scroll-margin-top: 120px;
}
.header-inner { padding-bottom: 1px; padding-top: 1px;}
.section-header .desc_text { padding-bottom: 10px;}

.news-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom:50px;
}
.news-item .news-thumbnail {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow:0px 4px 4px 0px rgba(0,0,0,0.2 );
    
}
.news-item .news-thumbnail img {}
.news-item .news-date {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    font-style: normal;
    color: #666666;
}
.news-item .news-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
    color: #2b2b2b;
    margin-bottom: 23px;
}
.news-item .news-title a {
    color: #2b2b2b;
}
.news-item .news-excerpt {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-style: normal;
    color: #2b2b2b;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.news-item .news-btn {margin-top: auto;}
.news-item:hover .news-title a{
    color: #687e71;
}


/******** 2/3 section *********/
.column-2-3-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 50px;
    align-items: center;
  }
  .column-2-3-content .left-part {
      grid-column: 1/4;
  }
  .column-2-3-content .right-part {
      grid-column: 4/6;
  }

/********** accreditation Logo slider **************/
.accreditation-section {}
.accreditation-section .section-header {
    margin-bottom: 60px;
}
.accreditation-section .section-header .font_trajan {
    letter-spacing: 4px;
}
.font_trajan {
    font-family: "trajan-pro-3", serif;
    font-weight: normal;
    font-style: normal;    
    letter-spacing:2px;
    color:#869d8e !important
}
.green {color: #687e71;}

.accreditation-item { display: flex;}
.accreditation_wrap {
    padding: 0 70px;
    position: relative;
}
.accreditation-carousel { }
.accreditation-carousel::after,
.accreditation-carousel::before {
    content: "";
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.accreditation-carousel::after { right: 0; left: auto;}

.swiper-button-accreditation-next { right: 0px;}
.swiper-button-accreditation-prev { left: 0px;}

.swiper-button-accreditation-next,
.swiper-button-accreditation-prev {
    color: #b69644;
    opacity: 0.5;
    width: 30px;
    height: 55px;
    transition: all 0.4s ease-in-out 0s;
}
.swiper-button-accreditation-next:hover,
.swiper-button-accreditation-prev:hover {    
    opacity: 1;
}

.swiper-button-accreditation-next::after,
.swiper-button-accreditation-prev::after {
    font-size: 55px;
}

/**************/
.service_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #687e71;
    transition: all 0.4s ease-in-out 0s;
}

.service_box > img,
.service_box > p > img,
.service_box > :not(.service_info) img {
    width: 100%;
    object-fit: cover;
    max-height: inherit;
    height: revert-layer;
    border-radius: 20px;
}
.service_box .service_info a,
.service_box > img,
.service_box > p > img{
    transition: all 0.5s ease;
}
.service_box > p {max-height: inherit;}
.service_box p {margin: 0;}
.service_box .service_info {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    transition: 0.4s;
    border-radius: 20px;
}
/* .service_box:hover > :not(.service_info) img {
    mix-blend-mode: multiply;
    opacity: 0.8;
} */
.service_box .service_info h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing:1px;
}
.service_box .service_info img {
    opacity: 0.7;
}
.service_box:hover .service_info img {
    opacity: 0.7;
    mix-blend-mode: normal;
}
.service_box::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #687e71;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 20px;
}
.service_box:hover::before{
    opacity: 0.7;
}

.service_box .service_info a:hover img {
    opacity: 1;
}



/**************/
.infobox-1 {
    position: relative;
}
.infobox-1 p { margin: 0;}
.box_link {
    position: absolute;
    right: 43px;
    bottom: 38px;
}



/******************/
.testimonial-section {}
.testimonial-section .testimonial-wraper {
border-radius: 20px;
box-shadow:0px 6px 8px 0px rgba(0,0,0,0.1 );
background: #f3eee6;
padding: 52px 174px 101px 82px;
position: relative;
}


.testimonial-item {
    position: relative;
    padding-left: 44px;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    font-style: italic;
    color: #4a4a4a;
    padding-top: 15px;
    letter-spacing: 0.035em;
    font-weight:300;
}
.testimonial-item {
    padding-left:55px;
     max-width: 95%;
 }
.testimonial-item:before {
    content: '"';
    position: absolute;    
    font-size: 100px;
    font-weight: normal;
    line-height: 100px;
    font-style: normal;
    color: #b69644;
    left: 0;
    top: 0;
}

.testimonial-section .swiper-button-testimonial-prev,
.testimonial-section .swiper-button-testimonial-next {
    border-radius: 0px 0px 10px 10px;
    box-shadow:0px 4px 4px rgba(0,0,0,0.3 );
    background: #b69644;
    color: #ffffff;
    width: 55px;
    height: 64px;
    transition: all 0.4s ease-in-out 0s;
    top: 131px;
}

.testimonial-section .swiper-button-testimonial-prev {
    padding: 11px 17px 10px 14px;
    left: auto;
    right:112px;
}
.testimonial-section .swiper-button-testimonial-next {
    padding: 11px 14px 10px 19px;
    left: auto;
    right: 41px;
}
.testimonial-section .swiper-button-testimonial-prev:hover,
.testimonial-section .swiper-button-testimonial-next:hover {    
    background: #687E71;
}





/* Footer */
.footer{
    background: #1B2D26;
    color: #B69664;
    padding-top: 52px;
    padding-bottom: 47px;
}
.foot-text{}

.ft-logo { margin-bottom: 29px;}
.address-text { padding-left: 47px; padding-bottom: 15px; font-size: 15px;line-height: 30px;}

.ft-col-title {
font-size: 13px;
font-weight: 600;
line-height: 24px;
font-style: normal;
color: #687e71;
margin-bottom: 18px;
text-transform: uppercase;
}

.contact_details {
    margin-bottom: 32px;
}
.contact_details ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact_details ul li {
    display: flex;
    gap: 15px;
    align-items: center;
}
.contact_details ul li a {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    font-style: normal;
    color: #c8c8c8;
    }
.contact_details ul li a:hover {color: #B69664;}

.social_media_links {}
.social_media_links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 60px;
}
.social_media_links ul li {}
.social_media_links ul li a {}
.social_media_links ul li a:hover {}
.social_media_links ul li a:hover svg path {
    fill: #c8c8c8;
}

.ft-menu {}
.ft-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ft-menu ul li {}
.ft-menu ul li a {
font-size: 15px;
font-weight: normal;
line-height: 30px;
font-style: normal;
color: #b69664;
}
.ft-menu ul li a:hover,
.ft-menu ul li.active a {color: #c8c8c8;}

.copylink ul{    display: table;    margin: 0 0 0 auto;}
.copylink ul li{    display: inline-block;    margin: 0 25px 0 0;}
.copylink ul li:last-child{    margin-right: 0;}
.copylink ul li a{    font-size: 14px;    line-height: 20px;    display: block;    color: #fff;   }

.copyright-text {color:#F0EAE0; opacity: 0.62; font-weight: 400;}
.top-arrow{    display: inline-block;}

.footer-bottom {
    padding-top: 55px;
    color:#F0EAE0;
    font-size: 14px;
    line-height: 20px;
}
.footer-bottom .ft-link { padding-left: 10px;}
.ft-link ul{ 
    display: flex;
}
.ft-link ul li {
    display: flex;
    color:#F0EAE0;    
}
.ft-link ul li + li:before {
    content: "/";
    padding-left: 7px;
    padding-right: 7px;
    opacity: 0.62;
}
.ft-link ul li a {
    font-size: 14px;
    line-height: 20px;
    display: block;
    color:#F0EAE0;
    opacity: 0.62;
    font-weight: normal;
 }
 .ft-link ul li a:hover,
 .ft-link ul li.active a {
    opacity: 1;}

.top-arrow img {
    transform: rotate(180deg);
  transform-origin: 50% 50%;
  cursor: pointer;
}


/*=========================== Blog ===========================*/
.intro-text-section{
    padding: 100px 0 100px 0;
}
.intro-text-text h1{
    margin: 0 0 36px 0;
}

.case-study-section { overflow: hidden;}
.case-study-item {
    padding: 100px 0;
}
.case-study-item:nth-child(odd) {
    background: rgba(104, 126, 131, 0.2);
    background: #E1E6E3;
}
.case-study-item:nth-child(even) {
    background: rgba(104, 126, 131, 0.1);
    background: #F1F3F2;
}
.case-study-item:nth-child(even) .row {
    flex-direction: row-reverse;
}
.case-study-image {}
.case-study-image img{
    margin: 0 0 0 auto;
    display: table;
    border-radius: 20px;
    box-shadow:0px 4px 4px rgba(0,0,0,0.2 ) ;
}
.case-study-item .item_title {
    margin: 0 0 9px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    font-style: normal;
    color: #1b2d26;
}
.case-study-item .item_title a {
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    font-style: normal;
    color: #1b2d26;
}
.case-study-item .item_title a:hover { color: #b69644;}
.term_info {
    padding: 10px 0 15px 0;
}
.term_info .term_item {
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
    font-style: normal;
    color: #687e71;
    display: flex;
    gap: 10px;
}
.term_info .term_item .term_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    font-style: normal;
    color: #1b2d26;
    min-width: 80px;
}
.term_info .term_item .term_value {
    text-wrap: balance;
}


.case-study-desc {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    color: #1b2d26;
    padding-bottom: 10px;
}

.case-study-text p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 17px 0;
}
.case-study-item .btn_normal {
    min-width: 206px;
}


/**********/
.pagination {
    padding-top: 50px;
    /*padding-bottom: 50px;*/
}
.pagination ul {
    margin: 0 auto;
    display: flex;
    text-align: center;
    align-items: center;
    list-style-type: none;
}
.pagination ul li{
    margin: 0 3px;
}
.pagination ul li a{
    padding: 0 7px;
    display: block;
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    font-style: normal;
    color: #687e71;
}
.pagination ul li.active a,.pagination ul li a:hover{
    color: #687e71;
    text-decoration: underline;
} 

.pagination ul li.page_icon span {    
    display: block;
    width: 20px;
    height: 37px;
}
.pagination ul li.page_icon.disable span {
    opacity: 0.5;
    margin: 0 7px;
}
.pagination ul li.page_icon span {}
.pagination ul li.page_icon.page_prev span {
    background: url(../images/arrow-yellow-36-20-left.svg) no-repeat center center;
}
.pagination ul li.page_icon.page_next span {
    background: url(../images/arrow-yellow-36-20-right.svg) no-repeat center center;
}

.nav_wraper {
    padding: 50px 0;
    border-top: 1px solid #E1E5E3;
}
#nav-single {
    display: flex;
    align-items: center;
    justify-content: space-between;    
}
#nav-single .nav-item {    }

#nav-single .nav-item a {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    font-style: normal;
    color: #687e71;
}
#nav-single .nav-item a:hover {
    color: #B69664;
}

#nav-single .nav-previous.nav-item a:before {
    content: "";
    width: 20px;
    height: 37px;    
    background-size: cover; 
    background:url("../images/arrow-yellow-36-20-left.svg") no-repeat center left;
    margin-right: 10px;
}

#nav-single .nav-next.nav-item a:after {
    content: "";
    width: 20px;
    height: 37px;    
    background-size: cover; 
    background:url("../images/arrow-yellow-36-20-right.svg") no-repeat center right;
    margin-left: 10px;
}


/*=================== Blog Inside ===================*/
.blog-inside-section {
    padding-top: 100px;
}
.blog-inside-parent { padding-bottom: 50px;}
.news-single h1 {
    line-height: 46px;
}
.news-single .short_desc {
font-size: 24px;
font-weight: 300;
line-height: 34px;
font-style: normal;
color: #4a4a4a;
}
.news-single .blogdate {
font-size: 16px;
font-weight: 300;
line-height: 28px;
font-style: normal;
text-align: left;
color: #666666;
}
.news-single .blog-inside-image {
    margin-bottom: 50px;
}
.news-single .blog-inside-image img {
border-radius: 20px;
box-shadow: 0px 4px 4px rgba(0,0,0,0.2 );
}

.news-single .full-desc {
    padding: 50px 70px;
}


.blog-inside-text p{
    margin: 0 0 30px 0;
}

.blog-inside-text p strong{
    font-weight: 600;
}

.image_gallery {
    display: flex;
    gap: 48px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));  
    padding: 50px 0;
}
.image_gallery .gallery-item {}
.image_gallery .gallery-item img {
    border-radius: 20px;
    box-shadow:0px 4px 4px rgba(0,0,0,0.2 ) ;
}
.celebrating_sec {
    padding: 50px 0;
}
.header-section .celebrating_sec {
    padding: 0;
}
.celebrating_sec .celebrating_title {
    padding-bottom: 40px;
}
.celebrating_sec .celebrating_title h3 {}
.celebrating_sec .celebrating_contact {
font-size: 30px;
font-weight: normal;
line-height: 50px;
font-style: normal;
text-align: center;
color: #2B2B2B;
}
.celebrating_sec .celebrating_contact h4 {
    font-size: 30px;
font-weight: bold;
line-height: 50px;
font-style: normal;
text-align: center;
color: #2B2B2B;
}
.celebrating_sec ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.celebrating_contact h4 {
	font-size: 28px !important;}
.celebrating_sec ul {
	font-size: 28px !important;}

.celebrating_sec ul li {}
.celebrating_sec ul li + li:before {
    content: "|";
   padding-left: 15px;
   padding-right: 15px;
   color: #b69664;
}
.celebrating_sec ul li a {
    color: #b69664;
}
.celebrating_sec ul li a:hover {
    color: #2B2B2B;
}


/********** Case Stidy Single ***********/
.case-study-single {}
.case-study-single .header_section {
    padding: 100px 0;
}
.case-study-single .project_section {
    background: #E1E6E3;
    padding: 100px 0;
}
.case-study-single .short_desc p { margin: 0;}
.case-study-single .project_info {
    padding: 100px 70px 50px;
}
.case-study-single .objective {
    padding-bottom: 29px;
}
.case-study-single .term_info_block {
border-radius: 20px;
background: #eff2f0;
padding: 27px 25px;
margin-bottom: 48px;
}
.case-study-single .header-section .term_info_block {
    margin-bottom: 0;
}
.case-study-single .term_info_block .term_item {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    display: flex;
    line-height: 42px;
    color: #b69664;
}
.case-study-single .term_info_block .term_item strong {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    font-style: normal;
    color: #1b2d26;
    display: inline-block;
    padding-right: 27px;
    min-width: 170px;
    text-align: right;
}
.case-study-single .project_highlights_gallery {
    gap: 53px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 50px 0;
}
.case-study-single .project_highlights_gallery .highlights_gallery_item {}
.case-study-single .project_highlights_gallery .highlights_gallery_item img {
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.2 );
}

.project-carousel {
    overflow: hidden;
}
.project-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 5px 10px 5px;
}
.project-item img {
    border-radius: 20px;    
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.2 );
    width: 100%;
}

.project-carousel .swiper-button-project-prev {
    border-radius: 0px 0px 10px 10px;
    box-shadow:0px 4px 4px rgba(0,0,0,0.3 );
    background: #b69644;
    color: #ffffff;
    padding: 11px 17px 10px 14px;
    width: 55px;
    height: 64px;
    transition: all 0.4s ease-in-out 0s;
    left: 47px;
    bottom: 43px;
    top: auto;
}
.project-carousel .swiper-button-project-next {
    border-radius: 0px 0px 10px 10px;
    box-shadow:0px 4px 4px rgba(0,0,0,0.3 );
    background: #b69644;
    color: #ffffff;
    padding: 11px 14px 10px 19px;
    width: 55px;
    height: 64px;
    transition: all 0.4s ease-in-out 0s;
    left: 117px;
    bottom: 43px;
    top: auto;
}
.project-carousel .swiper-button-project-prev:hover,
.project-carousel .swiper-button-project-next:hover {    
    background: #687E71;
}

.single-case-studies .col-1-row.header-section .container,
.single-post .col-1-row.header-section .container {
    max-width: 1120px;
}

.wpcf7 {}
.wpcf7-form {}
.form-control {
    display: block;
    width: 100%;
    padding: 9px 16px;
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
font-weight: normal;
line-height: 36px;
font-style: normal;
box-shadow:0px 6px 8px rgba(0,0,0,0.2 ) ;

}
.wpcf7-form .wpcf7-textarea { height: 185px;}

.banner-arrow{
    display: none;
}

/*** customize *******/
.rounded-lower{box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2); border-radius:0 0 20px 20px}

.divider {color:#869D8E; color:#ebcd94; color:#dedede; font-weight:normal; margin:0 5px}
.lgreen {color:#869D8E}

.gold{color:#b69644}

.callout {
font-size: 22px; line-height: 32px;}

/****** Animation ********/
.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
  }
  
  .fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
  }