@import url("https://fonts.googleapis.com/css?family=Coustard:300,400&display=swap");
* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #555;
  font-family: "Rubik", sans-serif;
  opacity: 1;
  background-color: #ffffff;
}


h1, h2 {
  line-height: 1;
}

h1 {
  font-size: 30px;
}
@media (max-width: 420px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
}

a {
  color: #0d0c22;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.gray-bg {
  background-color: #fcfcfc;
}

.blue-bg {
  background-color: #e0000b;
}

.white-bg {
  background-color: #ffffff;
}

.whiteclr {
  color: #ffffff !important;
}

.small_font {
  font-size: 12px;
}
.responsive_img{
    width: 100%;
}

/* spaceless cols styles */
.cm-row {
  margin-left: 0;
  margin-right: 0;
}

.cm-row .col-xs-1, .cm-row .col-xs-2, .cm-row .col-xs-3, .cm-row .col-xs-4, .cm-row .col-xs-5, .cm-row .col-xs-6, .cm-row .col-xs-7, .cm-row .col-xs-8, .cm-row .col-xs-9, .cm-row .col-xs-10, .cm-row .col-xs-11, .cm-row .col-xs-12, .cm-row .col-sm-1, .cm-row .col-sm-2, .cm-row .col-sm-3, .cm-row .col-sm-4, .cm-row .col-sm-5, .cm-row .col-sm-6, .cm-row .col-sm-7, .cm-row .col-sm-8, .cm-row .col-sm-9, .cm-row .col-sm-10, .cm-row .col-sm-11, .cm-row .col-sm-12, .cm-row .col-md-1, .cm-row .col-md-2, .cm-row .col-md-3, .cm-row .col-md-4, .cm-row .col-md-5, .cm-row .col-md-6, .cm-row .col-md-7, .cm-row .col-md-8, .cm-row .col-md-9, .cm-row .col-md-10, .cm-row .col-md-11, .cm-row .col-md-12, .cm-row .col-lg-1, .cm-row .col-lg-2, .cm-row .col-lg-3, .cm-row .col-lg-4, .cm-row .col-lg-5, .cm-row .col-lg-6, .cm-row .col-lg-7, .cm-row .col-lg-8, .cm-row .col-lg-9, .cm-row .col-lg-10, .cm-row .col-lg-11, .cm-row .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 10px gutter cols styles */
.cm10-row {
  margin-left: -5px;
  margin-right: -5px;
}

.cm10-row .col-xs-1, .cm10-row .col-xs-2, .cm10-row .col-xs-3, .cm10-row .col-xs-4, .cm10-row .col-xs-5, .cm10-row .col-xs-6, .cm10-row .col-xs-7, .cm10-row .col-xs-8, .cm10-row .col-xs-9, .cm10-row .col-xs-10, .cm10-row .col-xs-11, .cm10-row .col-xs-12,
.cm10-row .col-sm-1, .cm10-row .col-sm-2, .cm10-row .col-sm-3, .cm10-row .col-sm-4, .cm10-row .col-sm-5, .cm10-row .col-sm-6, .cm10-row .col-sm-7, .cm10-row .col-sm-8, .cm10-row .col-sm-9, .cm10-row .col-sm-10, .cm10-row .col-sm-11, .cm10-row .col-sm-12,
.cm10-row .col-md-1, .cm10-row .col-md-2, .cm10-row .col-md-3, .cm10-row .col-md-4, .cm10-row .col-md-5, .cm10-row .col-md-6, .cm10-row .col-md-7, .cm10-row .col-md-8, .cm10-row .col-md-9, .cm10-row .col-md-10, .cm10-row .col-md-11, .cm10-row .col-md-12,
.cm10-row .col-lg-1, .cm10-row .col-lg-2, .cm10-row .col-lg-3, .cm10-row .col-lg-4, .cm10-row .col-lg-5, .cm10-row .col-lg-6, .cm10-row .col-lg-7, .cm10-row .col-lg-8, .cm10-row .col-lg-9, .cm10-row .col-lg-10, .cm10-row .col-lg-11, .cm10-row .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

a:hover {
  text-decoration: none;
}

nav.navbar.transparent-white {
  background-color: transparent;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.navbar-brand {
  width: 235px;
  height: 60px;
  left: 48px;
  top: 21px;
}
.navbar-brand .img-fluid {
  height: 60px;
}

.main-navigation {
  transition: all 0.7s linear;
  background-color: #ffffff;
  padding-top: 0px;
}
.main-navigation .navbar-toggler {
  background-color: #fff1f1 !important;
}
.main-navigation .nav-link {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #16479e !important;
  padding: 0px 15px !important;
}
.main-navigation .nav-link:hover {
  color: #e0000b !important;
}
.main-navigation .dropdown-menu {
  border: 0px !important;
  border-radius: 0px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.main-navigation .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f1f1f1 !important;
  padding: 7px 10px;
  color: #16479e;
}
.main-navigation .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0px !important;
}
.main-navigation .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #e0000b;
}
.main-navigation .dropdown-menu li {
  border-bottom: 1px solid #f1f1f1;
}
.main-navigation .dropdown-menu li:last-child {
  border-bottom: none;
}

.dropshadow {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) !important;
  background-color: #ffffff;
}

a.userLogin {
  padding: 7px 10px;
  font-size: 18px;
  color: #16479e;
}

.dropdown::after {
  position: absolute;
  content: "\f107";
  color: #16479e;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 0%;
  bottom: 0;
  z-index: 1;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul li a {
  color: #555;
  text-decoration: none;
}

.background_overlay {
  background-color: #012238;
  opacity: 0.55;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/*css for banner slider*/
.banner .carousel-indicators {
  margin-bottom: 0px !important;
  vertical-align: middle;
}
.banner .carousel-indicators .active {
  width: 30px !important;
  height: 7px !important;
  background-color: #16479e;
  transform: translate3d(0px, -7%, 0px) scale(1);
}

.image_caption {
  position: absolute;
  z-index: 1;
  background-color: #16479e;
}

.fixed-top {
  border-bottom: 1px solid #f1f1f1 !important;
}

.fixed-nav {
  position: fixed;
  top: 68px;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 0px;
}

.common h4 {
  font-weight: 300;
  font-size: 20px;
  padding: 0px;
  padding-bottom: 0px;
  margin: 0px;
  color: #e0000b;
}
.common h2 {
  font-size: 64px;
  font-weight: 700;
  color: #0d0c22;
}
.common p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  text-align: justify;
}
.common h3 {
  font-size: 21px;
  font-weight: 600;
}
.common h3 a {
  color: #0d0c22;
}
.common h3 a:hover {
  color: #16479e;
}

.common_btn {
  color: #16479e;
  padding: 10px 25px;
  font-size: 16px;
  border: 1px solid #16479e;
  border-radius: 3px;
  background-color: #ffffff;
  transition: 0.7s ease;
}
.common_btn:hover {
  color: #ffffff;
  background-color: #16479e;
  border: 1px solid #16479e;
}

.about_accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: rgba(22, 71, 158, 0.9);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  padding: 20px;
  font-weight: 300;
}
.about_accordion .accordion-button {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  color: #555;
  padding: 20px;
  font-weight: 300;
  background-color: rgba(22, 71, 158, 0.9);
  color: #ffffff;
}

.content_banner {
  background-image: url(../images/content_banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.content_banner .wedo_block {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 20px;
}
.content_banner .wedo_block p {
  text-align: left;
  max-height: 84px;
}

.publications {
  background-color: #f1f1f1;
}
.publications .publication_block {
  background-color: #ffffff;
  border-radius: 3px;
}
.publications .publication_block img {
  width: 100%;
}
.publications .publication_block p {
  max-height: 120px;
}
.publications h3 {
  color: #0d0c22;
  font-size: 18px;
  font-weight: 600;
}
.publications h3 a:hover {
  color: #e0000b;
}
.publications h2 {
  font-size: 48px;
  color: #0d0c22;
  font-weight: 700;
}
.publications h4 {
  font-weight: 300;
  font-size: 20px;
  padding: 0px;
  padding-bottom: 0px;
  margin: 0px;
  color: #e0000b;
}
.publications .events_block {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 3px;
}
.publications .events_block img {
  width: 135px;
  height: auto;
}
.publications .events_block h3 {
  color: #0d0c22;
  font-size: 16px;
}
.publications .events_block h3 a:hover {
  color: #e0000b;
}

.explore_btn {
  border: 1px solid #e0000b;
  color: #e0000b;
  border-radius: 0px;
  padding: 10px 20px;
  transition: 0.7s ease;
  border-radius: 3px;
}
.explore_btn:hover {
  background-color: #e0000b;
  color: #ffffff;
}

/** css for footer **/
footer {
  background-color: #16479e;
  color: #ffffff;
}
footer p {
  text-align: justify;
  padding-right: 20px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
footer img {
  height: 44px;
}
footer h4 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
}
footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
footer ul li {
  padding: 5px 0px;
  line-height: 1.4;
}
footer ul li a {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}
footer ul li a:hover {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
}
footer ul li:hover::before {
  color: #ffffff;
}

/* css fro bottom footer */
.mobileapp-btn {
  display: inline-block;
}
.mobileapp-btn a {
  margin-right: 7px;
  transition: all 0.5s ease;
}
.mobileapp-btn a:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
}
.mobileapp-btn a img {
  height: 30px;
  width: auto;
}

.content-image img {
  width: 100%;
  height: auto;
}

.all20p {
  padding: 20px;
}

.btm20p {
  padding-bottom: 20px;
}

.btm40p {
  padding-bottom: 40px;
}

.btm10p {
  padding-bottom: 10px;
}

.tp10m {
  margin-top: 10px !important;
}

.tp10p {
  padding-top: 10px;
}

.tp30p {
  padding-top: 30px;
}

.all10p {
  padding: 10px;
}

.all20p {
  padding: 20px;
}

.tp20p {
  padding-top: 20px;
}

.tp40p {
  padding-top: 40px;
}

.tp60p {
  padding-top: 60px;
}

.tp100p {
  padding-top: 100px;
}

.a10p {
  padding: 10px;
}

.tb10p {
  padding: 10px 0px;
}

.tb20p {
  padding: 30px 0px;
}

.tb20m {
  margin: 20px 0px;
}

.tb30p {
  padding: 30px 0px;
}

.tb60p {
  padding: 60px 0px;
}

.tb100p {
  padding: 100px 0px;
}

.btm7p {
  padding-bottom: 7px;
}

.btm12p {
  padding-bottom: 12px;
}

.btm60p {
  padding-bottom: 60px;
}

.btm20p {
  padding-bottom: 20px;
}

.btm30p {
  padding-bottom: 30px;
}

.tp10m {
  margin-top: 10px;
}

.btm15m {
  margin-bottom: 15px;
}

.btm20m {
  margin-bottom: 20px;
}

.tp20m {
  margin-top: 20px;
}

.lft10p {
  padding-left: 10px;
}

.lft20p {
  padding-left: 20px;
}

.lft60p {
  padding-left: 60px;
}

.rt15p {
  padding-right: 15px;
}

.tr15p {
  padding: 10px 15px 0px 0px;
}

.rt60m {
  margin-right: 60px;
}

.lr20p {
  padding: 0px 20px;
}

.inner-banner {
  width: 100%;
  background: url("../images/inner_banner.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.breadcrumb-item a {
  color: #ffffff;
  font-size: 18px;
}

.breadcrumb-item + .breadcrumb-item {
  color: #ffffff;
  font-size: 18px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "::") !important;
  font-size: 18px;
  color: #ffffff;
}

.inner-content h3 {
  color: #e0000b;
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 27px;
}
.inner-content a {
  color: #16479e;
}
.inner-content .content-box {
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 20px 10px 10px 10px;
  min-height: 152px;
}
.inner-content ul li {
  position: relative;
  padding: 5px 0px 5px 20px;
}
.inner-content ul li::before {
  content: "\f560";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0px;
  top: 7px;
  font-weight: 900;
  color: #555;
}
.inner-content table {
  border: 1px solid #f1f1f1;
  font-size: 16px;
}
.inner-content table.table-bordered {
  border: 1px solid #f1f1f1;
}
.inner-content table.table-bordered thead td, .inner-content table.table-bordered thead th {
  border-bottom-width: 2px;
  font-size: 18px;
  font-weight: 600;
}
.inner-content table tr:hover {
  background-color: rgba(212, 43, 106, 0.05);
}


.single-team {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.5s;
  background-color: #0d0c22;
}

.single-team .image {
  position: relative;
}
.single-team .image img {
  width: 100%;
}

.single-team .image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
  opacity: 0.5;
  transition: all 0.5s;
}

.single-team .image .social {
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.single-team .image .social li {
  display: inline-block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.single-team .image .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #0d0c22;
  text-align: center;
  position: relative;
  font-size: 15px;
  color: #ffffff;
  border-radius: 30px;
  transition: all 0.5s;
}

.single-team .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team .image .social li a:hover {
  color: #ffffff;
  background-color: #e0000b;
}

.single-team .image .social li:nth-child(1) {
  transition-delay: 0.2s;
}

.single-team .image .social li:nth-child(2) {
  transition-delay: 0.3s;
}

.single-team .image .social li:nth-child(3) {
  transition-delay: 0.4s;
}

.single-team .image .social li:nth-child(4) {
  transition-delay: 0.5s;
}

.single-team .content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  margin: -30px auto 0;
  max-width: 250px;
  transition: all 0.5s;
}

.single-team .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #0d0c22;
}

.single-team .content span {
  display: block;
  color: #e0000b;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 600;
}

.single-team:hover {
  transform: translateY(-5px);
}

.single-team:hover .content {
  max-width: 100%;
}

.single-team:hover .image::before {
  width: 100%;
  left: 0;
  right: auto;
}

.single-team:hover .image .social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*
Approach Area Style
======================================================*/
.approach-content {
  margin-top: 0px;
}

.approach-content h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

.approach-content .multiple-block {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  position: relative;
  padding-left: 150px;
  margin-bottom: 30px;
  transition: all 0.5s;
}

.approach-content .multiple-block img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  height: auto;
  line-height: 50px;
  background-color: #efefef;
  text-align: center;
  transition: all 0.5s;
}

.approach-content .multiple-block h3 a{
  margin-bottom: 12px;
  color: #e0000b;
}

.approach-content .multiple-block:hover {
  transform: translateY(-5px);
}/*# sourceMappingURL=style.css.map */

.text-center .staff{
    margin: auto;
    position: relative;
}
