@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");

/* .row {
  padding: 0 !important;
  margin: 0 !important;
} */
h4 {
  line-height: 0 !important;
}
@media (min-width: 1800px) {
  p {
    font-size: 18px !important;
  }
  .abt-block {
    padding-bottom: 25rem !important;
  }
}

@media only screen and (max-width: 7000px) {
  .page-wrapper {
    overflow: hidden;
  }

  .container-fluid-nav {
    padding-right: 5em;
    padding-left: 5em;
  }
  .container-fluid-client {
    padding-right: 7em;
    padding-left: 7em;
  }
  .container-fluid-main {
    padding-right: 7em;
    padding-left: 7em;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid-nav {
    padding-right: 0em;
    padding-left: 0em;
  }
  .values-seection-block {
    margin-top: -100px;
  }
}

.abt-block {
  width: 100%;
  padding-bottom: 200px;
}

.cl-test-1 {
  width: 100%;
 height: auto;
}
.cust-abt-row {
  display: flex;
  align-items: center !important;
  justify-content: space-around;
}

.cl-test-2 {
  background-color: #f0f0f0;
  width: 100%;
  margin-top: 20px;
  /* min-height: 25rem; */
}
.test1 {
  width: 100%;
  /* height: 50%; */
  padding: 0 !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.test1 img {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.test2 img {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.test2 {
  width: 100%;
  /* height: 50%; */
  padding: 0 !important;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
}

.sv-inner-title {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba(54, 54, 54, 0.404); */
  transition: transform 500ms ease;
}
.sv-inner-title h4 {
  color: #fff;
  top: 0;
  left: 0;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.5rem !important;
  margin-left: 15px;
  font-family: var(--font-family-title);
  text-transform: uppercase;
}
.sv-contents {
  position: absolute;
  background-color: #104679a4;
  width: 80%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: rotateX(90deg);
  perspective: 370px;
  transition: transform 500ms ease;
}
.test1:hover .sv-contents {
  transform: rotateX(0);
}
.test1:hover .sv-inner-title {
  transform: rotateX(90deg);
  perspective: 370px;
}
.test2:hover .sv-contents {
  transform: rotateX(0);
}
.test2:hover .sv-inner-title {
  transform: rotateX(90deg);
  perspective: 370px;
}
.sv-contents img {
  height: 60px;
  width: 60px;
}
.sv-contents h4 {
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  font-size: 14px;
  text-align: center;
}
.site-header.style-1 .header-nav .nav > li > a:after {
  display: none !important;
}
@media (max-width: 1400px) {
  /* .test2 {
    width: 100%;
    height: 15rem;
    padding: 0 !important;
  }
  .test1 {
    width: 100%;
    height: 15rem;
    padding: 0 !important;
  } */
  .about-text p {
    font-size: 14px;
    margin-top: -9px;
  }
  .abt-block {
    width: 100%;
    padding-bottom: 80px;
  }
}
.about-text {
  padding: 60px 40px;
}
.about-text h1 {
  text-transform: uppercase;
  font-family: var(--font-family-title);
}
.about-text p {
  margin-top: 20px;
}
.about-text a {
  font-family: var(--font-family-title);
  color: #3b4457;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-us-upper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.abt-btn-strip {
  margin-top: 5px !important;
  width: 100%;
  height: 3rem;
  background: #133e6c;
  /* clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%); */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.partition-strip {
  right: 55%;
  z-index: 11;
  position: absolute;
}
.abt-btn-strip a {
  color: #fff;
  font-family: var(--font-family-title);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.abt-strip {
  margin-top: 5px !important;
  width: 100%;
  height: 3rem;
  background: #133e6c;
  /* clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%); */
}

.stripp-row {
  display: flex;
  justify-content: space-between;
}
/*** Founder message ***/

.msg-row {
  display: flex;
}

.founder-message-block {
  /* background: //#3b4457; */
  background-color: #125d93;
  width: 100%;
  padding: 50px;
}
.founder-message-block h1 {
  color: #fff;
  font-family: var(--font-family-title);
  text-transform: uppercase;
}
.founder-message-block h3 {
  color: #fff;
  font-family: var(--font-family-title);
  text-transform: uppercase;
}
.founder-message-block p {
  color: rgb(214, 213, 213);
}
.founder-message-block b {
  color: #fff;
}

.mg-ovarlay {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}

/**** Mission and vision **/
.misson-and-vision {
  background: url("../images/pattern-2.png");
  width: 100%;
  padding: 50px;
}

.misson-and-vision h1 {
  font-family: var(--font-family-title);
  text-transform: uppercase;
}
.misson-and-vision h3 {
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-size: 25px;
}
.misson-and-vision p {
  color: rgb(37, 37, 37);
}
.misson-and-vision b {
  color: #fff;
}
/********************************************
               Footer
*********************************************/
.footer {
  width: 100%;
  height: auto;
  background: #172541;
  background-image: url("../images/footer-pattern.png");
  padding: 30px 0 2px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.widget-text p {
  color: #dfd7d3;
  font-size: 13px;
  line-height: 25px;
  z-index: 121212;
  padding: 15px 60px 0 0;
}

.widget-title h5 {
  font-size: 22px;
  color: #dfd7d3 !important;
  z-index: 1212121 !important;
}
.widget-list ul li {
  color: #fff;

  z-index: 1212121 !important;
}
.widget-list i {
  margin-right: 5px;
  z-index: 1212121 !important;
}
.widget-list ul {
  margin: 0;
  margin-top: 40px;
  z-index: 121;
  z-index: 1212121 !important;
}
.widget-list ul li {
  margin-top: 15px;
  z-index: 121;
  z-index: 1212121 !important;
}
.widget-list ul li a {
  text-decoration: none;
  color: #dfd7d3;
  transition: 0.5s;
  z-index: 121;
  z-index: 1212121 !important;
  font-size: 15px;
}
.widget-list ul li a:hover {
  color: var(--secondary);
  margin-left: 5px;
  z-index: 1212121 !important;
}
/* .widget-list ul li::before {
  content: "\f054";
  font-family: "my-icon-font";
  color: rgb(255, 254, 254);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
} */

.widget-contact ul li {
  list-style: none !important;
  margin-left: 8px;

  z-index: 1212121 !important;
}

.widget-title h5::before {
  content: "";
  position: absolute;
  margin-top: 40px;
  width: 40px;
  height: 5px;
  background: #f0f0f0;
}

.widget-contact {
  display: flex;
  margin-left: 10px;
  z-index: 2;
}

.widget-contact .fa:before {
  position: absolute;
  margin-left: -20px;
  margin-top: 20px;
  color: #f0f0f0;
}
.widget-social ul {
  /* margin-left: -25px; */
}
.widget-social ul li {
  display: inline-block;
  padding-right: 25px;
  z-index: 121;
}
.btn-footer {
  margin-top: 25px;
}
.footer hr {
  border-top: 1px solid rgba(114, 114, 114, 0.493);
  width: 80%;
  margin: 0 auto;
}
.btn-footer p {
  font-size: 13px;
  text-align: center;
  color: var(--sec-btn);
}

.btn-footer a {
  color: var(--secondary);
}
.btn-footer a:hover {
  text-decoration: none;
}
.ttm-our-location-list {
  margin-top: 10px !important;
}

@media (max-width: 987px) {
  .footer-bottom p {
    font-size: 12px !important;
  }
}

/* Animations */
@keyframes fadeAndScale {
  from {
    opacity: 0;
    transform: scale3d(0, 0, 1);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.copyrights {
  text-align: center;
}

.copyrights p {
  font-size: 13px;
}
/* footer bottom */

.footer-bottom {
  background: var(--secondary);
  z-index: -2;
  padding: 0px;
  color: #fff;
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
}
.footer-bottom p {
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.footer-ovarlay {
  position: absolute;
  display: none;
}
/* footer bottom end */

@media (max-width: 990px) and (min-width: 450px) {
  /* .test1 img {
    width: 50% !important;
  }
  .test2 img {
    width: 50% !important;
  } */

  /* .sv-inner-title {
    width: 50%;
  } */
  .row-responsive {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .sv-contents {
    position: absolute;
    background-color: #104679a4;
    /* width: 19%;
    height: 80%; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: rotateX(90deg);
    perspective: 370px;
    transition: transform 500ms ease;
  }
  .cust-abt-row {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start;
  }

  .about-us-upper {
    display: none;
  }
  .cl-test-2 {
    position: relative;
  }
  .abt-block {
    width: 100%;
    padding-bottom: 0 !important;
  }
  .row-responsive {
    position: relative;
    flex-direction: row !important;
  }
  /* .test1 {
    width: 50%;
    height: 60%;
    padding: 0 !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .test2 {
    width: 50%;
    height: 60%;
    padding: 0 !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  /* .test2 .sv-inner-title {
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(54, 54, 54, 0.404);
    transition: transform 500ms ease;
  }
  .test .sv-inner-title {
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(54, 54, 54, 0.404);
    transition: transform 500ms ease;
  } */
  .abt-strip {
    display: none;
  }
}

@media (max-width: 990px) {
  .cust-abt-row {
    display: block !important;
    position: relative;
  }
  .cl-test-1 {
    width: 100%;
    height: auto !important;
  }
  .abt-strip-wrapper {
    display: none !important;
  }
  .about-text {
    padding: 20px 80px 20px 62px;
  }
  /* .test2 {
    width: 50%;
    height: 18rem;
  }
  .test1 {
    width: 50%;
    height: 18rem;
  } */
  /* .test2 {
    width: 80% !important;
    height: 50%;
  }
  .test1 {
    width: 80% !important;
    height: 50%;
  } */
  .cust-row-center {
    display: flex !important;
    justify-content: center !important ;
  }
}
@media (max-width: 490px) {
  .about-text {
    padding: 20px 40px 20px 10px;
  }
  .about-text h1 {
    font-size: 25px;
  }
  .about-text p {
    font-size: 12px;
  }
  .abt-block {
    width: 100%;
    padding-bottom: 19px;
  }
  .founder-message-block {
    background: #3b4457;
    width: 100%;
    padding: 25px 10px;
  }
  .founder-message-block h1 {
    font-size: 25px;
  }
  .founder-message-block h3 {
    font-size: 18px;
  }
  .founder-message-block p {
    font-size: 13px;
  }
  .misson-and-vision {
    padding: 25px 10px;
  }
  .misson-and-vision h1 {
    font-size: 25px;
  }
  .misson-and-vision h3 {
    font-size: 18px;
  }
  .misson-and-vision p {
    font-size: 13px;
  }

  .footer-padding-adjst {
    margin-left: 10px !important;
  }
  .copyrights p {
    font-size: 12px;
  }
  .abt-strip {
    display: none;
  }
  /* .test2 {
    width: 80% !important;
    height: 50%;
  }
  .test1 {
    width: 80% !important;
    height: 50%;
  } */
  /* .test2 {
    padding: 60px;
  } */
}

/* @media (max-width: 360px) {
  .test2 {
    width: 100% !important;
    height: 18rem;
  }
  .test1 {
    width: 100% !important;
    height: 18rem;
  }
} */

.dz-media {
  /* border-right: 2px solid rgb(226, 226, 226); */
  /* margin-bottom: 10rem !important; */
}
@media (max-width: 997px) {
  .dz-media {
    /* border-right: 2px solid rgb(226, 226, 226); */
    margin-bottom: 40px;
  }
}
/*---=======================
   11. Start Contact css 
===========================---*/
.contact-page-section {
  /* margin-bottom: -350px; */
  padding: 5rem 0;
}

.career {
  margin-bottom: 30px !important;
}
.contact-page-section .contact-info-list .info-box .icon i {
  color: #172541;
  font-size: 39px;
  margin-top: 5rem !important;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .contact-page-section .contact-info-list .info-box .icon i {
    font: 26px;
  }
}
.contact-page-section .contact-info-list .info-box .info {
  margin-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-page-section .contact-info-list .info-box .info {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .contact-page-section .contact-info-list .info-box .info {
    margin-left: 20px;
  }
}
.contact-page-section .contact-info-list .info-box .info h4 {
  font-size: 25px;
}
.contact-page-section .contact-info-list .info-box .info p {
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .contact-page-section .contact-info-list .info-box .info p {
    font-size: 16px;
    line-height: 28px;
  }
}
.contact-page-section .contact-form-wrapper {
  background-color: #f4f8ff;
  box-shadow: 0px 20px 30px 0px rgba(40, 40, 40, 0.08);
  padding: 0px 70px 60px;
  padding: 1rem 1rem;
}

.contact-page-section
  .contact-form-wrapper
  .contact-form
  .form_group
  .form_control {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 2px;
}

.contact-form .form-input {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  padding: 0 30px;
  height: 60px;
}
.contact-page-section .contact-form-wrapper .contact-form .form_group select {
  margin-bottom: 20px;
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  border-radius: 2px !important;
  width: 100% !important;
  padding: 0 30px !important;
  height: 60px !important;
}
.contact-page-section
  .contact-form-wrapper
  .contact-form
  .form_group
  .form_control:focus {
  border-color: #910161;
}
.contact-page-section
  .contact-form-wrapper
  .contact-form
  .form_group
  textarea.form_control {
  height: 140px;
}

.contact-home-section {
  margin-bottom: 0px;
}

/*--- Contact map css ---*/
.contact-map-section .map_box iframe {
  width: 100%;
  height: 400px;
  display: inherit;
  border: none;
}

/*---=======================
    End Contact css 
===========================---*/
.form_control {
  width: 100%;
  padding: 0 30px;
  height: 60px;
}

textarea.form_control {
  padding-top: 15px;
}

/*
    nice select css
*/
.nice-select {
  width: 100%;
  outline: none;
}
.nice-select.open:after {
  transform: none;
}
.nice-select {
  background: #fff url(../images/select-dd-icon.png) center right 1.875em
    no-repeat;
}
.nice-select:after {
  width: 0px;
  height: 0px;
}
.nice-select .list {
  width: 100%;
}

.main-btn {
  display: inline-block;
  padding: 14px 43px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #172541;
  line-height: 27px;
  text-transform: capitalize;
  border: none;
  margin-bottom: 2rem;
  /* border-radius: 28px; */
  transition: all 0.3s ease-out 0s;
}
.form-control-calander {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 60px;
  padding: 0 30px;
}
label {
  margin-left: 20px;
}
#datepicker {
  width: 180px;
  margin: 0 20px 20px 20px;
}
#datepicker > span:hover {
  cursor: pointer;
}
.date {
  width: 100% !important;
}
.datepicker {
  padding: 2rem !important;
}
.datepicker td,
.datepicker th {
  height: 40px !important;
  margin-top: -2rem !important;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1253 {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1253 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
figure.snip1253 .image {
  max-height: 220px;
  overflow: hidden;
}
figure.snip1253 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
figure.snip1253 figcaption {
  margin: -40px 15px 0;
  padding: 15px;
  position: relative;
  background-color: #ffffff;
}
figure.snip1253 .date {
  background-color: #2980b9;
  top: 15px;
  color: #fff;
  left: 15px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1253 .date span {
  display: block;
  line-height: 24px;
}
figure.snip1253 .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1253 h3,
figure.snip1253 p {
  margin: 0;
  padding: 0;
}
figure.snip1253 h3 {
  min-height: 50px;
  margin-bottom: 10px;
  margin-left: 60px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
figure.snip1253 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1253 footer {
  padding: 0 25px;
  background-color: #20638f;
  color: #e6e6e6;
  font-size: 0.8em;
  line-height: 30px;
  text-align: right;
}
figure.snip1253 footer > div {
  display: inline-block;
  margin-left: 10px;
}
figure.snip1253 footer i {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
figure.snip1253 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1253:hover img,
figure.snip1253.hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
/*---=======================
   10. Start Blog css 
===========================---*/
.blog-grid-v1 .blog-post-item {
  position: relative;
}
.blog-grid-v1 .blog-post-item:hover .entry-content {
  background-color: rgba(254, 90, 14, 0);
  border-color: #ffe5d9;
}
.blog-grid-v1 .blog-post-item .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.blog-grid-v1 .blog-post-item .post-thumbnail img {
  width: 100%;
}
.blog-grid-v1 .blog-post-item .post-thumbnail .date {
  padding: 18px 18px;
  background-color: #fff;
  font-weight: 600;
  color: #292933;
  line-height: 19px;
  border-radius: 18px;
}

.blog-grid-v1 .blog-post-item .post-thumbnail .date i {
  color: #910161;
  padding-right: 10px;
}
.blog-grid-v1 .blog-post-item .entry-content {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px 10px;
  border-radius: 5px;
  box-shadow: 0px 15px 40px 0px rgba(255, 122, 118, 0.1);
  border: 2px solid #fff;
  transition: all 0.3s ease-out 0s;
}
.blog-grid-v1 .blog-post-item .entry-content h3.title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-out 0s;
}
.blog-grid-v1 .blog-post-item .entry-content h3.title:hover,
.blog-grid-v1 .blog-post-item .entry-content h3.title:focus {
  color: #910161;
}
.blog-grid-v1 .blog-post-item .entry-content p {
  margin-bottom: 35px;
}

.blog-grid-v2 .blog-title-wrapper {
  padding: 55px 40px 70px;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .blog-grid-v2 .blog-title-wrapper {
    padding: 55px 50px 70px;
  }
}
@media (max-width: 991px) {
  .blog-grid-v2 .blog-title-wrapper {
    margin-bottom: 60px;
  }
}
.blog-grid-v2 .blog-title-wrapper .section-title h3 {
  margin-bottom: 30px;
}
.blog-grid-v2 .blog-title-wrapper .section-title p {
  color: #fff;
  margin-bottom: 37px;
}
.blog-grid-v2 .blog-title-wrapper .blog-arrows-two {
  margin-top: 30px;
}
.blog-grid-v2 .blog-title-wrapper .blog-arrows-two .slick-arrow {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.blog-grid-v2 .blog-title-wrapper .blog-arrows-two .slick-arrow:hover {
  background-color: #fff;
  color: #282828;
  border-color: transparent;
}
.blog-grid-v2 .blog-title-wrapper .blog-arrows-two .slick-arrow.prev {
  margin-right: 50px;
}
.blog-grid-v2 .blog-title-wrapper .blog-arrows-two .slick-arrow.prev:after {
  position: absolute;
  top: 0;
  right: -50%;
  display: inline-block;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
}
.blog-grid-v2 .blog-post-item .post-thumbnail img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.blog-grid-v2 .blog-post-item .entry-content {
  background-color: #fff;
  padding: 20px 35px 30px;
  border-radius: 0 0 5px 5px;
}
.blog-grid-v2 .blog-post-item .entry-content .post-meta {
  margin-bottom: 5px;
}
.blog-grid-v2 .blog-post-item .entry-content .post-meta ul li:last-child:after {
  display: none;
}
.blog-grid-v2 .blog-post-item .entry-content .post-meta ul li:after {
  display: inline-block;
  content: "/";
  margin-left: 5px;
  margin-right: 2px;
  color: #910161;
}
.blog-grid-v2 .blog-post-item .entry-content .post-meta ul li span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Antonio", sans-serif;
  color: #910161;
}
.blog-grid-v2 .blog-post-item .entry-content h3.title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}
.blog-grid-v2 .blog-post-item .entry-content p {
  margin-bottom: 15px;
}
.blog-grid-v2 .blog-post-item .entry-content .main-btn {
  font-weight: 600;
  font-size: 15px;
  border-radius: 20px;
  padding: 6px 16px;
}

/*  blog-standard-section  */
.blog-standard-section {
  padding: 4rem 0;
}
.blog-standard-section .blog-post-item {
  margin-top: 2rem;
}
.blog-standard-section .blog-post-item .entry-content {
  padding: 31px 50px 40px;

  border: 1px solid #eeeeee;
  border-top: none;
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px rgba(254, 90, 14, 0.03);
}
@media (max-width: 991px) {
  .blog-standard-section .blog-post-item .entry-content {
    padding: 31px 15px 40px;
  }
}
.blog-standard-section .blog-post-item .entry-content h3.title {
  margin-bottom: 18px;
  transition: all 0.3s ease-out 0s;
}
.blog-standard-section .blog-post-item .entry-content h3.title:hover,
.blog-standard-section .blog-post-item .entry-content h3.title:focus {
  color: #910161;
}
@media (max-width: 991px) {
  .blog-standard-section .blog-post-item .entry-content h3.title {
    font-size: 26px;
    line-height: 36px;
  }
}
.blog-standard-section .blog-post-item .entry-content p {
  margin-bottom: 25px;
}
.blog-standard-section .blog-post-item .entry-content .main-btn {
  border-radius: 2px;
  padding: 12px 20px;
  text-transform: capitalize;
}

/*  Post Thumbnail  */
.post-thumbnail img {
  border-radius: 2px;
}

/*  Post Meta  */
.post-meta ul li {
  display: inline-block;
}

.post-meta {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .post-meta {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .post-meta {
    flex-direction: inherit;
  }
}
.post-meta ul.meta-link li {
  display: inline-block;
  padding-right: 58px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-meta ul.meta-link li {
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .post-meta ul.meta-link li {
    padding-right: 10px;
  }
}
.post-meta ul.meta-link li span i {
  margin-right: 15px;
  color: #910161;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-meta ul.meta-link li span i {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .post-meta ul.meta-link li span i {
    margin-right: 5px;
  }
}
.post-meta ul.meta-link li span:hover,
.post-meta ul.meta-link li span:focus {
  color: #910161;
}
.post-meta ul.social-link {
  float: right;
}
@media (max-width: 400px) {
  .post-meta ul.social-link {
    float: none;
  }
}
.post-meta ul.social-link li {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .post-meta ul.social-link li {
    margin-left: 0;
  }
}
.post-meta ul.social-link li span {
  padding-right: 10px;
}
.post-meta ul.social-link li a:hover,
.post-meta ul.social-link li a:focus {
  color: #910161;
}

/*  Blog-details-section  */
.blog-details-section .post-thumbnail {
  margin-bottom: 32px;
}
.blog-details-section .entry-content {
  margin-bottom: 55px;
}
.blog-details-section .entry-content h3.title {
  margin-bottom: 15px;
}
.blog-details-section .entry-content p {
  margin-bottom: 20px;
}
.blog-details-section .entry-content .content-box {
  background-color: #fff4ef;
  padding: 40px 45px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.blog-details-section .entry-content .content-box h4 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 16px;
}
.blog-details-section .entry-content .content-box p {
  margin-bottom: 15px;
}
.blog-details-section .post-share-tag {
  background-color: #fff4ef;
}
.blog-details-section .admin-box {
  background-color: #fff3ed;
  display: flex;
  padding: 40px 30px;
}
@media (max-width: 991px) {
  .blog-details-section .admin-box {
    flex-direction: column;
  }
}
.blog-details-section .admin-box .admin-img {
  min-width: 190px;
  max-width: 190px;
  height: 190px;
}
.blog-details-section .admin-box .admin-img img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-section .admin-box .admin-info {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .blog-details-section .admin-box .admin-info {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.blog-details-section .admin-box .admin-info h4 {
  font-size: 25px;
  margin-bottom: 5px;
}
.blog-details-section .admin-box .admin-info p.position {
  margin-bottom: 12px;
}
.blog-details-section .related-post h4.title {
  margin-bottom: 20px;
}
.blog-details-section
  .related-post
  .blog-post-item:hover
  .post-thumbnail
  .post-overlay {
  visibility: visible;
  opacity: 1;
}
.blog-details-section .related-post .blog-post-item .post-thumbnail {
  position: relative;
}
.blog-details-section .related-post .blog-post-item .post-thumbnail img {
  width: 100%;
}
.blog-details-section
  .related-post
  .blog-post-item
  .post-thumbnail
  .post-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 86%;
  background-color: rgba(254, 90, 14, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.blog-details-section
  .related-post
  .blog-post-item
  .post-thumbnail
  .post-overlay
  .post-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.blog-details-section
  .related-post
  .blog-post-item
  .post-thumbnail
  .post-overlay
  .post-content
  .main-btn {
  padding: 11px 16px;
  background-color: #fff;
  color: #282828;
  border-radius: 2px;
}
.blog-details-section
  .related-post
  .blog-post-item
  .post-thumbnail
  .post-overlay
  .post-content
  .main-btn:after {
  display: none;
}
.blog-details-section .comments-area h4.comments-title {
  margin-bottom: 20px;
}
.blog-details-section .comments-area ul.comments-list li.comment {
  display: flex;
  padding: 20px 25px 15px;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-details-section .comments-area ul.comments-list li.comment {
    flex-direction: column;
  }
}
.blog-details-section
  .comments-area
  ul.comments-list
  li.comment:nth-child(even) {
  margin-left: 70px;
}
@media (max-width: 767px) {
  .blog-details-section
    .comments-area
    ul.comments-list
    li.comment:nth-child(even):nth-child(even) {
    margin-left: 0px;
  }
}
.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-avatar {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
}
.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-avatar
  img {
  max-width: 100%;
  border-radius: 50%;
}
.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .blog-details-section
    .comments-area
    ul.comments-list
    li.comment
    .comment-wrap {
    margin-top: 30px;
    margin-left: 0px;
  }
}
.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content {
  position: relative;
}
.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content
  span.author-name {
  font-size: 22px;
  font-weight: 700;
  color: #282828;
  font-family: "Antonio", sans-serif;
  display: block;
  margin-bottom: 5px;
}
.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content
  span.date {
  margin-bottom: 15px;
}
.blog-details-section
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content
  a.reply {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 35px;
  background-color: #910161;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .blog-details-section
    .comments-area
    ul.comments-list
    li.comment
    .comment-wrap
    .comment-author-content
    a.reply {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}
.blog-details-section .comments-respond {
  background-color: #fff4ef;
  padding: 55px 50px 60px;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .blog-details-section .comments-respond {
    padding: 55px 15px 60px;
  }
}
.blog-details-section .comments-respond h4.comments-heading {
  margin-bottom: 20px;
}
.blog-details-section .comments-respond form .form_group .form_control {
  border: none;
  height: 60px;
  border-radius: 2px;
  border: 1px solid #fff;
}
.blog-details-section .comments-respond form .form_group .form_control:focus {
  border-color: #910161;
}
.blog-details-section .comments-respond form .form_group textarea.form_control {
  height: 240px;
}
.blog-details-section .comments-respond form .main-btn {
  border-radius: 2px;
  padding: 14px 35px;
}
.blog-standard-section h6 {
  padding: 0 !important;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.blog-post-item .entry-content-detils {
  padding: 31px 20px 20px;
  border: 1px solid #c5c6cd;
  background-color: #fff;
  -webkit-box-shadow: 5px 6px 20px 0px rgb(254 90 14 / 3%);
  box-shadow: 0px 6px 20px 0px rgb(254 90 14 / 3%);
  margin-bottom: 30px;
}

.post-thumbnail img {
  margin-bottom: 30px;
}
.blogimg img {
  margin-bottom: 0px !important;
}

.title-blog img {
  margin-bottom: 30px;
}
.blog-post-item .entry-content img {
  margin-top: 30px;
}

.blog-post-item .entry-content-detils .title-blog {
  margin-bottom: 30px;
  color: #4a4a4a;
}

.blog-post-item .entry-content-detils h6 {
  letter-spacing: 0;
  color: #4a4a4a;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 20px;
  margin-top: 20px;
}
.widget-list {
  z-index: 111 !important;
}
.widget-text {
  z-index: 1111545454 !important;
}
.footer-ovarlay {
  z-index: 1;
}
.img-holder{
  border-radius: 15px;
  overflow: hidden;

}
.vis-mis h4{
  color: #7672eb;
  line-height: 2rem!important;
}
.vis-mis p{
  color: #d2d1f8;
}
.vis-mis{
  background-image: url('../images/vision-mission-bg.jpg');
  background-position: center;
  background-size: cover;
}
.nrlist li{
  margin: 15px 0px;
}
.light-bg{
  background-color: #eaf2f7;
}
footer .logo{
  width: 77%;
}
.f-scale{
  width: 100%!important;
  height: 100%!important;
  object-position: center;
  object-fit: cover;
}
.cts{
  margin-top: 55px;
}
.hm-abt-sec{
  position: relative;
  width: 100%;
  max-width: 100%;
  /* margin-top: 150px; */
  padding-top: 80px;
  padding-bottom: 80px;
}