.aboutsec1{
    padding: 120px 0 70px;
}
.abtrigtwrap{
    padding: 45px;
    background: #4698a3;
    z-index: 9;
    position: relative;
}
.abtrigtwrap:before{
content: "";
background: url("../images/overlay_14.png");
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
opacity: 0.05;
}
.abtrigtwrap h5{
    text-rendering: optimizeLegibility;
    color: #FFFFFF;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.abtrigtwrap h2{
    font-size: 42px;
    color: #FFFFFF;
    font-family: 'Mort Modern';
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.abtrigtwrap p{
        color: #FFFFFF;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.abtleftimglist{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.abtleftimglist img{
    width: 100%;
}
.mtmft{
    margin-top: -40px;
}
.maxles{
    max-width: 87%;
    margin-left: auto;
}
.maxmlaut{
    max-width: 90%;
    margin-right: auto; 
}
.pdr50{
    padding-right: 50px;
}
.sas2left img{
    max-width: 100%;
}
.sas2left{
    display: flex;
    align-items: flex-start;
    margin: 45px 0;
}
.sas2left .left{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #75dbe0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 20px;
}
.sas2left .left svg path{
    fill: #FFF;
}
.sas2left .right h4{
    font-size: 26px;
    font-family: 'Mort Modern';
    font-weight: 500;
    color: #23516a;
    margin-bottom: 0;
    -webkit-transition: all .4s 
}
.sas2left .right p{
    margin-bottom: 0;
}
.doclist .img{
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.doclist .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.doclist{
     background-color: #f2f2f2;
    background-image: url(../images/overlay_15.png);
    background-position: bottom right;
    background-size: contain;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
        margin: 0 15px;
}
.doclist .desc{
    padding: 30px;
     text-align:center;
    cursor:pointer;
}
.doclist .desc h3{
font-size: 22px;
    font-family: 'Mort Modern';
    font-weight: 500;
    color: #23516a;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
}
.doclist .desc span{
        color: #8c8d8f;
    font-size: 13px;
    font-family: 'Avenir';
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}
.sas2right img{
    width: 100%;
}
.cntpgwrapper {
    padding: 65px 45px;
    background: #4698a3;
    z-index: 9;
    position: relative;
}
.cntpgwrapper:before {
    content: "";
    background: url(../images/overlay_14.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    opacity: 0.05;
}
.skcpright h5 {
    text-rendering: optimizeLegibility;
    color: #474545CC;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.skcpright h2 {
    font-size: 42px;
    color: #23516a;
    font-family: 'Mort Modern';
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.cntpgst{
        color: #393b3d;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.cntsdet{
    color: #393b3d;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;  
}
.cntpg.social-media li a{
        display: inline-flex;
    width: 32px;
    height: 32px;
    border: 1px solid #27201D42;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 500ms ease;
    margin: 0 6px;
}
.cntpg.social-media li a i{
    color: #000;
}
.skcpright{
    padding-left: 60px;
}
.skcpsec1.secpad{
    padding: 120px 0;
}

/*gallery sec style*/

.galsec1 .container {
  max-width: 80rem;
  width: 100%;
  padding: 0rem 2rem;
  margin: 0 auto;
}

.galsec1 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.galsec1 .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
      margin: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.galsec1 .card-image {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background: #ffffff;
}
.galsec1 .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.blogdet-wrapper{
    padding: 80px 0;
}
.blogas1 p{
    color: #f5f5f5;
}
.sbth3{
    font-family: 'Mort Modern';
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    color: #23516a;
}
.sbth3 span{
    color: #c27f09;
    display: block;
}
.blogas1{
    padding: 45px;
    background: #4698a3;
    z-index: 9;
    position: relative;
}
.blogas1:before {
    content: "";
    background: url(../images/overlay_14.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    opacity: 0.05;
}
.blogas1 h3 {
    font-size: 42px;
    color: #FFFFFF;
    font-family: 'Mort Modern';
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: left;
}
.blogas2{
    padding: 45px;
    background: #f2f2f2;
    z-index: 9;
    position: relative;
}
.blogas2:before {
    content: "";
    background: url(../images/overlay_14.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    opacity: 0.05;
}
.borderdivider{
    border-bottom: 0.1px solid #F5F5F5;
    margin: 20px 0;
}
.borderdivider.black{
    border-color: #23516a;
}
.sticky-div {
    position: sticky !important;
    top: 100px;
}
.recpstlist{
    padding: 0;
    margin: 0;
    list-style: none;
}
.recpstlist li{
    margin-bottom: 30px;
}
.recpstlist a{
    position: relative;
    height: 200px;
        display: block;
}
.recpstlist a:before{
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.recpstlist a span{
    color: #FFF;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.recpstlist a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bdwleft ul li{
        color: #393b3d;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}


@media only screen and (max-width: 600px) {
  .galsec1 .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

@media(max-width: 767.98px){
    .maxles {
    max-width: 96%;
}
.maxmlaut{
    max-width: 96%;
}
.pdr50 {
    padding-right: 15px;
}
.abtrigtwrap{
    padding: 15px;
    margin-top: 40px;
}
.abtrigtwrap h2 {
    font-size: 32px;
    }
.sas2right{
    margin-top: 40px;
}
.sas2left .right h4 {
    font-size: 22px;
    }
.doclist{
    margin: 15px;
}
.skcpsec1.secpad {
    padding: 60px 0;
}
.skcpright {
    padding-left: 15px;
    padding-top: 60px;
}
.cntpgwrapper {
    padding: 25px 15px;
}
.blogdet-wrapper {
    padding: 40px 0;
}
.bdwleft img{
    width: 100%;
}
.sbth3{
    font-size: 20px;
    line-height: 32px;  
}
.blogdet-wrapper aside{
    margin-top: 40px;
}
.blogas1, .blogas2 {
    padding: 15px;
}
.blogas1 h3, .blogas2 h3 {
    font-size: 32px;
}
}