@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
img {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body,
html {
  padding: 0;
  margin: 0;
  font-size: 18px;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

::selection {
  background: #ffcdab;
}

p,
span {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}

.cta {
  border: 2px solid #000;
  outline: none;
  background: #e4e4e4;
  color: #000;
  border-radius: 3px;
  padding: 8px 30px;
  margin-top: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  width: unset;
  position: relative;
  transition: 250ms ease-in-out;
  display: table;
  padding: 20px 75px 20px 25px;
  margin: 25px auto 0 auto;
  border: 1px solid #403f41;
  padding: 20px 75px 20px 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 20px;
  cursor: pointer;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}

.cta:hover {
  color: #fff;
  border-color: #403f41;
  text-decoration: none;
  background: inherit;
}

.cta:hover::after {
  backface-visibility: hidden !important;
  transform: scaleY(1);
}

.cta:hover .font {
  color: #000;
}

.cta .font {
  color: #fff;
}

.cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #403f41;
  z-index: -1;
  transition: transform 0.3s;
}

.primary-button, .homebanner .primary-cta {
  border: 2px solid #000;
  outline: none;
  background: #e4e4e4;
  color: #000;
  display: table;
  border-radius: 3px;
  padding: 8px 30px;
  margin-top: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  width: unset;
  position: relative;
  transition: 250ms ease-in-out;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}

.primary-button:hover, .homebanner .primary-cta:hover {
  color: #fff;
  transition: 250ms ease-in-out;
  background: inherit;
}

.primary-button:hover:after, .homebanner .primary-cta:hover:after {
  transform: scaleX(1);
  transition: 550ms ease-in-out;
}

.primary-button:hover .font, .homebanner .primary-cta:hover .font {
  color: #fff;
}

.primary-button .font, .homebanner .primary-cta .font {
  color: #000;
}

.primary-button:after, .homebanner .primary-cta:after {
  content: "";
  background: #eee;
  width: uset;
  position: absolute;
  top: 0;
  background: #000;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  z-index: -1;
  transform-origin: left center;
  transition: transform 0.3s;
}

.banner {
  height: 70vh;
  position: relative;
}

.banner img {
  object-fit: cover;
}

.banner .breadtitle {
  text-transform: capitalize;
}

.banner-content {
  position: absolute;
  top: 60%;
  color: #fff;
}

.banner-content .title {
  color: #fff;
  font-size: 1.4rem;
}

.crossanimation {
  color: white;
  position: relative;
  display: block;
  letter-spacing: 0.2em;
}

.crossanimation:hover::before {
  transform-origin: left top;
  transform: scaleX(1);
}

.crossanimation::before {
  position: absolute;
  content: "";
  top: 22px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.space {
  margin: 40px 0;
}

.flex {
  display: flex;
}

.icon svg {
  fill: white;
  height: 24px !important;
  width: 24px !important;
}

.icon svg path {
  stroke: white;
}

@media only screen and (max-width: 425px) {
  .space {
    margin: 20px 0;
  }
}

@font-face {
  font-family: "circular-bold";
  src: url(../fonts/circularstdbold.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../fonts/regularfont.ttf);
}

body,
html {
  font-family: "Lato", sans-serif;
}

.heading, .formwrap .title, .homeabout .heading-small, .about-content .title, .about-content .name {
  font-family: circular-bold, Arial, sans-serif;
  text-transform: capitalize;
  font-size: 2.5em;
  line-height: 1.4em;
  margin-top: 2em;
  color: #00204a;
}

.heading-small {
  font-size: 1.3em;
  text-transform: none;
  color: #0b7712;
  font-family: circular-bold, Arial, sans-serif;
  line-height: 1.4em;
}

@media only screen and (max-width: 991px) {
  .heading, .formwrap .title, .homeabout .heading-small, .about-content .title, .about-content .name {
    margin-top: 0.8em !important;
  }
}

@media only screen and (max-width: 425px) {
  .heading, .formwrap .title, .homeabout .heading-small, .about-content .title, .about-content .name {
    font-size: 2em !important;
  }
}

.formwrap {
  box-shadow: 1px 1px 6px 0px rgba(150, 135, 131, 0.49);
  border-radius: 0.5em;
  padding: 1.5em;
  background: #fff;
  transform: translateY(75px);
}

.formwrap .title {
  margin: 0 0 1em 0;
  font-size: 1.4em;
  text-transform: none;
}

.formwrap .form-group label {
  color: rgba(0, 32, 74, 0.77);
  text-transform: capitalize;
  font-size: 0.8em;
  font-weight: normal;
}

.formwrap .form-group label span {
  color: #ff4646;
}

.footer {
  background-color: #111;
  background: linear-gradient(205deg, #232323, #0c0c0c);
  padding: 3em 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-block .flex {
  align-items: center;
}

.footer-block li {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.9em;
  font-size: 0.9em;
}

.footer-block li a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  font-weight: 300;
  text-transform: capitalize;
}

.footer-block li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-block.contact-list .logo {
  width: 150px;
  height: 100px;
  display: inline-block;
}

.footer-block.contact-list .logo img {
  object-fit: contain;
}

.footer-block.contact-list .icon {
  margin-right: 1.3em;
}

.footer-block .heading, .footer-block .formwrap .title, .formwrap .footer-block .title, .footer-block .homeabout .heading-small, .homeabout .footer-block .heading-small, .footer-block .about-content .title, .about-content .footer-block .title, .footer-block .about-content .name, .about-content .footer-block .name {
  font-size: 1.4em;
  text-transform: capitalize;
  font-family: circular-bold, Arial, sans-serif;
  color: #c7c5c5;
  margin-bottom: 1.3em;
  color: rgba(255, 255, 255, 0.85);
}

.footer-last {
  margin-top: 2.3em;
  border-top: 1px solid #eee;
  padding-top: 1.5em;
  font-size: 0.8em;
}

.footer-last .flex {
  display: flex;
  justify-content: space-between;
  flex-direction:column;
}

.footer-last .flex .credit a {
  color: white;
}

header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 11;
}

header .scroll {
  position: fixed;
  top: 0;
  height: 88px;
  width: 100%;
  background: #fff;
  font-size: 0.9em;
  z-index: 11;
  box-shadow: 0px 3px 7px 5px rgba(228, 228, 228, 0.4);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

header .scroll-logo {
  width: 110px !important;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

header .navbar {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  margin: 0;
}

header .navbar .flex {
  align-items: center;
  justify-content: space-between;
}

header .navbar .logo {
  width: 150px;
  display: inline-block;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

header .navbar .logo img {
  object-fit: contain;
  height: 100px;
}

header .navbar label {
  font-size: 26px;
  width: 26px;
  visibility: hidden;
}

header .navbar #toggle {
  display: none;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

header .navbar input [type="checkbox"] {
  display: none;
}

header .navbar-list {
  display: flex;
  justify-content: space-between;
}

header .navbar-list li {
  margin-left: 2em;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}

header .navbar-list li a:hover {
  color: #0b7712;
}

header .navbar-list li.dropdown {
  color: #000;
  cursor: pointer;
}

header .navbar-list li.dropdown:hover {
  color: #0b7712;
}

header .navbar-list li.dropdown .dropdown-content {
  position: absolute;
  display: none;
  box-shadow: 0 50px 100px -20px rgba(40, 93, 62, 0.41);
  width: 200px;
  right: -58px;
  transition: all 0.1s linear;
}

header .navbar-list li.dropdown:hover .dropdown-content {
  opacity: 10;
  visibility: visible;
  background: white;
  z-index: 22;
  display: block;
}

header .navbar-list li.dropdown:hover .dropdown-content li {
  margin-left: 1em;
  font-size: 0.9em;
  padding: 0.3em 0;
}

header .navbar-list li.dropdown:hover .dropdown-content li a:hover {
  color: #0b7712;
}

header .navbar-list li .primary-button, header .navbar-list li .homebanner .primary-cta, .homebanner header .navbar-list li .primary-cta {
  margin: 0;
  background: #39a940;
  border: none;
  padding: 8px 20px;
}

header .navbar-list li .primary-button .font, header .navbar-list li .homebanner .primary-cta .font, .homebanner header .navbar-list li .primary-cta .font {
  color: #fff;
  font-size: 0.8em;
}

@media only screen and (max-width: 991px) {
  header .navbar label {
    visibility: visible;
  }
  header .navbar #toggle:checked + .navbar-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #f0f0f1;
    position: absolute;
    width: 100%;
    top: 86px;
    left: 0;
    right: 0;
    padding: 1em 0;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  header .navbar-list {
    display: none;
  }
  header .navbar-list li {
    margin: 0.8em 0;
  }
}

.homebanner {
  margin-top: 1em;
}

.homebanner .heading, .homebanner .formwrap .title, .formwrap .homebanner .title, .homebanner .homeabout .heading-small, .homeabout .homebanner .heading-small, .homebanner .about-content .title, .about-content .homebanner .title, .homebanner .about-content .name, .about-content .homebanner .name {
  font-family: circular-bold, Arial, sans-serif;
  text-transform: capitalize;
  font-size: 2.5em;
  line-height: 1.4em;
  margin-top: 2em;
  color: #00204a;
}

.homebanner .heading span, .homebanner .formwrap .title span, .formwrap .homebanner .title span, .homebanner .homeabout .heading-small span, .homeabout .homebanner .heading-small span, .homebanner .about-content .title span, .about-content .homebanner .title span, .homebanner .about-content .name span, .about-content .homebanner .name span {
  color: #405fad;
  font-size: 1.5em;
  margin-left: 0.2em;
}

.homebanner .text {
  margin: 1.6em 0;
  width: 450px;
}

.homebanner .primary-cta {
  box-shadow: -1px 2px 11px 1px rgba(11, 119, 18, 0.73);
  background: #0b7712;
  border: unset;
}

.homebanner .primary-cta .font {
  color: #fff;
}

.homebanner .primary-cta:after {
  background: #00204a;
  box-shadow: -1px 2px 11px 1px #00204a;
}

.homebanner-img {
  height: 90vh;
  background: url(/img/banner.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -100%;
  transition: 0.3s ease;
}

@media only screen and (max-width: 425px) {
  .homebanner {
    margin-top: 2em;
  }
  .homebanner .text {
    width: 100%;
  }
  .homebanner-img {
    height: 70vh;
    background-size:cover;
    margin-top: 2em;
  }
}

.card-title {
  text-transform: capitalize;
}

.iconblack svg {
  fill: #000;
  height: 4em !important;
  width: 3em !important;
}

.iconblack svg path {
  stroke: #00204a;
}

.homeabout {
  padding-bottom: 4em;
}

.homeabout .heading-small {
  font-size: 1.3em;
  font-size: 1.3em;
  text-align: center;
  text-transform: none;
  color: #0b7712;
}

.homeabout .heading, .homeabout .formwrap .title, .formwrap .homeabout .title, .homeabout .heading-small, .homeabout .about-content .title, .about-content .homeabout .title, .homeabout .about-content .name, .about-content .homeabout .name {
  margin: 0.1em 5em 1em 5em;
  text-align: center;
}

.homeabout-img img {
  height: 400px;
  width: 500px;
  object-fit: cover;
  transform: translate(77px, 3px);
}

.homeabout-description .heading, .homeabout-description .formwrap .title, .formwrap .homeabout-description .title, .homeabout-description .homeabout .heading-small, .homeabout .homeabout-description .heading-small, .homeabout-description .about-content .title, .about-content .homeabout-description .title, .homeabout-description .about-content .name, .about-content .homeabout-description .name {
  font-size: 2em;
  text-align: left;
  margin: 2em 4em 1em 1em;
}

.homeabout-description .text {
  margin: 0.6em 4em 1em 2em;
  height:120px;
  overflow:hidden;
}
.expand{
    overflow:unset !important;
    height:unset !important;
}

.classic:focus{
    outline:none;
}

.homeabout-description .classic{
    display: block;
    background: none;
    margin-left:2em;
    
    border: none;
    color: #0000a2;
}

.homeabout-creative {
  background: url(/img/homeaboutbg.jpg) no-repeat;
  height: 60vh;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 6em;
}

.homeabout-creative .creative-list {
  background: white;
  height: 60vh;
  width: 100%;
}

.homeabout-creative .creative-list .heading, .homeabout-creative .creative-list .formwrap .title, .formwrap .homeabout-creative .creative-list .title, .homeabout-creative .creative-list .homeabout .heading-small, .homeabout .homeabout-creative .creative-list .heading-small, .homeabout-creative .creative-list .about-content .title, .about-content .homeabout-creative .creative-list .title, .homeabout-creative .creative-list .about-content .name, .about-content .homeabout-creative .creative-list .name {
  margin: 0;
}

.homeabout-creative .creative-list__group {
  margin: 2em 4em 0 2em;
}

.homeabout-creative .creative-list__group .card {
  text-align: center;
  padding: 0.6em 0px;
  box-shadow: 3px 3px 8px 1px rgba(234, 234, 234, 0.68);
}

.homecontact {
  padding: 1em 0;
  color: #eee;
}

.homecontact .heading, .homecontact .formwrap .title, .formwrap .homecontact .title, .homecontact .homeabout .heading-small, .homeabout .homecontact .heading-small, .homecontact .about-content .title, .about-content .homecontact .title, .homecontact .about-content .name, .about-content .homecontact .name {
  margin: 0;
  color: #eee;
}

.homecontact .primary-button, .homecontact .homebanner .primary-cta, .homebanner .homecontact .primary-cta {
  width: 100%;
  text-align: center;
  margin-top: 0;
  background: #39a940;
  border: 2px solid #39a940;
}

.homecontact .primary-button .font, .homecontact .homebanner .primary-cta .font, .homebanner .homecontact .primary-cta .font {
  color: #fff;
}

.homecontact .primary-button:hover, .homecontact .homebanner .primary-cta:hover, .homebanner .homecontact .primary-cta:hover {
  background: #11a951;
  border: 2px solid #11a951;
}

@media only screen and (max-width: 1024px) {
  .homeabout-img img {
    transform: translate(3px, 3px);
  }
}

@media only screen and (max-width: 991px) {
  .homeabout .heading, .homeabout .formwrap .title, .formwrap .homeabout .title, .homeabout .heading-small, .homeabout .about-content .title, .about-content .homeabout .title, .homeabout .about-content .name, .about-content .homeabout .name {
    margin: 0;
  }
  .homeabout .creative-list .heading, .homeabout .creative-list .formwrap .title, .formwrap .homeabout .creative-list .title, .homeabout .creative-list .heading-small, .homeabout .creative-list .about-content .title, .about-content .homeabout .creative-list .title, .homeabout .creative-list .about-content .name, .about-content .homeabout .creative-list .name {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 425px) {
  .homeabout-img img {
    width: 100%;
  }
  .homeabout-creative {
    height: unset;
    background: unset !important;
  }
  .homeabout-creative .creative-list {
    height: unset;
  }
}

.contact {
  position: relative;
}

.contact .topspace {
  padding-top: 4em;
}

.contact-header {
  background-color: #ecf9fe;
}

.contact-header__left, .about-header__left, .blog-header__middle, .service-header__left, .application-header__middle {
  margin-top: 6em;
}

.contact-header__left .heading-small, .about-header__left .heading-small, .blog-header__middle .heading-small, .service-header__left .heading-small, .application-header__middle .heading-small {
  text-transform: capitalize;
}

.contact-header__left .heading, .about-header__left .heading, .blog-header__middle .heading, .service-header__left .heading, .application-header__middle .heading, .contact-header__left .formwrap .title, .formwrap .contact-header__left .title, .about-header__left .formwrap .title, .formwrap .about-header__left .title, .blog-header__middle .formwrap .title, .formwrap .blog-header__middle .title, .service-header__left .formwrap .title, .formwrap .service-header__left .title, .application-header__middle .formwrap .title, .formwrap .application-header__middle .title, .contact-header__left .homeabout .heading-small, .homeabout .contact-header__left .heading-small, .about-header__left .homeabout .heading-small, .homeabout .about-header__left .heading-small, .blog-header__middle .homeabout .heading-small, .homeabout .blog-header__middle .heading-small, .service-header__left .homeabout .heading-small, .homeabout .service-header__left .heading-small, .application-header__middle .homeabout .heading-small, .homeabout .application-header__middle .heading-small, .contact-header__left .about-content .title, .about-content .contact-header__left .title, .about-header__left .about-content .title, .about-content .about-header__left .title, .blog-header__middle .about-content .title, .about-content .blog-header__middle .title, .service-header__left .about-content .title, .about-content .service-header__left .title, .application-header__middle .about-content .title, .about-content .application-header__middle .title, .contact-header__left .about-content .name, .about-content .contact-header__left .name, .about-header__left .about-content .name, .about-content .about-header__left .name, .blog-header__middle .about-content .name, .about-content .blog-header__middle .name, .service-header__left .about-content .name, .about-content .service-header__left .name, .application-header__middle .about-content .name, .about-content .application-header__middle .name {
  margin: 0;
}

.contact-header__left .contact-info, .about-header__left .contact-info, .blog-header__middle .contact-info, .service-header__left .contact-info, .application-header__middle .contact-info {
  margin-top: 3em;
  color: rgba(0, 32, 74, 0.77);
}

.contact-header__left .contact-info li, .about-header__left .contact-info li, .blog-header__middle .contact-info li, .service-header__left .contact-info li, .application-header__middle .contact-info li {
  display: flex;
  text-transform: capitalize;
  margin: 0.4em 0;
}

.contact-header__left .contact-info li .subject, .about-header__left .contact-info li .subject, .blog-header__middle .contact-info li .subject, .service-header__left .contact-info li .subject, .application-header__middle .contact-info li .subject {
  margin-right: 0.5em;
}

.contact-map {
  margin-top: 6em;
}

.contact-map .heading, .contact-map .formwrap .title, .formwrap .contact-map .title, .contact-map .homeabout .heading-small, .homeabout .contact-map .heading-small, .contact-map .about-content .title, .about-content .contact-map .title, .contact-map .about-content .name, .about-content .contact-map .name {
  font-size: 2em;
  text-align: center;
  margin: 2em 0;
}

@media only screen and (max-width: 768px) {
  .contact-header__left, .about-header__left, .blog-header__middle, .service-header__left, .application-header__middle {
    margin-top: 2em;
  }
}

.about-header {
  background-color: #f6f7f3;
  padding-bottom: 3em;
}

.about-header__left {
  margin-top: 6em;
}

.about-content {
  padding: 4em 0;
}

.about-content .title {
  font-size: 1.1em;
  position: relative;
  display: inline-block;
}

.about-content .title::after {
  content: "";
  position: absolute;
  right: -51px;
  width: 42px;
  height: 2px;
  background-color: #000;
  top: 50%;
}

.about-content .name {
  font-size: 1.5em;
  margin-top: 0;
}

.about-content__description {
  margin: 1.6em 0;
  width: 550px;
}

.about-director {
  padding: 4em 0;
}

.about-director__img {
  height: 300px;
  width: 400px;
}

.about-director__img img {
  height: 400px;
  width: 500px;
  object-fit: contain;
  transform: translate(30px, 3px);
}

@media only screen and (max-width:425px){
    .about-director{
        padding:0;
    }
    .about-content{
        padding:2em 0;
    }
}

.about-director__right .heading, .about-director__right .formwrap .title, .formwrap .about-director__right .title, .about-director__right .homeabout .heading-small, .homeabout .about-director__right .heading-small, .about-director__right .about-content .title, .about-content .about-director__right .title, .about-director__right .about-content .name, .about-content .about-director__right .name {
  font-size: 2em;
}

.about-director__right .text {
  margin: 2em 0;
  width: 450px;
}

.about-team {
  background: #142264;
  padding: 4em 0;
}

.about-team .heading-small {
  text-transform: capitalize;
  font-size: 1.1em;
  position: relative;
  display: inline-block;
  color: #eff1f7;
}

.about-team .heading-small::after {
  content: "";
  position: absolute;
  right: -51px;
  width: 42px;
  height: 2px;
  background-color: #eff1f7;
  top: 50%;
}

.about-team__profile {
  margin: 4em 0;
}

.about-team__profile .profile-card {
  padding: 1.5em;
  margin-bottom: 1.5em;
  height: 270px;
  overflow: hidden;
  text-align: center;
  background: rgba(251, 252, 255, 0.95);
  border-radius: 0.8em;
}

.about-team__profile .profile-card__img {
  border-radius: 50%;
  overflow: hidden;
  width: 65%;
  margin: 0 auto;
  position: relative;
  padding-top: 65%;
}

.about-team__profile .profile-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-team__profile .profile-card__name {
  text-transform: capitalize;
  padding-top: 0.8em;
  font-size: 1.3em;
  color: #00204a;
}

.about-team__profile .profile-card__title {
  text-transform: capitalize;
  font-size: 0.8em;
}

.about-career {
  padding: 4em 0;
  background: #e8f4ff;
}

.about-career .heading, .about-career .formwrap .title, .formwrap .about-career .title, .about-career .homeabout .heading-small, .homeabout .about-career .heading-small, .about-career .about-content .title, .about-content .about-career .title, .about-career .about-content .name, .about-content .about-career .name {
  margin: 0 0 2em;
  text-align: center;
}

.about-career__list {
  width: 70%;
  margin: 0 auto;
}

.about-career__list .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  padding: 1em 1.5em;
  box-shadow: 1px 1px 6px 0px rgba(224, 217, 214, 0.49);
  border-radius: 0.5em;
  margin: 1em 0;
}

.about-career__list .list-title {
  text-transform: capitalize;
  width: 250px;
}

.about-career__list .list-dateline {
  text-transform: capitalize;
}

.about-career__list .list-cta .primary-button, .about-career__list .list-cta .homebanner .primary-cta, .homebanner .about-career__list .list-cta .primary-cta {
  margin-top: 0;
  background: #3bcc45f5;
  border: 2px solid #3bcc45f5;
  color: #fff;
  border-radius: 0.5em;
}

.about-career__list .list-cta .primary-button .font, .about-career__list .list-cta .homebanner .primary-cta .font, .homebanner .about-career__list .list-cta .primary-cta .font {
  color: #fff;
}

.about-career__list .list-cta .primary-button:hover, .about-career__list .list-cta .homebanner .primary-cta:hover, .homebanner .about-career__list .list-cta .primary-cta:hover {
  background: #11a951;
  border: 2px solid #11a951;
}

@media only screen and (max-width: 1024px) {
  .about-director__img img {
    width: unset;
  }
}

@media only screen and (max-width: 768px) {
  .about-header__left {
    margin-top: 2em;
  }
  .about-content__description {
    width: unset;
  }
  .about-director__img {
    height: unset;
  }
  .about-director__right .text {
    width: unset;
  }
  .about-team__profile .profile-card {
    height: unset;
  }
  .about-career__list .list {
    flex-direction: column;
    align-items:unset;
  }
  .about-career__list .list-title {
    width: unset;
    padding:10px 0;
  }
  .about-career__list .list-dateline{
    padding:10px 0;   
  }
}

@media only screen and (max-width: 425px) {
  .about-director__img {
    width: 100%;
  }
  .about-director__img img {
    width: 100%;
    transform: translate(3px, 3px);
  }
}

.home-service {
  padding: 4em 0;
}

.home-service .heading, .home-service .formwrap .title, .formwrap .home-service .title, .home-service .homeabout .heading-small, .homeabout .home-service .heading-small, .home-service .about-content .title, .about-content .home-service .title, .home-service .about-content .name, .about-content .home-service .name {
  text-align: center;
  margin-top: 0;
}

.home-service .heading-small {
  text-align: center;
}

.home-service__group {
  padding: 3em 0;
}

.home-service__group .service-card {
  box-shadow: 0px 4px 13px 0px rgba(169, 169, 155, 0.42);
  border-radius: 0.5em;
  border: 1px solid #eadddd;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.home-service__group .service-card__img {
  height: 200px;
}

.home-service__group .service-card__img img {
  object-fit: cover;
  border-radius: 0.5em 0.5em 0 0;
}

.home-service__group .service-card__content {
  margin: 0.9em 1.3em;
}

.home-service__group .service-card__content .title {
  font-size: 1.3em;
  line-height: 1.3em;
  height: 60px;
  font-weight: 700;
  overflow: hidden;
}

.home-service__group .service-card__content .text {
  margin-top: 1em;
  color: #2b2a2ade;
  height: 90px;
  overflow: hidden;
}

.home-service__group .service-card:hover {
  transform: translateY(-8px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  box-shadow: 5px 11px 20px 2px #d9edf7c2;
}

.home-news {
  padding: 4em 0;
}

.home-news .heading, .home-news .formwrap .title, .formwrap .home-news .title, .home-news .homeabout .heading-small, .homeabout .home-news .heading-small, .home-news .about-content .title, .about-content .home-news .title, .home-news .about-content .name, .about-content .home-news .name {
  text-align: center;
  margin-top: 0;
}

.home-news .heading-small {
  text-align: center;
}

.home-news__content {
  padding: 3em 0;
}

.home-news__content .news-card {
  box-shadow: 0px 4px 13px 0px rgba(169, 169, 155, 0.42);
  border-radius: 0.5em;
  border: 1px solid #eadddd;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.home-news__content .news-card:hover {
  transform: translateY(-8px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  box-shadow: 5px 11px 20px 2px #d9edf7c2;
}

.home-news__content .news-card__img {
  height: 200px;
}

.home-news__content .news-card__img img {
  object-fit: cover;
  border-radius: 0.5em 0.5em 0 0;
}

.home-news__content .news-card__content {
  margin: 0.9em 1.3em;
}

.home-news__content .news-card__content .flex {
  display: flex;
  font-size: 0.7em;
  align-items: center;
}

.home-news__content .news-card__content .flex .date {
  font-size: 1em;
}

.home-news__content .news-card__content .flex .date .iconblack {
  height: 24px;
  width: 24px;
  margin-right: 0.3em;
}

.home-news__content .news-card__content .flex .date .iconblack svg {
  height: 15px !important;
  width: 20px !important;
}

.home-news__content .news-card__content .flex .dot {
  font-size: 1em;
  font-weight: 700;
  padding: 0 1em;
}

.home-news__content .news-card__content .flex .time {
  font-size: 1em;
}

.home-news__content .news-card__content .title {
  margin-top: 1em;
  font-size: 1.3em;
  line-height: 1.3em;
  height: 60px;
  font-weight: 700;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .home-service__group .service-card {
    margin-bottom: 2em;
  }
  .home-news__content .news-card {
    margin-bottom: 2em;
  }
}

.blog-header {
  background-color: #ffc2c2;
  padding-bottom: 3em;
}

.blog-header__middle {
  text-align: center;
}

.blog-content {
  padding: 4em 0;
}

.blog-content__title {
  margin: 1em 0;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 700;
}

.blog-content__image {
  width:100%;
}

.blog-content__image img {
  object-fit: contain;
}

.blog-content .text {
  margin: 2em auto;
  color: #6b6060de;
  width: 90%;
}

.blog .news-card {
  margin: 2em 0;
}

.service-header {
  background-color: #ffdbdb;
  padding-bottom: 3em;
}

.service-content {
  padding: 4em 0;
}

.service-content .heading{
    margin-top:0;
    text-align:center;
}

.service-content .service-card {
  margin: 2em 0;
}

@media only screen and (max-width: 768px) {
  .service-header__left {
    margin-top: 2em;
  }
}

.course {
  padding: 2em 0;
}

.course-gap {
  margin-top: 5em;
}

.course-contain .background {
  background-color: #a2f1c9;
  position: relative;
  height: 50vh;
  border-radius: 0.8em;
}

.course-contain .background .wrap {
  position: absolute;
  padding: 1em;
  top: 50px;
}

.course-contain .background .wrap .title {
  font-size: 2em;
  font-weight: 700;
  width: 75%;
}

.course-contain .background .wrap .primary-button, .course-contain .background .wrap .homebanner .primary-cta, .homebanner .course-contain .background .wrap .primary-cta {
  background: #00204a;
  border: 2px solid #00204a;
  color: #fff;
}

.course-contain .background .wrap .primary-button:hover, .course-contain .background .wrap .homebanner .primary-cta:hover, .homebanner .course-contain .background .wrap .primary-cta:hover {
  background: #11a951;
  border: 2px solid #11a951;
}

.course-title {
  margin: 1em 0;
  padding-bottom: 1em;
  font-size: 2em;
  font-weight: 700;
  border-bottom: 2px solid #e4e4e4;
}

.course .overview {
  border-bottom: 2px solid #e4e4e4;
}

.course .overview .sub-heading {
  color: #6b6060de;
  text-transform: capitalize;
  padding-bottom: 0.6em;
}

.course .overview .text {
  margin: 0.6em 0 2em 0;
}

.course .task {
  margin-top: 2em;
}

.course .task .sub-heading {
  color: #6b6060de;
  text-transform: capitalize;
  padding-bottom: 0.6em;
}

.course .task .panel-group {
  margin: 2em 0;
}

.course .task .panel-group .panel-heading a {
  cursor: pointer;
  display: block;
}

.course-detail {
  background: #ffe4e4;
  padding: 1em 1.5em;
  border-radius: 0.5em;
}

.course-detail .sub-heading {
  text-transform: capitalize;
  padding-bottom: 0.6em;
  font-weight: 700;
  font-size: 1.4em;
}

.course-detail ul {
  margin: 2em 0;
}

.course-detail ul li {
  display: flex;
}

.course-detail ul li .iconblack {
  margin-right: 2em;
  text-transform: capitalize;
  width: 40%;
  position: relative;
}

.course-detail ul li .iconblack::after {
  content: ":";
  position: absolute;
  right: -10px;
}

.course-detail ul li .money {
  font-weight: 700;
  color: #ff2b2b;
}

@media only screen and (max-width: 425px) {
  .course-contain .background .wrap {
    top: 13px;
  }
  .course-contain .background .wrap .title {
    font-size: 1.5em;
    width: 100%;
  }
  .blog-content{
      padding:0;
  }
}

.application {
  position: relative;
}

.application-header {
  background: #ecf9fe;
  padding-bottom: 13em;
}

.application-header__middle {
  text-align: center;
}

.application-form {
  width: 50%;
  margin: 0 auto;
  transform: translateY(-170px);
}

.application-form .form-wrap {
  transform: unset;
}

.application-pay {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 2em;
  text-align: center;
}

.application-pay .heading, .application-pay .formwrap .title, .formwrap .application-pay .title, .application-pay .homeabout .heading-small, .homeabout .application-pay .heading-small, .application-pay .about-content .title, .about-content .application-pay .title, .application-pay .about-content .name, .about-content .application-pay .name {
  margin: 0 0 2em 0;
}

.application-pay img {
  height: 450px;
  object-fit: contain;
}

@media only screen and (max-width: 425px) {
  .application-form {
    width: 80%;
  }
}
