@charset "UTF-8";

/*
Theme Name: MSR Cosmos New
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: MSR Cosmos theme.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
MSR Cosmos WordPress Theme, (C) 2021 MSR Cosmos
*/
.navbar-collapse ul ul {
  display: none;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
  padding: 20px 0 !important;
  min-width: 180px;
  z-index: 1;
}

.navbar-collapse ul li:hover>ul {
  display: inherit;
}

.quick-search-dropdown ul li:hover>ul {
  display: none;
}

.hw-header-w .navbar .sub-menu li {
  padding: 0;
}

.navbar-collapse ul ul li a {
  padding: 12px 20px !important;
  opacity: 0.8;
  color: #1F1D1D !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  white-space: nowrap;
}

.navbar-collapse ul ul li a:hover {
  background: rgba(241, 245, 250, 0.5);
  opacity: 1;
}

.navbar-collapse ul ul ul li {
  position: relative;
  left: 230px;
}

.hw-header-w .navbar .nav-item.menu-item-has-children>.nav-link :after,
.navbar-collapse li.menu-item-has-children>a:after {
  content: "";
  width: 12px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 17px;
  right: -18px;
  font-weight: normal;
}

.hw-header-w .navbar-collapse li.menu-item-has-children>a:after {
  background: url(assets/img/subMenuArrow-white.svg) no-repeat;
}

.hw-header-w .navbar-collapse li.menu-item-has-children>a:after {
  background: url(assets/img/subMenuArrow-white.svg) no-repeat;
}

.news-events-view .hw-header-w .navbar-collapse li.menu-item-has-children>a:after {
  content: "";
  width: 12px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 17px;
  right: -18px;
  font-weight: normal;
}

.news-events-view .hw-header-w .navbar-collapse li.menu-item-has-children>a:after {
  background: url(assets/img/subMenuArrow.svg) no-repeat;
}


.headroom--pinned:not(.headroom--top) .navbar-collapse li.menu-item-has-children>a:after {
  background: url(assets/img/subMenuArrow.svg) no-repeat;
}

.navbar-collapse li>a:only-child:after {
  content: '';
}

.hw-header-w .navbar .nav-item .nav-link {
  padding: 5px 0;
}

.footer .ftr-nav li:first-child a {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  pointer-events: none;
  cursor: default;
}

.navbar-collapse .navbar-nav .current-menu-item::before,
.navbar-collapse .navbar-nav .current-menu-parent::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #FC6D1D;
  position: absolute;
  bottom: 0.8rem;
}

.navbar-collapse .navbar-nav .current-menu-parent .sub-menu li::before {
  content: "";
  display: none;
  width: 0;
  height: 0;
}

.vc_row {
  margin: 0 !important;
}

.vc_column_container>.vc_column-inner {
  padding: 0 !important;
}

.search-text {
  font-size: 20px;
  padding-bottom: 17px;
}

.search-text span {
  font-size: 26px;
  color: #FC6D1D;
}

.cp-banner-content {
  text-transform: capitalize;
}

.copyright a {
  color: #fff;
}

.single-post-content img {
  max-width: 100%;
  height: auto;
}

.OurCustomers {
  display: none;
}

@media (max-width: 1000px) {
  .vc_row {
    margin: 0 !important;
  }

  .navbar-collapse ul ul {
    display: block;
    position: relative;
    background: #2e188d;
    box-shadow: none;
    border: 0;
  }

  .navbar-collapse li>a:after {
    content: '';
  }

  .navbar-collapse .navbar-nav .current-menu-item::before,
  .navbar-collapse .navbar-nav .current-menu-parent::before {
    position: relative;
    top: 36px;
  }

  .hw-header-w .navbar .nav-item .nav-link {
    padding: 7px 0 !important;
    display: inline-block;
  }

}

.pagelink {
  cursor: pointer
}

.innova-cards .card:hover {
  transition: transform 330ms ease-in-out;
  -webkit-transition: transform 330ms ease-in-out;
  transform: scale(1.03);
  z-index: 1;
}

.cp-banner-content {
  text-transform: inherit !important;
}


.wow {
  visibility: hidden;
}

.counters-list {
  list-style: none;
  counter-reset: cupcake;
  font-size: 1.25rem;
  line-height: 140%;
  margin-top: 10px;
  padding-left: 35px !important;
}

.counters-list li {
  counter-increment: cupcake;
  padding: 0 0 10px 10px;
  list-style: none;
  position: relative;
}

.counters-list li:before {
  content: counters(cupcake, ".") ". ";
  opacity: .65;
}


.benifits-ul-white li {
  margin-top: 1rem;
  position: relative;
  padding-left: 30px;

}

.benifits-ul-white li:before {
  background: transparent url("assets/img/check-white-circle.svg") scroll 0 0 no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0px;
}

.banner-curve.nonebefore:before {
  display: none;
}

.introtext {
  letter-spacing: normal;
}

.tabimg {
  display: block;
  margin: 0 0 10px;
}

.listhighpoints {
  font-size: 1.3rem;
  font-weight: 600;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da Important;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important
}


.search-form .form-control:focus {
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
}

.quick-search-dropdown {
  right: 0;
}

.hw-header-w .navbar .quick-search .quick-search-wrapper ul {
  padding-right: 10px !important;
}

.quick-search .quick-search-wrapper ul li {
  left: 0;
  padding: .5rem 0;
  margin: 0 !important;
  width: 100%;
}

.quick-search .quick-search-wrapper ul li+li {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.quick-search .quick-search-wrapper ul {
  position: inherit !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.quick-search .quick-search-wrapper ul li p {
  color: rgba(0, 0, 0, .5) !important;
}

.quick-search .quick-search-wrapper ul li a:hover {
  color: #005AAB !important;
  background: transparent !important;
}

.quick-search .quick-search-wrapper ul li a {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #1D252B !important;
  line-height: 1 !important;
  text-decoration: none !important;
  padding: .35rem 0 !important;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;

}

.search-results .hw-header-w .navbar .nav-item .nav-link svg path {
  fill: #000;
}

/* begin: 9-08-22 */
.blog-item .card-body .blog-img-item {
  background: #f1f1f1
}

.hw-header-w .navbar .dropdown .dropdown-menu.quick-search-dropdown {
  padding: 0 !important;
  max-width: 380px;
  min-width: 360px;
  margin-top: 10px;
}

.quick-search {
  min-width: 100% !important;
}

.navbar-collapse ul li:hover .quick-search-dropdown {
  display: none
}

.navbar-collapse ul li:hover .quick-search-dropdown.show {
  display: block
}

.quick-search .quick-search-wrapper {
  padding: 1rem 0 0.5rem 1rem !important;
}

.search_results::-webkit-scrollbar {
  width: 8px;
}

.search_results::-webkit-scrollbar-track {
  background: #f3f5f7;
}

.search_results::-webkit-scrollbar-thumb {
  background-color: #b2bfc2;
}

.single-post .hw-header-w .navbar .nav-item .nav-link svg path,
.error404 .hw-header-w .navbar .nav-item .nav-link svg path {
  fill: #1F1D1D !important;
}

@media screen and (max-width: 960px) {
  .device-search .dropdown-toggle svg {
    display: block
  }

  .device-search .dropdown-toggle:after {
    display: none
  }

  .device-search .dropdown-menu.show {
    max-width: 280px;
    width: 280px
  }

  .hw-header-w .device-search .dropdown-toggle svg path,
  .hw-header-w.headroom--unpinned .device-search .dropdown-toggle svg path {
    fill: #fff;
  }

  .hw-header-w.headroom--pinned.headroom--not-top .device-search .dropdown-toggle svg path {
    fill: #000;
  }
}

@media screen and (max-width: 640px) {
  .bottomtext {
    font-size: 2rem;
    line-height: 2rem;
  }
}


.webchat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.webchat #webchat>* {
  max-height: 600px;
}

.webchat #webchat {
  position: absolute;
  right: 0px;
  bottom: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;


  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}

.webchat.opened #webchat {
  opacity: 1;
  visibility: visible;
}

.webchat>button {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background-color: #f90;
  border-radius: 50px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.webchat>button.active {
  background-color: #999;
}

.webchat>button>svg {
  fill: white;
  height: 24px;
  width: 24px;
}

.greybg {
  background-color: #f5faff;
  padding: 41px;
  height: calc(100% - 50px) !important;
  margin-bottom: 50px;
}

.greybg .listhigh {
  font-size: 1.3rem;
}

.greybg .listhigh {
  font-size: 1.3rem;
  margin-bottom: 6px;
  display: inline-block;
  line-height: 27px;
}

#wrapperbox {
  position: relative;
}

.slidingDiv {
  position: absolute
}

@media only screen and (max-width: 600px) {
  .advantage-tabs .col-auto {
    display: none;
  }

  .advantage-tabs .advantage-img {
    display: none
  }

  .advantage-tabs .tab-content>.tab-pane {
    display: block;
  }

  .advantage-tabs .fade:not(.show) {
    opacity: 1;
    margin-top: 20px;
  }
}

.partner-cert .ourpartlogoHome [class^=col-]:nth-child(4n) {
  border-right: solid 1px rgba(0, 0, 0, 0.35) !important;
}

.partner-cert .ourpartlogoHome [class^=col-]:nth-child(5n) {
  border-right: none !important;
}

.msr-data-bricks {
  border: 1px solid #fff;
  border-radius: 13px;
  width: 19%;
  margin-right: 1%;
  padding: 21px;
  margin-top: 1%;
}

@media only screen and (max-width: 1100px) {
  .msr-data-bricks {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .greybg {
    height: calc(100% - 25px) !important;
    margin-bottom: 25px;
  }

  .cloudlogos .services_section.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .msr-data-bricks {
    width: 100%;
    margin-right: 0%;
    margin-top: 15px;
  }

  .partner-cert .fiveforrow [class^=col-]:nth-child(5n) {
    border-right: solid 1px rgba(0, 0, 0, 0.35) !important;
  }

  .partner-cert .fiveforrow [class^=col-]:nth-child(6n) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.35) !important;
  }

  .partner-cert .fiveforrow [class^=col-]:nth-child(8n) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.35) !important;
  }

  .partner-cert .fiveforrow [class^=col-]:nth-child(9n) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.35) !important;
  }

  .data-brick-logos {
    background-color: #fff;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0px !important;
  }

  .data-brick-logos img {
    width: 60%;
  }


}

.morelink.btn-lnks:hover svg {
  margin-left: 0px;
}

.partner-cert .certLogos img {
  max-width: 60px !important;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.more-links.btn.btn-lnks:hover svg {
  margin-left: 0px;
}

.bottomtext {
  padding-top: 20px;
}

/*** new video section css **/
.Modernization-video-sec {
  height: 500px;
  overflow: hidden;
  position: relative;
  align-items: center !important;
  display: flex;
}

.Modernization-video-sec img {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0px;
  z-index: -2;
  height: 100%;
  top: 0;
  object-fit: cover;
}

span.video-grad-bg {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0px;
  z-index: -1;
  background: linear-gradient(43deg, rgba(60, 28, 109, 1) 0%, rgb(197 49 47 / 45%) 100%);
  top: 0;
  display: inline-block;
  height: 100%;
}

section.Modernization-video-sec {}

.Modernization-video-sec .section-title {
  color: #fff;
}

.Modernization-video-sec .section-title::after {
  display: none;
}


.Modernization-video-sec h3 {
  font-size: 1.4rem;
}



.Modernization-video-sec .video-play-button {
  display: block;
  width: 104px;
  height: 104px;
  right: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  bottom: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.Modernization-video-sec .video-play-outline {
  display: block;
  width: 104px;
  height: 104px;
  border: #FFF 4px solid;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: .7;
  transition: all .5s;
}

.Modernization-video-sec .video-play-circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset .5s;
}

.Modernization-video-sec .video-play-button svg {
  display: block;
  transform: rotate(-90deg);
  transition: transform .3s;
}

.Modernization-video-sec .video-play-button:hover .video-play-circle {
  stroke-dashoffset: 0;
}

.Modernization-video-sec .video-play-button:active .video-play-outline {
  transform: scale(1.5);
  opacity: 0;
}

.Modernization-video-sec .video-play-button:active svg {
  transform: rotate(-90deg) scale(.95);
}


.Modernization-video-sec .modal-content {
  height: 80vh;
}


@media (max-width: 767px) {

  .Modernization-video-sec {
    display: block;
  }

  .Modernization-video-sec .section-title {
    margin-top: 25px;
  }

  .Modernization-video-sec h3 {
    display: none;
  }

  .Modernization-video-sec .video-play-button {
    margin-top: 0px;
  }

  .Modernization-video-sec {
    min-height: 300px;
  }

  .cosvideo-model .modal-content {
    height: 80vh;
  }
}

.cos-blog-test {
    background: linear-gradient(195deg, #202073 30%, #811D3A);
}

.cos-blog-test .test-img-sec{
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
}

.single .test-img-sec img{
    object-fit: cover;
    border-radius: 180px;
    border: 6px solid #fff !important;
    min-height: auto !important;
    object-position: center;
}

.text-con-sec span{
font-size: 55px;
}

.cos-blog-test .foundername {
    color: #FFB81A;
}

element.style {
}
.cm-popup-modal .modal-body {
    padding: 0;
}

@media (max-width: 960px) {
.cos-blog-test .test-img-sec {
margin: 0 auto;
width: 245px;
}
}

.primary_skills {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}


.light-yellow {
  background: #FBF7EC;
}

.light-green {
  background: #EAFBEB;
}

.light-blue {
  background: #F3F8FE;
}

.light-red {
  background: #F9F2FA;
}

.light-info {
  background: #F4F4FC;
}

.Awards-sec {
  /*padding: 0px;*/
}
.Awards-sec .Awards {
  /*padding: 0px;*/
}
.Awards-sec .Awards .leaf-main-sec {
  padding: 40px 40px !important;
  margin-bottom: 40px;
  height: calc(100% - 40px) !important;
  align-items: center !important;
  display: flex;
}
@media (max-width: 769px) {
  .Awards-sec .Awards .leaf-main-sec {
    padding: 27px 20px !important;
  }
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec {
  align-items: center !important;
  display: flex;
  width: 100%;
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-img {
  height: 168px;
}
@media (max-width: 769px) {
  .Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-img {
    height: 122px;
  }
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-right {
  transform: scaleX(-1);
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-con-sec {
  padding: 0px 26px;
  text-align: center;
  width: 100%;
}
@media (max-width: 769px) {
  .Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-con-sec {
    padding: 0px 10px;
  }
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-con-sec p b {
  font-weight: 700;
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-con-sec .leaf-sec-logo {
  padding-bottom: 18px;
  width: 55%;
  height: 100%;
  font-size: 44px;
  font-weight: 900;
  margin: 0 auto;
  color: #000;
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-con-sec .Microsoft-logo {
  width: 70%;
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-con-sec .isg-logo {
  width: 45%;
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-con-sec .siliconindia-logo {
  width: 99%;
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-con-sec .wbenc-logo {
  width: 70%;
}
.Awards-sec .Awards .leaf-main-sec .leaf-sec .leaf-con-sec .svc-color-logo {
  width: 99%;
}
.Awards-sec .Awards .Awards-in-sec {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  height: calc(100% - 60px);
  padding: 50px 30px 75px 30px;
  margin-top: 0px;
  align-items: center !important;
}
.Awards-sec .Awards .Awards-in-sec:hover .star-sec {
  transform: rotate(72deg);
}
.Awards-sec .Awards .Awards-in-sec .star-sec {
  position: absolute;
  top: -40px;
  left: 20px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  border-radius: 180px;
  transition: 0.5s;
}
.Awards-sec .Awards .Awards-in-sec .star-sec img {
  height: 50px;
  width: 50px;
}
.Awards-sec .Awards .Awards-in-sec h1 {
  font-family: "Lora", serif;
  color: #193072;
  font-size: 1.6rem;
}
.Awards-sec .Awards .Awards-in-sec p {
  margin-bottom: 10px;
}
.Awards-sec .Awards .Awards-in-sec ul li {
  text-align: left;
}/*# sourceMappingURL=awards.css.map */

.label-on h1 {
  margin-top: 16px !important;
}