@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

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

* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

header {
  padding: 20px 0px;
}

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

.nav-links ul {
  margin: 0px;
  padding: 0px;
}

.nav-links ul li {
  display: inline-block;
  list-style: none;
  margin: 0px 17px;
}

.l-bold {
  font-weight: 400 !important;
}

/* spacing css  */
/* 
.para-stv{
  margin-left: 20px;
}
.img-google{
  padding-left: 22px;
}
.prar-google{
  padding-left: 11px;
}
.img-google1{
  margin-left: 3px;
}
.prar-google1{
  padding-left: 23px;
}
.prar-google2{
  padding-left: 22px;
}
*/
.vision-img{
     margin-top: 40px !important;
 }
 .para-stv{
    margin-top: 25px !important; 
 }
 .mapping-btm{
     margin-left: 56px !important;
 }
@media (max-width: 767px) {
 .vision-img{
    margin-top: 25px !important;
    margin-bottom: 6px ;
 }
 .mapping-btm{
     margin-left: auto !important;
 }
 
} 

.nav-links ul li a {
  color: #555;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
  font-size: 15.625px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.nav-links .nav-menu {
  position: relative;
}

.home-dropdown-menu {
  position: absolute;
  top: 105%;
  left: 0%;
  background: #fff;
  width: 310px;
  height: auto;
  /* border: 1px lightgrey solid; */
  box-shadow: 0px 3px 4px 2px #cfcfcf;
  display: none;
}

.nav-menu:hover .home-dropdown-menu {
  display: block;
}

.home-dropdown-menu li a {
  color: #555 !important;
  font-size: 16px !important;
  display: block;
  padding: 10px 20px;
  font-weight: 400 !important;
}

.home-dropdown-menu li {
  margin: 0px !important;
  width: 100%;
}

.home-dropdown-menu li a:hover {
  background-color: rgb(236, 236, 236);
}

.about-section {
  margin-top: 80px;
}

.about-section .person-img img {
  border-radius: 50%;
  width: 80%;
}

.about-section .profile-desc h4 {
  color: #333;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.8px;
}

.about-section .profile-desc p {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.9px;
}

.about-section .container {
  padding: 0px 37px;
}

.about-section .person-img {
  padding-top: 70px;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1510px;
  }
}

.casestudy-section {
  margin-top: 120px;
}

.casestudy-section .case-study-box {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1),
    0px 15px 35px 0px rgba(0, 0, 0, 0.05);
}

.casestudy-section .case-study-box .case-study-cont {
  width: 80%;
  margin: 0 auto;
}

/* .case-study-box .case-study-image img {
  width: 100%;
  height: 400px;
  flex-shrink: 0;
  object-fit: cover;
} */
.case-study-box .case-study-cont h6 {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: inherit;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.case-study-box .case-study-cont h3 {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
}

.case-study-box .case-study-cont p {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
}

.theme-btn1 a {
  display: inline-flex;
  padding: 16px 32px;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  border-radius: 70px;
  background: #333;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
  margin-top: 35px;
}

.case-study-box {
  margin-bottom: 150px;
  max-width: 980px !important;
}

.case-study-box:last-child {
  margin-bottom: 0px;
}

footer {
  background: #000;
  padding: 35px 0px 35px;
  margin-top: 120px;
}

footer .footer-widget h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 44.8px;
}

footer .footer-widget h5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 15.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.8px;
}

footer .footer-widget ul {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}

footer .footer-widget ul li {
  list-style: none;
  line-height: 30px;
  flex-shrink: 0;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* footer .footer-widget ul li a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
} */
.footer-widget.link {
  padding-left: 20px;
}

.case-study-limg img {
  width: 100%;
}

.case-study-overview {
  margin-top: 100px;
}

.case-study-overview .content {
  padding-left: 110px;
}

.case-study-overview .content-box {
  width: 90%;
  margin: 0 auto;
}

.case-study-overview .content-box h4 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
}

.case-study-overview .content-box p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
}

.my-role-tool {
  padding-top: 10px;
  padding-left: 38px;
  border-left: 1px lightgrey solid;
  height: 100%;
}

.my-role-tool .content h6 {
  flex-shrink: 0;
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.8px;
  letter-spacing: 0.8px;
}

.my-role-tool .content p {
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.presentation-img {
  margin-top: 80px;
  padding: 0px 20px;
}

.presentation-img p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
}

.feat-section {
  margin-top: 100px;
}

.feat-section .feat-cont {
  padding: 0px 32px 0px 0px;
}

.feat-section .feat-cont .content-inner h5 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 1px;
}

.feat-section .feat-cont .content-inner p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
}

.feat-section .feat-cont .content-inner h5 b {
  font-weight: 700;
}

/* .feat-section .feat-cont .content-inner ul {
  margin: 0px;
  padding: 0px;
} */
.feat-section .feat-cont .content-inner ul li {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.feat-section .feat-img .presentation-cont p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
}

.toggle-menu {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  width: 3%;
}

.carousel-control-next {
  right: -28px;
}

.carousel-control-prev {
  left: -26px;
}

.case-study-postside {
  padding: 0px 40px 0px 40px;
}

.large-dagram .full-tittle {
  border-bottom: 1px #000 solid;
  padding-bottom: 5px;
}

.large-dagram h5 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1px;
}

.large-dagram h6 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  /* 120% */
  letter-spacing: 1px;
}

.abs-image {
  position: relative;
  height: 80vh;
}

.abs-image .img1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.abs-image .img2 {
  position: absolute;
  top: 6%;
  right: 0px;
}

.abs-image .img3 {
  position: absolute;
  left: 4%;
  top: 60%;
}

.community-college-img {
  margin-top: 150px;
}

.image.half img {
  width: 100%;
}

.right-mini-img {
  padding-left: 52px;
}

.bg-light-grey {
  background-color: rgb(243 243 243 / 62%);
}

.visual-design-img.full {
  padding-right: 35px;
}

.content-inner.visual h5 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}

.content-inner.visual p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .case-study-box .case-study-cont h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .case-study-box .case-study-cont h6 {
    line-height: inherit;
    margin-bottom: 18px;
  }

  .case-study-box .case-study-cont p {
    font-size: 20px;
    line-height: inherit;
  }
}

@media (min-width: 1280px) and (max-width: 1500px) {
  .case-study-box .case-study-cont h6 {
    letter-spacing: 1px !important;
    font-size: 12px !important;
  }

  .about-section .container {
    padding: 0px 0px;
  }

  .case-study-overview .content-box h4 {
    font-size: 26px;
  }

  .case-study-overview .content-box p {
    font-size: 16px;
    line-height: 27px;
  }

  .feat-section .feat-cont .content-inner h5 {
    font-size: 24px;
  }

  .feat-section .feat-cont .content-inner p {
    font-size: 16px;
    line-height: 27px;
  }

  .feat-section .feat-cont .content-inner ul li {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 4px;
  }

  .about-section .profile-desc p {
    font-size: 16px;
  }

  .about-section .person-img img {
    border-radius: 50%;
    width: 80%;
  }

  .case-study-box .case-study-cont h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .case-study-box .case-study-cont h6 {
    font-size: 12px;
    line-height: inherit;
    margin-bottom: 18px;
  }

  .case-study-box .case-study-cont p {
    font-size: 20px;
    line-height: inherit;
  }

  .theme-btn1 a {
    line-height: 4vh;
    margin-top: 2vh;
  }
}

@media (min-width: 1280px) and (max-width: 1400px) {
  .case-study-box .case-study-cont h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .case-study-box .case-study-cont p {
    line-height: inherit;
  }

  .theme-btn1 a {
    line-height: inherit;
    margin-top: 25px;
  }
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-10 {
  margin-bottom: 100px;
}

.logo h5 {
  color: #333334;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px;
  margin-bottom: 4px;
  padding-top: 2px;
}

.logo h6 {
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin: 0px;
}

@media (min-width: 991px) and (max-width: 1279px) {
  .case-study-box .case-study-cont h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .case-study-box .case-study-cont h6 {
    font-size: 12px;
    line-height: inherit;
    margin-bottom: 18px;
  }

  .case-study-box .case-study-cont p {
    font-size: 20px;
    line-height: inherit;
  }

  .theme-btn1 a {
    line-height: inherit;
    margin-top: 25px;
  }

  .casestudy-section .case-study-box .case-study-cont {
    /* width: 88%; */
    margin: 0 auto;
  }

  /* Custom CSS  */
  .custom-wid {
    display: flex;
    justify-content: center;
    width: 980px;
    margin: 0 auto;
  }

  .custom-stv {
    width: 980px !important;
  }

  /* Custom css End  */
}

@media (min-width: 768px) and (max-width: 990px) {
  .about-section .person-img img {
    border-radius: 50%;
    width: 80%;
  }

  p {
    font-size: 16px !important;
    line-height: 27px !important;
  }

  .case-study-overview {
    margin-top: 56px;
  }

  .case-study-overview .content {
    padding-left: 0px;
  }

  .case-study-overview .content-box {
    width: 100%;
    margin: 0 auto;
  }

  .case-study-overview .content-box h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .feat-section .feat-cont {
    padding: 0px 0px;
  }

  .presentation-img {
    margin-top: 40px;
    padding: 0px 20px;
  }

  .feat-section {
    margin-top: 50px;
  }

  .content-inner.mb-5 {
    margin-bottom: 2rem !important;
  }

  .mb-10 {
    margin-bottom: 20px !important;
  }

  .mb-8 {
    margin-bottom: 25px !important;
  }

  .mb-6 {
    margin-bottom: 22px !important;
  }

  .mb-5 {
    margin-bottom: 20px !important;
  }

  .mb-4 {
    margin-bottom: 15px;
  }

  .content-inner.pt-5 {
    padding-top: 1rem !important;
  }

  .footer-widget.link {
    padding-left: 0px;
  }

  footer .footer-widget ul {
    margin-top: 9px;
  }

  .nav-links {
    display: none;
  }

  .about-section .person-img {
    padding-top: 0px;
  }

  .profile-desc {
    margin-top: 25px;
  }

  .casestudy-section {
    margin-top: 50px;
  }

  .case-study-box .case-study-cont h6 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: inherit;
    margin-bottom: 1vh;
  }

  .case-study-box .case-study-cont h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .case-study-box .case-study-cont p {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .theme-btn1 a {
    padding: 16px 45px;
    font-size: 16px;
    line-height: inherit;
    margin-top: 0vh;
  }

  .casestudy-section .case-study-box .case-study-cont {
    width: 100%;
    padding-left: 14px;
    padding-right: 15px;
  }

  .case-study-box {
    margin-bottom: 60px;
  }

  .toggle-menu {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 90px;
    left: 0px;
    background: #fff;
    width: 100%;
    border: 1px lightgrey solid;
  }

  .nav-links ul li {
    display: block;
    margin: 0px 0px;
    border-bottom: 1px lightgrey solid;
  }

  .nav-links ul li a {
    padding: 15px 30px;
    display: block;
  }

  .nav-links.active {
    display: block !important;
  }
}

@media (max-width: 767px) {

  .my-role-tool {
    border-left: none;
    border-top: 1px lightgrey solid;
}
.case-study-postside {
  padding: 0;
}

  .about-section .person-img img {
    border-radius: 50%;
    width: 80%;
  }

  .toggle-menu {
    display: block;
  }

  .nav-links {
    display: block;
    position: absolute;
    top: 90px;
    left: 0px;
    background: #fff;
    width: 100%;
    border: 1px lightgrey solid;
  }

  .nav-links.active {
    display: block !important;
  }

  .nav-links ul li {
    display: block;
    margin: 0px 0px;
    border-bottom: 1px lightgrey solid;
  }

  .nav-links ul li a {
    padding: 15px 30px;
    display: block;
  }

  p {
    font-size: 16px !important;
    line-height: 27px !important;
    /* text-align: justify; */
  }

  .nav-links {
    display: none;
  }

  .about-section {
    margin-top: 0px;
  }

  .about-section .person-img {
    padding-top: 40px;
  }

  .about-section .container {
    padding: 0px 22px;
  }

  .about-section .profile-desc p {
    font-size: 16px;
    line-height: 25.9px;
    text-align: left;
  }

  .profile-desc {
    margin-top: 30px;
  }

  .casestudy-section {
    margin-top: 70px;
  }

  .casestudy-section .case-study-box .case-study-cont {
    width: 90%;
    padding: 20px 0px;
  }

  .case-study-box .case-study-cont h6 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: inherit;
    margin-bottom: 8px;
  }

  .case-study-box .case-study-cont h3 {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .case-study-box .case-study-cont p {
    font-size: 4vw;
    line-height: 3.5vh;
  }

  .theme-btn1 a {
    font-size: 3.5vw;
    margin-top: 2vh;
    padding: 6px 25px;
  }

  .case-study-box {
    margin-bottom: 30px;
  }

  .footer-widget {
    margin-bottom: 30px;
  }

  footer .footer-widget ul {
    margin-top: 8px;
  }

  .footer-widget.link {
    padding-left: 0px;
  }

  footer .footer-widget h5 {
    font-size: 17.75px;
  }

  footer .footer-widget ul li a {
    font-size: 14px;
  }

  footer {
    background: #000;
    padding: 40px 0px 25px;
    margin-top: 80px;
  }

  .case-study-overview {
    margin-top: 50px;
  }

  .case-study-overview .content {
    padding-left: 0px;
  }

  .case-study-overview .content-box {
    width: 96%;
  }

  .case-study-overview .content-box h4 {
    font-size: 20px;
  }

  .case-study-overview .content-box p {
    font-size: 16px;
    line-height: 27px;
  }

  .presentation-img .presentation-cont p.w-50 {
    width: 100% !important;
  }

  .feat-section {
    margin-top: 50px;
  }

  .feat-section .feat-cont .content-inner h5 {
    font-size: 22px;
  }

  .feat-section .feat-cont .content-inner ul li {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .feat-section .feat-cont {
    padding: 0px 0px;
  }

  .presentation-img {
    margin-top: 30px;
  }

  .mb-10 {
    margin-bottom: 0px !important;
  }

  .mb-8 {
    margin-bottom: 35px !important;
  }

  .mb-6 {
    margin-bottom: 30px !important;
  }

  .mb-5 {
    margin-bottom: 25px !important;
  }

  .mb-4 {
    margin-bottom: 20px;
  }

  .content-inner-img img {
    width: 100px !important;
  }

  .content-inner.pt-5 {
    padding-top: 0rem !important;
  }

  .carousel-control-prev {
    left: -17px;
  }

  .carousel-control-next {
    right: -17px;
  }

  .visual-design-img.full {
    padding-right: 0px;
  }

  .right-mini-img {
    padding-left: 0px;
  }

  .mo-drop {
    position: absolute;
    right: 2%;
    top: 30%;
  }
}

.mo-drop {
  fill: #767676;
}

.nav-links a.active {
  font-weight: 500;
}

@media (min-width: 600px) and (max-width: 767px) {
  .case-study-box .case-study-cont h3 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .theme-btn1 a {
    font-size: 2.4vw;
    margin-top: 2vh;
    padding: 6px 25px;
  }

}

@media (min-width: 992px) {

  /* Custom CSS  */
  .custom-wid {
    display: flex;
    justify-content: center;
    width: 980px;
    margin: 0 auto;
  }

  .custom-stv {
    width: 980px !important;
  }

  /* Custom css End  */
}

