@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
/*font-family: "Sora", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: "Poppins", sans-serif;*/

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #474650;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  color: #0F1311;
}

p{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
   color: #474650;
}

a, a:hover{
    transition: 0.2s all ease-in-out;
}

/*HEADER START*/
header{
    padding: 30px 0;
}

.navigation .menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation .menu ul li{
    font-size: 14px;
    font-weight: 400;
    color: #474650;
    margin: 0 15px;
}

.navigation .menu ul li a{
    color: #474650;
    text-decoration: none;
}

.navigation .menu ul li a:hover, .navigation .menu ul li a.active{
    font-weight: 600;
    transform: scale(1.02);
    color: #474650;
    text-decoration: none;
    display: block;
}

.mainContainer{
    background: url(../images/gradint-bg.png) no-repeat center bottom;
    background-size: cover;
    padding: 100px 0 0;
    margin: 0 0 100px;
    text-align: center;
}

.welcomeNote{
    position: relative;
    padding-bottom: 110px;
    margin-bottom: 30px;
}

.welcomeNote:after{
    content: "";
    position: absolute;
    left: 55%;
    bottom: 0;
    width: 176px;
    height: 110px;
    background: url(../images/arrow-icon.png) no-repeat 55% center;
}

.welcomeNote h1{
    font-weight: 700;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    color: #0F1311;
}

.welcomeNote p{
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin: 0 0 30px;
}

.welcomeNote a.readmoreBtn{
    background: #131606;
    grid-gap: 10px;
    border-radius: 30px;
    color: #ffffff;
    padding: 15px 48px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}

.welcomeNote a.readmoreBtn:hover{
    background: #BC8821;
    transition: 0.2s all ease-in-out;
}

.welcomeNote a.readmoreBtn img{
    margin-left: 20px;
    position: relative;
    transition: 0.2s all ease-in-out;
}

.welcomeNote a.readmoreBtn:hover img{
    left: -10px;
    transition: 0.2s all ease-in-out;
}

/*HEADER END*/

.wrapper-1160px {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/*Our Commitment css*/
.wrapper-1160px.growth-flex {
    padding-bottom: 50px;
}


.growth-section {
    position: relative;
}

.growth-container {
    position: relative;
    z-index: 11;
    width: 100%;
    height: 100%;
}

.growth-container .col-md-8, .growth-container .col-md-4{
    margin-bottom: 30px;
}

.growth-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.growth-wrapper {
    width: 100%;
    max-width: 360px;
    padding: 42px 38px;
    border-radius: 22px;
    background-color: #fff;
    box-shadow: 0 13px 100px 0 hsla(0, 0%, 78%, 0.25);
    height: 100%;
}

.growth-wrapper.large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 760px;
    padding-right: 80px;
    padding-left: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
    background-image: url("../images/head-icon.svg");
    background-position: 38px 38px;
    background-size: auto;
    background-repeat: no-repeat;
    color: #fff;
}

.growth-hero-image {
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
}

.growth-heading-24px {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.growth-para-text-18px {
    font-size: 16px;
    line-height: 24px;
    margin: 0;  
}

.growth-h2-heading-48 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 45px;
}

.growth-para-text-20px {
    margin-top: 26px;
    opacity: 0.7;
    font-size: 20px;
    line-height: 32px;
}

.growth-gradient-container {
    position: absolute;
    left: 0%;
    top: 100px;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 642px;
    max-width: 1005px;
    margin-right: auto;
    margin-left: auto;
}

.featureBtn{
    background: #caef45;
    border-radius: 36px;
    padding: 20px 32px 20px 48px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1.2px;
    text-decoration: none;    
    -webkit-transition: all 0.30s ease;
  -moz-transition: all 0.30s ease;
  -ms-transition: all 0.30s ease;
  -o-transition: all 0.30s ease;
  transition: all 0.30s ease;
}

.featureBtn span{
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all 0.30s ease;
  -moz-transition: all 0.30s ease;
  -ms-transition: all 0.30s ease;
  -o-transition: all 0.30s ease;
  transition: all 0.30s ease;
}

.featureBtn:hover span{
    transform: rotate(45deg);
    -webkit-transition: all 0.30s ease;
  -moz-transition: all 0.30s ease;
  -ms-transition: all 0.30s ease;
  -o-transition: all 0.30s ease;
  transition: all 0.30s ease;
}

.yellow-gradient-div.growth-gradient-div {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 70%;
    opacity: 0.7;
}

.blue-gradient-div.growth-gradient-div {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: -100px;
    width: 70%;
    opacity: 0.5;
}

/*midSection*/

.midSection {
    background: url(../images/gradint-bg2.png) no-repeat top center;
}


.midSection, .aboutSection{
    padding: 100px 0;
    position: relative;
    z-index: 10;
}

.midSection .midDesc h2, .aboutSection .midDesc h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #000000;
    margin: 0 0 30px;
    max-width: 490px;
}

.midSection .midDesc p, .aboutSection .midDesc p{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
    margin: 0 0 30px;
}

.midSection .midDesc ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.midSection .midDesc ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
    background: url(../images/tick-icon.png) no-repeat left top;
    padding-left: 45px;
    margin-bottom: 10px;
}

.aboutSection .midDesc{
    max-width: 80%;
}

.aboutSection .midDesc .learnmoreBtn{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.aboutSection .midDesc .learnmoreBtn span{
    margin-right: 10px;
     -webkit-transition: all 0.30s ease;
  -moz-transition: all 0.30s ease;
  -ms-transition: all 0.30s ease;
  -o-transition: all 0.30s ease;
  transition: all 0.30s ease;
}

.aboutSection .midDesc .learnmoreBtn:hover span{
    transform: rotate(45deg);
    -webkit-transition: all 0.30s ease;
  -moz-transition: all 0.30s ease;
  -ms-transition: all 0.30s ease;
  -o-transition: all 0.30s ease;
  transition: all 0.30s ease;
}

/**/

.coreBusinessSection{
    background: #000000 url(../images/mid-bg.png) no-repeat left center;
    padding: 100px 0;
}

.coreBusinessSection h2{
     font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #ffffff;
    margin: 0 0 30px;
    max-width: 490px;
}

.coreListing {
}

.coreListing li {
  position: relative;
  display: block;
  float: left;
  width: 110px;
  height: 400px;
  padding: 30px;
  color: #ffffff;
  background-color: #121212;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 10px;
}



:target #diary {
  display: block;
}

#diary{
  display: none;
}

.coreListing li h3{
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-style: italic;
}

.coreListing li h3 span {
    position: absolute;
    width: 460px;
    top: 50px;
  font-size: 22px;
  font-weight: 400;
  text-indent: 0;
  padding: 0;
  margin: 0;
  color: #ddd;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.coreListing li h3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  outline: 0 none;
}

.coreListing li:target {
  width: 360px;
  padding: 40px;
  color: #ffffff;
  background-color: #121212;
}

.coreListing li:target h3{
    font-size: 65px;
    line-height: 65px;
    font-style: italic;
}

.coreListing li:target h3 span {
  display: block;
    position: static;
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-indent: 0;
    margin-top: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    line-height: 40px;
}

.coreListing li,
.coreListing li h3 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.coreListing li:target p{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
}


.ourNetworkSection{
    padding:100px 0;
}

.ourNetworkSection .heading{
    text-align: center;
}

.ourNetworkSection .heading h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 auto 10px;
    max-width: 490px;
    text-align: center;
}

.ourNetworkSection .heading p{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #474650;
    margin: 0 auto 30px;
    max-width: 525px;
    text-align: center;
}

.ourNetworkSection .listing{
    display: flex;
    flex-wrap: wrap;
}

.ourNetworkSection .listing ul{
    list-style: none;
    flex-basis: 50%;
    max-width: 50%;
}

.ourNetworkSection .listing ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #474650;
    background: url(../images/arrow.png) no-repeat left center;
    padding-left: 25px;
}

footer{
    background: #D9D9D9;
}

footer .footer{
    padding: 40px 0;
}

footer .footer h4{
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-top: 30px;
}

footer .footer .logo img{
    max-width: 148px;
    margin-bottom: 30px;
}

footer .footer .footSocial{
    margin: 30px 0;
}

footer .footer .footSocial ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

footer .footer .footSocial ul li{
    margin-right: 10px;
}

footer .footer .footSocial ul li a{
    background: #f4f4f4;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-decoration: none;
}

footer .footer .footSocial ul li a i{
    font-size: 20px;
}

footer .footer  .footMenu .menulist{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .footer  .footMenu .menulist ul{
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 50%;
    flex-basis: 50%;
}

footer .footer  .footMenu .menulist ul li{
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 36px;
}

footer .footer  .footMenu .menulist ul li a{
    color: #000000;
    text-decoration: none;
}

footer .footer  .footMenu .menulist ul li a:hover{
    opacity: 0.6;
}

footer .footer  .contactInfo {
}

footer .footer  .contactInfo ul{
    list-style: none;
    margin: 0;
    padding: 0;

}

footer .footer  .contactInfo ul li{
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 36px;    
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .footer  .contactInfo ul li a{
    color: #000000;
    text-decoration: none;
}

footer .footer  .contactInfo ul li .fa{
    font-size: 24px;
    margin-right: 10px;
}

footer .footer  .contactInfo ul li a:hover{
    opacity: 0.6;
}

.footDesc{
     font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #474650;
}

footer .copyright{
    background: #ffffff;
    padding: 20px 0;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    text-align: center;
}

.menu-open {
    overflow: hidden;
}



header .nav-link{ font-size: 15px;}


.container{max-width: 1160px;}
/*About US Page*/
.innerHead{ background-color: #000; background-image: url(../images/innheader.png); background-repeat: no-repeat; background-size: cover; background-position: center; min-height:350px ; display: flex; align-items: center;}
.innerHead h1{ color:#fff}
.brreadara{ border-bottom: 1px solid #d7d7d7; }
.brreadara .breadcrumb-item  { font-size: 14px;}
.brreadara .breadcrumb-item  a{ color:#BC8821; text-decoration: none;}

.ptb50{ padding: 50px 0px; }



/* Our Core Value */
.ourcoreValue{ background-color: #BC8821; }
.ourcoreValue h2{ color:#fff}
.recentBlog .item {
    padding-bottom: 20px;
    padding-top: 20px;
}




.recentBlog .owl-carousel .owl-nav button.owl-next,
.recentBlog .owl-carousel .owl-nav button.owl-prev {
    width: 42px;
    height: 42px;
    background-color: transparent;
    background-image: url(../images/prev-arrow2.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    background-size: 100%;
    border: 0;
    margin: 0;
}

.recentBlog .owl-carousel .owl-next{ transform: rotate(180deg); margin-left: 10px!important;}

.recentBlog .item{ background-color: #fff; border-radius: 12px; padding: 15px; text-align: center; }

.recentBlog .item img{ width:70px; height: auto; display: block; margin: 0 auto;}
.desc{ min-height: 60px; line-height: 20px; margin-top: 10px;}
.throughTrading{ background-color: rgba(229,198,82,0.1); border-radius: 24px; padding: 15px; margin: 30px 0px; text-align: center;}





.ftco-section {
    padding: 7em 0; }
  
  .ftco-no-pt {
    padding-top: 0; }
  
  .ftco-no-pb {
    padding-bottom: 0; }
  
  .heading-section {
    font-size: 28px;
    color: #000; }
  
  .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  
  .form-control {
    height: 52px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.5) !important; }
    .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5) !important; }
    .form-control:-ms-input-placeholder {
      /* IE 0+ */
      color: rgba(255, 255, 255, 0.5) !important; }
    .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5) !important; }
    .form-control:focus, .form-control:active {
      background: transparent;
      border-color: rgba(255, 255, 255, 0.5) !important; }
  
  textarea.form-control {
    height: inherit !important; }
  
  .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); }
  
  .contact-wrap {
    
    background: linear-gradient(135deg, #000 0%, #e5c652 100%);
    }
    .contact-wrap h3 {
      color: #fff; }
  
  .info-wrap h3 {
    color: #000;
    position: relative; }
    .info-wrap h3:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60px;
      height: 3px;
      background: #000;
      content: ''; }
  
  .info-wrap .dbox {
    width: 100%;
    margin-bottom: 25px; }
    .info-wrap .dbox:last-child {
      margin-bottom: 0; }
    .info-wrap .dbox p {
      margin-bottom: 0; }
      .info-wrap .dbox p span {
        font-weight: 400;
        color: #000; }
      .info-wrap .dbox p a {
        color: rgba(0, 0, 0, 0.3); }
    .info-wrap .dbox .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.05); }
      .info-wrap .dbox .icon span {
        font-size: 20px;
        color: #000; }
    .info-wrap .dbox .text {
      width: calc(100% - 50px); }
  
  .btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .btn:hover, .btn:active, .btn:focus {
      outline: none !important;
      -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
      -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
      box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
    .btn.btn-primary {
      background: #000 !important;
      border-color: #000 !important;
      color: #fff; }
      .btn.btn-primary:hover, .btn.btn-primary:focus {
        border-color: #e5c652 !important;
        background: #e5c652 !important; }
  
  .contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0; }
  
  #contactForm .error {
    color: #f65c78;
    font-size: 12px; }
  
  #contactForm .form-control {
    font-size: 16px; }
  
  #message {
    resize: vertical; }
  
  #form-message-warning, #form-message-success {
    display: none; }
  
  #form-message-warning {
    color: #f65c78; }
  
  #form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500; }
  
  .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #28a745; }

    .dropdown:hover>.dropdown-menu {
        display: block;
      }















/***Mobile CSs************/

@media all and (max-width:767px) {
    header {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #ffffff;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 100;
}


    .humbergMenu {
        margin-left: -10px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .humbergMenu .icon-hamburger {
        display: block;
        object-fit: contain;
    }

    .humbergMenu .icon-close {
        display: none;
        object-fit: contain;
        width: 24px;
    }

    body.menu-open .humbergMenu .icon-hamburger {
        display: none;
    }

    body.menu-open .humbergMenu .icon-close {
        display: block;
    }

    .navigation {
        position: fixed;
        top: 70px;
        width: 100%;
        height: 100vh;
        overflow: auto;
        padding: 34px 0;
        z-index: 10;
        left: -100%;
        transition: left 0.3s ease;
        overflow: hidden;
        background: #ffffff;
    }

    .navigation.hide {
        left: 0;
        transition: left 0.3s ease;
    }

    .navigation .menu ul {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.navigation .menu ul li{
    font-size: 18px;
    line-height: 52px;
    display: flex;
}

.navigation .menu ul li:after{
    content: "";
    background: url(../images/arrow.png) no-repeat center right;
    position: absolute;
    width: 11px;
    height: 16px;
    right: 20px;
}

.mainContainer{
    padding-top: 60px;
    margin-bottom: 60px;
}

.welcomeNote h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #0F1311;
    margin-bottom: 20px;
}

.welcomeNote p{
    font-size: 18px;
    line-height: 30px;
}

.wrapper-1160px.growth-flex{
    padding: 60px 0;
    width: 100%;
}

.growth-gradient-container{
    display: none;
}

.growth-wrapper.large{
    padding-right: 30px;
    padding-left: 30px;
        background-position: 14px 28px;
}

.growth-h2-heading-48, .midSection .midDesc h2, .aboutSection .midDesc h2, .coreBusinessSection h2, .ourNetworkSection .heading h2 {
    font-size: 36px;
    line-height: 40px;
    }

    .midSection, .aboutSection, .ourNetworkSection{
        padding: 60px 0;
    }

    .aboutSection .midDesc {
    max-width: 100%;
    margin-top: 24px;
}

.aboutSection .row{
    flex-direction: column-reverse;
}

    .midSection .img-fluid, .aboutSection .img-fluid{
        margin: 0 auto
    }

    .coreListing ul{
        margin: 0;
        padding: 0;
    }

    .coreListing li, .coreListing li:target{
        width: 100%;
        height: auto;
        margin: 0 0 20px;
        padding: 30px;
    }

    .coreListing li h3 a{
        color: #ffffff;
    }

    .coreListing li h3 span, .coreListing li:target h3 span{
        position: relative;
        width: 100%;
            -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 0;
    left: 0;
    top: 0;
    }

}