 .mysection {
     margin-top: 100px !important;
 }

 .innerPageStyle {
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     text-align: left;
     background-color: #fff;
 }

 .innerPageStyle h4 span {
     color: orangered;
 }

 .innerPageStyle h4 {
     font-size: 22px;
     padding: 0;
     color: var(--main-blue-color);
     line-height: 1.6em;
     font-family: 'Quicksand', sans-serif;
     font-weight: 700;
 }

 .innerPageStyle li {
     padding-bottom: 24px;
     padding-top: 13px;
 }

 .training,
 .consulation,
 .vision,
 .mission p {
     font-size: smaller;
     text-align: justify;
     margin: 0 0 18px 0;
     line-height: 1.63;
     word-spacing: 5px;
 }

 .consulate {
     background-color: #ff861321;
 }

 .form-btn {
     text-align: center;
     background-color: #002f42;
     color: white !important;
     width: 100%;
     border-radius: 7px;
     margin-top: 18px;
 }

 .exp {
     margin-top: 100px;
     padding-top: 70px;
 }

 .about-back {
     background-color: rgb(106, 126, 148);
 }

 section span {
     color: #f7850d;
 }

 .counter-space {
     padding-left: 24px;
 }

 section p {
     text-align: justify;
     font-size: 17px !important;
 }

 .bread a {
     color: white;
     text-shadow: 1px 1px 1px black;
 }

 .bread a:hover {
     color: #002f42;

 }

 .sec-subtitle {
     text-transform: uppercase;
     display: block;
     color: #f6850c;
     font-family: var(--title-font);
     font-size: 16px;
     font-weight: 600;
     margin: -0.25em 0 23px 0;
 }

 .breadcumb-about {
     font-weight: bolder;
     font-family: cursive;
     color: deepskyblue;
     margin: -0.3em 0 -0.35em 0;
     width: 100%;
     text-shadow: 2px 1px 0px black;
     font-size: 71px;
 }

 /* counter code css */


 .counters {
     background: #07193d;
     color: #fff;
     border-top: 3px lightskyblue solid;
 }

 .counters .container {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     grid-gap: 30px;
 }

 .counters i {
     color: lightskyblue;
     margin-bottom: 5px;
 }

 .counters .counter {
     font-size: 30px;
     /* margin: 10px 0; */
 }

 @media (max-width: 700px) {
     .counters .container {
         grid-template-columns: repeat(2, 1fr);
     }

     .counters .container>div:nth-of-type(1),
     .counters .container>div:nth-of-type(2) {
         border-bottom: 1px lightskyblue solid;
         padding-bottom: 20px;
     }
 }

 .counters h5 {
     font-size: 13px !important;
     color: white;
     font-weight: 300 !important;
 }

 .counters .icon {
     display: flex;
     align-items: center;
 }

 .icon img {
     max-width: 60px;
     height: auto;
 }

 .all_service a {
     color: white;
 }

 .all_service a:hover {
     color: yellow;
 }

 .all_service p {
     line-height: 1.1;
 }