section{
  padding: 40px 0;
}

body{
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  overflow-y: scroll;
}



/***** Who are we block start css *****/

@media (min-width: 1025px) {
  section.hero-standard .inner-hero, section.hero-standard aside.content {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  section.hero-standard aside.content {
    background: hsla(0, 0%, 100%, .94);
    margin: auto 0;
    max-width: 620px;
    position: absolute;
  }
}

.inner-hero {
  position: relative;
}

section.hero-standard aside.content, section.hero-standard figure.image {
  opacity: 1;
  transform: none;
}

section.hero-standard aside.content, section.hero-standard figure.image {
  /* opacity: 0; */
  transition: all .8s cubic-bezier(.77,0,.175,1) .4s;
}

section.hero-standard aside.content {
  display: block;
  padding: 0 4.5vw 50px;
  position: relative;
  width: 100%;
  z-index: 1;
}

section.hero-standard aside.content .heading {
  font-size: calc(60px + 30*((100vw - 420px) / 820));
  font-size: calc(3.75rem + 30*((100vw - 26.25rem) / 820));
  line-height: 1.02em;
  display: block;
  margin-bottom: 10px;
  padding-top: 12px;
  position: relative;
  text-transform: uppercase;
  color: #000;
}

section.hero-standard aside.content .heading:before {
  background: #f2452f;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 220px;
  height: 1px;
}
section.hero-standard aside.content .description {
  font-size: calc(16px + 4*((100vw - 420px) / 820));
  font-size: calc(1rem + 4*((100vw - 26.25rem) / 820));
  line-height: 1.55em;
  display: block;
}

section.hero-standard figure.image {
  opacity: 1;
  transform: none;
}

section.hero-standard figure.image {
  transform: translateX(60px);
}

section.hero-standard figure.image {
  /* opacity: 0; */
  transition: all .8s cubic-bezier(.77,0,.175,1) .4s;
}

section.hero-standard figure.image {
  background: #2d2e34;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

section.hero-standard figure.image img.src {
  display: block;
  max-width: 100%;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.who-we-are-heading{
  text-align: center;
  color: #fff;
}

@media (min-width: 1231px) {
  section.hero-standard figure.image {
      margin-left: calc(9% - 240px);
      overflow: hidden;
      padding-bottom: 0;
      width: 800px;
      height: 600px;
  }
  section.hero-standard figure.image img.src {
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (min-width: 1240px) {
  section.hero-standard aside.content .heading {
      font-size: 90px;
      font-size: 3.25rem;
      font-weight: 600;
  }
  section.hero-standard aside.content .description, section.hero-standard aside.content .email_label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1231px) {
  section.hero-standard aside.content {
      min-height: 450px;
      padding: 80px;
      /* top: 70px; */
      left: calc(50% - 650px);
  }
}

section.hero-standard.block-reverse figure.image{
  margin-left: calc(20% - 240px);
}
section.hero-standard.block-reverse aside.content{
  left: calc(35% - 650px);
}







/* using z-index mobile screens */

 @media (max-width: 768px) {
section {
   padding:  0; 
}


  section.hero-standard .inner-hero {
    position: relative;
  }

  
  section.hero-standard {
    text-align: center;
  }

  section.hero-standard .inner-hero {
    flex-direction: column;
    justify-content: center;
  }

  section.hero-standard figure.image,
  section.hero-standard aside.content {
    position: static;
    max-width: 100%;
    width: 100%;

  }

  .mobile-content{
    margin-top: -15px !important;
  }

  .our-team-img-1{
    margin-bottom: 18px;
  }
   .team-content {
    margin-bottom: -23px !important;
    width: 85% !important;

  } 

.mobile-content-why-us{
  margin-top: 77px !important;
}


  section.hero-standard figure.image {
    margin: 0;
    padding: 0;
     margin-left: calc(9% - 90px); 
 
  }

  section.hero-standard figure.image img.src {
    width: 100%;
    height: auto;
  }

  section.hero-standard aside.content {
    padding: 20px;
    background-color: white;
   
  }


  .hero-standard .inner-hero .content {
    position: sticky;
    width: 90%;
    margin: 0 auto;
    margin-bottom: -22px;
   

}

.our-team-content{
  margin-top: 87px !important;
}

  

  section.hero-standard aside.content .heading:before {
    background: #f2452f;
    content: "";
    display: block;
    top: 43px;
    left: 0px;
    position: absolute;
    width: 114px;
    height: 1px;
}



  .content .content-inner .heading {
     text-align: left; 
    font-size: 1.8rem !important;
    

  }

  .content .content-inner .description {
    padding: 5px;
    text-align: justify;

  }
  
  

  section.hero-standard.block-reverse figure.image{
      margin-left: calc(56% - 240px);
 
  }


   .our-promise-img{
     margin-top: -40px !important;
  }

  .our-promise-content{
    margin-top: 21px !important;
    margin: auto;
    width: 85% !important; 
  }

  .mobile-why-now-content {
   

    margin-top: 20px !important;
    width: 85% !important;

  } 
  
  section.hero-standard.block-reverse aside.content{
    left: calc(35% - 650px);
    margin-bottom: 20px;
  }

  .headinglast h1 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem !important;
    margin-top: 24px;
    padding: 10px;
  }

  .headinglast h1 span {
    color: #f2452f;
  }

  .who-we-are-heading{
    text-align: center;
    color: #fff;
  }

  .who-we-are-heading{
    text-align: center;
    /* color: #fff; */
    padding-top: 113px !important;
   
  }

 }


 
 

 @media (max-width: 375px) {
  section.hero-standard.block-reverse figure.image {
       position: relative;
      left: 50%;
      transform: translateX(-30%);
      width: 100%;  
  }
}


 @media (max-width: 414px) {
  section.hero-standard.block-reverse figure.image {
      margin-left: calc(44% - 240px) !important;
  }
} 

 @media (max-width: 430px) {
  section.hero-standard.block-reverse figure.image {
      margin-left: calc(43% - 240px) !important;
  }
} 

@media (max-width: 320px) {
  section.hero-standard.block-reverse figure.image {
      margin-left: calc(54% - 240px) !important;
  }
} 


/***** Who are we block end css *****/

/********* footer *********/

.footer-section {
  /* padding: 50px; */
  background-color: #353535;
}

@media (max-width: 600px) {
  .footer-section {
    padding: 15px;
  }
}

.footer-section .first-footer img {
  width: 250px;
}

@media (min-width: 992px) {
  .footer-section .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 29px;
  }
}

.footer-section .first-footer p {
  color: #bababa;
  font-size: 1.15rem;
  padding-top: 10px;
  /* text-align: justify; */
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.social-icons a img {
  height: 30px;
  color: #fff;
  max-width: 30px;
}

.social-icons a:last-child {
  margin-right: 0;
}

.footer-section h4 {
  color: #bababa;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.5;
}

.footer-section h4 span{
  border-bottom: 1px solid #bababa;
}

.footer-section ul {
  color: #bababa;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-section ul li {
  list-style: none;
}

.footer-section ul li a {
  color: #bababa;
  text-decoration: none;
  margin-left: -27px;
  font-size: 15px;
}

.footer-section ul li a:hover{
  color: #fff;
}

.footer-section p {
  color: #bababa;
}

.footer-section .address p{
  font-size: 1.15rem;
}

/********* footer css end *********/


/***** Area of Practice *****/
.area-of-practice .area-content-block{
  background: #313131;
  padding: 40px 20px;
  height: 366px;
}

.area-of-practice h1 {
  font-size: 3.25rem;
  font-weight: 600;
  color: #fff;
}
.area-of-practice h1:before, .area-of-practice h1:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #f2452f;
  display: inline-block;
}
.area-of-practice h1:before {
  margin: 0 15px 16px 0;
}
.area-of-practice h1:after {
  margin: 0 0 16px 15px;
}
.area-of-practice .heading h3{
  color: #b4bcff;
  position: relative;
  font-size: 2rem;
}
.area-of-practice .heading h3 span{
  color: #F54319;
}
.area-of-practice .paragraph p{
  color: #fff;
  font-size: 1.25rem;
}
.area-of-practice .row-hr{
  color: #fff;
}

.sales-dev-rep{
  margin-top: 30px;
}

/* mobile screens */

@media (max-width: 600px) {
  .area-of-practice .area-content-block{
    background: #313131;
    padding: 40px 20px;
    height: 366px;
  }
  
  .area-of-practice h1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: 18px;
  }
  .area-of-practice h1:before, .area-of-practice h1:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #f2452f;
    display: inline-block;
    position: relative;
    top: 10px;
  }

  .sales-dev-rep{
     margin-top: -10px !important;
  }

 
  .area-of-practice h1:before {
    margin: 0 15px 16px 0;
  }
  .area-of-practice h1:after {
    margin: 0 0 16px 15px;
  }
  .area-of-practice .heading h3{
    color: #b4bcff;
    position: relative;
    font-size: 2rem;
     padding-bottom: 0;
  }
  .area-of-practice .heading h3 span{
    color: #f2452f;
  }
  .area-of-practice .paragraph p{
    color: #fff;
    font-size: 14px;
  }
  .area-content-block .paragraph2{
    color: #fff;
    font-size: 14px;
    display: none !important;
  }


  .area-of-practice .row-hr{
    color: #fff;
  }
  
  .footer-section ul li a {
    color: #bababa;
    text-decoration: none;
    margin-left: -27px;
    font-size: 16px !important;
} 
}


/***** Area of Practice css end *****/


/***** Contact css Start *****/

.contact-page h1{
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}
.contact-page .email{
  margin-bottom: 90px;
}
.contact-page .email_label{
  color: #f2452f;
  margin-top: 40px;
}
.contact-page .email_address{
  margin-top: 10px;
}
.contact-page .email_address a{
  color: #b4bcff;
  text-decoration: none;
}
.contact-page .contact-form{
  background-color: #fff;
  padding: 50px;
  transform: translateY(-70px);
}
.contact-page .contact-form input[type=text], .contact-page .contact-form input[type=email], .contact-page .contact-form select{
  background-color: #f3f3f3;
  height: 50px;
}
.contact-page .contact-form textarea{
  background-color: #f3f3f3;
}
.btn-submit{
  width: 150px;
  border: 1px solid #F54319;
  background-color: transparent;
  color: #F54319;
  margin-left: 10px;
  transition: background-color 0.3s, color 0.3s;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}
.btn-submit:hover{
  background-color: #F54319;
  color: white;
}
.my-menu {
  border: 1px solid #fff !important;
  width: 50px;
  padding: 10px;
}
.my-menu:hover {
  border: 1px solid #f2452f;
  width: 50px;
  padding: 10px;
  color: #fff;
  background-color: #f2452f;
}

.dean-list-paragraph{
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 50px;
}


/* mobile screens contact */

@media (max-width: 600px) {

 
  .contact-page h1{
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-top: 110px;
  }

  .contact-page .get-touch-heading{
    margin-top: -2px;
  }
   
  .contact-page .email{
    margin-bottom: 110px;
  }
  .contact-page .email_label{
    color: #F54319;
    margin-top: 40px;
  }
  .contact-page .email_address{
    margin-top: 10px;
  }
  .contact-page .email_address a{
    color: #b4bcff;
    text-decoration: none;
  }
  .contact-page .contact-form{
    background-color: #fff;
    padding: 25px;
    transform: translateY(-70px);
  }
  .contact-page .contact-form input[type=text], .contact-page .contact-form input[type=email], .contact-page .contact-form select{
    background-color: #f3f3f3;
    height: 50px;
   
  
 
  }
  .contact-page .contact-form textarea{
    background-color: #f3f3f3;
    
   
  }


  .form-check-label{
    font-size: 17px;
  }
  .btn-submit{
    width: 150px;
    border: 1px solid #f2452f;
    background-color: transparent;
    color: #f2452f;
    margin-left: 10px;
    transition: background-color 0.3s, color 0.3s;
    padding: 10px;
    text-align: center;
    font-weight: 600;
  }
  .btn-submit:hover{
    background-color: #f2452f;
    color: white;
  }
  .my-menu {
    border: 1px solid #fff;
    width: 50px;
    padding: 10px;
  }
  .my-menu:hover {
    border: 1px solid #f2452f;
    width: 50px;
    padding: 10px;
    color: #fff;
    background-color: #f2452f;
  }
  
  .dean-list .dean-list-row{
    margin-top: 0rem;
 }
}



/***** Contact css end *****/

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/

@media (min-width: 1400px) {
  .blog-posts .container {
      max-width: 1430px;
  }
}

.blog-posts article {
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}
article:hover .post-img img {
  transform: scale(1.1);
  transition: ease-in-out 0.3s;
}


.blog-posts .post-category {
  font-size: 16px;
  color: #E8471B;
  margin-bottom: 10px;
}

.blog-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
  top: 0%;
}

.blog-posts .title a {
  color:#242424;
  transition: 0.3s;
  text-decoration: none;
}

.blog-posts .title a:hover {
  color: #E8471B;
}

.blog-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
  color: #242424;
}

.blog-posts .post-date {
  font-size: 14px;
  color: #696969;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details a{
  text-decoration: none;
}

.blog-details .article {
  /* background-color: #fff; */
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
  color: #fff;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: #323232;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: #E8471B;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #E8471B;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: #c1c1c1;
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: #c1c1c1;
}

.blog-details .meta-top a {
  color: #c1c1c1;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid #c1c1c1;
}

.blog-details .meta-bottom i {
  color: #c1c1c1;
  display: inline;
}

.blog-details .meta-bottom a {
  color: #c1c1c1;
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: #E8471B;
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: #E8471B;
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}


/*--------------------------------------------------------------
# Blog Widgets CSS
--------------------------------------------------------------*/

/* .widgets-container {
  margin: 60px 0 30px 0;
} */

.widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid #ec4421;
}

.widget-item {
  margin-bottom: 30px;
  background-color: #313131;
  /* border: 1px solid #696969; */
  padding: 20px 16px;
  border-radius: 5px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.blog-author-widget img {
  max-width: 160px;
}

.blog-author-widget h4 {
  font-weight: 600;
  font-size: 24px;
  margin: 15px 0 10px 0;
  padding: 0;
  color: #fff;
}

.blog-author-widget .social-links {
  margin: 5px 0;
}

.blog-author-widget .social-links a {
  color: #c1c1c1;
  margin: 0 3px;
  font-size: 18px;
}

.blog-author-widget .social-links a:hover {
  color: #ec4421;
}

.blog-author-widget p {
  font-style: italic;
  color: #fff;
  margin: 10px 0 0 0;
}

.search-widget form {
  background: #e4e4e4;
  border: 1px solid color-mix(in srgb, #444444, transparent 75%);
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px 10px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: #e4e4e4;
  color: #000;
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: none;
  color: #282828;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  color: #ec4421;
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: #c1c1c1;
  transition: 0.3s;
  text-decoration: none;
}

.categories-widget ul a:hover {
  color: #ec4421;
}

.categories-widget ul a span {
  padding-left: 5px;
  color: #0064ff;
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}

.recent-posts-widget .post-item h4 a:hover {
  color: #ec4421;
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: #c1c1c1;
}

/*--------------------------------------------------------------
# Blog Widgets CSS End
--------------------------------------------------------------*/


/***** dean css Start *****/


.dean-list {
  padding-left: 90px;
  padding-right: 100px;
  /* background-color:#f3f3f3; */
  margin-top: -60px;
}
.dean-page h1{
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}

.content-us-dean-list{
  color: #f2452f;
  
}

.dean-page .email{
  margin-bottom: 90px;
}
.dean-page .email_label{
  color: #f2452f;
  margin-top: 40px;
}
.dean-page .email_address{
  margin-top: 10px;
}
.dean-page .email_address a{
  color: #b4bcff;
  text-decoration: none;
}
.dean-page .contact-form{
  background-color: #403e3e;
  padding: 50px;
  transform: translateY(-100px);
  height: 210px !important;
  margin-top: 40px;
}
.dean-page .dean-form input[type=text], .dean-page .dean-form input[type=email], .dean-page .dean-form select{
  background-color: #f3f3f3;
  height: 50px;
}
.dean-page .dean-form textarea{
  background-color: #f3f3f3;
}


.my-menu {
  border: 1px solid #fff !important;
  width: 50px;
  padding: 10px;
}
.my-menu:hover {
  border: 1px solid #f2452f;
  width: 50px;
  padding: 10px;
  color: #fff;
  background-color: #f2452f;
}

.dean-list-paragraph{
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 0px;
}

.dean-us-dean-list{
  padding-left: 10px;
  color: #f2452f;
}

.dean-page{
  /* background-color: #f3f3f3; */
  height: 250px;
}

/* mobile screens contact */

@media (max-width: 600px) {

   .dean-page .dean-header{
         margin-top: 120px !important;
      }
 
  .dean-page h1{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 100px;
  }

  .dean-page .get-touch-heading{
    margin-top: 20px !important;
  }
   
  .dean-page .email{
    margin-bottom: 110px;
  }
  .dean-page .email_label{
    color: #F54319;
    margin-top: 40px;
  }
  .dean-page .email_address{
    margin-top: 10px;
  }
  .dean-page .email_address a{
    color: #b4bcff;
    text-decoration: none;
  }
  .dean-page .contact-form{
    background-color: #fff;
    padding: 25px;
    height: 200px !important;
    margin-top: 57px;
  }
  .dean-page .dean-form input[type=text], .dean-page .dean-form input[type=email], .dean-page .dean-form select{
    background-color: #f3f3f3;
    height: 50px;
   
  
 
  }
  .dean-page .dean-form textarea{
    background-color: #f3f3f3;
    
   
  }


  .form-check-label{
    font-size: 17px;
  }
  .btn-submit{
    width: 150px;
    border: 1px solid #f2452f;
    background-color: transparent;
    color: #f2452f;
    margin-left: 10px;
    transition: background-color 0.3s, color 0.3s;
    padding: 10px;
    text-align: center;
    font-weight: 600;
  }
  .btn-submit:hover{
    background-color: #f2452f;
    color: white;
  }
  .my-menu {
    border: 1px solid #fff;
    width: 50px;
    padding: 10px;
  }
  .my-menu:hover {
    border: 1px solid #f2452f;
    width: 50px;
    padding: 10px;
    color: #fff;
    background-color: #f2452f;
  }
  
  .dean-list-paragraph{
    text-align: center;
    color: #000;
    font-size:17px;
    font-weight: 500;
    padding-bottom: 80px;
  }
  
  .dean-us-dean-list{
    padding-left: 10px;
    color: #f2452f;
  }

}

/* dean css end */


/* dean-list-video */

.video-card {
  height: 340px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border: 2px solid white;
  padding: 10px;
  background-color: #f3f3f3;
}

.heading-text h2{
  text-align: center;
  font-size: 37px;
  font-weight: 600;
  text-transform: uppercase; 
  color:#000;
}

.heading-text span{
  text-align: center;
  font-size: 37px;
  font-weight: 600;
  text-transform: uppercase; 
  color:#f2452f;
  display: inline;
}

.heading-text h3{
  text-align: center;
  font-weight: 600;
  text-transform: uppercase; 
  color: #b4bcff;
  text-decoration: none;
  padding-bottom: 60px;
}

.heading-text h3 a{
  text-decoration: none;
  font-size: 1.75rem;
}
.video-data {
  display: flex;
  /* justify-content: space-between; */
  margin-top: 10px;
}

.views, .time {
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

.iframe-container {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden; 
  height: 220px;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

h5 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}


.profile img {
  width: 170px; 
  height: auto; 
}
.profile-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.profile-name {
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
  padding-left: 20px;
}
.video-data {
  display: flex;
  align-items: center;
}
.video-data .views {
  margin-right: 10px; 
}
.video-description {
  margin-top: 10px;
  font-weight: 500;
  color:#fff;
}

@media (max-width: 767px) {

  .dean-list{
    padding: 10px;
    margin: 0;
  }
  .video-card {
    margin-bottom: 20px;
    border: 2px solid white; /* White border */
    padding: 10px;
    margin-top: 0;
  }
  
  .heading-text {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase; 
    color:#fff;
  
  }
  
  .video-data {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 10px;
  }
  
  .views, .time {
    font-size: 14px;
    color: #fff;
  }
  
  .iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden; /* Ensures border radius is applied to the iframe */
  }
  
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  
  h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }
  
  
  .profile img {
    width: 100px; 
    height: auto; 
  }
  .profile-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .profile-name {
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    padding-left: 20px;
  }
  .video-data {
    display: flex;
    align-items: center;
  }
  .video-data .views {
    margin-right: 10px; 
    color: #000;
  }
 
  
}






/***** dean css end *****/




.who-we-are {
    background-color: #403E3E !important;
    position: relative;
    width: 100vw;
    min-height: 100vh;
     top: 84px; 
     
    
}
    .content-wrapper {

    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      
      html {
        scroll-behavior: smooth;
      }
      
      .main-section {
        background-color: #403e3e;
        height: 100% !important;
        width: 100%;
        overflow-x: hidden;
      }


      .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #403e3e;
        height: 84px;
      }
      
      .header.scrolled {
        background-color: #403e3e;
      }
      
      .menu-icon {
        width: 70%;
        display: flex;
        align-items: center;
        transition: background-color 0.3s;
        /* Added border color */
      }
      
      .header-btn {
        width: 40%;
        display: flex;
        align-items: center;
        transition: background-color 0.3s;
      }
      
      
      
      
      .menu {
        color: #fff;
        padding: 0 75px;
      
      
      }
      
      .my-menu {
        border: 1px solid #fff;
        width: 50px;
        padding: 10px;
      }
      
      .my-menu:hover {
        border: 1px solid #f2452f;
        width: 50px;
        padding: 10px;
        color: #fff;
        background-color: #f2452f;
      }
      
      
      
      .header-btn {
      
        position: relative;
        z-index: 2;
      }
      
      .logo {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
      }
      
      .logo img {
        /* height: 80px; */
        width: 280px;
      }
      
      .header-btn button {
        width: 120px;
        border: 1px solid white;
        background-color: transparent;
        color: white;
        /* margin-left: 10px; */
        transition: background-color 0.3s, color 0.3s;
        padding: 7px;
        font-weight: 600;
      
      }
      
      .header-btn button a {
        list-style: none;
        color: #fff;
        text-decoration: none;
      }
      
      .header-btn button:hover {
        background-color: #f2452f;
        color: white;
        font-weight: 600;
        border-color: #f2452f;
      }
      
      .blog-btn {
        margin-right: 20px;
      }
      
      .overlay {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-y: hidden;
        transition: 0.5s;
      }
      
      .overlay-content {
        display: flex;
        height: 100%;
      }
      
      .left-content {
      
        width: 55%;
      }
      
      
      .right-content {
        width: 45%;
      }
      
      .right-content h1 {
        color: #fff;
        text-align: right;
      }
      
      .left-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: relative;
        top: 0;
        right: 20%;
      }
      
      .left-content li {
        padding: 0px;
      }
      
      .left-content a {
        text-decoration: none;
        font-size: 40px;
        color: #fff;
        display: block;
        transition: 0.3s;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-weight: bold;

      }
      
      .left-content li a:hover {
        text-decoration: none;
        font-size: 40px;
        color: #F54319;
        display: block;
        transition: 0.3s;
        font-weight: bold;
      }
      
      .left-content a:hover,
      .left-content a:focus {
        color: #f1f1f1;
      }
      
      .left-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #181818;
        color: white;
        position: relative;
        z-index: 2;
      }
      
      .right-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background-color: #27282d;
        color: white;
        position: relative;
        top: 0;
        z-index: 2;
        height: 100%;
        overflow-y: auto;
      }
      
      .right-content::-webkit-scrollbar {
        width: 0px;
      }
      
      .right-content {
        scrollbar-width: none;
      }
      
      
      .overlay .right-content h1 {
        position: absolute;
        left: 5%;
        top: 15%;
      }
      
      .right-content hr {
        width: 90%;
        height: 2px;
        background-color: white;
        border: none;
        position: absolute;
        left: 5%;
        top: 20%;
      
      }
      
      .right-content .latest-img {
        width: 270px;
        height: auto;
        position: relative;
        top: 100%;
        left: 9%;
        margin-top: 40px;
      
      }
      
      .right-content .latest-img img {
        height: 100%;
        width: 100%;
      
      }
      
      .right-content .latest-news {
        position: relative;
        top: 100%;
      }
      
      .right-content .latest-news h3 {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        word-wrap: break-word;
        width: 96%;
        margin-top: 40px;
      
      }
      
      .overlay .closebtn {
        position: fixed;
        top: 0 !important;
        left: 83px !important;
        font-size: 60px;
        color: white;
        cursor: pointer;
        z-index: 1001;
        display: none;
      }
      
      html {
        margin: 0;
        padding: 0;
        height: 100%;
        overflow-y: auto;
      }
      
      html::-webkit-scrollbar {
        width: 0px;
      }
      
      html {
        scrollbar-width: none;
      }
      
      .slider {
        width: 100%;
        height: 100%;
      
      
      }
      
      .slider-three {
        padding-bottom: 50px;
      
      
      }
      
       /* Mobile specific styles */
      
       .mobile-li-btn {
        display: none; 
        
      }
      
      @media (max-width: 768px) {
        .mobile-li-btn {
          display: block; 
          position: relative;
          z-index: 0;
          
        }
      }
      
      
      
       .email-icon {
        display: none; 
        
      }
      
      @media (max-width: 768px) {
        .email-icon {
          display: block; 
          position: relative;
          z-index: 2;
        }
      }
      
      
       @media (max-width: 768px) {
        .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
          
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
        
        }
      
        .overlay .overlay-content {
            flex-direction: column;
            align-items: center;
            overflow-y: scroll;
            height: 100%;
          }
          .menu-icon {
            order: 1;
            padding: 0;
            margin: 0;
            margin-top: -5px;
            
          }
        
      
        .menu {
          
            margin: 0;
            padding: 0;
        }
      
        .my-menu {
          border: 1px solid #fff;
          width: 33px;
          padding: 2px
        }
        
        .my-menu:hover {
          border: 1px solid #f2452f;
          width: 36px;
          padding: 4px;
          color: #fff;
          background-color: #f2452f;
        }
        
          
        .overlay .closebtn {
          display: none;
          position: absolute;
          position: absolute;
          top: -28px !important;
          left: 15px !important;
      }
      
      
      
      .logo {
      text-align: center;  
    }
    
    .logo img {
        height: 100%;
        width: 200px;
          margin-left: 35px;
    }
    
        .header-btn {
          display: none;
        }
        
        .email-icon {
          order: 3;
          color: #fff;
          position: absolute;
           right: 10px;
        }
      
        .overlay-content {
          flex-direction: column;
        }
      
        .overlay .left-content{
            width: 100%;
            background-color: #27282d;
            height: 100%;
            padding-bottom: 142px;
            overflow-y: scroll;
          }
      
      
          .overlay .left-content ul {
            list-style: none;
            padding: 0;
            width: 100%;
            padding: 15px;
            color: #fff;
            position: absolute;
          left: 10px;
          top: 50px;
        }
      
        .overlay .left-content ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 25px;
            font-weight: 600;
            line-height: .9em;
            text-transform: uppercase;
          }
      
          .left-content ul{
             padding: 0;
             margin: 0;
            }
            .left-content li {
              padding: 5px;
          }
        
        
            .overlay .right-content {
                width: 100%;
                background-color: #323338;
                height: 100%;
              }
          
      
              .overlay .right-content h1 {
                font-family: telegraf-regular;
                color: hsla(0, 0%, 100%, .6);
                display: block;
                font-size: calc(18px + 2 * ((100vw - 420px) / 820));
                font-size: calc(1.125rem + 2 * ((100vw - 26.25rem) / 820));
                line-height: 1em;
                margin-bottom: 1em;
                padding: 5PX;
            }
            hr {
                border: 1px solid gray;
                width: 100%;
                margin-top: 20px;
              
            }
      
            .right-content .latest-img img {
                width: 100%;
                text-align: center;
                margin-top: -48px;
               
            
            }
            .overlay .latest-news h3 {
              font-size: 15px;
              font-weight: bold;
              color: #fff;
              padding: 16px;
              text-align: center;
              margin-top: 18px;
                
            }
      }
      

    section {
      background-color: #403E3E ;
    }
  
    .section-one {
      position: relative;
      height: 100%;
      padding-bottom: 43rem;
  
      .content {
        background-color: white;
        height: 470px;
        width: 580px;
        padding: 90px 100px 80px;
        position: absolute;
        top: 18%;
        left: 7%;
        z-index: 2;
      }
  
      .line {
        position: absolute;
        top: 32%;
        left: 20%;
        width: 171px;
        height: 1px;
        background-color: red;
        margin: 0 auto 10px auto;
      }
  
      .title {
        position: relative;
        color: black;
        font-size: 3rem;
        font-weight: bold;
        top: 20%;
      }
  
      .description {
        top: 26%;
        font: inherit;
        font-style: normal;
        list-style: none;
        margin: 0;
        padding: 0;
        quotes: none;
        text-decoration: none;
        vertical-align: baseline;
        font-family: "Roboto", sans-serif;
      }
  
      .image {
        position: absolute;
        top: 33px;
        right: 7%;
        width: 870px;
        height: auto;
        z-index: 1;
        padding-bottom: 30px;
  
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }
  
    .section-two {
      position: relative;
      padding-bottom: 40px;
  
      .heading {
        font-size: 4rem;
        padding: 0px 110px;
      }
  
      .heading h1 {
        color: black;
        font-weight: bold;
        padding-bottom: 25px;
      }
  
      .heading h1 b {
        color: #f2452f;
        font-weight: bold;
      }
  
      .second-image {
        position: relative;
        top: 0;
        left: 7%;
        width: 870px;
        height: auto;
        z-index: 1;
  
  
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
  
      .second-content {
        background-color: white;
        height: 450px;
        width: 580px;
        padding: 90px 100px 80px;
        position: absolute;
        top: 30%;
        right: 7%;
        z-index: 2;
      }
  
      .line {
        position: absolute;
        top: 32%;
        left: 20%;
        width: 171px;
        height: 1px;
        background-color: red;
        margin: 0 auto 10px auto;
      }
  
      .title {
        position: relative;
        color: black;
        font-size: 3rem;
        font-weight: bold;
        top: 20%;
      }
  
      .description {
        position: relative;
        font-size: 1.2rem;
        top: 30%;
        font-weight: 600;
        font: inherit;
      }
    }
  
    .section-three {
      position: relative;
      padding-bottom: 150px;
    }
  
      .section-three .heading {
      
        text-align: center;
        padding-bottom: 70px;
  
      }
  
      .heading h1 {
        color: black;
        font-weight: bold;
        font-size: 33px;
  
      }
  
      .heading h1 b {
        color: #f2452f;
        font-weight: bold;
      }
  
      .content-three {
        background-color: white;
        width: 550px;
        height: 600px;
        padding: 90px 100px 80px;
        position: absolute;
        top: 30%;
        left: 7%;
        z-index: 2;
      }
  
      .line {
        position: absolute;
        top: 22%;
        left: 20%;
        width: 171px;
        height: 1px;
        background-color: red;
        margin: 0 auto 10px auto;
      }
  
      .title {
        position: relative;
        color: black;
        font-size: 3rem;
        font-weight: bold;
        top: 10%;
      }
  
      .description {
        position: relative;
        font-weight: 600;
        top: 16%;
        font: inherit;
      }
  
      .image-three {
        position: relative;
        top: 0;
        left: 400px;
        width: 870px;
        height: auto;
        z-index: 1;
      }
  
      .image-three  img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      
    
  
  
  
  
  
  
  
    /* .headinglast {
      padding: 80px 0 20px;
    } */
  
    .headinglast h1 {
      text-align: center;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      font-size: 2.7rem;
    }
  
    .headinglast h1 span {
      color: #F54319;
    }
  
  
  
  
  @media (max-width: 768px) {
  
    .who-we-are {
      /* background-color: #c4c4c5 !important; */
      position: relative;
      width: 100vw;
      min-height: 100vh;
      top: -17px;
      padding: 0;
      margin: 0;
    }
  }
      .section-one {
        position: relative;
        height: 100%;
  
  
        .content {
          background-color: white;
          height: 470px;
          width: 580px;
          padding: 90px 100px 80px;
          position: absolute;
          top: 18%;
          left: 0;
          z-index: 2;
  
        }
  
        .line {
          position: absolute;
          top: 32%;
          left: 10%;
          width: 171px;
          height: 1px;
          background-color: #F54319;
          margin: 0 auto 10px auto;
        }
  
        .title {
          position: relative;
          color: black;
          font-size: 3rem;
          font-weight: bold;
          top: 20%;
          right: 10%;
        }
  
        .description {
          position: relative;
          font-weight: 600;
          right: 18%;
          text-align: start;
          word-wrap: break-word;
          width: 100%;
          top: 26%;
          font: inherit;
          font-style: normal;
          list-style: none;
          margin: 0;
          padding: 0;
          quotes: none;
          text-decoration: none;
          vertical-align: baseline;
        }
  
        .image {
          position: absolute;
          top: 33px;
          right: 0;
          width: 870px;
          height: auto;
          z-index: 1;
          padding-bottom: 30px;
        
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        
      }
  
      .section-two {
        position: relative;
        padding-bottom: 40px;
  
        .heading {
          font-size: 2rem;
          padding: 0;
          text-align: center;
        }
  
        .heading h1 {
          color: black;
          font-weight: bold;
          padding-bottom: 25px;
        }
  
        .heading h1 b {
          color: #F54319;
          font-weight: bold;
        }
  
        .second-image {
          position: relative;
          top: 0;
          left: 0;
          width: 870px;
          height: auto;
          z-index: 1;
  
  
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
  
        .second-content {
          background-color: white;
          height: 450px;
          width: 580px;
          padding: 90px 100px 80px;
          position: absolute;
          top: 32%;
          right: 0;
          z-index: 2;
        }
  
        .line {
          position: absolute;
          top: 21%;
          left: 35%;
          width: 225px;
          height: 1px;
          background-color: #F54319;
          margin: 0 auto 10px auto;
        }
  
        .title {
          position: relative;
          font-size: 1.2rem;
          top: 20%;
          text-align: center;
          left: 18%;
        }
  
        .description {
          position: relative;
          font-size: 1.2rem;
          text-align: center;
          word-wrap: break-word;
          width: 100%;
          top: 30%;
          font-weight: 600;
          font: inherit;
          font-style: normal;
          list-style: none;
          margin: 0;
          padding: 0;
          quotes: none;
          text-decoration: none;
          vertical-align: baseline;
          left: 20%;
        }
      }
  
      .section-three {
        position: relative;
        padding-bottom: 150px;
  
  
        .heading {
          font-size: 1.2rem;
          text-align: center;
          padding-bottom: 0px;
  
        }
  
        .heading h1 {
          color: black;
          font-weight: bold;
  
        }
  
        .heading h1 b {
          color: #f2452f;
          font-weight: bold;
        }
  
        .content-three {
          background-color: white;
          width: 550px;
          height: 600px;
          padding: 90px 100px 80px;
          position: absolute;
          top: 30%;
          left: 0;
          z-index: 2;
        }
  
        .line {
          position: absolute;
          top: 19%;
          left: 7%;
          width: 225px;
          height: 1px;
          background-color: red;
          margin: 0 auto 10px auto;
        }
  
        .title {
          position: relative;
          font-size: 1.2rem;
          font-weight: 600;
          top: 10%;
          right: 18%;
        }
  
        .description {
          position: relative;
          font-weight: 600;
          text-align: center;
          word-wrap: break-word;
          width: 100%;
          top: 16%;
          right: 20%;
          text-align: justify;
          border: 0;
          font: inherit;
          font-style: normal;
          list-style: none;
          margin: 0;
          padding: 0;
          quotes: none;
          text-decoration: none;
          vertical-align: baseline;
        }
  
        .image-three {
          position: relative;
          top: 0;
          left: 580px;
          width: 870px;
          height: auto;
          z-index: 1;
  
  
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        

        


          