/*=================================================================
	Basic Setup css
==================================================================*/
html {
  font-size: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "", SourceSansPro-Regular;
  font-size: 14px;
  color: #222222;
  font-weight: normal;
  overflow-x: hidden;
  line-height: 20px;
  background: #fff;
}

@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../../SourceSansPro/SourceSansPro-Regular.ttf");
}

@font-face {
  font-family: "SourceSansPro-Light";
  src: url("../../SourceSansPro/SourceSansPro-Light.ttf");
}

@font-face {
  font-family: "SourceSansPro-ExtraLight";
  src: url("../../SourceSansPro/SourceSansPro-ExtraLight.ttf");
}

@font-face {
  font-family: "SourceSansPro-SemiBold";
  src: url("../../SourceSansPro/SourceSansPro-SemiBold.ttf");
}

@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("../../SourceSansPro/SourceSansPro-Bold.ttf");
}

.modal {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  /*background:transparent;*/
  outline: none;
  color: inherit;
}

/*a:hover{
	color: #663fb5 !important;
}*/

button:focus {
  outline: none;
}

li {
  /*list-style:none;*/
}

article,
figure,
footer,
header,
nav,
section {
  display: block;
}

select:focus {
  outline-offset: 0;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

.navbar {
  /*position: relative;*/
  min-height: 50px;
  margin-bottom: 20px;
  border: none;
}

.navbar-toggle {
  /*border: 2px solid #FFFFFF;*/
  color: #ffffff;
}

.navbar-toggle .icon-bar {
  background: #fff !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.header-body {
  height: calc(100vh - 80px);
}

#form .input-group input[class="form-control"] {
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 17px;
  color: #222;
  padding: 7px 12px;
  border-right-width: 0;
}

#form .input-group select[class="form-control"] {
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 17px;
  width: 100px;
  color: #222;
  border-left-width: 0;
}

.form-control:focus {
  border: 1px solid #ccc !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(254, 86, 33, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(0, 0, 0, 0.6) !important;
}

.form-group1 .form-control:focus {
  border: none !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid brown !important;
}

::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}
::-webkit-scrollbar-track {
  border-radius: 50px;
  /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);*/
}
::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #a7a7a7;
}

/*hover on dropdown and drop*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
/*hover on dropdown and drop end*/

/*=================================================================
  Custom Css
==================================================================*/

/* new css 12/04/2022 */
.__neul {
  align-items: center;
}

.__neul li {
  padding: 10px 15px !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn:focus {
  box-shadow: none;
}

.__morbtn {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}

.__btnbloc {
  /* width: 46%; */
}

.__nidflex {
  display: flex;
  flex-wrap: wrap;
}

.__slicflx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}

.__slicwid {
  width: 22%;
}

.__slicdic {
  height: 4rem;
}
/* new css 12/04/2022 end */

.__pl {
  padding-left: 0;
}

.__pr {
  padding-right: 0;
}

.__p {
  padding: 0;
}

.__spacet2p {
  margin-top: 2%;
}

.__spacet3p {
  margin-top: 3%;
}

.__spacet4p {
  margin-top: 4%;
}

.__spacet5p {
  margin-top: 5%;
}

.__spacet7p {
  margin-top: 7%;
}

.__spacet10p {
  margin-top: 10%;
}

.__spacet15p {
  margin-top: 15%;
}

.__spacet20p {
  margin-top: 20%;
}

/*navbar css*/
.__navbar {
  /*border-bottom: 1px solid #00000026;*/
  /* background:#ffffff05; */
  background: #f7f7f7;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;

  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

.__navlink {
  /*font-size: 16px;*/
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333 !important;
  letter-spacing: 0.3px;
}

.__navlink li {
  padding: 25px 15px !important;
}

.__navlink:after {
  content: "\00a0";
  display: block;
  height: 5px;
  width: 100%;
  position: relative;
  top: -2px;
  background: transparent;
  transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
}
.__navlink:hover:after {
  top: 0;
  height: 5px !important;
  background: #f87502 !important;
  border-radius: 4px 4px 0px 0px;
  /* background: #ffffff99; */
}

.__navlinka {
  /*font-size: 16px;*/
  background: #fee3cc;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333333 !important;
  letter-spacing: 0.3px;
}

/* .__navlinka li {
  padding: 15px 15px 30px !important;
} */

.__navlinka:after {
  content: "\00a0";
  display: block;
  height: 5px;
  width: 100%;
  position: relative;
  top: 0;
  background: transparent;
  transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
}

.__navlinka:after {
  height: 5px !important;
  /* background: #ffffff !important; */
  background: #f87502 !important;
  border-radius: 4px 4px 0px 0px;
}

.__navlinka:hover:after {
  top: 0;
}

.__dropdown-m li {
  padding: 9px 15px !important;
}

.__dropdown-m li:hover {
  background: #fee3cc;
}

.__navlinkbtn {
  border: 1px solid #151dff;
  color: #151dff !important;
  border-radius: 2px;
  line-height: 1.56 !important;
  padding: 5px 33px !important;
  font-family: Poppins-Medium;
  margin-top: 21px;
}

.__navlinkbtn1 {
  background: #ffffff !important;
  color: #07a0ab !important;
  border-radius: 2px;
  line-height: 1.56 !important;
  padding: 5px 25px !important;
  letter-spacing: 0.3px;
  font-family: SourceSansPro-Bold;
  margin: 0 0 0 16px;
}

.__laglog {
  width: 60px;
  margin: -9px 0;
  position: absolute;
}

.__laglogm {
  display: none !important;
}

.__logoimg_mobil {
  display: none;
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #07a0ab !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
  color: white !important;
  background: red;
}
.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.__logoimg {
  width: 170px;
  margin-top: 9px;
}

/*navbar css end*/

/*select arrow replace*/
.__datinp {
  background-color: #bfe8f926;
  border: 1px solid #07a3ae;
  background-image: url(../img/arrow-downbl.svg);
  background-position: 98%;
  background-position-y: 11px;
  background-repeat: no-repeat;
  width: 332px;
  cursor: pointer;
  margin-top: 15px;
}

/*remove select arrow*/
.__remsel {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.__remsel::-ms-expand {
  display: none;
}
/*remove select arrow end*/

.__landbg {
  /* background:linear-gradient(100deg, rgba(2, 31, 33, 0.7) 50%, rgba(2, 31, 33, 0.7) 50%), url(../img/captbg.jpeg); */
  background: url(../img/landingbg.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0 0 10%;
}

.__landschbg {
  background: url(../img/landingbg.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 10% 0;
}

.__captindiv {
  width: 70%;
  padding: 13% 0 5%;
  margin: 0 auto;

  animation: moveInBottom 1.5s ease-in-out 0.75s;
  -webkit-animation: moveInBottom 1.5s ease-in-out 0.75s;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
}

.__caption {
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;

  /* letter-spacing: 0.3px; */
  color: #ffffff;
  /* font-size: 25px; */
  /* font-family: SourceSansPro-Bold; */

  /* margin-top: 3rem; */
}

.__caption-sub {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;

  /* letter-spacing: 0.3px; */
  color: #ffffff;
  /* font-size: 45px;
  font-family: SourceSansPro-Bold;
  line-height: 102%; */
  margin-top: 2rem;
}

.__captions {
  letter-spacing: 0.3px;
  color: #ffffff;
  font-size: 67px;
  font-family: SourceSansPro-Bold;
  line-height: 102%;
}

.__formdiv {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 6px;
  margin-top: 1rem;
}

.__serchfmdiv {
  width: 65%;
}

.__ekoform {
  height: 60px;
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.__ekoform:focus {
  border: 1px solid transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.__ekoform:invalid {
  color: #999999;
}

.__ekoformbtn {
  font-weight: 600;
  font-size: 20px;
  padding: 6px 50px;
  letter-spacing: 0.9px;
  height: 60px;
  color: #ffffff !important;
  background: #f87502;
  border-radius: 8px;
  font-family: "SourceSansPro-SemiBold";
  outline: none !important;
}

.__ekoselect {
  background: #0c9ea9;
  border-radius: 3px !important;
  color: #ffffff;
  border: none !important;
  margin-top: 10px;
}

.__ekoselect:focus {
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

.__ekpd {
  padding-left: 0;
}

.__serviceselect {
  margin-top: 6%;
}

/*select-check-active css*/
.__sel1 {
  border-radius: 0;
  border: 0.603646px solid #ffffff33;
  letter-spacing: 0.181094px;
  color: #ffffff !important;

  outline: none !important;
}

.__sel1 img {
  width: 18px;
  margin-top: -3px;
}
.__serviceselect label.__sel1.active {
  background-color: #c4c4c433;
  color: #ffffff !important;
  font-family: SourceSansPro-Bold;
}
.__serviceselect label .bizcontent {
  width: 100%;
}
.__serviceselect .__sel {
  color: #000000 !important;
  padding: 0;
  margin-top: 15px;
  margin-left: -6px;
}
/*select-check-active css end*/

.__datasetbg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 6% 0;
}

/*partner slider*/

.slick-slide {
  margin: 0px 10px 0 10px;
}

.slick-slide img {
  /*width: 100%;*/
}

.slick-slider {
  /*margin-top: 5%;*/
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  /*cursor: pointer;*/
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 2s ease;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  /* width: 100% !important; */
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  /*display: block;*/
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*partner slider end*/

/*navigation*/
.cust-arrow,
.cust-arrow1 {
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #0397ed;
  margin-top: -140px;
  border-radius: 50%;
}

.cust-arrow {
  left: -7%;
}

.cust-arrow1 {
  right: -7%;
}

.cust-arrow img,
.cust-arrow1 img {
  width: 30px;
}

.rbt-close-content {
  display: none;
}

/*navigation end*/

.__wokin,
.__intracard,
.__pupli {
  margin-top: 50px;
}

.__weatherp {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.14em;
  color: #ffffff;
  font-family: SourceSansPro-Light;
}

.__weatherp1 {
  font-size: 16px;
  line-height: 85px;
  letter-spacing: 0.3px;
  color: #ffffff;
}

.__weathercard {
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  height: 15rem !important;
  padding: 15px;
}

.__weathimg {
  width: 67px;
}

.__weathimg1 {
  width: 57px;
}

.__weathp {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  /* font-family: SourceSansPro-Bold;; */
}

.__weathp sup {
  font-size: 0.6em;
  top: -0.7em;
}

.__weathp1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.88);
  font-family: "SourceSansPro-Regular";
}

.__weathp4 {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-family: "SourceSansPro-Light";
  margin-top: -8px;
}

.__weathnav-tabs {
  border-bottom: 1px solid #ffffffe6;
  margin-top: 3%;
}

.__weathnav-tabs > li > a {
  color: #ffffffe6;
  margin-right: 30px;
  padding: 10px 0;
}

.__weathnav-tabs > li > a:hover {
  border-color: transparent;
}

.__weathnav-tabs > li.active > a,
.__weathnav-tabs > li.active > a:focus,
.__weathnav-tabs > li.active > a:hover {
  color: #ffffffe6;
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom: 4px solid #ffffff !important;
  font-family: SourceSansPro-Bold;
}

.__weathercard1 {
  padding: 0 23px 0 0;
  margin-top: 40px;
}

.__imglinet {
  width: 1px;
  height: 100%;
  background: #ffffff33;
  z-index: 0;
  position: absolute;
  right: 6%;
}

.__weathp2 {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.366763px;
  color: #ffffffe6;
}

.__weathp3 {
  font-size: 30px;
  line-height: 60px;
  color: #ffffff;
  font-family: SourceSansPro-Bold;
}

.__invdiv {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 3% 0 7%;
}

.__indcard {
  border-top: 11px solid #0c9ea9;
}

.__indcard1 {
  border-top: 11px solid #001b36;
}

.__indcard2 {
  border-top: 11px solid #468ebf;
}

.__indcard3 {
  border-top: 11px solid #f87501;
}

.__indcard,
.__indcard1,
.__indcard2,
.__indcard3 {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(12, 158, 169, 0.1);
  border-radius: 10px;
  padding: 20px 16px;
  margin-top: 30px;
}

.__indimg {
  width: 30px;
  margin-top: 10px;
}

.__indimg1 {
  width: 45px;
  margin-top: 10px;
}

.__indimg2 {
  width: 54px;
  margin-top: 10px;
}

.__dropdown-m {
  min-width: 198px !important;
}

.__indp {
  font-size: 20px;
  line-height: 119%;
  letter-spacing: -0.794143px;
  color: #001b36;
  font-family: "SourceSansPro-Bold";
  height: 40px;
  margin-top: 20px;
}

.__indp1 {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;

  color: #5a5a5a;
  font-family: SourceSansPro-Light;
  margin-top: 20px;
}

.__indp2 {
  font-size: 30px;
  line-height: 63px;
  color: #282828;
  font-family: SourceSansPro-Bold;
  margin-top: 20px;
}

.__nidiv {
  background: #ffffff;
  border: 1px solid #aedfe2;
  border-radius: 10px;
  padding: 16px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  transition: all 0.4s ease-in;
  margin-top: 5%;
}

.__nidiv:hover {
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.__nidp {
  font-size: 25px;
  line-height: 48px;
  color: #000000;
  font-family: SourceSansPro-Light;
  margin-top: 7px;
}

.__nidp1 {
  font-size: 13px;
  line-height: 1.1;
  color: #000000;
}

.__nidp1 span {
  font-size: 15px;
  font-family: SourceSansPro-Bold;
}

.__nidp2 {
  color: #000000;
}

.__nidimg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 198px;
  background-color: #175c7d;
  border-radius: 10px;
  width: 35%;
  margin-right: 3rem;
}

.__nidtxt {
  width: 55%;
}

.__teamimg {
  border-radius: 5px;
  width: 100%;
  height: 117%;
  object-fit: initial;
}

/* new design css */

.__lbpflex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.__cbord {
  border-top: 11px solid #0c9ea9;
}

.__cbord1 {
  border-top: 11px solid #001b36;
}

.__cbord2 {
  border-top: 11px solid #468ebf;
}

.__cbord3 {
  border-top: 11px solid #f87501;
}

.__budgitcard {
  transition: all 0.4s ease-in;
  flex: 0 0 21%;
  height: 250px;
}

.__budimg {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(12, 158, 169, 0.1);
  border-radius: 10px;
  padding: 0 10px;
  width: 100%;
  margin-top: 30px;
  transition: all 0.4s ease-in;
}

.__budgitcard:hover .__budimg {
  transform: translateY(0) scale(0.9);
  -webkit-transform: translateY(0) scale(0.9);
  box-shadow: 0px 4px 40px rgba(12, 158, 169, 0.1);
}

.__carp {
  display: none;
  font-size: 19px;
  line-height: 25px;
  color: #001b36;
  transition: all 0.4s ease-in;
}

.__budgitcard:hover .__carp {
  display: block;
}
/* new design css end */

.__nidv {
  font-size: 13px;
  line-height: 119%;
  letter-spacing: -0.794143px;
  color: #cfcfcf;
  font-family: SourceSansPro-Bold;
  transition: all 0.4s ease-in;
  display: flex;
  margin-top: 20px;
}

.__nidiv:hover .__nidv {
  color: #0c9ea9;
  font-family: SourceSansPro-Bold;
}

.__nidv img {
  display: none;
  transition: all 0.4s ease-in;
}

.__nidiv:hover .__nidv img {
  display: block;
  width: 35px;
}

.__ekoform:not(:last-child) .form-control {
  padding: 0;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

.__groubtn {
  border-radius: 0;
  background: transparent;
  border: 0.603646px solid #ffffff33;
  letter-spacing: 0.181094px;
  color: #ffffff !important;
  margin-left: -5px;
  margin-top: 15px;
  font-family: SourceSansPro-Bold;
}

.__groubimg {
  width: 30px !important;
}

.__latflotimg {
  position: absolute;
  margin-left: -109px;
  /*margin-top: 206px;*/
}

.__latflotimg1 {
  position: absolute;
  width: 30px;
  margin-left: 17px;
}
.__lgst {
  font-size: 40px;
  line-height: 85px;
  color: #001b36;
  font-family: SourceSansPro-Regular;
}

.__latstbud {
  font-size: 40px;
  line-height: 85px;
  color: #ffffff;
  font-family: SourceSansPro-Regular;
}

.__quipdiv {
  width: 75%;
  margin: 0 auto;
}

.__latst {
  font-size: 40px;
  line-height: 85px;
  color: #001b36;
  font-weight: 900;
  margin-top: 5%;
}

.__latst1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #777777;
}

.__latimg,
.__quicimg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 107px;
  border-radius: 10px;
  /* margin-top: 50px; */
}

.__latimgp {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
  font-family: "SourceSansPro-SemiBold";
  height: 3.1rem;
}

.__lichv:hover {
  /* color: #0C9EA9; */
  text-decoration: underline !important;
}

.__latp {
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #001b36;
  height: 165px;
  padding: 0 10px;
  margin-top: 15px;
}

.__latbtn,
.__latbtn1,
.__quicbtn {
  font-size: 14px;
  line-height: 20px;
  background: #f87502;
  border-radius: 4px;
  letter-spacing: 0.3px;
  color: #ffffff !important;
  font-family: "SourceSansPro-SemiBold";
  padding: 10px 18px;
  /* margin-top: 10px; */
}

.__latbtn1 img,
.__quicbtn img {
  width: 14px;
  margin-top: -3px;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.12) 0%,
    transparent 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.12) 0%,
    transparent 80%
  );
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/*select css*/
.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
/*.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}*/
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}
.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
  border: none !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  margin-top: 12px;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius: 4px;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #f77750;
  border-width: 2px;
}
/*.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}
.select2-container--open .select2-dropdown--below {

  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
  content: 'hhghgh';
}*/
/* select with icons badges single*/
/*.select-icon .select2-selection__placeholder .badge {
  display: none;
}
.select-icon .placeholder {
  display: none;
}*/
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
  /*display: none !important;*/
  /* content: "" !important; */
}
/*.select-icon  .select2-search--dropdown {
  display: none;
}*/

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.selectator_element.multiple {
  width: 441px !important;
  min-height: 43px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #0c9ea9 !important;
  letter-spacing: -0.65152px;
  color: #ffffff;
  border: 1px solid rgba(248, 117, 1, 0.1) !important;
}

.select2-selection__choice .badge {
  color: #000;
  background-color: #fff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #ffffff !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 22px 0 6px !important;
}
/*select css end*/

.__shabg {
  background: url(../img/shearbg.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 6% 0;
  /*margin-top: 7%;*/
}

.__shap {
  font-size: 40px;
  line-height: 85px;
  color: #ffffff;
  font-family: SourceSansPro-Regular;
  margin-top: 20%;
}

.__shap1 {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #ffffff;
}

.__shabtn {
  color: #f87501 !important;
  font-size: 15px;
  font-family: SourceSansPro-Bold;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 25px;
  margin-top: 10px;
}

.__shaimg {
  background: #ffffff;
  border: 1px solid #dfdeea;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  width: 100%;
}

.__quickbg {
  background: url(../img/intaractivebg.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 3.5% 0 3%;
}

.__quicp {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.14em;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  font-family: SourceSansPro-SemiBold;
  /* background: linear-gradient(40deg, #001B36, #98999b, #001B36, #e2e2e2); */
  background: linear-gradient(40deg, #012327, #259ea9, #012327, #259ea9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.__quicp1 {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.3px;
  color: #f87502 !important;
  border: 1px solid #f87502;
  border-radius: 8px;
  transition: all 0.4s ease-in;
  font-family: SourceSansPro-SemiBold;
}

.__quicp1:hover {
  border: 1px solid transparent;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
}

.__viewdiv {
  width: 20%;
  margin: 3rem auto 0;
}

.__setpar {
  height: 19rem;
}

.__quicp2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
}

.__higt {
  height: 5.5rem;
}

/* Improve scrolling on mobile */
.__fuel-scroll-container {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

/* Hide scrollbars but maintain functionality */
.__fuel-scroll-container::-webkit-scrollbar {
  display: none;
}

.__quicp3 {
  line-height: 1.3;
  letter-spacing: 0.3px;
  height: 16rem;
}

.__latestcard,
.__quicdiv {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  width: 90%;
  padding: 15px;
  margin: -15px auto 0;
}

.__budgcard {
  background: #ffffff;
  border: 1px solid #aedfe2;
  border-radius: 10px;
  height: 16rem;
  padding: 16px;
  margin-top: 5%;
}

.__budgimg {
  width: 249px;
  height: 183px;
}

.__mewbudp-title {
  font-weight: 600;
  font-size: 20px !important;
  line-height: 25px;
  font-family: SourceSansPro-SemiBold !important;
  color: #333333 !important;
}

.__mewbudp {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
  font-family: SourceSansPro-Regular !important;
  color: #333333 !important;
}

.__mewbudp .table tbody > tr > td {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 32px;
  font-family: SourceSansPro-Regular !important;
  color: #333333 !important;
  border: 2px solid transparent;
}

.__mewbudp .table > :not(caption) > * > * {
  border-bottom-width: 0;
  padding: 0.5rem 0;
}

.__mewbudp span {
  font-size: 14px !important;
  background-color: transparent !important;
  font-family: SourceSansPro-Regular !important;
  color: #333333 !important;
}

.__quicp3 span,
.__quicp3 p,
.__setpar span,
.__setpar p,
.__nidtxt p,
.__nidtxt span {
  font-weight: 400;
  font-size: 15px !important;
  font-family: SourceSansPro-Regular !important;
  color: #333333 !important;
  line-height: 1.4;
  letter-spacing: 0.3px;
  word-spacing: 2px;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.__quicp4 {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #525284;
  height: 155px;
  margin-top: 13px;
}

.__appbgc {
  background: #0c9ea9;
  padding: 7% 0 0;
}

.__appp {
  font-size: 40px;
  line-height: 85px;
  color: #ffffff;
  font-family: SourceSansPro-Regular;
  margin-top: 10px;
}

.__appp1 {
  font-size: 26px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #ffffff;
}

.__appbtn {
  color: #0c9ea9 !important;
  font-size: 15px;
  font-family: SourceSansPro-Bold;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 25px;
  margin-top: 10px;
}

.__appimg {
  width: 100%;
  margin-top: 25px;
}

/*search dataset*/
.__datasel {
  letter-spacing: -0.713086px;
  color: #f87501;
  border: none !important;
  box-shadow: none !important;
  font-family: SourceSansPro-Bold;
}

.__datasel:focus {
  border: none !important;
  box-shadow: none !important;
}

.__datahr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #00000033;
}

.__datap {
  letter-spacing: -0.713086px;
  color: #a3a3a3;
  font-size: 20px;
  line-height: 119%;
  font-family: SourceSansPro-Bold;
}

.__datap1 {
  letter-spacing: -0.713086px;
  color: #0c9ea9;
  margin-top: 15px;
}

.__sp {
  font-family: SourceSansPro-Bold;
}

.__sp1 {
  color: #f87501;
}

.__badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.713086px;
  color: #f87501 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f875011a;
  border-radius: 30px;
}

.__datap2 {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #101317 !important;
}

.__datasel1 {
  letter-spacing: 0.3px;
  color: #0c9ea9;
  border: 1px solid #0c9ea9;
  box-shadow: none !important;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  font-family: SourceSansPro-Bold;
  padding: 6px 3px;
  margin-top: 10px;
}

.__datasel1:focus {
  border: 1px solid transparent !important;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15) !important;
}

.__databtn {
  letter-spacing: 0.3px;
  color: #ffffff !important;
  background: #f87501;
  border-radius: 5px;
  margin-top: 10px;
}

.__datanxt {
  color: #f87501;
  letter-spacing: -0.713086px;
}

.__datab {
  letter-spacing: 0.3px;
  color: #001b36 !important;
  font-family: SourceSansPro-Bold;
}

.__databa {
  color: #f87501 !important;
  border-bottom: 3px solid #f87501;
  padding: 0 0 31px;
  letter-spacing: 0.3px;
  font-family: SourceSansPro-Bold;
}

.__pos-rel {
  position: relative;
}

.__imgline {
  width: 1px;
  height: 100%;
  background: #b2d0d2;
  z-index: 2;
  position: absolute;
  left: 23.9%;
}

.__scrollqueryinv {
  height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 0px;
  width: 98.8%;
}

.__scrollqueryinv::-webkit-scrollbar {
  width: 4px !important;
}

.__scrollqueryinv::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  border-radius: 6.5px !important;
  background-color: #c4c4c433 !important;
}

.__scrollqueryinv::-webkit-scrollbar-track {
  /*background: #EAE8E8;*/
}

.__quepdr {
  padding-right: 0;
}

.__tab-content {
  padding: 10px 15px;
}

.__quepdl {
  padding-left: 0;
}

.__quediv {
  background: #f8f8f8;
  padding: 40px 0;
  margin-top: 3%;
}

.__quehead {
  background: #0c9ea9;
  padding: 20px;
}

.__custom-sel .select-selected {
  background: #0c9ea9;
  color: #fff !important;
  border: 1px solid #fff !important;
  margin-top: -4px;
}

.__custom-sel .select-selected:after {
  border-color: #ffffff transparent transparent transparent;
}

.__custom-sel .select-selected.select-arrow-active:after {
  border-color: #ffffff transparent transparent transparent;
  top: 15px;
}

.__quep {
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-bottom: 2px;
  margin-top: 9px;
}

.__quepbtn {
  letter-spacing: 0.3px;
  color: #ffffff !important;
  background: #f87501;
  border-radius: 5px;
  margin-top: -3px;
}

.__custom-sel1 .select-selected {
  margin-top: -4px;
}

.__expi {
  letter-spacing: 0.3px;
  color: #001b36;
  font-family: SourceSansPro-Bold;
}

.__expi1 {
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #525284;
}

.__nav-pills > li.active > a,
.__nav-pills > li.active > a:focus,
.__nav-pills > li.active > a:hover {
  background-color: rgba(101, 158, 186, 0.2);
  border-radius: 0;
}

/*search dataset end*/

/*hide and show*/
.leftbar {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  /*position: fixed;
  padding-top: 16px;
  left: 0%;
  top: 0%;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-right: 1px solid #eff3f2;
  width: 16.7%;
  height: 100%;
  transition: all .6s ease;
  overflow-y: scroll;
  overflow-x: hidden;*/
}

.leftbar::-webkit-scrollbar {
  width: 0px;
}

.leftbar i {
  float: left;
  padding: 4px;
}

#openSidebar {
  display: none;
}
.biger {
  width: 35%;
  transform: translate(0px) !important;
  z-index: 1 !important;
}
img#closebtn {
  position: absolute;
  top: 3%;
  color: indianred;
  font-size: 21px;
  display: none;
  cursor: pointer;
  right: 5%;
  width: 15px;
}

.__ledpcard {
  background: #ffffff;
  border: 0.91738px solid #e6e6e6e6;
  border-radius: 4.5869px;
  padding: 10px;
  margin-top: 10px;
}

.__lmp {
  font-size: 12px;
  color: #333333;
  font-family: SourceSansPro-Bold;
}

.__pie {
  /*height: 198px;
  margin-top: -48px;*/
}

/*end*/

/*visualis css*/
.__exvp {
  letter-spacing: -0.713086px;
  font-size: 18px;
  line-height: 119%;
  color: #0c9ea9;
}

.__forbadge {
  display: inline-block;
  min-width: 10px;
  padding: 6px 16px;
  font-size: 13px;
  /*font-weight: 700;*/
  line-height: 1;
  letter-spacing: -0.713086px;
  color: #f87501 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: rgba(248, 117, 1, 0.1);
  border-radius: 16.9405px;
  margin-top: 20px;
}

.__forbadge1 {
  display: inline-block;
  min-width: 10px;
  padding: 6px 16px;
  font-size: 13px;
  /*font-weight: 700;*/
  line-height: 1;
  letter-spacing: -0.713086px;
  color: #0c9ea9 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: rgba(12, 158, 169, 0.1);
  border-radius: 16.9405px;
  margin-top: 20px;
}

.__expkey {
  letter-spacing: 0.3px;
  color: #939393;
}

.__expkey b {
  color: #000000;
  font-family: SourceSansPro-Bold;
}

.__exspan {
  color: #f87501;
}

.__exspan1 {
  color: #07a0ab;
}
/*visualis css end*/

/*location css*/
.__exlp {
  letter-spacing: 0.3px;
  color: #525284;
  line-height: 150%;
}

.__exlp1 {
  letter-spacing: -0.713086px;
  color: #0c9ea9;
  font-family: SourceSansPro-Bold;
}
/*location css end*/

/*modal css*/
.__privdiv {
  background: #c4c4c41a;
  padding: 40px 64px;
}

.__privp {
  font-size: 20px;
  letter-spacing: -0.713086px;
  color: #0c9ea9;
  font-family: SourceSansPro-Bold;
}

.__privdivin {
  background: #ffffff;
  border: 1.51458px solid #e6e6e6e6;
  border-radius: 7.57292px;
  padding: 30px;
}

.__privp1 {
  letter-spacing: 0.3px;
  color: #525284;
  margin-top: 12px;
}

.__privp1 a {
  color: #0c9ea9 !important;
  font-family: SourceSansPro-Bold;
}

.__modal-dialog {
  width: 980px;
}

.__privdiv1 {
  padding: 25px;
  border-bottom: 1px solid #0000001a;
}

.__close {
  font-size: 40px;
  font-weight: 100;
  line-height: 0.4;
  position: absolute;
  right: 20px;
  top: 24px;
  z-index: 99;
}

.__privdivbtn {
  background: #d1d1d1;
  letter-spacing: -0.713086px;
  color: #a2a2a2 !important;
  border-radius: 0;
  padding: 27px;
  font-family: SourceSansPro-Bold;
  outline: none !important;
}

.__privdivbtn1 {
  background: #0c9ea9;
  letter-spacing: -0.713086px;
  color: #ffffff !important;
  border-radius: 0;
  padding: 27px;
  font-family: SourceSansPro-Bold;
  outline: none !important;
}

.__coldiv {
  height: 81.7vh;
}

.__coleca {
  background: #e8e8e866;
  border-bottom: 1px solid #e8e8e866;
  padding: 20px 30px;
}

.__colec {
  border-bottom: 1px solid #e8e8e866;
  padding: 20px 30px;
}

.__colp {
  font-size: 17px;
  letter-spacing: -0.713086px;
  color: #414042;
  font-family: SourceSansPro-Bold;
}

.__colp1 {
  font-size: 13px;
  letter-spacing: -0.713086px;
  color: #41404280;
  font-family: SourceSansPro-Bold;
}

.__modal-dialogifr {
  width: 79%;
}

/*modal css end*/

/*collection css*/
.__bgwh {
  background: #ffffff;
  padding: 30px 0;
  margin-top: 3%;
}

.__colldowbtn {
  letter-spacing: 0.430244px;
  color: #000000 !important;
  border: 1.31707px solid #000000;
  border-radius: 39.5122px;
  margin-top: 15px;
}

.__colldowbtn img {
  width: 15px;
}

.__colldowbtn:hover img {
  margin-top: 5px;
}

.__collcard-add {
  background: #ffffff1a;
  border: 1px solid rgba(12, 158, 169, 0.2);
  border-radius: 10px;
  padding: 130px 0;
  margin-top: 30px;
}

.__collcard {
  background: #ffffff1a;
  border: 1px solid rgba(12, 158, 169, 0.2);
  border-radius: 10px;
  margin-top: 30px;
}

.__collcardin {
  padding: 20px 20px 10px;
}

.__collcard-img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 235px;
  background-color: #175c7d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.4s ease-in;
}

.__collcard-img-hover {
  padding: 15px;
}

.__collcard-img:hover .__collcard-img-hover {
  height: inherit;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.8) 50%
  );
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.__colip {
  letter-spacing: 0.3px;
  color: #ffffff47 !important;
  border: 0.918367px solid #c4c4c429;
  border-radius: 27.551px;
}

.__collcard-img:hover .__colip {
  letter-spacing: 0.3px;
  color: #ffffff !important;
  border: 0.918367px solid #c4c4c4;
  border-radius: 27.551px;
}

.__colip img {
  width: 13px;
  margin-top: -3px;
}

.__collp {
  font-size: 25px;
  color: #515151;
  font-family: SourceSansPro-Regular;
}

.__collp1 {
  letter-spacing: 0.216549px;
  color: #101317;
  margin-top: 15px;
}

.__chartcard {
  border: 1px solid #0c9ea9;
  border-radius: 10px;
  padding: 40px;
  margin-top: 2%;
}

.__colchartbtn {
  letter-spacing: 0.430244px;
  color: #07a0ab !important;
  border: 1.31707px solid #07a0ab;
  border-radius: 39.5122px;
  margin-top: 15px;
}

.__colchartbtn img {
  width: 15px;
}

.__colchartbtn:hover img {
  margin-top: 5px;
}

.__colchartbtn1 {
  letter-spacing: 0.430244px;
  color: #f87501 !important;
  border: 1.31707px solid #f87501;
  border-radius: 39.5122px;
  margin-top: 15px;
}

.__colchartbtn1 img {
  width: 15px;
}

.__colchartbtn1:hover img {
  margin-top: 5px;
}

/*collection css end*/

/*explore-data*/
.__landbgex {
  background: linear-gradient(
      100deg,
      rgba(2, 31, 33, 0.7) 50%,
      rgba(2, 31, 33, 0.7) 50%
    ),
    url(../img/captbg.jpeg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 3% 0 5%;
}

.__captionex {
  letter-spacing: 0.3px;
  color: #ffffff;
  font-size: 50px;
  font-family: SourceSansPro-Bold;
  line-height: 102%;
  margin-top: 15%;
}

.__captionex1 {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-top: 30px;
}

.__captionex2 {
  font-size: 30px;
  letter-spacing: 0.3px;
  color: #ffffff;
  font-family: SourceSansPro-Bold;
  margin-top: 30px;
}

.__slicndp {
  font-size: 23px;
  line-height: 1.3;
  margin-top: 3rem;
}

.__disclaimer {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 30px;
}

.__dbtn {
  padding: 9px 14px;
  line-height: 1.22;
  border-radius: 4px;
  background-color: #001b36;
  color: #ffffff !important;
  margin-top: 32px;
}

.__explbg {
  background: url(../img/explbg.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 106px 0;
}

.__explcard,
.__explcard1,
.__explcard2,
.__explcard3 {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 60px 9px;
  margin-top: 30px;
}

.__explcard {
  border-top: 11px solid #5dd5de;
}

.__expp {
  font-size: 25px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #000000;
  font-family: SourceSansPro-Bold;
}

.__expp1 {
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #7b7b7b;
  margin-top: 20px;
}

.__expp2 {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.3px;

  color: #7b7b7b;
  margin-top: 20px;
}

.__explcardbtn {
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #5dd5de !important;
  font-family: SourceSansPro-Bold;
  margin-top: 20px;
  transition: all 0.4s ease-in;
}

.__explcard:hover .__explcardbtn {
  background: #34b9c3;
  border-radius: 10px;
  color: #ffffff !important;
}

.__explcard1 {
  border-top: 11px solid #f87501;
}

.__explcardbtn1 {
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #f87501 !important;
  font-family: SourceSansPro-Bold;
  margin-top: 20px;
  transition: all 0.4s ease-in;
}

.__explcard1:hover .__explcardbtn1 {
  background: #f87501;
  border-radius: 10px;
  color: #ffffff !important;
}

.__explcard2 {
  border-top: 11px solid #eb5757;
}

.__explcardbtn2 {
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #eb5757 !important;
  font-family: SourceSansPro-Bold;
  margin-top: 20px;
  transition: all 0.4s ease-in;
}

.__explcard2:hover .__explcardbtn2 {
  background: #eb5757;
  border-radius: 10px;
  color: #ffffff !important;
}

.__explcard3 {
  border-top: 11px solid #6fcf97;
}

.__explcardbtn3 {
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #6fcf97 !important;
  font-family: SourceSansPro-Bold;
  margin-top: 20px;
  transition: all 0.4s ease-in;
}

.__explcard3:hover .__explcardbtn3 {
  background: #6fcf97;
  border-radius: 10px;
  color: #ffffff !important;
}
/*explore-data end*/

/*explore-ministry css*/
.__expmia {
  background: #ceecee66;
  padding: 35px 0;
  margin-top: 20px;
}

.__expmia1 {
  background: #ffffff;
  padding: 35px 0;
}

.__exmimg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 246px;
  padding: 81% 0 0;
  background-color: #07a0ab;
  border-radius: 10px;
}

.__exmp {
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background: #07a0ab;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 6px;
  font-family: SourceSansPro-Bold;
}

.__examp {
  font-size: 20px;
  line-height: 119%;
  letter-spacing: -0.713086px;
  color: #07a0ab;
  font-family: SourceSansPro-Bold;
  margin-top: 4%;
}

.__examphr {
  margin-top: 40px;
  margin-bottom: 0;
  border-top: 1px solid #00000033;
}

.__examp1 {
  letter-spacing: -0.713086px;
  color: #f87501;
  margin-top: 15px;
}

.__examp2 {
  line-height: 150%;
  letter-spacing: 0.3px;
  font-size: 16px !important;
  color: #101317 !important;
}
/*explore-ministry css end*/

/*explore tag css*/
.__forbadget {
  display: inline-block;
  min-width: 10px;
  padding: 6px 26px;
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 1;
  letter-spacing: -0.713086px;
  color: #f87501 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: rgba(248, 117, 1, 0.1);
  border-radius: 16.9405px;
  margin-top: 20px;
}

.__forbadget1 {
  display: inline-block;
  min-width: 10px;
  padding: 6px 26px;
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 1;
  letter-spacing: -0.713086px;
  color: #0c9ea9 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: rgba(12, 158, 169, 0.1);
  border-radius: 16.9405px;
  margin-top: 20px;
}

.__tagmore {
  color: #ffffff !important;
  background: #0c9ea9;
  border-radius: 10px;
  padding: 8px 25px;
  margin-top: 5%;
}
/*explore tag css end*/

/*about css*/
.__abtab {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #555555 !important;
}

.__abtaba {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #333333 !important;
  padding: 0;
  letter-spacing: 0.3px;
  font-family: SourceSansPro-Bold;
}

.__abtaba:after {
  content: "\00a0";
  display: block;
  height: 5px;
  width: 100%;
  position: relative;
  top: 0;
  background: #f87502;
  border-radius: 4px 4px 0px 0px;
}

.__abtp {
  padding: 0 30px;
  margin-bottom: 8px;
}

.__abg {
  background: url(../img/abg.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.__aboup {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.14em;
  color: #333333;
  margin-top: 20px;
}

.__abouplc {
  font-size: 30px;
  line-height: 64px;
  color: #001b36;
  font-family: SourceSansPro-Regular;
  margin-left: 1.2rem;
  margin-top: 20px;
}

.__aboup1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;

  color: #333333;
}

.__vismsflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.__vimicard {
  width: 40%;
}

.__mteam {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin-top: 5rem;
}

.__teamcard,
.__teamcard1,
.__teamcard2 {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 10px;
  height: 344px;
  margin-top: 1rem;
}

.__teamcard {
  background: #504c4d;
}

.__teamcard1 {
  background: #cc9f75;
}

.__teamcard2 {
  background: #d2656a;
}

.__vimisp {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  font-family: SourceSansPro-SemiBold;
  color: #333333;
  margin-top: 5rem;
}

.__vimisp1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #555555;
  margin-top: -10px;
}

.__vmicor {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.14em;
  font-family: SourceSansPro-SemiBold;
  color: #333333;
  margin-top: 7rem;
}

.__coreflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.__coredivflx {
  display: flex;
  width: 46%;
  margin-top: 1rem;
}

.__core-dot {
  background: #0b9ea9;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin: 5px 8px 0 0;
}

.__core-dot-ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.__core-dot-ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.__core-dot-ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 0;
  margin-left: -6px;
  margin-top: -6px;
  opacity: 0;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
  background: #0b9ea9;
}

@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.__corep {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  width: 100%;
}

.__abt-img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 235px;
  background-color: #175c7d;
  border-radius: 10px;
  margin-top: 10px;
}

.__abt-img1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 378px;
  background-color: #175c7d;
  border-radius: 10px;
  margin-top: 10px;
}

/*about css end*/

/*contact css*/

.__contform {
  height: 40px;
  border-radius: 2px;
}

.__contibtn {
  color: #ffffff !important;
  font-family: SourceSansPro-Bold;
  background: #f87501;
  border-radius: 5px;
  outline: none !important;
  padding: 8px 25px;
}

.__subsetcont {
  background: #ffffff;
  box-shadow: 0px 4px 9px rgb(0 0 0 / 12%);
  border-radius: 10px;
  padding: 30px 40px 40px;
}

.__datacontbtn {
  padding: 7px;
  letter-spacing: 0.3px;
  color: #ffffff !important;
  background: #f87502;
  border: 1px solid #f87502;
  border-radius: 5px;
  font-family: SourceSansPro-SemiBold;
}
/*contact css end*/

/*register css*/
.__regdiv {
  background: #ffffff;
  padding: 20px;
}

.__regdiv1 {
  background: #ffffff;
  padding: 20px;
}

.__verp {
  font-size: 20px;
  line-height: 137.4%;
  color: #0c9ea9;
  padding: 57px 16px 70px;
}

.__regchikform {
  border: 1px solid #333333;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.__regchikform:focus {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #00000033 !important;
  box-shadow: none !important;
}

.__reg {
  color: #a0a0a0;
}

.__reg a {
  color: #0c9ea9 !important;
}

.__regfg {
  text-align: right;
}

.__regfg a {
  color: #a0a0a0 !important;
}

.__regbtn {
  background: #0c9ea9;
  border: 1px solid #0c9ea9;
  border-radius: 4px;
  letter-spacing: 0.3px;
  color: #ffffff !important;
  outline: none !important;
}

/*register css end*/

/*budgert css*/
.__budgetbg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0 0 5%;
}

.__budcaption {
  letter-spacing: 0.3px;
  color: #ffffff;
  font-size: 67px;
  font-family: SourceSansPro-Bold;
  line-height: 102%;
  margin-top: 5%;
}

.__budgpa {
  font-size: 20px;
  line-height: 42px;
  background: #07a0ab;
  color: #ffffff;
  font-family: SourceSansPro-Bold;
  padding: 30% 0;
  margin-top: 10px;
}

.__budgp {
  font-size: 20px;
  line-height: 42px;
  background: #f3f3f3;
  color: #b1b1b1;
  font-family: SourceSansPro-Bold;
  padding: 30% 0;
  margin-top: 10px;
}

/* Default table styles for this demo */
.__table td span {
  background: #2f31940d;
  color: #000000;
  display: none;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

/* Simple CSS for flexbox table on mobile */
@media (max-width: 500px) {
  .__table {
    margin-bottom: 50px;
  }
  .__table thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .__table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .__table td {
    border: solid 1px rgba(74, 73, 73, 0.08);
    margin: 0 -1px -1px 0;
    padding-top: 30px !important;
    position: relative;
    width: 50%;
    white-space: unset !important;
    overflow-wrap: break-word;
  }
  .__table td span {
    display: block;
  }

  .table-responsive {
    border: 0px solid #ddd;
  }
}

.__table {
  margin-top: 10px;
}

.__table > thead > tr > th {
  background: #07a0ab;
  color: #ffffff;
  border-bottom: 0px solid #ddd !important;
}

/*teble end*/

/*budgert css end*/

/*intaractive css*/
.__intrabtn {
  letter-spacing: 0.3px;
  color: #ffffff !important;
  background: #f87501;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}

.__intrabtn1 {
  letter-spacing: 0.3px;
  color: #0c9ea9 !important;
  border: 1px solid #0c9ea9;
  background: transparent;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}

/*video play*/
.video-testimonial-block {
  position: relative;
  width: auto;
  height: 111vh;
  overflow: hidden;
  /*margin-bottom: 30px; */
}

.video-testimonial-block .video-thumbnail {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  top: 0;
  left: 0;

  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.video-testimonial-block .video {
}

.video-testimonial-block .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}

.video-testimonial-block .video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -18px;
  text-decoration: none;
}

.video-testimonial-block .video-play::before {
  content: "\f144";
  font: normal normal normal 14px/1;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  color: #b3b5bc;
}

.video-testimonial-block .video-play:hover::before {
  color: #172651;
}

.__assdiv {
  background: #00000080;
  margin-top: -103px;
  z-index: 9;
  position: relative;
  padding: 20px 30px;
}

/*video play end*/

.__intbtn {
  letter-spacing: 0.3px;
  color: #ffffff !important;
  font-family: SourceSansPro-Bold;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.__intbtn1 {
  letter-spacing: 0.3px;
  color: #ffffff !important;
  font-family: SourceSansPro-Bold;
  background: #f87501;
  border-radius: 5px;
}

/*intaractive css end*/

.__iftop {
  margin-top: 7rem;
}

.__ifrmv {
  width: 100%;
  height: 619px;
}

.__ifrmvm {
  width: 100%;
  height: 619px;
}

.__polcy {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  font-family: SourceSansPro-Regular;
}

.__polcybd {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  font-family: SourceSansPro-SemiBold;
  color: #333333;
}

.__accordion {
  border: none !important;
}

.__accordion .accordion-body {
  padding: 0.4rem 1.25rem;
}

.__accordion .accordion-item {
  border: 1px solid #ebebeb !important;
  border-radius: 4px;
  margin-top: 14px;
}

.__accordion .accordion-button {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
  font-family: SourceSansPro-SemiBold;
}

.__accordion .accordion-button:not(.collapsed) {
  color: #333333;
  background-color: transparent !important;
  box-shadow: none !important;
}

.__accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.__accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.__poli {
  font-size: 15px;
  line-height: 1.3;
}

.__polibtn {
  background: #0c9ea9;
  border-radius: 5px;
  letter-spacing: 0.3px;
  color: #ffffff !important;
  padding: 10px;
}

.__chart-bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 400px;
}

.__chart-caption {
  font-size: 25px;
  text-align: center;
  font-family: "SourceSansPro-Bold";
  margin-top: 4rem;
}

.recharts-wrapper {
  margin-top: 2rem;
}

.__dislid {
  display: flex;
}

/*=================================================================
footer
==================================================================*/
.__foter {
  background-color: #061a1c;
  padding: 60px 0;
}

.__fotimg {
  width: 12rem;
  margin: 1.4rem 0 1rem;
}

.__fh {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2.7px;
  color: #eeeeee;
}

.__fotr {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff !important;
  font-family: SourceSansPro-Light;
  margin-top: 2rem;
}

.__copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.72);
}

.__copyrightm {
  display: none;
}

.__footbtn {
  letter-spacing: -1.2px;
  color: #ffffff !important;
  border: 3px solid #ffffff;
  border-radius: 40px;
  padding: 6px 35px;
  margin-top: 20px;
}

.faq-title {
  font-size: 25px;
}

ul li {
  padding: 0rem !important;
}

.__weathbg {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #061a1c 100%),
    url("../img/weatherbg.png");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 5% 0;
}

.__logoimg_alt {
  width: 124px;
  margin-top: 0;
  margin-left: 70px;
}

.card-menu-items {
  position: absolute;
  /* bottom: 0; */
  bottom: -2rem;
  text-align: center;
  display: block !important;
  font-weight: "bold";
  width: 100%;
  color: gray;
}

@media (max-width: 768px) {
  .card-menu-items {
    /* display: none!important; */
    display: block !important;
  }
}

.__slicwid .accordion {
  border: none;
  border-radius: 0;
}

.column .accordion__item {
  border-top: none !important;
}

.column .__secmb {
  width: 100%;
}

.column .accordion__button {
  background-color: transparent;
  color: #000000;
  padding: 10px 5px 0px;
}

.column .accordion__panel {
  padding: 0px 6px;
}

.column .accordion__button:hover {
  background-color: transparent;
}

.__secmb .accordion__button:before,
.__accodbefor .accordion__button:before {
  height: 6px;
  width: 6px;
  float: right;
  margin-top: 8px;
}

.__congflex {
  display: flex;
  justify-content: space-between;
}

.__congflpt {
  width: 95%;
}

.__congflp {
  width: 94%;
  margin-top: -4px;
}

@media print {
  @page {
    size: landscape;
  }
}

.__all-banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 4px;
  padding: 2rem 0 1.5rem;
  margin-top: 7rem;
}

.__caption-banner {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}

.__view-pubbg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 7% 0 1%;
}

.__backp {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline !important;
  color: #0b9ea9 !important;
  font-family: SourceSansPro-SemiBold;
}

.__proviewp {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-top: 1rem;
}

.__all-about {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 2% 0;
}

.__term-cook-flex {
  display: flex;
  border-bottom: 1px solid #ebebeb;
}

/* MISSING PAGE */
.__mis-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 4rem;
}

.__mis-title {
  font-size: 17rem;
  line-height: 1;
  color: #333333;
  font-family: SourceSansPro-Bold;
  background: linear-gradient(356deg, #012327, #259ea9, #012327, #259ea9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  filter: drop-shadow(0px 8px #012327);
}

.__mis-title-sub {
  font-size: 30px;
  line-height: 50px;
  color: #333333;
  font-family: SourceSansPro-Bold;
}

.__mis-discription {
  font-size: 18px;
  line-height: 23px;
  color: #100d0d;
}

.__mis-btn {
  font-size: 14px;
  line-height: 20px;
  background: #f87502;
  border-radius: 4px;
  letter-spacing: 0.3px;
  color: #ffffff !important;
  font-family: "SourceSansPro-SemiBold";
  padding: 10px 18px;
}

.__dtano {
  font-size: 40px;
  line-height: 1.2;
  margin-left: 15rem;
}
