/* SOURABH CHANGES START */
.page-row {
  min-height: 40vh;
}

.social-footer a {
  color: white;
  text-decoration: none;
}

/*  */


/*  */


/*  */

/*  */
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.youtube-play-button {
  position: absolute;
  right: 2%;
  top: 5%;
  font-size: 2rem;
  color: white;
  opacity: 1;
  -webkit-text-stroke: 2px #ec8723;
  -webkit-text-fill-color: white;
}

/* .youtube-play-button-main {
  position: absolute;
  left: 43%;
  top: 35%;
  font-size: 5rem;
  color: red;
  opacity: 0.75;
} */

.library .library-list ul.authors {
  width: 95%;
  max-width: 95%;
}

.follow.mobile a {
  display: inline;
}

#submit.submit {
  color: #ec8723;
  padding: 5px;
  border: 1px solid #ec8723;
  min-width: auto;
  max-width: fit-content;
  min-height: auto;
  height: auto;
  max-height: fit-content;
  background: white;
  -webkit-border-radius: 50%;
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.wpforms-submit,
.wpforms-page-button.wpforms-page-next,
.wpforms-page-button.wpforms-page-prev {
  background: #ec8723 !important;
  color: white !important;
  border: 1px solid white !important;
  border-radius: 25px !important;
  min-width: 100px !important;
  padding: 5px !important;
}
.wpforms-submit:hover,
.wpforms-page-button.wpforms-page-next:hover,
.wpforms-page-button.wpforms-page-prev:hover {
  background: white !important;
  color: #ec8723 !important;
  border: 1px solid #ec8723 !important;
}

header .search_div .search-label {
  background-color: white;
}

.library .modal-dialog table tbody td .form-check-input {
  opacity: 1;
}

/* .library .modal-dialog table tbody td {
  border: 0;
  min-width: auto;
  padding: 1rem;
}

.library .modal-dialog table thead th {
  font-size: initial;
  color: initial;
  max-width: initial;
  min-width: initial;
  font-weight: 600;
  padding-left: 1rem;
} */

.badge-taxonomy-type {
  display: inline-block;
  width: fit-content;
}
/*
.home .network .world-info .no-list .no-card {
	cursor: auto;
}*/

#author_search_author {
  padding: 5px 15px;
  border: 1px solid #ec8723;
  margin-bottom: 20px;
  border-radius: 2rem;
  font-size: 14px;
  outline: none;
}

@media (max-width: 767px) {
  #author_search_author {
    margin: 20px 0;
  }
  #footer {
    min-height: 370px;
    height: 370px;
  }
  .footer-mobile-social-icons a img {
    margin-left: 10px;
  }
}

#newsletterTab .nav-link {
  cursor: pointer;
}
/*email changes start*/
header .navbar .navbar-nav ul li .nav-link {
  font-size: 16px;
}
/*email changes start*/

.white-content p,
.white-content ul li {
  font-weight: 300 !important;
  font-size: 14px !important;
  color: white !important;
}

.home .clients .client-content {
  display: block;
}

img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

.has-content-area table {
  border: 0;
}

.has-content-area table tr td {
  vertical-align: top;
  padding: 0.5rem;
  border: 0;
}

.divider {
  display: block;
  position: relative;
  width: 100%;
}

.pagination-links a {
  margin: 0 0.25rem;
  color: #162856;
  padding: 0 0.25rem;
}

.pagination-links .next {
  margin: 0;
  color: #162856;
  padding: 0;
}

.pagination-links .page-numbers.current {
  border-bottom: 2px solid #ec8723;
  margin: 0 0.25rem;
  color: #162856;
  padding: 0 0.25rem;
}

.member-cards,
.clients-list,
.banner_card_2 {
  display: block !important;
}

.home .main-banner .item1,
.home .main-banner .item2,
.home .main-banner .item3,
.home .main-banner .item4,
.home .main-banner .item5 {
  cursor: auto;
}

.download-resource {
  font-size: 1.1rem;
  padding-top: 10px;
}

.homepage-video-box {
  position: fixed;
  overflow: hidden;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999999;
  transition: 1s ease-in-out;
}

.homepage-video-box.fade {
  z-index: -1;
}

.homepage-video-box #homepage-video {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 25vh;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-color: #fff;
  transition: 1s ease-in-out;
}
.homepage-video-box .homepage-video-link span {
  color: lightgrey;
  cursor: pointer;
  font-size: 3rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .homepage-video-box {
    display: none;
  }
  .homepage-video-box #homepage-video {
    width: 95%;
  }

  .homepage-video-box .homepage-video-link span {
    font-size: 2rem;
  }
}

.microsave-twitter-box .ctf-item {
  background-color: white;
  padding: 15px !important;
}

.ctf-carousel .ctf-owl-item {
  padding: 0 15px !important;
}

.wpforms-field-checkbox.multiple-selection ul {
  height: 100px;
  overflow-y: scroll;
  width: 90%;
}
.wpforms-field-checkbox.multiple-selection input {
  min-width: auto !important;
}
/* SOURABH CHANGES END */

/* DUSHYANT CHANGES START */
/*dushyant changes - 26-10-2018 */
.blog .has-content-area {
}
.blog .has-content-area h1 {
  font-size: 2.25rem;
  letter-spacing: 0.33px;
  line-height: 39px;
  margin-bottom: 2rem;
}
.blog .has-content-area h2 {
  font-size: 1.37rem;
  letter-spacing: 0.33px;
  line-height: 39px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.blog .has-content-area h3 {
  font-size: 1.3rem;
  letter-spacing: 0.33px;
  line-height: 39px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.blog .has-content-area img {
  max-width: 100% !important;
  float: left;
  margin: 0.5rem 2rem 1rem 0;
  height: auto;
}

.blog .has-content-area ul {
  padding: 0;
}

.blog .has-content-area p,
.blog .has-content-area ul li,
.blog .has-content-area ol li,
.has-content-area table tr td,
.blog .has-content-area blockquote p {
  font-size: 1rem;
  letter-spacing: 0.33px;
  line-height: 22px;
  color: #212529;
  margin-bottom: 1rem;
}

.blog .has-content-area a {
  font-size: 1rem;
  letter-spacing: 0.33px;
  line-height: 22px;
  color: #ec8723;
}
.blog .has-content-area sup a {
  font-size: inherit;
}
.blog .has-content-area .para2 a {
  color: #2d3e67;
}

.blog .has-content-area .wp-caption-text {
  font-size: 0.75rem;
  letter-spacing: 0.75;
  font-weight: 400;
}

.blog .has-content-area ul {
  list-style-type: none;
}
.blog .has-content-area ol {
  padding-left: 26px;
}
.blog .has-content-area ol li {
  padding-left: 10px;
}
.blog .has-content-area ul li {
  position: relative;
  margin-bottom: 1rem;
}

.blog .has-content-area ul li,
#newsletterTabContent ul li {
  list-style-type: none;
  background-image: url(icons/bullet.png);
  background-repeat: no-repeat;
  padding: 0 1.5rem;
  background-size: 14px;
  margin-bottom: 1rem;
}
.blog .has-content-area blockquote p {
  font-size: 1.25rem;
  letter-spacing: 0.29;
  border-top: 4px solid #50c0e4;
  padding-top: 1rem;
}
.blog table {
  display: flex;
  max-width: 100%;
}
.blog table tbody {
  overflow: auto;
}

.font-size-90 {
  font-size: 0.9rem;
}
/*search page add 5-11-2018*/
.search .person-detail h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0.5rem;
  color: #434951;
}
.search .person-detail h3 span {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 21px;
  color: #9b9b9b;
  margin-left: 0.5rem;
}
.search .person-detail p {
  font-size: 0.9rem !important;
  color: #151515;
  margin-bottom: 2rem;
}
.search .person-detail a {
  text-decoration: none;
}

.search_section {
  padding: 2rem;
  background: white;
}
.search_section .card a {
  text-decoration: none;
  color: inherit;
}
.search_section .top-section .card-title small {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0.5rem;
  color: #9b9b9b;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 600px) {
  .search_section {
    padding: 0rem;
    background: white;
  }
}
/* .opac{
  opacity: 1;
  transition: clo 2s infinite; }
@keyframes clo {
from {
  opacity: 1; }
to {
  opacity: 0;
  z-index: -1;}
 } */

.ctf-carousel .ctf-owl-nav .onhover {
  display: none !important;
}

/* DUSHYANT CHANGES END */

/* SHRAY CHANGES FOR LOADER */

#coin {
  margin: 0 auto;
  cursor: pointer;
}

#coin div {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 45px rgba(255, 255, 255, 0.3),
    0 12px 20px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 45px rgba(255, 255, 255, 0.3),
    0 12px 20px -10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 45px rgba(255, 255, 255, 0.3),
    0 12px 20px -10px rgba(0, 0, 0, 0.4);
}

.side-a {
  background-image: url("img/rolling.gif");
  background-repeat: no-repeat;
  background-size: 100%;
}

#coin {
  transition: -webkit-transform 1s ease-in;
  -webkit-transform-style: preserve-3d;
}

#coin div {
  position: absolute;
  -webkit-backface-visibility: hidden;
}

.side-a {
  z-index: 100;
}

.side-b {
  -webkit-transform: rotateY(-180deg);
}

#coin {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

#load {
  width: 100%;
  height: 100vh;
}

#load::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.wrapper {
  display: none;
}

.position_apply .container .wpforms-field-container .wpforms-field input {
  min-width: 90%;
}

@media (max-width: 767px) {
  .position_apply .container .wpforms-field-container .wpforms-field {
    min-width: 100%;
  }

  .position_apply .container .card-body {
    padding: 0;
  }

  .position_apply .container .wpforms-field-container .wpforms-field-email,
  .position_apply
    .container
    .wpforms-field-container
    .wpforms-field-file-upload {
    margin-left: 0;
  }
}

/* SHRAY CHANGES FOR LOADER ENDS */

.postid-9163 .has-content-area img,
.postid-9185 .has-content-area img.aligncenter,
.postid-9255 .has-content-area img.aligncenter,
.postid-12956 .has-content-area img {
  height: auto;
  max-width: 700px !important;
}

.postid-12234 .has-content-area img.aligncenter,
.postid-12431 .has-content-area img.aligncenter,
.postid-12457 .has-content-area img.aligncenter,
.postid-12477 .has-content-area img.aligncenter,
.postid-12513 .has-content-area img.aligncenter,
.postid-5931 .has-content-area img.aligncenter,
.postid-12638 .has-content-area img.aligncenter,
.postid-2940 .has-content-area img.aligncenter,
.postid-12745 .has-content-area img.aligncenter,
.postid-13486 .has-content-area img.aligncenter,
.postid-13570 .has-content-area img.aligncenter,
.postid-13588 .has-content-area img.aligncenter,
.postid-14157 .has-content-area img.aligncenter,
.postid-572 .has-content-area img.aligncenter,
.postid-14403 .has-content-area img.aligncenter {
  margin: 20px auto;
  display: block;
  float: none;
  height: auto;
}
.postid-12638 .has-content-area img.alignright,
.postid-13570 .has-content-area img.alignright,
.postid-14263 .has-content-area img.alignright {
  float: right;
  margin: 1rem 0rem 1rem 2rem;
}
.postid-2940 .has-content-area img.aligncenter:first-of-type {
  margin-top: 0;
}
.postid-2940 .has-content-area blockquote a {
  margin: 20px 0;
  display: block;
}
.single-post .wp-caption.alignleft {
  float: left;
  margin: 0.5rem 1rem 1rem 0;
}
.single-post .wp-caption.alignnone {
  float: none;
  margin: auto;
  text-align: center;
}
.single-post .wp-caption img {
  margin: 0 0 10px !important;
  float: none;
}
.single-post .wp-caption p {
  margin-bottom: 0;
}
.single-post .wp-caption.alignright {
  float: right;
  margin: 0.5rem 0 1rem 1rem;
}
.single-post .wp-caption.aligncenter {
  margin: 20px auto;
  float: none;
  text-align: center;
  max-width: 100%;
}

/********** Header Dropdown Icons *******/
header .dropdown-item.data-insights {
  background-image: url("/wp-content/uploads/2020/05/data_insights.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 2rem;
}

/*******
  Careers Page
******/
.openings_content .btn {
  margin: 30px 0 10px;
  max-width: 200px;
}
.openings_content .inner-card-body {
  padding: 0 !important;
  margin-top: 40px;
}
.careers-main .cur_op_cards .inner-card-body .card .card-body {
  background: #f5f5f5;
}
.cur_op_accords .cta {
  background: transparent;
  margin: 40px 0;
  justify-content: flex-start;
  font-size: 18px;
  height: auto;
  max-height: none;
  padding: 10px 30px;
  outline: none;
}
.cur_op_cards .accordion .card-header {
  background: #fff;
  padding: 20px;
}
.cur_op_cards .accordion .card-header a {
  color: #ec8723;
}
.cur_op_cards .accordion a:hover {
  text-decoration: none !important;
}
.cur_op_cards .accordion .card-header a h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}
.cur_op_cards .card-body a h5 {
  font-size: 16px;
}
.cur_op_cards .card-body a {
  color: #ec8723;
}
#showcurrentopening,
#projectbasedopening {
  padding-top: 30px;
}
.position_apply .container .wpforms-field-container .wpforms-field textarea {
  max-width: 90%;
}
.covid_resources_sec {
  background: #f4f4f4;
}
.covid_resources_sec .container {
  padding-top: 0;
}
.covid_resources_sec .container .card-body span {
  color: #ec8723;
  margin-bottom: 15px;
}
.covid19_charts_main_sec {
  width: 100%;
}
.covid19_charts_main_sec.bannercard,
.page-id-14180 .bannercard {
  margin-top: 0;
}
.covid_charts_block .tableauPlaceholder {
  margin: auto;
}
.covid_bottom_content_block {
  margin-top: 2rem;
  align-items: center;
}
.covid_bottom_content_block h2 {
  text-align: left;
  font-size: 1.5rem;
}
.covid_bottom_content_block .col-sm-6:first-of-type {
  padding-right: 2rem;
}
.covid_bottom_content_block .col-sm-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 2rem;
  text-align: justify;
}
.covid_bottom_content_block .col-sm-5 {
  padding-bottom: 1rem;
}
.covid_bottom_content_block:nth-of-type(2n + 1) .col-sm-7 {
  padding-left: 2rem;
  padding-right: 1rem;
}
.covid_bottom_content_block:nth-of-type(2n + 2) .col-sm-5 {
  order: 1;
}
.page-id-13141 .banner-image > img.main-img,
.page-id-13991 .banner-image > img.main-img,
.page-id-14803 .banner-image > img.main-img,
.page-id-15424 .banner-image > img.main-img,
.page-id-17513 .banner-image > img.main-img,
.page-id-17515 .banner-image > img.main-img {
  display: none;
}
.page-id-14180 .banner-image .container {
  max-width: 90%;
}
.page-id-15424 .banner-image .container {
  max-width: 80%;
}
.page-id-14180 .banner-image .container iframe {
  max-width: 100%;
}
.page-id-14180 .banner-image .container .row,
.page-id-15424 .banner-image .container .row {
  margin: 0;
}
.page-id-14180 .bannercard .section-heading,
.page-id-14180 .banner-image > img.main-img {
  display: none;
}
.bottom_cta_btns a {
  margin-right: 1rem;
}
.bottom_cta_btns {
  display: flex;
  padding-left: 0;
}

.page-id-13991 .banner-image .container {
  max-width: 1260px;
}

.page-id-17513 .banner-image .container,
.page-id-17515 .banner-image .container {
  max-width: 1280px;
}

.page-id-13991 .banner-image .container .row {
  margin-right: 0;
  margin-left: 0;
}

.page-id-13991 .banner-image .covid19_charts_main_sec .covid-disclaimer {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: right;
  font-size: 0.9rem;
}

.page-id-14803 .banner-image .container {
  max-width: 1050px;
}

.page-id-14803 .banner-image .impact-on-msme-dashboard {
  width: 100%;
  margin-top: 0;
}

.postid-16520 .main-banner .banner-image .container {
  display: none;
}

.covid_bottom_content_block img {
  height: 220px;
  object-fit: cover;
}

@media only screen and (max-width: 580px) {
  .covid_bottom_content_block .col-sm-7 {
    order: 1;
    margin-top: 2rem;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .covid_bottom_content_block .col-sm-5 {
    padding: 0;
  }
  .page-id-13141 .banner-image .container,
  .page-id-13991 .banner-image .container,
  .page-id-17513 .banner-image .container,
  .page-id-17515 .banner-image .container {
    padding-top: 8rem !important;
  }
  .page-id-13141 .banner-image .bannercard,
  .page-id-13991 .banner-image .bannercard {
    padding: 0;
  }
  .page-id-14180 .bannercard,
  .page-id-15424 .banner-image .container .bannercard {
    margin-top: 0 !important;
  }

  .single-post .wp-caption.alignleft {
    float: none;
    margin: 10px auto;
  }
  .page-id-14803 .banner-image .impact-on-msme-dashboard {
    margin-top: -30px !important;
    padding: 1rem;
  }

  .banner-image .container .bannercard {
    padding: 1rem;
  }
  .page-id-17513 .banner-image .bannercard,
  .page-id-17515 .banner-image .bannercard {
    padding: 1rem 0.5rem;
  }
}

@media only screen and (max-width: 580px) {
  .single-post .has-content-area img.alignleft,
  .single-post .has-content-area img.alignright {
    float: none;
    display: block;
    margin: auto;
    height: auto;
  }
}

/* Contact Us Page CSS */

.contact-us-page .main-img,
.careers-main .main-img {
  min-height: 160px;
  max-height: 160px;
}

.careers-main .bannercard {
  border-radius: 10px;
  margin-top: 2rem;
  padding: 1.25rem 2rem;
  box-shadow: 0px 12px 10px -15px #000;
}

.contact-us-page .banner-image .banner_card {
  border-radius: 10px;
   margin-top: 18px;;
  padding: 1.25rem 2.5rem 2.5rem 2.5rem;
}

.contact-us-page .banner-image .banner_card .card-body {
  padding: 0;
}

.contact-us-page .banner-image .banner_card .card-body .has-content-area hr {
  display: none;
}

.contact-us-page .banner-image .banner_card .card-body .section-heading {
  margin-bottom: 0.5rem;
}

.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_13-container {
  border-bottom: 1px solid #0003;
  padding: 10px 0 20px;
}

.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  .wpforms-checkbox-3-columns
  ul
  li,
.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  .wpforms-multiplechoice-3-columns
  ul
  li,
.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  .wpforms-list-3-columns
  ul
  li {
  position: relative;
}

.contact-us-page div.wpforms-container-full .wpforms-form .wpforms-field-label {
  margin: 0 0 24px 0;
}

.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  input[type="checkbox"],
.contact-us-page div.wpforms-container-full .wpforms-form input[type="radio"] {
  position: absolute;
  top: 4px;
}

.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-label-inline {
  display: block;
  margin: 0 0 0 30px;
}

.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_0-container,
.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_1-container {
  width: 40%;
  display: inline-block;
}

.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_0-container {
  margin-right: 5%;
}

.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_0-container,
.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_1-container,
.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_3-container,
.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_2-container {
  padding: 5px 0;
}

.contact-us-page
  .contact-us-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-label.wpforms-label-hide {
  position: unset;
  margin: 0px 0 -18px 11px;
  background: #fff;
  padding: 0 0.5rem;
  display: inline-flex;
}

.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  input.wpforms-field-medium,
.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  select.wpforms-field-medium,
.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  border-radius: 5px;
  height: 48px;
  max-width: 100%;
}

.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_2-container
  .wpforms-field-label {
  position: relative;
  left: 0;
}

.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_3-container,
.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  textarea.wpforms-field-medium {
  width: 85%;
}

.contact-us-page
  .banner-image
  .banner_card
  .card-body
  #wpforms-423-field_3-container {
  width: 40%;
}

.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  textarea.wpforms-field-medium {
  padding: 1rem;
}

.contact-us-page
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"] {
  padding: 0.5rem 3rem !important;
}

.contact-us-page .network .container {
  padding: 2rem 0;
}

.contact-us-page .network .section-heading {
  margin-bottom: 0;
}

.contact-us-page .head_office .container {
  display: flex;
  padding: 5rem 0 6rem;
  justify-content: space-between;
}

.contact-us-page .head_office .container .row {
  flex-basis: 48%;
  background: #f4f4f4;
  margin: 0;
}

.contact-us-page .head_office .container .row .office,
.contact-us-page .head_office .container .row .office_2 {
  padding: 2rem !important;
}

.contact-us-page .head_office .row .office_2 .address-content {
  height: 91%;
  display: flex;
  flex-direction: column;
}

.contact-us-page .head_office .container .row .office_2 .main-container {
  height: 100%;
}

.contact-us-page .location-link {
  display: flex;
  align-items: end;
}

.contact-us-page .location-link img {
  width: 18px;
  margin-right: 8px;
  display: none;
}

.contact-us-page .head_office .location-link a,
.contact-us-page .global_office .location-link a {
  color: #ec8723;
}

.contact-us-page .head_office .section-heading {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #000;
}

.contact-us-page .head_office .add_1 p {
  margin: 0;
}

.contact-us-page .head_office .connect-with-us,
.contact-us-page .global_office .connect-with-us {
  margin-top: auto;
}

.contactus .global_office .container .global_content,
.contactus .global_office .container-index .global_content {
  height: 85%;
  display: flex;
  flex-direction: column;
}

.contactus .global_office .container .global_grid .global_card,
.contactus .global_office .container-index .global_grid .global_card {
  padding: 1.5rem;
}

.contactus .global_office .container .global_head,
.contactus .global_office .container-index .global_head {
  padding-top: 0 !important;
}

.contactus .global_office .container .global_grid .global_card_content,
.contactus .global_office .container-index .global_grid .global_card_content {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}

.contact-us-page .global_office .global_card_content .global_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-us-page .global_office .global_card_content .global_head img {
  margin-right: 1rem;
}

.contact-us-page .global_office .global_card_content .global_head .flag {
  width: 25px;
  height: 25px;
}

/* Contact Us Page Responsive CSS */

@media (max-width: 1200px) {
  /* 	.contactus .global_office .container .global_grid .global_card_content, .contactus .global_office .container-index .global_grid .global_card_content {
		min-width: 90%;
		max-width: 90%;
	} */
}

@media (max-width: 650px) {
  .contact-us-page .banner-image .banner_card {
    padding: 1rem;
  }

  .contact-us-page .head_office .container .row:first-child {
    margin-bottom: 2rem;
  }

  .contactus .global_office .container .global_grid .global_card,
  .contactus .global_office .container-index .global_grid .global_card {
    min-width: 100%;
  }

  .contact-us-page
    div.wpforms-container-full
    .wpforms-form
    .wpforms-checkbox-3-columns
    ul
    li,
  .contact-us-page
    div.wpforms-container-full
    .wpforms-form
    .wpforms-multiplechoice-3-columns
    ul
    li,
  .contact-us-page
    div.wpforms-container-full
    .wpforms-form
    .wpforms-list-3-columns
    ul
    li {
    padding: 0 !important;
  }

  .contact-us-page
    .banner-image
    .banner_card
    .card-body
    #wpforms-423-field_0-container,
  .contact-us-page
    .banner-image
    .banner_card
    .card-body
    #wpforms-423-field_1-container,
  .contact-us-page
    .banner-image
    .banner_card
    .card-body
    #wpforms-423-field_3-container,
  .contact-us-page
    div.wpforms-container-full
    .wpforms-form
    textarea.wpforms-field-medium {
    width: 100%;
  }

  .contact-us-page .head_office .container {
    flex-direction: column;
  }
}

/* Careers Page CSS */

.careers-main .opening-tab-wrapper .nav-link {
  border: unset;
  padding: 0.5rem 2rem;
  color: #212529;
}

.careers-main .opening-tab-wrapper .nav-link:hover {
  border: unset;
}

.careers-main .opening-tab-wrapper .nav-link.active {
  color: #ec8723;
  background-color: unset;
  border-bottom: 6px solid #ec8723;
}

.careers-main .opening-tab-wrapper {
  border-radius: 10px;
  background: #fff;
  padding: 1.25rem 2rem;
  box-shadow: 0px 6px 17px -12px #000;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.careers-main .opening-tab-wrapper .content-body {
  margin-top: 1rem;
}

.careers-main .opening-tab-wrapper .content-body .card .card-body {
  background: #f9f9f9;
  margin-bottom: 2rem;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 20px -12px #000;
  border-radius: 7px;
}

.careers-main .opening-tab-wrapper .content-body .card .card-body .pt-2.button {
  margin-top: auto;
}

.careers-main .card-body .location {
  margin-left: 5px;
}

.careers-main .job_details.card-text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* Careers Page Responsive CSS */

@media (max-width: 650px) {
  /* margin-top: 1rem !important;
  }
   */
  .careers-main .opening-tab-wrapper .content-body .short-description {
    padding: 0 1rem;
  }

  .careers-main .opening-tab-wrapper .opening-tabs {
    justify-content: center;
  }

  .careers-main .opening-tab-wrapper .content-body .card {
    background-color: #0000;
  }

  .careers-main .opening-tab-wrapper .content-body .card .card-body {
    box-shadow: 0px 5px 15px -12px #000;
  }

  .careers-main .content-body .button {
    justify-content: center;
  }
}

/* New Home page css */

.sub-header {
  width: 100%;
  padding: 0.5rem 2rem;
  background: #2a3d79;
  display: flex;
  justify-content: flex-end;
}

.sub-header-menu {
  display: flex;
}

.sub-header .sub-menu-link {
  color: #fff;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
}

.sub-header .sub-menu-link img {
  margin-right: 0.5rem;
}

.sub-header .sub-menu-link .social-links img {
  margin: 0 10px;
  width: 18px;
}

header {
  min-height: auto;
  padding: 0.5rem 0;
}

header .search_div form {
  top: 1.8rem;
}

.home-clients a.cta-active {
  margin: auto;
}

.home-banner-slider .owl-nav .owl-prev,
.home-banner-slider .owl-nav .owl-next,
.home-clients .owl-nav .owl-prev,
.home-clients .owl-nav .owl-next {
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  top: 40%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  background-image: url("/wp-content/uploads/2021/09/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  border-radius: 50%;
  left: 4%;
  outline: none;
  cursor: pointer;
}

.home-clients .owl-nav .owl-prev,
.home-clients .owl-nav .owl-next {
  border-color: #ec8723;
  color: #ec8723;
  background-image: url("/wp-content/uploads/2021/09/orange-arrow.png");
}

.home-banner-slider .owl-nav .owl-next,
.home-clients .owl-nav .owl-next {
  left: auto;
  right: 4%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.home-banner-slider .owl-nav [class*="owl-"]:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  background-image: url("/wp-content/uploads/2021/09/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}

.banner-slide.slick-slide {
  position: relative;
}

.banner-slide .banner-content:after {
  content: "";
  width: 48%;
  background-image: url("/wp-content/uploads/2021/09/banner-mask.png");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner-slide h3 {
  font-size: 2.25rem;
  color: #fff;
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
  max-width: 370px;
  left: 13%;
  display: flex;
  align-items: center;
  padding-bottom: 3rem;

}

.page-id-16997 .container,
.page-id-16997 .container-index,
.page-id-49 .container,
.page-id-49 .container-index {
  max-width: 1240px;
}

.home-aboutus .para {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #2e3136;
}

.home-aboutus .section-heading,
.whats-new .section-heading {
  color: #2a3d79;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.home-aboutus .cta-active {
  margin-right: 2rem;
  margin-left: 0;
}

.work-with-us {
  background: #284180;
  color: #fff;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  font-size: 1.25rem;
}

.work-with-us h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.work-with-us a,
.home-aboutus a,
.home-clients a {
  font-size: 1rem !important;
  padding: 0.7rem 1rem;
  height: auto;
  max-height: 100%;
  max-width: initial;
}

.work-with-us a {
  max-width: 160px;
  margin-top: 5rem !important;
}

.work-with-us .msc-logo {
  position: absolute;
  bottom: 0;
  right: 2px;
}

.whats-new {
  background-color: #f1f1f1;
  position: relative;
}
.whats-new .single-post {
  position: relative;
}
.whats-new .whats-new-content .posts-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.whats-new .whats-new-content .posts-content .single-post {
  flex-basis: 30%;
  margin-bottom: 3rem;
  min-height: 450px;
}

.whats-new .whats-new-content .posts-content .single-post .item {
  height: 100%;
}

.whats-new .whats-new-content .posts-content .single-post .item > a,
.whats-new
  .whats-new-content
  .posts-content
  .single-post.single-vedio-post
  > a {
  position: relative;
  z-index: 1;
  height: 100%;
  display: block;
  /* transition: all 0.25s ease-out; */
}

.whats-new .whats-new-content .posts-content .single-post .card-img-top {
  object-fit: cover;
  height: 100%;
  object-position: 55%;
  border-radius: 15px;
}

.whats-new
  .whats-new-content
  .posts-content
  .single-post.single-vedio-post
  .card-img-top {
  object-position: 80%;
  position: relative;
}
.whats-new
  .whats-new-content
  .posts-content
  .single-post.single-vedio-post
  .card-img-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}

.whats-new .content1 {
  background: #fff !important;
  /*height: 50%;*/
  border-radius: 0 0 15px 15px;
  z-index: 2;
      padding: 2rem;
}

.whats-new .content {
  background: #0000 !important;
  z-index: 1;
}

.whats-new
  .whats-new-content
  .posts-content
  .single-post
  .main-heading
  a.text-white {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  /* 	color: #5a5a5a !important; */
}
.whats-new
  .whats-new-content
  .posts-content
  .single-post.blog-post
  .main-heading
  a.text-white {
  color: #5a5a5a !important;
}

.whats-new .fa-play-circle:before {
  content: url(/wp-content/uploads/2021/09/youtube-1.png);
}

.whats-new .fa-play-circle {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.home-other-videos .fa-play-circle::before {
    content: "\f144";
}

.home-other-videos .youtube-play-button {
    top: 20px;
    bottom: auto;
    right: 20px;
    left: auto;
}

.covid-ressponse-section .covid-ressponse-container {
  display: flex;
}

.covid-ressponse-section .covid-ressponse-text {
  flex-basis: 40%;
  background-color: #2a3d79;
  border-radius: 20px 0 0 20px;
  padding: 4.25rem;
}

.covid-ressponse-section .covid-ressponse-text .cta-active {
  margin: 3rem auto 0 0;
}

.covid-ressponse-section .covid-ressponse-text .section-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.21;
  color: #fff;
  margin-bottom: 2rem;
}
.covid-ressponse-section .covid-ressponse-text .section-text-content {
  font-size: 1.125rem;
  line-height: 1.44;
  color: #fff;
}
.covid-ressponse-section .covid-ressponse-image {
  flex-basis: 60%;
  border-radius: 0 20px 20px 0;
  background-position: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.covid-ressponse-section .covid-ressponse-image .covid-ressponse-statistics {
  max-width: 260px;
  margin: 1.5rem;
}
.covid-ressponse-section
  .covid-ressponse-image
  .covid-ressponse-statistics
  .statistic {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  background-color: #ec8723b3;
  max-width: 220px;
  height: 220px;
  padding: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.covid-ressponse-section
  .covid-ressponse-image
  .covid-ressponse-statistics
  .statistic:last-child {
  margin: 0;
}

.sectors-section {
  padding-top: 0;
}

.sectors-section #sectorsContent .sector-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sectors-section #sectorsContent .sector-icon li {
  /* flex-basis: 25%; */
  flex-basis: 20%;
  height: 220px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.25s ease-in-out;
  padding: 1rem;
}

/* .sectors-section #sectorsContent .sector-icon li:nth-child(-n+4) .single-item:nth-child(odd),
.sectors-section #sectorsContent .sector-icon li:nth-child(n+5) .single-item:nth-child(even),
.sectors-section #sectorsContent .sector-icon li:nth-child(-n+9) .single-item:nth-child(odd),
.sectors-section #sectorsContent .sector-icon li:nth-child(-n+13) .single-item:nth-child(even) {
  background-color: rgba(244, 244, 244, 0.48);
} */

.sectors-section #sectorsContent .sector-icon > .row {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sectors-section
  #sectorsContent
  .sector-icon
  > .row:nth-of-type(odd)
  li:nth-child(even),
.sectors-section
  #sectorsContent
  .sector-icon
  > .row:nth-of-type(even)
  li:nth-child(odd),
.sectors-section
  #sectorsContent
  .sector-icon
  > .row:nth-of-type(3)
  li:nth-child(odd) {
  background-color: rgba(244, 244, 244, 0.48);
}

.sectors-section
  #sectorsContent
  .sector-icon
  > .row:nth-of-type(3)
  li:nth-child(even) {
  background: #fff;
}

.sectors-section #sectorsContent .sector-icon .circle {
  margin-bottom: 1.5rem;
}

.sectors-section #sectorsContent .sector-icon li:hover {
  background-color: #2a3d79 !important;
  box-shadow: 0 9px 34px 0 rgb(23 41 86 / 47%);
  border-radius: 12px;
}

.sectors-section #sectorsContent .sector-icon li h4 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #434951;
  min-height: 42px;
}

.sectors-section #sectorsContent .sector-icon li:hover h4 {
  color: #fff;
}
.sectors-section #sectorsContent .sector-icon .circle_icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.sectors-section
  #sectorsContent
  .sector-icon
  li:hover
  .circle_icon.blue_sector_icon,
.sectors-section #sectorsContent .sector-icon .circle_icon.white_sector_icon {
  display: none;
}

.sectors-section
  #sectorsContent
  .sector-icon
  li:hover
  .circle_icon.white_sector_icon,
.sectors-section #sectorsContent .sector-icon .circle_icon.blue_sector_icon {
  display: inline-block;
}

.sectors-section .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.sectors-section #sectorsContent .sector-icon li:hover a {
  text-decoration: none;
}

.sectors-section .nav-tabs .nav-link {
  color: #2a3d79;
  font-size: 3rem;
  line-height: 3.6rem;
  border: 0;
  padding: 1rem 7rem;
  font-weight: 600;
  position: relative;
}

.sectors-section .nav-tabs .nav-link.active {
  border-color: #eb8822;
  border-width: 6px;
}

.sectors-section .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: rgb(151 151 151 / 30%);
  height: 3px;
  width: 100%;
  left: 0;
  border-radius: 10px;
}

.sectors-section .nav-tabs .nav-link.active:after {
  background: #eb8822;
  height: 5px;
  bottom: -1px;
}

/* Twitter Feed Section */

.home .twitter .container-index {
  padding: 7rem 0 1rem;
}

.twitter .container {
  padding: 1rem 0;
}

.twitter .container-index {
  position: relative;
}

.twitter .container-index::before {
  content: "";
  position: absolute;
  width: 25rem;
  height: 2px;
  top: 5rem;
  left: 1rem;
  background: #2a3d79;
}
.twitter .container-index::after {
  content: url(/wp-content/uploads/2021/09/twitter-1.png);
  position: absolute;
  top: 4rem;
  left: 27rem;
}

.twitter .section-heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.21;
  color: #2a3d79;
}

.twitter .microsave-twitter-box .ctf-tweets .ctf-item {
  min-height: 240px;
  border-radius: 20px;
}

.twitter .microsave-twitter-box .ctf-tweets .ctf-owl-nav {
  position: unset !important;
}

.twitter .microsave-twitter-box .ctf-tweets .ctf-owl-nav .ctf-owl-prev {
  top: -5rem !important;
  right: 5rem !important;
}

.twitter .microsave-twitter-box .ctf-tweets .ctf-owl-nav .ctf-owl-next {
  top: -5rem !important;
  right: 1rem !important;
}

.twitter .ctf-carousel .ctf-owl-nav .ctf-owl-prev,
.ctf-carousel .ctf-owl-nav .ctf-owl-next,
.twitter .ctf-carousel .ctf-owl-nav .ctf-owl-prev,
.ctf-carousel .ctf-owl-nav .ctf-owl-prev {
  border-radius: 50%;
  border: 1px solid #ec8723;
  padding: 10px 13px;
  height: 45px;
  width: 45px;
  padding: 13px 15px;
  background: #0000;
}

.twitter .ctf-carousel .microsave-twitter-box .ctf-owl-nav svg {
  width: 1rem;
  height: 1rem;
}
.twitter .ctf-carousel .ctf-owl-nav .ctf-owl-prev,
.ctf-carousel .ctf-owl-nav svg path {
  fill: #ec8723;
}
.twitter .ctf-carousel .ctf-owl-nav .ctf-owl-next:hover,
.twitter .ctf-carousel .ctf-owl-nav .ctf-owl-prev:hover {
  background: #ec8723;
}
.twitter .ctf-carousel .ctf-owl-nav .ctf-owl-prev,
.ctf-carousel .ctf-owl-nav .ctf-owl-next:hover svg path,
.twitter .ctf-carousel .ctf-owl-nav .ctf-owl-prev,
.ctf-carousel .ctf-owl-nav .ctf-owl-prev:hover svg path {
  fill: #fff;
}

.home .twitter .conversation {
  margin: 3rem auto 3rem;
}

.home-clients .owl-nav .owl-next {
  right: 0;
}
.home-clients .owl-nav .owl-prev {
  left: 0;
}

.home-clients .section-heading {
  font-size: 3rem;
  color: #162856;
}

/* Footer */

.row.menufoot {
  margin: 0;
}

.row.menufoot .follow-us-footer-menu {
  display: none;
}

.footer_wrap {
  background: #fff;
  box-shadow: 0 0 90px #00000021;
}

#footer .social-links a:hover i:before {
  color: #2a3d79;
}

#footer {
  background: #ffff;
  height: 65px;
  min-height: 65px;
  width: 90%;
  border-top: solid 1px rgb(0 0 0 / 17%);
  margin: 2rem auto -2rem auto;
}

#footer .container-fluid {
  padding: 0 1rem !important;
}

#footer .bottom-nav .footer-link {
  /*display: none;*/
  flex: 1;
}

#footer .bottom-nav .footer-link a {
    color: #434951;
    padding: 0 0.7rem;
    line-height: 1;
    align-items: center;
    display: flex;
    font-size: 0.75rem;
}

#footer .bottom-nav .footer-link a:not(:first-child){
  border-left: 1px solid #434951;
}

#footer .bottom-nav {
  justify-content: center;
}

#footer .bottom-nav .social-footer {
  /* 	justify-content: center; */
  font-size: 0.75rem;
  text-align: center;
  color: #434951 !important;
  /*min-width: 100%;*/
  flex-basis: 60%
}

/*#footer .bottom-nav .social-footer .copy-right-content {
  justify-self: flex-end;
  flex-basis: 60%;
  text-align: right;
}*/

.row.menufoot h5 {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif !important;
}

.row.menufoot a {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif !important;
}

.partner_img.item .partner_inner:hover {
  border-radius: 10px;
}

#footer .social-links a {
  margin-left: 0.5rem;
}

#footer .social-links a i::before {
  color: #5a5a5a;
  font-size: 1.2rem;
}

.whats-new .whats-new-content .posts-content .single-post .item > a:before,
.whats-new
  .whats-new-content
  .posts-content
  .single-post.single-vedio-post
  > a:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 15px;
  transition: all ease-in 0.2s;
  z-index: 1;
}

.whats-new
  .whats-new-content
  .posts-content
  .single-post:hover
  .item
  > a:before,
.whats-new
  .whats-new-content
  .posts-content
  .single-post.single-vedio-post:hover
  > a:before {
  background: rgba(0, 0, 0, 0.49);
}

.whats-new
  .whats-new-content
  .posts-content
  .single-post.blog-post:hover
  .content1 {
  background-color: transparent !important;
  height: auto;
  color: #fff;
}

.whats-new
  .whats-new-content
  .posts-content
  .single-post.blog-post:hover
  .content1
  h3
  a {
  color: #fff !important;
}

.header-newsletter-icon {
  width: 22px;
  transform: translateX(-2px) translateY(1px);
}

/* Mobile Responsive CSS */

@media (max-width: 650px) {
  .banner-slide .banner-content:after{
    width: 100%;
  }
  .home-aboutus.about-page {
    margin-top: 2rem !important;
  }

  .home-clients a.cta-active {
    margin: 2rem;
  }

  .sub-header {
    padding: 0.2rem 0 0.4rem;
  }

  .sub-header .sub-header-menu {
    width: 100%;
    justify-content: flex-end;
  }

  .sub-header .sub-header-menu .sub-menu-link:nth-child(-n + 2) {
    display: none;
  }

  .sub-header .sub-menu-link {
    margin-right: 0.35rem;
  }

  .banner-slide:after {
    width: 50%;
    background-size: cover;
  }
  .banner-slide h3 {
    font-size: 1rem;
    max-width: 60%;
    left: 5%;
  }

  .about-page.position-relative .button .cta,
  .about-page.position-relative .button .cta-active {
    min-width: 80px;
    max-width: 100px;
  }

  .about-page.position-relative {
    margin-top: 4rem;
  }
  .home-aboutus .section-heading,
  .whats-new .section-heading {
    font-size: 1.5rem;
  }
  .home-aboutus .para {
    font-size: 1rem;
  }
  .about-us.home-aboutus {
    margin-bottom: 3rem;
  }
  .home .about-page .container .order-md-12,
  .home .about-page .container-index .order-md-12 {
    order: 2;
    border-radius: 0;
    padding: 3rem 1rem !important;
  }
  .home .about-page .container-index {
    padding: 2rem 0 0 !important;
  }
  .home .about-page .container .order-md-12,
  .home .about-page .container-index .order-md-12 p {
    font-size: 1rem;
  }

  .home .about-page .container .order-md-12,
  .home .about-page .container-index .order-md-12 a {
    margin-top: 3rem !important;
    z-index: 2;
  }

  .whats-new .section-heading {
    margin: 2rem 0 3rem;
  }

  .whats-new .content,
  .whats-new .content1 {
    padding: 1rem;
  }

  .whats-new .content h3 {
    line-height: 0.7;
  }

  .work-with-us .msc-logo {
    z-index: 1;
  }

  .whats-new .whats-new-content .posts-content {
    justify-content: space-around;
  }
  .whats-new .whats-new-content .posts-content .single-post {
    flex-basis: 95%;
    min-height: 300px;
  }

  .whats-new
    .whats-new-content
    .posts-content
    .single-post.blog-post
    .main-heading
    a.text-white {
    font-size: 1rem;
    color: #f9f9f9 !important;
  }

  .whats-new .content,
  .whats-new .content1 {
    background: #00000066 !important;
    height: 25%;
  }
  .covid-ressponse-section {
    padding: 0 !important;
  }

  .covid-ressponse-section .covid-ressponse-container {
    flex-direction: column;
  }
  .covid-ressponse-section .covid-ressponse-container .covid-ressponse-text {
    border-radius: 0;
    padding: 3rem 1rem;
  }
  .covid-ressponse-section
    .covid-ressponse-container
    .covid-ressponse-text
    .section-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .covid-ressponse-section
    .covid-ressponse-container
    .covid-ressponse-text
    .section-text-content {
    font-size: 1rem;
  }

  .covid-ressponse-section .covid-ressponse-container .covid-ressponse-image {
    border-radius: 0;
    background-position: 80%;
  }
  .covid-ressponse-section
    .covid-ressponse-image
    .covid-ressponse-statistics
    .statistic {
    font-size: 1.25rem;
    max-width: 190px;
    height: 190px;
  }

  .sectors-section .nav-tabs .nav-link {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }

  .sectors-section #sectorsContent .sector-icon li {
    flex-basis: 45%;
    margin: 0.4rem;
    background-color: rgba(244, 244, 244, 0.48) !important;
  }
  .sectors-section #sectorsContent .sector-icon li h4 {
    font-size: 1rem;
  }

  .our-brand .section-heading {
    font-size: 1.5rem;
    margin: 2rem 0 4rem;
  }
  .our-brand .brands > .row .col-md-3 {
    margin: 0px 1rem 2rem !important;
  }
  .home .our-brand .brands .card {
    min-height: 80px;
    min-width: 100%;
  }
  .our-brand .brands > .row .col-md-3 p {
    font-size: 1rem;
  }

  .partners_wrap .partner_img {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }

  .partner_inner {
    margin: 0;
    flex-basis: 25%;
  }

  .partners_wrap .partner_img img {
    filter: unset;
    padding: 0;
  }

  .home-clients .section-heading {
    font-size: 1.5rem;
    margin: 1rem 0 1rem;
  }

  .home .aboutus .cta-active {
    margin: 0 auto 1rem;
  }

  .home-clients .owl-dots {
    width: 100px;
    height: 20px;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .home-clients .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #a1a1a1;
    margin: 0 0.8rem;
    border-radius: 50%;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span,
  .home-clients .owl-dots .owl-dot.active {
    background: #ec8723;
  }

  .twitter .section-heading {
    font-size: 1.5rem;
    margin-top: 3rem;
    text-align: left;
  }

  .twitter .container-index::before {
    width: 200px;
    top: 3rem;
  }
  .home .twitter .conversation {
    margin: 3rem auto 1rem;
  }

  .mobile-footer h7.d-block {
    color: #434951;
  }
  .twitter .container-index::after {
    top: 2rem;
    left: 15rem;
  }

  .twitter .microsave-twitter-box .ctf-owl-nav .ctf-owl-prev,
  .twitter .microsave-twitter-box .ctf-owl-nav .ctf-owl-next {
    display: none;
  }

  .home-banner-slider .owl-nav .owl-prev,
  .home-banner-slider .owl-nav .owl-next,
  .home-clients .owl-nav .owl-prev,
  .home-clients .owl-nav .owl-next {
    display: none;
  }

  .twitter .microsave-twitter-box .ctf-tweets .ctf-owl-nav .ctf-owl-prev,
  .twitter .microsave-twitter-box .ctf-tweets .ctf-owl-nav .ctf-owl-next {
    top: -6.3rem !important;
  }

  #footer {
    padding-top: 3rem;
  }

  #footer .bottom-nav {
    display: flex;
  }

  #footer .social-links a {
    margin-left: 0.75rem;
  }

  #footer .bottom-nav .social-footer .copy-right-content {
    order: 2;
    margin: 1rem 0;
  }

  #footer .mobile-footer {
    display: none;
  }
}

@media (max-width: 380px) {
  .sub-header .sub-menu-link .social-links img {
    width: 16px;
  }
  .banner-slide h3 {
    font-size: 0.875rem;
    max-width: 140px;
  }

  .work-with-us a,
  .home-aboutus a,
  .home-clients a {
    font-size: 0.875rem !important;
  }

  .home .button {
    justify-content: space-between;
  }
  .whats-new
    .whats-new-content
    .posts-content
    .single-post
    .main-heading
    a.text-white {
    font-size: 0.875rem;
  }

  .about-page.position-relative .button .cta-active {
    margin: 0;
  }

  .covid-ressponse-section
    .covid-ressponse-image
    .covid-ressponse-statistics
    .statistic {
    font-size: 1rem;
    max-width: 150px;
    height: 150px;
  }

  .covid-ressponse-section .covid-ressponse-container .covid-ressponse-image {
    background-position: 70% 10%;
  }

  .sectors-section .nav-tabs .nav-link {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
  }
  .sectors-section #sectorsContent .sector-icon li h4 {
    font-size: 0.875rem;
  }
}

.add-contact-us {
  display: none;
}

.newsletter-icon {
  width: 40px;
  transform: translateX(-2px) translateY(3px);
}

.banner-slide.item img {
  image-rendering: pixelated;
      max-height: 530px;
    width: 100%;
    object-fit: cover;
}

.home-banner-slider .banner-slide .banner-content{
  width: 100%;
}

header .search_div .search-label {
  background-image: url(/wp-content/uploads/2021/09/search.png);
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 0;
  background-color: #fff;
}

.home .our-brand,
.home .network {
  background: #2a3d79;
}

.home-clients .section-heading {
  color: #2a3d79;
}

.customized-container {
	padding-top: 0;
}
/* @media (max-width: 767px){
	.postid-20023 .main-img {
		margin-top: -30px;
    	margin-bottom: 30px
	}
} */
.banner-slide.item video {
	max-height: 530px;
}
.custom-banner-slide {
	display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 650px) {
	.banner-slide.item video {
		width: 100%;
	}
	.custom-banner-slide .custom-video-link {
		display: flex;
    	justify-content: end;
	}
	.custom-banner-slide h3{
		max-width: 100px;
		font-size: 0.8rem;
	}
	.banner-slide .custom-banner-slide:after {
    	width: 40%;
		background-size: cover;
	}
}