@font-face {
  font-family: Inter;
  src: url(../fonts/Inter/Inter-Regular.woff);
}

@font-face {
  font-family: "GraphikLight";
  src: url(../fonts/Graphik/GraphikRegular.otf);
}

@font-face {
  font-family: "GraphikMedium";
  src: url(../fonts/Graphik/GraphikMedium.otf);
}

@font-face {
  font-family: GraphikLight;
  src: url(../fonts/Graphik/GraphikLight.otf);
}

@font-face {
  font-family: "GraphikBold";
  src: url(../fonts/Graphik/GraphikBold.otf);
}

@font-face {
  font-family: "GraphikSemibold";
  src: url(../fonts/Graphik/GraphikSemibold.otf);
}

html,
body {
  font-family: "GraphikLight";
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a,
a:focus {
  outline: none;
  text-decoration: none;
  transition: all ease 0.5s;
}

a:hover {
  transition: all ease 0.5s;
  text-decoration: none;
}

ul.list-inline {
  margin-bottom: 0;
}

.mg-0 {
  margin: 0;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: 100%;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.d-ib {
  display: inline-block;
}

.font-0 {
  font-size: 0;
}

.title-block {
  margin-bottom: 48px;
}

.title-block h2 {
  font-family: "GraphikMedium";
  font-weight: 500;
  font-size: 35px;
  line-height: 72px;
  letter-spacing: 0.02em;
  color: #080d30;
  margin-bottom: 4px;
}

.title-block p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}

.dis-flex {
  display: flex;
  align-items: center;
}

.top-header {
  padding: 7px 12px;
  font-size: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-header .email-info a {
  font-family: "GraphikLight";
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
}

.top-header .account-wrapper .phone-t {
  font-family: "GraphikLight";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #fff;
  margin-right: 5px;
  margin-left: 7px;
}

.top-header .account-wrapper .phone {
  font-family: "GraphikMedium";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #fff;
  padding-right: 11.5px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-header .account-wrapper span img {
  vertical-align: top;
  margin-top: 4px;
}

.top-header .account-wrapper ul {
  display: flex;
  margin: 0 !important;
  vertical-align: top;
  padding-top: 0px;
  justify-content: center;
}

.top-header .account-wrapper ul li {
  padding-left: 10px;
}

.top-header .account-wrapper ul li:first-child {
  padding-right: 0px;
}

header.bg-color-blue {
  background: #0a0d30;
  box-shadow: 0px 0px 4px 1px #091430;
}

.navbar-inverse {
  background: transparent;
  border-color: transparent;
  padding: 11px 0;
  transition: background 300ms;
  border-bottom: 1px solid #fffafa59;
}

header.bg-color-blue-menu {
  background: transparent;
  box-shadow: 0px 0px 4px 1px #091430;
}

.navbar-fixed-top {
  border-bottom: 1px solid #d6d7df6b;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

header.bg-color-blue .navbar-inverse {
  border-bottom: none;
}

.navbar-inverse .navbar-toggle {
  display: inline-block;
  float: none;
  border: none;
  top: 4px;
  padding: 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-inverse.cus-scroll-header .navbar-toggle {
  top: 8px;
}

.navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.nav-custom-bar {
  padding: 8px 0 8px 50px;
}

.navbar-inverse .navbar-toggle .icon-bar {
  width: 31px;
  height: auto;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
  background-color: transparent !important;
  color: #fff;
  font-family: "GraphikLight";
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  padding: 6px 14px;
  transition: background 300ms;
}

.navbar-inverse .navbar-nav>li>a .caret {
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.navbar-inverse .navbar-collapse a.btn-contact-us {
  padding: 13px 31px 12px;
  border-radius: 3px;
  background-color: rgb(210 171 103);
  font-family: "GraphikLight";
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

a.btn-contact-us.btn-login {
  margin-left: 12px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #0091ec !important;
  transition: background 300ms;
}

.nav-container {
  /* position: relative; */
  background: transparent;
  border-color: transparent;
  padding: 11px 0;
  transition: background 300ms;
  height: 66px;
  display: flex;
  justify-content: space-between;
}

.brand {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-top: -11px;
  vertical-align: top;
}

nav {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  /* position: fixed !important;
  width: 100%;
  z-index: 999; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li a,
nav ul li a:visited {
  background-color: transparent !important;
  font-family: "GraphikLight";
  font-size: 13px;
  line-height: normal;
  padding: 10px 10px !important;
  transition: background 300ms;
}

nav ul li a {
  background: transparent;
  color: #fff;
}

nav ul li a:hover {
  color: #d7b164 !important;
  transition: background 300ms;
}

nav ul li a:visited:hover {
  margin-top: 0px;
}

a.btn-contact-us {
  padding: 12px 24px 11px;
  border-radius: 3px;
  background-color: #d7b164;
  font-family: "GraphikLight";
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #d7b164;
}

a.btn-contact-us:hover {
  background-color: transparent;
  color: #d7b164;
}

.navbar-inverse .navbar-collapse a.btn-contact-us {
  padding: 13px 31px 12px;
  border-radius: 3px;
  background-color: #d7b164;
  font-family: "GraphikLight";
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 7px;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}

#navbar-toggle {
  position: absolute;
  left: 18px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#navbar-toggle span,
#navbar-toggle span:before,
#navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
  top: -10px;
}

#navbar-toggle span:after {
  bottom: -10px;
}

#navbar-toggle.active span {
  background-color: transparent;
}

#navbar-toggle.active span:before,
#navbar-toggle.active span:after {
  top: 0;
}

#navbar-toggle.active span:before {
  transform: rotate(45deg);
}

#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}

.carousel.home-slider {
  z-index: 1;
}

.home-slider .carousel-caption {
  right: auto;
  left: auto;
}

.home-slider .carousel-indicators li {
  text-indent: 0;
  border: none;
  background-color: transparent;
  background: transparent;
  border: transparent;
  font-family: "GraphikLight";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15px;
  color: #fff;
  text-align: left;
}

.home-slider .carousel-indicators li.active {
  background: transparent;
  border: none;
}

.home-slider .carousel-indicators li span {
  position: relative;
  transition: all 0.3s ease-out;
  color: white;
}

.home-slider .carousel-indicators li .slider {
  position: absolute;
  display: block;
  left: 0;
  top: -13px;
  margin: 0 auto;
  height: 4px;
  background-color: rgb(210 171 103);
  width: 0%;
}

.home-slider .carousel-indicators li.active .slider {
  width: 100%;
  transition: width 1s ease;
  transition-duration: 5500ms;
}

.home-slider .carousel-indicators li:nth-child(1) {
  width: 16% !important;
}

.home-slider .carousel-indicators li:nth-child(2) {
  width: 16% !important;
  text-align: center !important;
}

.home-slider .carousel-indicators li:nth-child(3) {
  width: 22% !important;
  text-align: center !important;
}

.home-slider .carousel-indicators li:nth-child(4) {
  width: 16% !important;
  text-align: center !important;
}

.home-slider .carousel-indicators li:nth-child(5) {
  width: 16% !important;
  text-align: center !important;
}

.home-slider .carousel-indicators li:nth-child(6) {
  width: 10% !important;
  text-align: right !important;
}

.banner-section .home-slider .item {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
}

.banner-section .home-slider .item .carousel-caption {
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  bottom: auto;
  width: 600px;
}

.banner-section .home-slider .item .carousel-caption label {
  font-family: "GraphikLight";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15px;
  color: rgb(210 171 103);
  margin-bottom: 15px;
}

.banner-section .home-slider .item .carousel-caption h1 {
  font-family: "GraphikMedium";
  font-size: 41px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 19px;
}

.banner-section .home-slider .item .carousel-caption h1 span {
  font-weight: 600;
  color: #0091ec;
}

.banner-section .home-slider .item .carousel-caption a.btn-slider {
  font-family: "GraphikLight";
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  transition: all 0.2s ease-out;
}

.banner-section .home-slider .item .carousel-caption a.btn-slider:hover {
  background: #fff;
  color: rgb(210 171 103);
  transition: all 0.2s ease-out;
}

.banner-section .home-slider .carousel-indicators {
  margin-bottom: 0;
  left: 0 !important;
  z-index: 15;
  width: 1170px;
  text-align: center;
  list-style: none;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  padding: 20px 20px 10px;
  letter-spacing: 0.12px;
  border-radius: 50px;
  background-color: rgb(8 13 48 / 88%);
  filter: alpha(opacity=52);
  margin: 0 auto;
  right: 0 !important;
}

.banner-section .home-slider .item .carousel-caption a.btn-slider img {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  margin-left: 13px;
}

.banner-section {
  position: relative;
}

.banner-section .scroll-down {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 111;
  text-align: center;
}

.banner-section .scroll-down p {
  font-family: "GraphikLight";
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #fff;
  margin-bottom: 10px;
}

#myCarousel-main .carousel-inner .item.active img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

#myCarousel-main .carousel-inner .item.active img {
  transition: transform 4000ms linear 0s;
  transform: scale(1.15, 1.15);
}

#myCarousel-main .carousel-inner>.item>a>img,
#myCarousel-main .carousel-inner>.item>img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
  background: transparent;
}

.banner-section .home-slider .item .carousel-caption {
  width: 55%;
}

.banner-section .home-slider .item .carousel-caption a.btn-slider {
  font-size: 14px;
}

.scroll-arrow-down {
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 11;
}

.scroll-arrow-down label {
  display: block;
  text-align: center;
  transform: rotate(90deg);
  padding: 0;
  margin: 0 !important;
  right: 25px;
  position: relative;
  top: 29px;
  font-size: 12px;
  letter-spacing: 2.58px;
  text-align: left;
  color: #fff !important;
  text-transform: uppercase;
  cursor: pointer;
}

.mission-vision {
  padding: 100px 0 80px;
  background: #ffffff;
}

.mission-vision .mission-vision-box h2 {
  font-family: "GraphikMedium";
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
  color: #080d30;
  margin-bottom: 17px;
}

.mission-vision .mission-vision-box p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.mission-vision .mission-vision-box a {
  background: rgb(210 171 103);
  border-radius: 5px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #eeedee;
  padding: 16px 24px;
  border: 1px solid rgb(210 171 103);
  margin-top: 28px;
}

.mission-vision .mission-vision-box a:hover {
  background: transparent;
  color: rgb(210 171 103);
}

.mission-vision .history-box .cir-tb {
  position: relative;
}

.mission-vision .history-box .circle-top {
  width: 70%;
  margin: 0 auto;
}

.mission-vision .history-box .cir-tb .ovr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 47%;
}

.mission-vision .history-box .cir-tb h3 {
  font-family: "GraphikLight";
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 15px;
}

.mission-vision .history-box .cir-tb p {
  font-family: "GraphikLight";
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.mission-vision .history-box .circle-bottom .d-ib {
  width: 49.6%;
  position: relative;
}

.mission-vision .history-box .circle-bottom h3 {
  font-family: "GraphikSemibold";
  /* font-weight: 500; */
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 18.5px
}

.cta {
  padding: 65px 0 68px;
  background: rgb(10 13 48);
}

.cta .media-left {
  line-height: 72px;
  margin-right: 20px;
}

.cta .media-body h2 {
  font-family: "GraphikMedium";
  font-weight: 500;
  font-size: 51px;
  line-height: 72px;
  color: rgb(210 171 103);
}

.cta .media-body h3 {
  font-family: "GraphikLight";
  font-size: 22px;
  line-height: 31px;
  color: #ffffff;
  margin-bottom: 42px;
}

.cta .media-body h4 {
  font-family: "GraphikMedium";
  font-weight: 500;
  font-size: 33.0492px;
  line-height: 47px;
  color: #ffffff;
  margin-bottom: 5px;
}

.cta .media-body h4 span {
  font-weight: 300;
  font-size: 17px;
}

.cta .media-body p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
}

.services {
  padding: 35px 0 50px;
  background: #f7f7f7;
}

.services .service-box {
  background: #eee;
  padding: 33px 35px 49px;
  max-height: 420px;
  border-radius: 15px;
  box-shadow: rgb(194 195 202) 0px 5px 15px;
}

.services .service-box_1 {
  background: #ffffff;
  padding: 0px 20px 0px;
  max-height: 420px;
}

.service-box_1 {
  border-radius: 10px;
}

.services .owl-item.center .service-box_1 {
  background: #f7f7f7;
}

.services .owl-item.center .service-box {
  background: rgb(210 171 103);
}

.services .item .service-box .img-box {
  background: rgb(210 171 103);
  height: 77px;
  width: 77px;
  border-radius: 50%;
  line-height: 68px;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}

.services .item .service-box .img-box img {
  width: 42px;
}

.services .item .service-box h3 {
  font-family: "GraphikMedium";
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #080d30;
  margin: 21px 0 16px;
}

.services .item .service-box p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #707072;
  margin-bottom: 20px;
}

.services .owl-item.center .item .service-box p {
  color: #ffffff;
}

.services .item .service-box a.read-more {
  font-family: "GraphikLight";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: rgb(10 13 48);
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}

.services .owl-item.center .item .service-box a.read-more {
  color: #ffffff;
}

.services .item .service-box a.read-more img {
  /* width: 12px; */
}

.services .item .service-box a.read-more span {
  background: #fff;
  /* width: 28px;
  height: 28px; */
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding: 8px;
  margin-left: 10px;
  vertical-align: middle;
}

.services .services-slider .owl-dots {
  margin-top: 39px !important;
}

.services .services-slider .owl-dots .owl-dot span {
  background: #c4c4c4;
  margin: 0 3px;
  width: 21px;
  height: 3px;
}

.services .services-slider .owl-dots .owl-dot.active span {
  background: rgb(210 171 103);
}

.testimonial {
  background: #fff;
  padding: 45px 0 35px;
}

.testimonial .item {
  border-radius: 25px;
  position: relative;
  padding: 75px 35px 75px 35px;
  cursor: pointer;
  transition: margin 0.4s ease;
  transform: scale(0.8);
}

.testimonial .owl-item.center.active .item {
  cursor: auto;
  margin: 0;
  transform: scale(1);
  height: 630px;
}

.testimonial .item.blue {
  background-color: rgb(210 171 103);
}

.testimonial .item.dark {
  background-color: rgb(10 13 48);
}

.testimonial .item.yellow {
  background-color: rgb(210 171 103);
}

.testimonial .item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../images/testimonial-bg-white.png);
  width: 370px;
  height: 355px;
  background-repeat: no-repeat;
  background-size: 368px 355px;
}

.testimonial .item.yellow::before {
  background: url(../images/testimonial-bg-blue.png);
  width: 216px;
  height: 330px;
  background-repeat: no-repeat;
  background-size: 216px 330px;
}

.testimonial .media-box {
  font-size: 0;
}

.testimonial .media-box .img-bg-box {
  width: 32%;
}

.testimonial .media-img.d-ib,
.testimonial .media-content.d-ib {
  vertical-align: middle;
}

.testimonial .media-img {
  background: url("../images/testimonial-circle.png");
  width: 156px;
  height: 156px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
}

.testimonial .media-img::before {
  position: absolute;
  content: url("../images/vector.png");
  right: 20px;
  bottom: -24px;
  z-index: -1;
}

.testimonial .media-content {
  width: 68%;
}

.testimonial .media-img img {
  width: 112px;
  margin-top: 22px;
}

.testimonial .media-content p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 18px;
}

.testimonial .media-content .devider {
  width: 49px;
  background-color: #fff;
  height: 1px;
  margin-bottom: 17px;
}

.testimonial .media-content h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}

.testimonial .media-content h3 {
  font-size: 16px;
  color: #fff;
}

.testimonial .item.yellow .media-content p {
  color: #000;
}

.testimonial .item.yellow .media-content .devider {
  background-color: #000;
}

.testimonial .item.yellow .media-content h2 {
  color: #080d30;
}

.testimonial .item.yellow .media-content h3 {
  color: #000;
}

.who-we-are {
  background: url('/assets/images/head-banner-7.jpg');
  padding: 240px 0 127px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.management_team {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/team.jpg');
  padding: 240px 0 127px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.inner-banner {
  background: url("../images/banners/head-banner-7.jpg");
  padding: 220px 0 210px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.inner-banner.contact {
  background: url("../images/contact-bg.png");
  padding: 200px 0 170px;
}

.inner-banner.disclosure {
  background: url("../images/disclosure-bg.png");
  padding: 253px 0;
}

.inner-banner.blog {
  background: url("../images/blog-bg.png");
  padding: 253px 0;
}

.inner-banner.blog-details {
  background: url("../images/blog-details-bg.png");
  padding: 253px 0;
}

.inner-banner.services {
  background: url("../images/banners/head-banner-8.jpg");
}

.inner-banner.gift_city {
  background: url("../images/gift_city.jpg");
}

.inner-banner.blog {
  background: url("../images/blog-bg.png");
  padding: 161px 0 130px;
}

.press_release {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/press_release.jpg');
  /* background: url("../images/press_release.jpg"); */
  padding: 161px 0 130px;
}

.inner-banner.services-listing {
  background: url("../images/banners/head-banner-9.jpg");
  padding: 161px 0 130px;
}

.inner-banner.services-listing h1 {
  font-family: "GraphikLight";
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.inner-banner label {
  font-family: "GraphikLight";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15px;
  color: rgb(210 171 103);
  margin-bottom: 15px;
}

.inner-banner h1 {
  font-family: "GraphikLight";
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

/* .general-text{background: #fff;padding: 99px 0 100px;} */
.general-text {
  background: #f6f6f6cc;
  padding: 49px 0 50px;
}

.general-text h2 {
  font-family: "GraphikMedium";
  font-size: 35px;
  font-weight: 500;
  line-height: 1.42;
  color: #080d30;
  margin-bottom: 29px;
}

.general-text p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  width: 100%;
}

.beacon-trust {
  background: rgb(10 13 48);
  padding: 60px 0;
}

.beacon-trust h2 {
  font-family: "GraphikLight";
  font-size: 35px;
  font-weight: 500;
  line-height: 1.42;
  color: #fff;
  margin-bottom: 25px;
}

.beacon-trust p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

.beacon-trust .trust-img {
  text-align: right;
}

.mis-vis {
  background: #d2ab67;
  padding: 83px 0;
}

.mis-vis h2 {
  font-family: "GraphikLight";
  font-size: 31.9px;
  font-weight: 500;
  line-height: 1.49;
  letter-spacing: 0.64px;
  color: #f2eae2;
  margin-bottom: 10px;
}

.mis-vis p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.36px;
  color: #fff;
}

.mis-vis .mis-vis-img {
  width: 266px;
  margin: 0 auto;
  height: 263px;
  padding: 53px 0;
}

.mis-vis .mis-vis-img img {
  position: relative;
  z-index: 1;
}

.mis-vis .mis-vis-img img.vis-img {
  bottom: 66px;
  z-index: 0;
}

.team {
  background: #fff;
  padding: 20px 0;
}

.team .nav-tabs li {
  /* width: 33%; */
  text-align: center;
}

.team .nav-tabs li a {
  background: #eee;
  border: none;
  color: #000;
  margin: 0;
  border-radius: 0;
  padding: 12px 15px;
  font-family: "GraphikMedium";
  font-size: 18px;
  font-weight: 500;
}

.team .nav-tabs li.active a {
  background-color: rgb(210 171 103);
  color: #fff;
}

.team .nav-tabs li a:focus,
.team .nav-tabs li a:hover {
  border: none;
}

.team .tab-content {
  padding: 15px;
  border: 1px solid #eee;
}

.team .team-member-section {
  padding: 52px 69px;
  background-color: #f6f6f6;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.team .team-member-section .media {
  position: relative;
  z-index: 1;
}

.team .team-member-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: -104px;
  /* width: 390px;
  height: 408px; */
  width: 488px;
  height: 100%;
  background-image: url("../images/shape-left.png");
  background-position: center center;
  background-size: cover;
}

.team-member-section .col-lg-8{
  z-index: 99;
}

.team .team-member-section.blue::after {
  background-image: url("../images/shape-right.png");
  top: 0;
  left: auto;
  right: -145px;
  width: 586px;
  z-index: 0;
}

.team .team-member-section:last-child {
  margin-bottom: 0;
}

.team .team-member-section h2 {
  font-family: "GraphikMedium";
  font-size: 25px;
  font-weight: 500;
  line-height: 1.42;
  color: #000;
  margin-bottom: 5px;
}

.team .team-member-section h3 {
  font-family: "GraphikLight";
  font-size: 18px;
  line-height: 1.42;
  color: rgb(210 171 103);
  margin-bottom: 11px;
}

.team .team-member-section a {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 1.42;
  color: #0a2d4d;
  margin-bottom: 17px;
  display: block;
  text-decoration: none;
}

.team .team-member-section p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.32px;
  color: #0a2d4d;
}

.team .team-member-section .media-left,
.team .team-member-section .media-right,
.team .team-member-section .media-body {
  vertical-align: middle;
}

.team .team-member-section .media-left {
  padding-right: 50px;
}

.team .team-member-section .media-right {
  padding-left: 50px;
}

.team .team-member-section ul {
  margin-top: 26px;
}

.team .team-member-section ul li a {
  margin: 0;
}

.team .team-member-section.blue {
  background-color: rgb(10 13 48);
}

.team .team-member-section.blue.light {
  background-color: rgb(210 171 103);
}

.team .team-member-section.blue h2 {
  color: #fff;
}

.team .team-member-section.blue h3 {
  color: rgb(210 171 103);
}

.team .team-member-section.blue a {
  color: #fff;
}

.team .team-member-section.blue p {
  color: rgba(255, 255, 255, 0.5);
}

.team .team-member-section.blue.light h3 {
  color: #fff;
}

.team .team-member-section.blue.light a {
  color: rgb(210 171 103);
}

.team .team-member-section.blue.light p {
  color: #fff;
}

.contact-detail {
  padding: 72px 0 80px;
}

.contact-detail .page-info h2 {
  font-family: "GraphikMedium";
  font-size: 51px;
  font-weight: 600;
  line-height: 1.19;
  color: #000;
  margin-bottom: 20px;
}

.contact-detail .page-info p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 47px;
}

.contact-detail .contact-info .contact-box {
  position: relative;
  border: solid 1px #e7e7e7;
  padding: 19px 22.9px 18px 22.9px;
  margin-bottom: 50px;
}

.contact-detail .contact-info .contact-box label {
  position: absolute;
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 1.7;
  color: #9f9f9f;
  top: -12px;
  font-weight: 500;
  padding: 0 12px;
  background: #fff;
  left: 44px;
}

.contact-detail .contact-info .contact-box img,
.contact-detail .contact-info .contact-box p {
  vertical-align: middle;
}

.contact-detail .contact-info .contact-box.map img {
  vertical-align: top;
}

.contact-detail .contact-info .contact-box p,
.contact-detail .contact-info .contact-box a {
  font-family: "GraphikLight";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
  margin-left: 12px;
}

.contact-detail .contact-info .contact-box p span {
  color: rgb(10 13 48);
}

.contact-detail .form-block {
  background: #fff;
  margin-top: -176px;
  margin-right: -30px;
  padding: 69px 73px 0;
}

.contact-detail .form-block .contact-form {
  padding: 65px 50px 57px 51px;
  border: solid 2.9px #e9e9e9;
}

.contact-detail .form-block .contact-form h2 {
  font-family: "GraphikMedium";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -1.2px;
  color: #080d30;
  margin-bottom: 46px;
}

.contact-detail .form-group button.btn-submit {
  background-color: rgb(210 171 103);
  border: 1px solid rgb(210 171 103);
}

.contact-detail .form-group button.btn-submit:hover {
  color: rgb(210 171 103);
}

.offices {
  padding: 80px 0 50px;
}

.offices .office-box {
  position: relative;
  margin-bottom: 156px;
}

.offices .office-box .add-box {
  position: absolute;
  background: #fff;
  bottom: -104px;
  right: 35px;
  padding: 26px 27px;
  height: 200px;
  width: 80%;
}

.offices .office-box .add-box label {
  font-family: "GraphikLight";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: rgb(210 171 103);
  margin-bottom: 10px;
}

.offices .office-box .add-box h3 {
  font-family: "GraphikMedium";
  font-size: 35px;
  font-weight: 600;
  line-height: normal;
  color: #000;
  margin-bottom: 9px;
}

.offices .office-box .add-box p {
  font-family: "GraphikLight";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.47;
  color: #707072;
}

.disclosure-info {
  padding: 35px 0 80px;
}

.disclosure-info .tab {
  display: inline-block;
  background-color: rgb(10 13 48);
  padding: 14px 18px 14px 18px;
  width: 100%;
  vertical-align: top;
  height: 25em;
  overflow-y: auto;
}

.disclosure-info .tab-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #eee;
}

.disclosure-info .tab ul {
  margin: 0;
}

.disclosure-info .tab li {
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.disclosure-info .tab li:last-child {
  border-bottom: none;
}

.disclosure-info .tab li a {
  font-family: "GraphikLight";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.42;
  color: #fff;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.disclosure-info .tab li a:hover,
.disclosure-info .tab li a.active {
  color: #fff;
  font-family: "GraphikLight";
  font-weight: 500;
}

.disclosure-info .accordian-group .accordian {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 35px 42px;
  border-left: solid 1px #eee;
  margin: 0;
  border-right: 1px solid #eee;
  border-radius: 0;
}

.disclosure-info .accordian-group .accordian.active {
  background: #eee;
  padding-bottom: 40px;
}

.disclosure-info .accordian-group .accordian:first-child {
  border-top: 1px solid #eee;
}

.disclosure-info .accordian-group .accordian:last-child {
  border-bottom: 1px solid #eee;
}

.disclosure-info .accordian-group .accordian-heading {
  background-color: transparent;
  border-color: none;
  padding: 0;
  position: relative;
}

.disclosure-info .accordian-group .accordian-heading .accordian-title {
  margin-right: 20px;
}

.disclosure-info .accordian-group .accordian.active .accordian-heading {
  padding-bottom: 20px;
}

.disclosure-info .accordian-group .accordian-heading a {
  font-family: "GraphikMedium";
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.disclosure-info .accordian-group .accordian-default a {
  font-family: "GraphikMedium";
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.disclosure-info .accordian-group .accordian-body {
  border: none !important;
  padding: 0;
}

.disclosure-info .accordian-group .accordian-body .cus-row {
  padding: 25px 0;
  border-bottom: 1px solid #646464;
}

.disclosure-info .accordian-group .accordian-body .cus-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.disclosure-info .accordian-group .accordian-body p {
  font-family: "GraphikLight";
  font-size: 14px;
  line-height: 1.91;
  color: rgb(0, 0, 0);
}

.disclosure-info .accordian-group .accordian-body a {
  font-family: "GraphikLight";
  font-size: 14px;
  line-height: 1.91;
  color: #000;
  padding: 4px 16px;
  border: solid 1px #111;
  background: transparent;
  display: inline-block;
  text-align: center;
}

.disclosure-info .accordian-group .accordian-body a:hover {
  background: #111;
  color: #fff;
}

.disclosure-info .accordian-group .accordian-heading::before {
  content: url("../images/accordian-left.svg");
  position: absolute;
  right: 0;
  top: 3px;
}

.disclosure-info .accordian-group .accordian.active .accordian-heading::before {
  content: url("../images/accordian-down.svg");
}

.blog-tabs {
  padding: 27px 0 31px 0;
  background-color: rgb(10 13 48);
}

.blog-tabs .nav-tabs {
  border: none;
}

.blog-tabs .nav-tabs li {
  margin: 0 38px;
  padding: 0;
}

.blog-tabs .nav-tabs li:first-child {
  margin-left: 0;
}

.blog-tabs .nav-tabs li:last-child {
  margin-right: 0;
}

.blog-tabs .nav-tabs li a {
  font-family: "GraphikLight";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.46;
  color: #fff !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.blog-tabs .nav-tabs li a:active,
.blog-tabs .nav-tabs li a:focus {}

.blog-list {
  padding: 70px 0 60px;
}

.blog-list .blog-content {
  padding: 44px 44px 34px;
  border: solid 1px #e4e4e4;
}

.blog-list .blog-post {
  margin-bottom: 50px;
}

.blog-list .blog-post:last-child {
  margin-bottom: 0;
}

.blog-list .blog-content .date-label label {
  margin: 0;
}

.blog-list .blog-content .date-label label.update {
  font-family: "GraphikMedium";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.46;
  color: rgb(210 171 103);
  border-left: 3px solid rgb(210 171 103);
  padding-left: 11px;
}

.blog-list .blog-content .date-label label.date {
  font-family: "GraphikMedium";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.46;
  color: #5f5f5f;
}

.blog-list .blog-content h2 {
  font-family: "GraphikMedium";
  font-size: 25px;
  font-weight: 500;
  line-height: 1.46;
  color: #000;
  margin: 36px 0 14px;
}

.blog-list .blog-content p {
  font-family: "GraphikLight";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 28px;
}

.blog-list .blog-content a.blog-link {
  font-family: "GraphikMedium";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.46;
  color: rgb(10 13 48);
}

.blog-list .blog-content a.blog-link img {
  padding-left: 12px;
}

.trusteeship {
  background-color: rgb(210 171 103);
  padding: 90px 0;
}

.trusteeship .title-box h2 {
  color: #ffffff;
  font-size: 41px;
  line-height: 61px;
  font-family: "GraphikMedium";
  margin-bottom: 37px;
}

.trusteeship .title-box p {
  color: #fffffffa;
  font-family: GraphikLight;
  margin-bottom: 35px;
}

.trusteeship div[class^="list"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trusteeship div[class^="list"] ul li {
  margin-bottom: 25px;
  font-family: GraphikLight;
  color: #ffffff;
  font-size: 14px;
}

.trusteeship div[class^="list"] ul li img {
  margin-right: 10px;
}

.servic-listing-benefits {
  padding: 100px 0;
}

.servic-listing-benefits .title-desc h2 {
  font-size: 41px;
  line-height: 61px;
  font-family: "GraphikMedium";
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 32px;
}

.servic-listing-benefits .title-desc p {
  font-size: 18px;
  line-height: 32.58px;
  color: #000000;
  font-family: GraphikLight;
}

.servic-listing-benefits .service-info {
  margin-bottom: 34px;
}

.servic-listing-benefits .service-info img {
  margin-bottom: 20px;
}

.servic-listing-benefits .service-info h3 {
  margin-bottom: 15px;
  font-family: "GraphikMedium";
  color: #000000;
}

.benefitSec {
  padding: 50px 0;
  background-color: #fff;
}

.benefitSec .contentBox h3 {
  color: #000000;
  font-size: 18px;
  line-height: 24.85px;
  font-family: "GraphikMedium";
}

.benefitSec .contentBox ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 26px;
}

.benefitSec .contentBox li {
  margin-bottom: 16px;
  font-size: 15px;
}

.benefitSec .contentBox li img {
  margin-right: 5px;
}

.blog-sidebar h2 {
  font-family: "GraphikMedium";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
  margin-bottom: 16px;
}

.blog-sidebar .search {
  margin-bottom: 29px;
}

.blog-sidebar .search .form-group {
  font-size: 0;
}

.blog-sidebar .search input {
  font-family: Graphik !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.1 !important;
  color: #000 !important;
  padding: 19px 29 19px 29px !important;
  border: solid 0.9px #f2f2f2 !important;
  border-radius: 0 !important;
  width: 84%;
}

.blog-sidebar .search button {
  width: 16%;
  padding: 17px 11px 17px 12px;
  background-color: #f2f2f2;
  border: 0;
  vertical-align: top;
}

.blog-sidebar .category ul {
  background: rgb(10 13 48);
  padding: 15px 18px;
  margin-bottom: 40px;
}

.blog-sidebar .category ul li a {
  font-family: "GraphikMedium";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: #fff;
  padding: 14px 0 14px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  /* margin-right: 50px; */
  position: relative;
  padding-left: 25px;
}

.blog-sidebar .category ul li a:before {
  position: absolute;
  content: url(../images/tick-white.svg);
  left: 0;
}

.blog-sidebar .category ul li:first-child a {
  /* padding-top: 0; */
}

.blog-sidebar .category ul li:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-sidebar .recent-post ul li {
  padding: 22px 29px;
}

.blog-sidebar .recent-post ul li:nth-child(1) {
  background-color: rgb(210 171 103);
}

.blog-sidebar .recent-post ul li:nth-child(2) {
  background-color: rgb(10 13 48);
}

.blog-sidebar .recent-post ul li:nth-child(3) {
  background-color: rgb(210 171 103);
}

.blog-sidebar .recent-post ul li:nth-child(4) {
  background-color: #c45bd7;
}

.blog-sidebar .recent-post ul li:nth-child(5) {
  background-color: #c94d30;
}

.blog-sidebar .recent-post ul li:nth-child(6) {
  background-color: #34cd9b;
}

.blog-sidebar .recent-post ul li:nth-child(7) {
  background-color: #603ded;
}

.blog-sidebar .recent-post ul li label {
  font-family: "GraphikMedium";
  font-size: 12px;
  font-weight: 500;
  line-height: 1.46;
  color: rgba(255, 255, 255, 0.31);
  margin-bottom: 13px;
}

.blog-sidebar .recent-post ul li h3 {
  font-family: "GraphikMedium";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.46;
  color: #fff;
  margin-bottom: 13px;
}

.blog-sidebar .recent-post ul li a {
  font-family: "GraphikMedium";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.46;
  color: #fff;
}

.blog-sidebar .recent-post ul li a img {
  padding-left: 12px;
}

.blog-sidebar .recent-post ul li:nth-child(3) label {
  color: rgba(0, 0, 0, 0.31);
}

.blog-sidebar .recent-post ul li:nth-child(3) h3 {
  color: #000000;
}

.blog-sidebar .recent-post ul li:nth-child(3) a {
  color: #000000;
}

/* usama styled applyed */
.blog-details .inner-content-box {
  margin-top: -70px;
  padding: 50px;
  background-color: #ffffff;
}

.blog-details .inner-content-box h2 {
  font-family: "GraphikMedium";
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 40px;
}

.blog-details .inner-content-box .date_icon {
  padding-bottom: 50px;
}

.blog-details .inner-content-box .date_icon .text p {
  font-family: "GraphikLight";
  font-size: 16px;
  color: #5f5f5f;
}

.blog-details .inner-content-box .date_icon .icon {
  text-align: right;
}

.blog-details .inner-content-box .date_icon .icon span {
  font-family: "GraphikLight";
  display: inline-block;
  vertical-align: middle;
  color: #5f5f5f;
}

.blog-details .inner-content-box .date_icon .icon img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7.5px;
}

.blog-details .inner-content-box h3 {
  margin-bottom: 30px;
  font-family: "GraphikMedium";
  color: #000000;
}

.blog-details .inner-content-box p {
  color: #000000;
  font-family: GraphikLight;
  font-size: 16px;
  line-height: 26.7px;
  margin-bottom: 30px;
}

.blog-details .inner-content-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 60px;
}

.blog-details .inner-content-box li {
  padding-left: 20px;
  position: relative;
  font-family: GraphikLight;
  font-size: 16px;
  line-height: 27.6px;
  margin-bottom: 10px;
}

.blog-details .inner-content-box li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 9px;
  background-image: url("../images/list-icon-gray.png");
  height: 7px;
  background-position: center;
  background-size: cover;
}

.blogTeamSec {
  padding-bottom: 100px;
}

.blogTeamSec .blogTeam {
  background-color: rgb(10 13 48);
  padding: 50px 80px;
}

.blogTeamSec .blogTeam .img-Box img {
  width: 100%;
}

.blogTeamSec .blogTeam .title-box h3 {
  color: #ffffff;
  font-family: "GraphikMedium";
  font-size: 24px;
  margin-bottom: 5px;
}

.blogTeamSec .blogTeam .title-box p {
  color: rgb(210 171 103);
  font-family: "GraphikLight";
  font-size: 18px;
  margin-bottom: 30px;
}

.blogTeamSec .blogTeam .title-box a {
  background-color: rgb(210 171 103);
  font-family: "GraphikMedium";
  padding: 10px 20px;
  color: #000000;
  border-radius: 3px;
  line-height: 14.3px;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid rgb(210 171 103);
}

.blogTeamSec .blogTeam .title-box a:hover {
  background-color: transparent;
  color: rgb(210 171 103);
}

.blogTeamSec .blogTeam .desc-box p {
  color: #ffffff;
  font-family: GraphikLight;
  font-size: 16px;
  line-height: 30px;
}

.blogSec {
  padding-bottom: 70px;
}

.blogSec .blog-title h3 {
  color: #000000;
  font-size: 30px;
  line-height: 33px;
  font-family: "GraphikMedium";
  margin-bottom: 63px;
}

.blogSec .blogPost .feature-img img {
  width: 100%;
}

.blogSec .blogPost .title-desc {
  padding: 20px 30px;
  border: 1px solid #e2e2e2;
}

.blogSec .blogPost .title-desc p {
  color: rgba(0, 0, 0, 0.31);
  font-family: "GraphikMedium";
  text-transform: capitalize;
  padding-left: 9px;
  position: relative;
  margin-bottom: 15px;
}

.blogSec .blogPost .title-desc p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 16px;
  background-color: rgb(210 171 103);
}

.blogSec .blogPost .title-desc h3 {
  font-family: "GraphikMedium";
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 13px;
}

.blogSec .blogPost .title-desc a {
  font-family: "GraphikMedium";
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20.37px;
}

.blogSec .blogPost .title-desc a img {
  margin-left: 10px;
}

.journey {
  background-color: #080d30;
  padding: 50px 25px;
}

.journey h2 {
  font-family: "GraphikMedium";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.42;
  color: rgb(210 171 103);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.journey .journey-block h3 {
  font-family: "GraphikMedium";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.42;
  color: #fff;
  margin-bottom: 5px;
}

.journey .journey-block p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 1.42;
  color: #fff;
}

.our-services {
  padding: 70px 0;
  background-color: #fff;
}

.our-services .service-info {
  margin-bottom: 38px;
  background: #eee;
  padding: 15px;
  height: 324px;
  transition: all ease 0.5s;
}

.our-services .service-info:hover {
  box-shadow: 0 0px 13px 9px rgb(0 0 0 / 10%);
  transition: all ease 0.5s;
}

.our-services .service-info img.img-info {
  margin-top: 12px;
}

.our-services .service-info h3 {
  font-family: "GraphikMedium";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #080d30;
  margin-bottom: 15px;
  margin-top: 20px;
}

.our-services .service-info p {
  font-family: "GraphikLight";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.32px;
  color: #707072;
  margin-bottom: 15px;
}

.our-services .service-info a {
  font-family: "GraphikLight";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.36px;
  color: #080d30;
}

.our-services .service-info a img {
  padding-left: 10px;
  width: 24px;
  vertical-align: unset;
}

.our-services .service-info a {
  cursor: pointer;
  position: absolute;
  user-select: none;
  transition: 0.2s ease-in;
}

.our-services .service-info a:before {
  content: "";
  position: absolute;
  color: #383736;
  right: 50%;
  opacity: 1;
  transition: 0.3s ease-in;
  padding-right: 5px;
}

.our-services .service-info a span {
  display: inline-block;
  transition: 0.3s ease-in;
  position: relative;
  top: 2px;
}

.our-services .service-info a:hover span {
  transform: translateX(50%);
}

.why-choose {
  background: rgba(246, 246, 246, 0.8);
  padding: 100px 0;
  position: relative;
}

.why-choose h2 {
  font-family: "GraphikLight";
  font-size: 35px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 1.02px;
  color: #080d30;
  margin-bottom: 48px;
}

.why-choose ul {
  font-size: 0;
}

.why-choose ul li {
  width: 100%;
  padding-left: 44px;
  position: relative;
  padding-right: 10px;
}

.why-choose ul li::before {
  position: absolute;
  content: url(../images/why-choose-icon.svg);
  left: 0;
}

.why-choose ul li:nth-child(1),
.why-choose ul li:nth-child(2) {
  /* margin-bottom: 10px; */
}

.why-choose ul li h3 {
  font-family: "GraphikLight";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin-bottom: 15px;
}

.why-choose ul li h4 {
  font-family: "GraphikLight";
  font-size: 13.8px;
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.6);
}

.why-choose .why-choose-img {
  /* position: absolute; */
  right: 0;
  top: 23px;
}

.journey .text-center:nth-child(2) .journey-block,
.journey .text-center:nth-child(3) .journey-block {
  margin-bottom: 25px;
}

.btn-white {
  background: #ffffff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
  padding: 16px 24px;
  border: 1px solid #ffffff;
  margin-top: 28px;
}

.btn-white:hover {
  background: transparent;
  color: #ffffff;
}

.request-form {
  background: rgba(29, 75, 184, 0.11);
  padding: 68px 0 155px;
}

.request-form .request-form-info {
  width: 88%;
}

.request-form .request-form-info .request-img {
  margin: 42px 0 37px;
}

.request-form .request-form-info h2 {
  font-family: "GraphikMedium";
  font-weight: 500;
  font-size: 38.6842px;
  line-height: 55px;
  color: #080d30;
  margin-bottom: 44px;
}

.request-form .request-form-info h2 span {
  color: rgb(10 13 48);
  display: block;
}

.request-form .request-form-info p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.pos-rel {
  position: relative;
}

.request-form .callback-form {
  padding: 50.6px 61.1px 50.6px 61.6px;
  border: solid 2.9px #e9e9e9;
  background-color: #fff;
  position: absolute;
  width: 100%;
}

.request-form .callback-form h2 {
  font-family: "GraphikMedium";
  font-size: 34.4px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -1.03px;
  color: #080d30;
  margin-bottom: 14px;
}

.request-form .callback-form p {
  font-family: "GraphikLight";
  font-size: 15.3px;
  line-height: 1.33;
  color: #5f5f5f;
  margin-bottom: 32px;
}

.form-group label {
  font-family: "GraphikLight";
  font-size: 15.3px;
  line-height: 1.12;
  letter-spacing: -0.46px;
  color: #000;
}

.form-group input {
  padding: 16px 25px 16px;
  border-radius: 5px;
  border: solid 1px #dee0e3;
  height: 50px;
  box-shadow: none;
  font-family: "GraphikLight";
  font-size: 14.3px;
  line-height: 1.12;
  letter-spacing: -0.43px;
  color: #5f5f5f;
}

.form-group select {
  box-shadow: none;
  height: 50px;
}

.form-group textarea {
  height: auto;
  resize: none;
  box-shadow: none;
  margin-bottom: 25px;
}

.form-group button.btn-submit {
  padding: 5px;
  border-radius: 5px;
  background-color: rgb(210 171 103);
  font-family: "GraphikLight";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.61;
  text-align: center;
  color: #eeedee;
  display: block;
  box-shadow: none;
  border: 1px solid rgb(210 171 103);
  width: 100%;
  transition: all ease 0.5s
}

.form-group button.btn-submit:hover {
  background: transparent;
  color: #ff9200;
  transition: all ease 0.5s;
}

footer {
  background: #0a0d30;
  padding: 45px 0 0px;
  position: relative;
  z-index: 999;
}

footer p {
  margin-bottom: 0px !important;
}

footer .footer-info .footer-logo {
  margin-bottom: 30px;
}

footer .footer-info .media h2 {
  font-family: "GraphikLight";
  font-size: 16px !important;
  line-height: 21px;
  color: #ffffff;
}

footer .footer-info .media h2 a {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}

footer .footer-info .media p {
  font-family: "GraphikLight";
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.43);
}

footer .footer-info .media.map {
  margin-bottom: 21px;
  display: flex;
}

footer .footer-info .media.phone {
  margin-bottom: 25px;
  display: flex;
}

footer .footer-info .media.email {
  margin-bottom: 25px;
  display: flex;
}

footer .footer-info {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-info .quick-links {
  padding-top: 136px;
  display: flex;
}

footer .footer-info .quick-links ul {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

footer .footer-info .quick-links ul li a {
  font-family: "GraphikLight";
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
}

footer .footer-info .quick-links ul li {
  display: block;
}

footer .footer-bottom {
  padding-top: 10px;
  padding-bottom: 8px;
}

footer .footer-bottom p,
footer .footer-bottom ul li a {
  font-family: "GraphikLight";
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
}

footer .footer-bottom p.copyright {
  font-weight: normal;
}

footer .footer-bottom p a {
  color: rgb(210 171 103);
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 1550px) and (min-width: 1200px) {
  .home-slider-new .carousel-indicators {
    left: 37%;
    width: 86%;
  }
}

@media only screen and (max-width: 1799px) and (min-width: 1200px) {
  .banner-section .home-slider .item .carousel-caption a.btn-slider {
    padding: 7px 11px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact {
    padding: 60px 0;
  }

  .blog-sidebar .category ul li a {
    margin: 0;
  }

  .testimonial .item::before {
    content: "";
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  a.btn-contact-us {
    padding: 12px 18px 11px;
  }

  .banner-section .home-slider .carousel-indicators {
    display: none;
  }

  .title-block h2 {
    font-size: 38px;
  }

  .disclosure-info .accordian-group .accordian-body a {
    font-size: 12px;
    padding: 4px 11px;
  }

  .contact-detail .form-block {
    padding: 40px;
  }

  .contact-detail .form-block .contact-form {
    padding: 40px 30px;
  }

  .contact-detail .form-block .contact-form h2 {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .contact-detail .page-info h2 {
    font-size: 36px;
  }

  .contact-detail .contact-info .contact-box {
    padding: 14px 12px 18px 12px;
    margin-bottom: 40px;
  }

  .contact-detail .contact-info .contact-box p {
    width: 85%;
  }

  .offices .office-box .add-box {
    right: 0;
  }

  .why-choose .why-choose-img {
    position: relative;
    margin: 0 auto;
    top: 0;
    margin-bottom: 19px;
  }

  .testimonial .media-img img {
    width: 80px;
  }

  .testimonial .media-img {
    width: 125px;
    height: 125px;
  }

  .testimonial .media-box .img-bg-box {
    width: 32%;
  }

  .testimonial .item {
    padding: 35px 25px 35px 25px;
  }

  .testimonial .media-box .img-bg-box,
  .testimonial .media-content {
    width: 100%;
  }

  .testimonial .media-box .img-bg-box {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-cont {
    padding: 0;
  }

  .brand {
    padding-left: 15px;
  }

  .mobile-cont.open nav {
    background: #0a0d30;
    box-shadow: 0px 0px 4px 1px #091430;
  }

  .banner-section .carousel-indicators {
    display: none;
  }

  #myCarousel-main .carousel-inner .item.active img {
    transform: none;
  }

  .disclosure-info .accordian-group .accordian-body .cus-row .col-md-3.text-right {
    text-align: left;
    margin-top: 15px;
  }

  .disclosure-info .accordian-group .accordian {
    padding: 25px 30px;
  }

  .disclosure-info .accordian-group .accordian-heading a {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-detail .page-info h2 {
    font-size: 28px;
  }

  .contact-detail .form-block {
    margin: 0;
    padding: 0;
  }

  .contact-detail .form-block .contact-form {
    padding: 35px;
  }

  .contact-detail .form-block .contact-form h2 {
    font-size: 26px;
  }

  .title-block h2,
  .general-text h2,
  .journey h2,
  .why-choose h2,
  .request-form .request-form-info h2,
  .request-form .callback-form h2,
  .mission-vision .mission-vision-box h2,
  .cta .media-body h2,
  .mis-vis h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .contact-detail .contact-info .contact-box p {
    width: 80%;
  }

  .contact-detail .contact-info .contact-box p br {
    display: none;
  }

  .cta .media-body .col-md-3,
  .cta .media-body .col-md-6 {
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .general-text p {
    width: 100%;
  }

  .journey .journey-block h3 {
    font-size: 24px;
  }

  .our-services .row:last-child,
  .col-md-3:last-child .service-info {
    margin-bottom: 0;
  }

  .blog-list {
    padding: 60px 0 60px;
  }

  .blog-list .blog-post:last-child {
    margin-bottom: 50px;
  }

  .inner-banner.who-we-are {
    padding: 140px 0;
  }

  .inner-banner.disclosure,
  .inner-banner.contact {
    padding: 200px 0 80px;
  }

  .who-we-are .dis-flex {
    display: flex;
  }

  footer {
    padding: 60px 0 20px;
  }

  footer .footer-info .quick-links {
    padding-top: 60px;
  }

  footer .footer-info .quick-links ul {
    width: 100%;
    margin-bottom: 25px;
  }

  footer .footer-info {
    padding-bottom: 30px;
  }

  footer .footer-bottom p {
    text-align: center;
  }

  footer .footer-bottom .pull-right {
    text-align: center;
    float: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .who-we-are,
  .service,
  .testimonial,
  .request-form {
    padding: 80px 0;
  }

  .disclosure-info .tab {
    /* width: 30%; */
    /* margin-right: 15px; */
    padding: 14px 20px 14px 20px;
  }

  .disclosure-info .tab li a {
    font-size: 15px;
  }

  .disclosure-info .tab li {
    padding: 18px 0;
  }

  .team .team-member-section {
    padding: 30px 25px;
  }

  .why-choose .why-choose-img {
    position: relative;
    top: 0;
    margin: 0 auto;
  }

  .why-choose h2 {
    margin: 30px 0 20px;
  }

  .testimonial .item {
    padding: 35px 25px;
  }

  .testimonial .media-box .img-bg-box {
    width: 100%;
    text-align: center;
  }

  .testimonial .media-content {
    width: 100%;
    margin-top: 35px;
  }

  .testimonial .media-content p {
    font-size: 14px;
  }

  .request-form .callback-form {
    position: relative;
    margin-top: 25px;
  }

  .request-form .request-form-info .request-img img {
    margin: 0 auto;
  }

  .blog-tabs {
    padding: 15px 0 15px 0;
  }

  .blog-tabs .nav-tabs li a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .account-wrapper.pull-right {
    text-align: center;
    float: none !important;
    text-wrap: wrap;
  }

  .email-info {
    text-align: center;
  }

  .top-header .account-wrapper .phone {
    font-size: 12px;
  }

  .banner-section .home-slider .item .carousel-caption {
    position: relative;
    top: -220px;
    bottom: auto;
  }

  .banner-section .home-slider .item .carousel-caption h1 {
    font-size: 30px;
  }

  .banner-section .home-slider .item .carousel-caption label {
    font-size: 14px;
  }

  .inner-banner.blog {
    padding: 190px 0 80px;
  }

  .inner-banner h1 {
    font-size: 34px;
  }

  .banner-section .home-slider .item .carousel-caption {
    width: auto !important;
  }

  .who-we-are,
  .service,
  .testimonial,
  .request-form,
  .mission-vision {
    padding: 60px 0;
  }

  .why-choose h2 {
    margin-top: 25px;
  }

  .journey .journey-block {
    margin-bottom: 30px;
  }

  .why-choose ul li {
    width: 100%;
    margin-bottom: 25px !important;
  }

  .why-choose ul li:last-child {
    margin-bottom: 0px;
  }

  .request-form .callback-form {
    position: relative;
    margin-top: 25px;
    padding: 25px 20px;
  }

  .mis-vis .mis-vis-img {
    padding: 0;
  }

  .team-member-section .media-left,
  .team-member-section .media-body {
    display: block;
    width: auto;
  }

  .team-member-section .media-left img {
    margin: 0 auto;
  }

  .team-member-section .media-left,
  .team-member-section .media-right {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  .team .team-member-section {
    padding: 15px;
  }

  .team .tab-content {
    padding: 0;
    border: 0;
  }

  .team .nav-tabs li a {
    font-size: 13px;
  }

  .disclosure-info .tab {
    width: 100%;
    padding: 14px 15px 14px 15px;
    margin-right: 0;
  }

  .disclosure-info .tab-content {
    width: 100%;
    display: block;
  }

  .disclosure-info .tab li {
    padding: 15px 0;
  }

  .disclosure-info .accordian-group .accordian.active .accordian-heading {
    padding-bottom: 10px;
  }

  .disclosure-info .accordian-group .accordian {
    padding: 20px 15px;
  }

  .offices .office-box .add-box {
    right: 0;
    height: auto;
    position: relative;
    top: -50px;
    margin: 0 15px;
    border: 1px solid #ddd;
    width: 92%;
  }

  .offices .office-box .add-box h3 {
    font-size: 24px;
  }

  .offices .office-box {
    position: relative;
    margin-bottom: 20px;
  }

  .request-form .request-form-info {
    width: 100%;
  }

  .request-form .request-form-info .request-img {
    margin: 0 0 25px;
  }

  .request-form .request-form-info .request-img img {
    margin: 0 auto;
  }

  .why-choose .why-choose-img {
    position: relative;
    right: auto;
    top: 0;
  }

  .mission-vision .history-box .circle-bottom .d-ib,
  .mission-vision .history-box .circle-top {
    width: 100%;
    margin-bottom: 25px;
  }

  .mission-vision .mission-vision-box a {
    margin-bottom: 25px;
  }

  .blog-list .blog-content {
    padding: 25px 16px 25px;
  }

  .blog-list .blog-content .date-label label.date,
  .blog-list .blog-content .date-label label.update {
    font-size: 14px;
  }

  .blog-tabs .nav-tabs li {
    margin: 0;
    padding: 0 0;
    text-align: center;
    width: 100%;
  }

  .blog-tabs .nav-tabs li a {
    line-height: 2;
  }
}

@media only screen and (max-width: 650px) {

  .testimonial .media-box .img-bg-box,
  .testimonial .media-content {
    width: 100%;
  }

  .testimonial .media-box .img-bg-box {
    text-align: center;
    margin-bottom: 40px;
  }
}

/* Navbar media */
/* @media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 25px 0 25px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 30px;
    background: #262626;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .navbar-dropdown {
    position: static;
  }

  .team .team-member-section::after {
    content: "";
    position: unset;
  }
}

@media screen and (min-width: 992px) {
  .nav-list {
    display: block !important;
  }

  li.hide-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
} */

/* Investor Grievance form */
.investor-form .form-group input {
  padding: 8px 14px 8px;
  border-radius: 5px;
  border: solid 1px #dee0e3;
  height: 40px;
  box-shadow: none;
  font-family: "GraphikLight";
  font-size: 14.3px;
  line-height: 3.12;
  letter-spacing: -0.43px;
  color: #5f5f5f;
}

.investor-form .form-group label {
  font-family: "GraphikLight";
  font-size: 12.3px;
  line-height: 1.12;
  letter-spacing: -0.46px;
  color: #000;
}

.investor-form .form-group textarea {
  height: 80px;
  resize: none;
  box-shadow: none;
  margin-bottom: 10px;
}

.investor-form h4 {
  text-decoration: underline;
  color: #000;
  font-size: 15.3px;
}

.services-block {
  padding: 0px 0;
  /* background-color: rgba(246, 246, 246, 0.8); */
}

.services-block .service-info {
  margin-top: -35px;
  margin-bottom: 24px;
  background: #eee;
  padding: 15px;
  height: auto;
  transition: all ease 0.5s;
}

.services-block .service-info:hover {
  box-shadow: 0 0px 13px 9px rgb(0 0 0 / 10%);
  transition: all ease 0.5s;
}

.services-block .service-info h3 {
  font-family: "GraphikMedium";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #080d30;
  margin-bottom: 15px;
  margin-top: 20px;
}

.services-block .service-info a {
  font-family: "GraphikLight";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.36px;
  color: #000;
}

.services-block .service-info a {
  cursor: pointer;
  user-select: none;
  transition: 0.2s ease-in;
}

.services-block .service-info a:before {
  content: "";
  position: absolute;
  color: #383736;
  right: 50%;
  opacity: 1;
  transition: 0.3s ease-in;
  padding-right: 5px;
}

.services-block .service-info a span {
  display: inline-block;
  transition: 0.3s ease-in;
  position: relative;
  top: 2px;
}

.services-block .service-info a:hover span {
  transform: translateX(50%);
}

.services-block .service-info ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 26px;
}

.services-block .service-info li {
  margin-bottom: 22px;
}

.services-block .service-info li img {
  margin-right: 5px;
  height: 28px;
}

@media only screen and (max-width: 991px) {
  .btn-contact-us {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .contact-desktop {
    display: none !important;
  }
}

.contact-desktop a {
  padding: 12px 24px 11px;
  border-radius: 3px;
  background-color: rgb(210 171 103) !important;
  font-family: "GraphikLight";
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #000 !important;
  text-transform: uppercase;
  border: 1px solid rgb(210 171 103);
}

.mobile-margin {
  margin-bottom: 25px;
}

.text-white {
  color: #fff;
}

.image-icon .contentBox ul li::before {
  content: url('/assets/images/list-icon-blue-gray.png');
  position: absolute;
  left: 115px;
}

.image-icon .contentBox ul {
  margin-left: 28px !important;
}

.image-icon .contentBox {
  padding-bottom: 20px;
}

.image-icon .contentBox ul li .ul-li ul li::before {
  content: url('/assets/images/list-icon-blue-gray.png');
  position: absolute;
  left: 140px;
}

.services-slider .owl-stage .owl-item {
  max-height: 500px;
  padding: 10px 0px;
}

.bg-white {
  background-color: #fff;
}

.radius-50 {
  border-radius: 50%;
}

.nav-list a {
  text-decoration: none;
}

.dropdown {
  font-size: 13px;
}

.dropdown-menu>li>a {
  /* color: #0A0D30 !important; */
  /* border-bottom: 1px dashed #d2ab67; */
  min-width: 136px;
  padding: 8px 20px;
}

.dropdown-menu li:last-child>a {
  border-bottom: 0 !important;
}

.dropdown-menu {
  min-width: auto;
  padding: 5px 7px;
  border: 0px;
}

a {
  text-decoration: none !important;
}

.mobile-cont {
  max-width: 1273px !important;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  width: 100%;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.gallery-item {
  height: 150px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 150px;
  z-index: 0;
}

.gallery-item-1 {
  left: 15%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-item-2,
.gallery-item-4 {
  height: 200px;
  opacity: 1;
  width: 200px;
  z-index: 1;
}

.gallery-item-2 {
  left: 30%;
  transform: translateX(-50%);
}

.gallery-item-3 {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  height: 300px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  z-index: 2;
}

.gallery-item-4 {
  left: 70%;
  transform: translateX(-50%);
}

.gallery-item-5 {
  left: 85%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 12px;
  text-transform: capitalize;
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: -10px;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-previous:hover::before {
  left: -18px;
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-next::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  padding: 2px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-next:hover::before {
  right: -18px;
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}

.name_bold {
  font-weight: bolder;
  font-family: 'GraphikMedium';
  font-size: 15px;
  margin-bottom: 0px !important;
}

.cust-pos {
  font-weight: 900;
  margin-bottom: 0px !important;
}

.articles {
  padding: 50px 0 70px;
  background: #d2ab678a;
}

.magazines {
  padding: 50px 0 70px;
  background: url("/assets/images/background_board_2.jpg");
}

.article_card {
  padding: 10px 0px;
}

.services_board {
  background: url("/assets/images/background_2.jpg");
  padding: 68px 0 59px;
}

.btn_logo {
  background-color: #13135B;
  color: white;
}

.btn_logo:hover {
  background-color: #13135B;
  color: white;
}

.magazines::before {
  background-image: url(../images/shape-right.png);
  top: 0;
  left: auto;
  right: 0px;
  z-index: 0;
}

.magazine_div {
  background-color: #b1b1b1;
  border-radius: 10px;
  box-shadow: 8px 7px 8px #b1b1b1;
}

.blog_subtitle_a {
  text-align: center;
  color: #D7B164 !important;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin-bottom: 10px;
}

.blog_subtitle_b {
  text-align: left;
  color: #D7B164 !important;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin-bottom: 10px;
}

.btn_read {
  color: #D7B164;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 400;
}

.blog_image {
  /* position: relative; */
  /* overflow: hidden; */
  /* border: 10px solid lightgrey; */
  /* box-shadow: 12px 12px 0px #D7B164; */
  /* width: 100%; */
}

.list-unstyled ul li {
  color: white;
  padding: 10px;
}

.list-unstyled ul {
  padding: 10px 40px !important;
  margin-bottom: 0px !important;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important; */
}

.list_card {
  background-color: white;
  border-bottom: 1px solid #00000061;
  padding: 18px 5px;
}

.list_card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_card .card-footer {
  padding: 5px 30px;
}

.list_card .card-footer p {
  text-align: justify;
  font-size: 12px;
}


.recent-post {
  overflow-y: scroll;
  height: 250px;
}

/* width */
.recent-post::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.recent-post::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.recent-post::-webkit-scrollbar-thumb {
  background: #0A0D30;
  border-radius: 10px;
}

/* Handle on hover */
.recent-post::-webkit-scrollbar-thumb:hover {
  background: #0A0D30;
}

.main_scroll::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.main_scroll::-webkit-scrollbar-track {
  background: #0A0D30;
}

/* Handle */
.main_scroll::-webkit-scrollbar-thumb {
  background: #0A0D30;
  border-radius: 10px;
}

/* Handle on hover */
.main_scroll::-webkit-scrollbar-thumb:hover {
  background: #0A0D30;
}


.color_1 {
  background-color: #b1b1b1;
  border-top: 4px solid #13135b38;
  padding: 10px;
  height: 290px;
}

.color_2 {
  border-top: 4px solid #0a0d3033;
  background-color: #1b18cb29;
  padding: 10px;
  height: 290px;
}

.text-white {
  color: white !important;
}

.nav-pills {
  /* padding: 0px 30px; */
  /* display: flex; */
   justify-content: center; 
  /* margin-bottom: 3em;*/
}


.nav-pills>li {
  background-color: #ffffff;
  margin: 0px 10px;
  border-radius: 50px !important;
}

.nav-pills>li a {
  color: black;
  border-radius: 50px;
  padding: 8px 12px !important;
  font-family: 'GraphikMedium';
}

.nav-pills>li a:hover {
  color: black;
  border-radius: 50px;
  padding: 8px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  border-radius: 50px !important;
  padding: 8px;
  background-color: #0a0d30;
}

.main_card {
/*  padding: 10px;*/
/*  border-bottom: 1px solid #0000005e;*/
}

#append_product_blog .card{
  border: 0px !important;
}

.card-header {
  padding: 15px;
}

.input_1 .form-control {
  padding: 6px 4px 6px 25px;
  border-radius: 25px !important;
}

.input_1 .form-control:focus {
  z-index: 2;
  padding: 6px 4px 6px 25px;
}

.subtitle_4 {
  text-align: right;
}

::-moz-selection {
  color: #D7B164;
  background: #080D30;
}

::selection {
  color: #D7B164;
  background: #080D30;
}

.articles_2 {
  padding: 50px 0 70px;
  background: #ffffff;
}

.color_3 {
  background-color: #d7b16473;
  height: 290px;
  border-top: 4px solid #D7B164;
  padding: 10px;
}

p {
  margin: 0 0 10px !important;
}

.main_card p,
h3,
span {
  color: black;
}

.caret {
  color: white;
}

.dropdown-toggle ul li a:hover {
  margin-top: 4px !important;
}

.btn-grp {
  padding: 8px;
  justify-content: space-evenly;
  display: flex;
}

.btn-1 {
  color: #C23185;
  font-size: 30px;
}

.btn-2 {
  color: rgb(51, 160, 196);
  font-size: 30px;
}

.btn-3 {
  color: rgb(51, 160, 196);
  font-size: 30px;
}

.open_head {
  font-family: 'GraphikMedium';
  margin-bottom: 10px;
}

.blog_open p {
  margin-bottom: 35px !important;
  text-align: justify;
}

.text-logo {
  color: #D7B164;
  font-weight: bolder;
}

.text-logo:hover {
  color: #D7B164;
  font-weight: bolder;
}

.img_list {
  border-radius: 5px;
}

/* .dropdown:hover .dropdown-menu {
  display: block;
} */
/* .dropdown-menu {
  display: none !important;
}

.open>.dropdown-menu {
  display: block !important;
} */

.btn-default {
  color: white;
  background-color: transparent;
  border: transparent;
  font-weight: 600;
  font-size: 13px;
}

.btn-default:hover {
  color: white;
  background-color: transparent;
  border: transparent;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: white;
  background-color: transparent;
  border: transparent;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: white;
  background-color: transparent;
  border: transparent;
}

.btn-default.focus,
.btn-default:focus {
  color: white;
  background-color: transparent;
  border: transparent;
}

.btn-default {
  margin-top: -5px;
}

.btn-default:hover .dropdown-menu {
  display: block;
}

.blog_col_4 {
  position: sticky;
  top: 120px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width:768px) {
  .fottercinpara {
    text-align: right;
  }

  .nav-pills>li.active>a,
  .nav-pills>li.active>a:focus,
  .nav-pills>li.active>a:hover {
    padding: 18px !important;
  }

  .main_card {
    height: auto;
    padding: 0px;
  }

  .blog_col_4 {
    padding-top: 25px;
  }

  .color_1 {
    height: auto;
  }

  .color_2 {
    height: auto;
  }

  .color_3 {
    height: auto;
  }

  .magazine_div {
    margin: 10px 0px;
  }

  footer .footer-bottom {
    text-wrap: wrap;
  }

  /* .dropdown-menu {
    display: none !important;
    margin-left: 12em;
    margin-top: -3em;
  } */

  /* .open>.dropdown-menu {
    display: block !important;
  } */

  .btn-default {
    margin-top: 0px;
  }

  .btn-default.active,
  .btn-default:active,
  .open>.dropdown-toggle.btn-default {
    margin-top: 0px;
  }

  .team .team-member-section .media-right {
    justify-content: center;
    display: flex;
  }

  .beacon-trust .trust-img {
    display: flex;
    justify-content: center;
  }

  .services_board {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
  }

  .inner-banner.blog {
    background-position: 18% 100%;
  }

  header.bg-color-blue-menu {
    background-color: #0a0d30;
  }

  .mission-vision .history-box .cir-tb .ovr-text {
    width: 75%;
  }
}

@media only screen and (max-width: 425px) {
  .pclinks {
    display: none;
  }

  .trustee-company {
    text-align: left;
    position: relative !important;
    top: 30%;
  }

  .mission-vision .history-box .cir-tb .ovr-text {
    width: 45%;
  }

  footer .footer-info .media h2 {
    font-family: "GraphikLight";
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
  }

  footer .footer-info .media p {
    font-family: "GraphikLight";
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.43);
  }

  .carousel-caption {
    left: 5%;
    top: 6%;
  }

  .trustee-company p {
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: bolder;
    text-shadow: 2px 2px #02005e78;
  }

  #my-carousel .item .carousel-caption label {
    font-family: "GraphikLight";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.15px;
    color: rgb(210 171 103);
    margin-bottom: 10px;
    margin-top: 132px;
  }
}

@media only screen and (max-width:375px) {

  .pclinks {
    display: none;
  }

  .blog_image {
    width: 100%;
    max-width: 100%;
  }

  .nav-pills>li {
    margin: 0px;
  }

  .mission-vision .history-box .cir-tb .ovr-text {
    width: 45%;
  }

  footer .footer-info .quick-links ul li a {
    font-family: "GraphikLight";
    font-weight: normal;
    font-size: 14px;
    line-height: 29px;
    color: #ffffff;
  }

  .fottercinpara {
    text-align: center;
  }

  .trustee-company p {
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 14px;
    font-weight: bolder;
    text-shadow: 2px 2px #02005e78;
  }

  #my-carousel .item .carousel-caption label {
    margin-top: 150px;
  }

}

.mobilefooter {
  display: flex;
}

.fottercinpara {
  text-align: right;
}

.twitter_logo {
  margin-top: -8px;
}

.nav-tabs {
  border-bottom: 0px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: #0a0d30;
  border: 1px solid #0a0d30;
  border-radius: 30px;
}

.nav-tabs>li>a {
  margin-right: 10px;
  line-height: 1.42857143;
  color: #0a0d30;
  border: 1px solid #0a0d30;
  border-radius: 30px;
}

.nav-tabs>li>a:hover {
  margin-right: 10px;
  line-height: 1.42857143;
  color: #0a0d30;
  border: 1px solid #0a0d30;
  border-radius: 30px;
}

.mb-4 {
  margin-bottom: 30px;
}

.nav-tabs {
  padding: 0px 140px;
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}

.recent-post {
  overflow-y: scroll;
  height: 350px;
}

.great_place {
  position: fixed;
  float: right;
  z-index: 999;
  border-radius: 10px;
  right: 22px;
  bottom: 95px;
}

.iso_certified {
  position: fixed;
  float: right;
  z-index: 999;
  border-radius: 10px;
  right: 24px;
  bottom: 220px;
}

.whatsapp {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  left: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-whatsapp {
  margin-top: 12px;
}

@media only screen and (min-width: 767px) {
  .service-responsive-btn {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .service-btn {
    display: none !important;
  }
}

.testimonial .item::before {
  background: none
}

.testimonial .media-content {
  width: 100%
}

.testimonial .item {
  padding: 20px 30px;
  height: 650px;
}

.testimonial {
  background: #080d30;
}

.testimonial .title-block h2 {
  font-family: "GraphikMedium";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.42;
  color: rgb(210 171 103);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.testimonial .item.dark {
  /* background-color: #eee; */
  /* background-color: #102270; */
  background: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  filter: blur(2px)
}

.testimonial .owl-item.center.active .item {
  filter: blur(0px)
}

.testimonial .item {
  border-radius: 15px;
}

.testimonial .media-content p {
  /* color: #000; */
  color: #fff;
  letter-spacing: 0.02em;
  font-family: "GraphikLight";
  margin-bottom: 8px;
  font-size: 14px;
}

.testimonial .testmonial-title {
  padding-bottom: 5px;
  color: #dca965 !important;
  font-size: 19px !important;
  line-height: 21px;
  font-weight: 500 !important;
  font-family: "GraphikMedium" !important;
}

.testimonial .dear-team {
  font-weight: 500 !important;
  font-family: "GraphikMedium" !important;
  letter-spacing: 0.02em
}

.testimonial .thanks {
  letter-spacing: 0.02em;
  bottom: 0;
  position: absolute;
  width: 50%;
  left: 30px;
}

.testimonial .thanks .t-name {
  margin-bottom: 0px !important;
  /*    font-weight: 500;*/
  /*    font-family: "GraphikMedium" !important;*/
}

.testimonial .res-absolute-txt-img .thanks {
  padding-top: 10px;
  letter-spacing: 0.02em;
}

.testimonial .res-absolute-txt-img .thanks .t-name {
  margin-bottom: 0px !important;
  /*    font-weight: 500;*/
  /*    font-family: "GraphikMedium" !important;*/
}

.testimonial .thanks .t-desg {
  text-align: left;
}

.testimonial .thanks .t-thanks {
  /*    font-weight: 500;*/
  /*    font-family: "GraphikMedium" !important;*/
}

.testimonial .pos-absolute-txt {
  position: absolute;
  bottom: 0px;
}

.testimonial .pos-absolute-img {
  position: absolute;
  bottom: 10px;
  right: 13px;
}

.text-danger {
  color: red
}

.service-form {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  /* backdrop-filter: blur(5px); */
  /* -webkit-backdrop-filter: blur(5px); */
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-form .service-view {
  padding: 20px 10px 10px 10px !important;
  margin-bottom: 40px !important
}

.service-form .journey h2 {
  font-size: 30px
}

.service-form .journey .journey-block {
  display: flex
}

.service-form .journey .journey-block h3 {
  font-size: 24px
}

.service-form .journey {
  padding: 25px 35px
}

.service-form .form-group input {
  box-shadow: rgb(181 181 193 / 41%) 0px 7px 20px 0px;
  border: none
}

.service-form .form-group select {
  box-shadow: rgb(181 181 193 / 41%) 0px 7px 20px 0px;
  border: none
}

.service-form .form-group textarea {
  box-shadow: rgb(181 181 193 / 41%) 0px 7px 20px 0px;
  border: none
}

.service-form .contact-title {
  font-family: GraphikMedium;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.42;
  color: rgb(210 171 103);
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 2px 1px #00000082;
}

.service-form .icon-one {
  border: 1px solid #fff;
  padding: 17px 23px 17px 24px;
  margin-right: 20px;
  border-radius: 3px;
  margin-bottom: 15px
}

.service-form .journey-icon {
  font-size: 22px;
  color: #fff
}

.service-form .icon-two {
  border: 1px solid #fff;
  padding: 17px 20px 17px 20px;
  margin-right: 20px;
  border-radius: 3px;
  margin-bottom: 15px
}

.mb-0 {
  margin-bottom: 0px;
}

.d-flex {
  display: flex;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-100 {
  width: 100%;
}

.mw-100 {
  max-width: 100px;
}

.mw-120 {
  max-width: 120px;
}

.mw-150 {
  max-width: 150px;
}

.mw-200 {
  max-width: 200px;
}



.beacon-media {
  padding: 30px 0px;
  background: #f7f7f7;
}

.beacon-media .owl-item.center .service-box {
  /* background-color: #eee !important; */
}

.beacon-media .service-box .media-info {
  border-left: 2px solid #959595;
  padding-left: 10px
}

.beacon-media .owl-item.center .item .service-box p {
  color: #707072 !important;
  font-family: "GraphikLight";
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #707072;
  margin-bottom: 20px
}

.beacon-media .item .service-box .img-box {
  background: none;
  max-width: 60px;
  margin-bottom: 0px;
  background-color: #f7f7f7 !important;
  position: relative;
  top: -3px;
  left: -30px;
  z-index: 20 !important;
  padding: 0 12px;
}

.beacon-media .item .service-box .img-box-bottom {
  background: none;
  max-width: 50px;
  margin-bottom: 0px;
  background-color: #f7f7f7 !important;
  position: relative;
  bottom: -4px;
  left: 98%;
  z-index: 20 !important;
  padding: 6px 0px;
  rotate: 180deg;
}

.beacon-media .service-box {
  padding: 0px 25px;
  background-color: #f7f7f7 !important;
  /* height: 500px !important; */
  box-shadow: 8px 8px 22px -1px rgb(115 115 115 / 22%);
  border-radius: 0px 60px;
  border: 3px solid #eea45a;
}

.beacon-media .item .service-box p {
  font-family: "GraphikLight";
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #707072;
  margin-bottom: 20px;
  margin-top: 10px !important;
}

.beacon-media .media-details {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-weight: 500;
  font-family: "GraphikMedium" !important;
  color: #000
}

.beacon-media .media-img {
  width: 100%
}

.beacon-media .title-block {
  margin-bottom: 20px
}

.beacon-media .owl-carousel .owl-item .img-box img {
  /* margin-top: -40px !important; */
  /* position: relative; */
  /* top: -35px; */
  /* z-index: 1; */
  max-width: 40px;
}

.beacon-media .owl-carousel .owl-item .img-box-bottom img {
  max-width: 40px;
}

@media only screen and (max-width: 767px) {
  .beacon-media .service-box {
    /* height: 830px !important; */
  }

  .services .service-box {
    max-height: 450px;
  }

  .beacon-media .item .service-box .img-box-bottom {
    left: 92%;
  }

  .testimonial .pos-absolute-txt {
    display: none;
  }

  .testimonial .pos-absolute-img {
    display: none;
  }

  .testimonial .item {
    height: 650px !important;
  }

  .beacon-media .media-name-img {
    width: 100%;
  }

  .beacon-media .media-name-img .w-20 {
    width: 100%;
  }

  .beacon-media .media-name-img .w-30 {
    width: 100%;
  }

  .beacon-media .media-name-img .w-40 {
    width: 100%;
  }

  .beacon-media .media-name-img .w-60 {
    width: 100%;
  }

  .beacon-media .media-name-img .w-70 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .testimonial .pos-absolute-img img {
    max-width: 100px;
  }

  .res-absolute-txt-img {
    display: none;
  }

  .media-name-img {
    display: flex;
  }
}

.res-absolute-txt-img img {
  max-width: 110px;
  float: left;
}

.tumbstone-top-section {
  background-color: #080d30;
  height: 220px;
  margin-top: -230px;
}

.tumbstone-section {
  padding: 50px 0px 40px 0px;
}

.tumbstone-section .tumbstone-box {
  background: #fff;
  box-shadow: 0px 0px 10px #050d3030;
  padding-bottom: 8px;
  max-height: 250px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 5px;
}

.tumbstone-section .tumbstone-box .img-box img {
  /* max-width: 110px; */
  margin-bottom: 8px;
  margin-top: 5px;
}

.tumbstone-section .tumbstone-box h3 {
  font-family: "GraphikMedium";
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #080d30;
  margin: 0px 0px !important;
}

.tumbstone-section .tumbstone-box h4 {
  font-family: "GraphikMedium";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #080d30;
  margin: -4px 0px;
}

.tumbstone-section .tumbstone-box .brand-img-box {
  max-width: 100px;
  margin: auto;
}

.tumbstone-section .tumbstone-box .tumb-amt {
  color: rgb(210 171 103);
}

.tumbstone-section .tumbstone-box .tumb-title {
  background-color: #080d30;
  color: #fff;
  font-size: 14px;
  /* border-radius: 10px 10px 0 0; */
  padding: 5px 0;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 15px 15px 0px 0px;
}

.tumbstone-slider .tumbstone-box .img_1 {
  width: 100px;
}

.tumbstone-slider .tumbstone-box .img_2 {
  width: 100px;
}

.tumbstone-slider .tumbstone-box .img_3 {
  width: 60px;
}

.tumbstone-slider .tumbstone-box .img_4 {
  width: 140px;
}

.tumbstone-slider .tumbstone-box .img_5 {
  width: 175px;
}

.tumbstone-slider .tumbstone-box .img_6 {
  width: 110px;
}

.tumbstone-slider .tumbstone-box .img_7 {
  width: 75px;
}

.tumbstone-slider .tumbstone-box .img_8 {
  width: 105px;
}

.tumbstone-slider .tumbstone-box .img_9 {
  width: 170px;
}

.tumbstone-slider .tumbstone-box .img_10 {
  width: 110px;
}

.mw-45 {
  max-width: 45px;
}

.mw-50 {
  max-width: 50px;
}

.mw-55 {
  max-width: 55px;
}

.mw-60 {
  max-width: 60px;
}

.mw-65 {
  max-width: 65px;
}

.mw-70 {
  max-width: 70px;
}

.mw-75 {
  max-width: 75px;
}

.mw-80 {
  max-width: 80px;
}

.mw-82 {
  max-width: 82px;
}

.mw-85 {
  max-width: 85px;
}

.mw-90 {
  max-width: 90px;
}

.mw-95 {
  max-width: 95px;
}

.mw-105 {
  max-width: 105px;
}

.mw-110 {
  max-width: 110px;
}

.mw-120 {
  max-width: 120px;
}

.mw-125 {
  max-width: 125px;
}

.mw-130 {
  max-width: 130px;
}

.mw-135 {
  max-width: 135px;
}

.mw-140 {
  max-width: 140px;
}

.mw-145 {
  max-width: 145px;
}

.mw-150 {
  max-width: 150px;
}

.mw-155 {
  max-width: 155px;
}

.mw-160 {
  max-width: 160px;
}

.mw-165 {
  max-width: 165px;
}

.fw-bold {
  font-weight: bold;
}

.fw-bolder {
  font-weight: bolder;
}

@media only screen and (max-width: 768px) {
  .tumbstone-slider .tumbstone-box .img_1 {
    width: 75px !important;
  }

  .tumbstone-slider .tumbstone-box .img_5 {
    width: 135px !important;
  }

  .tumbstone-slider .tumbstone-box .img_7 {
    width: 55px !important;
  }

  .tumbstone-slider .tumbstone-box .img_10 {
    width: 85px !important;
  }
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  /* background-color: #000 \9; */
  background-color: rgb(0 0 0 / 0%) !important;
  /* border: 1px solid #0a0d30 !important; */
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  /* background-color: #0a0d30 !important; */
}

@media only screen and (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    /* height: 89vh; */
  }
}

@media only screen and (max-width: 320px) {

  .pclinks {
    display: none;
  }

  .fottercinpara {
    text-align: right;
  }

  .trustee-company {
    position: absolute !important;
    top: 30% !important;
    z-index: 9 !important;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
  }

  .trustee-company p {
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 12px;
    font-weight: bolder;
    text-shadow: 2px 2px #02005e78;
  }

  footer .footer-info .media h2 a {
    font-family: "GraphikLight";
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
  }

  footer .footer-info .media h2 {
    font-family: "GraphikLight";
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
  }

  footer .footer-info .media p {
    font-family: "GraphikLight";
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.43);
  }

  .top-header {
    padding: 7px 6px;
  }

  footer .footer-info .quick-links ul li a {
    font-family: "GraphikLight";
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
  }
}

@media only screen and (min-width: 321px) and (max-width: 390px) {

  .pclinks {
    display: none;
  }

  .trustee-company {
    position: absolute !important;
    top: 16% !important;
    /* z-index: 9 !important;
    text-align: center;
    justify-content: center; */
    display: flex;
    width: 100%;
  }

  .trustee-company p {
    font-size: 15px;
  }

  /* 
  .trustee-company p {
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    font-weight: bolder;
    text-shadow: 2px 2px #02005e78;
  } */
}

@media only screen and (min-width: 391px) and (max-width: 767px) {
  /* .trustee-company {
    position: absolute;
    top: 0%;
    z-index: 9 !important;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
  } */

  .trustee-company p {
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: bolder;
    text-shadow: 2px 2px #02005e78;
  }
}

@media only screen and (min-width: 768px) {
  .mobilefooter {
    display: none;
  }

  .trustee-company p {
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 30px !important;
    font-weight: bolder;
  }
}

.pclinks {
  margin-top: 83px;
}

.pclinks span {
  font-size: 14px;
}

a {
  font-size: 14px;
}

.services .page-info {
  margin-top: 90px;
}

.services-listing .page-info {
  margin-top: 90px;
}

.home-slider-form {
  position: absolute;
  z-index: 9;
  right: 32px;
  top: 155px;
  width: 46em;
}

.home-slider-form .service-form .form-group input {
  padding: .375rem 2.25rem .375rem .75rem;
  height: 35px !important;
}

.home-slider-form .service-form .form-group select {
  height: 35px !important;
  cursor: pointer;
}

/* .home-slider-form .service-form .form-group textarea {
  margin-bottom: 8px !important;
  height: 90px;
} */

.home-slider-form .service-form .service-view {
  padding: 10px !important;
}

.disclosure-info .accordian-group .accordian-default .accordian-group .accordian-default a .btn-download {
  font-family: "GraphikLight";
  font-size: 14px;
  line-height: 1.91;
  color: #000;
  padding: 4px 16px;
  border: solid 1px #111;
  background: transparent;
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .inner-banner.services-listing h1 {
    font-size: 40px;
  }

  .services .page-info {
    margin-bottom: 50px;
  }

  .services-listing .page-info {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .home-slider-form {
    /*position: absolute;
    z-index: 9;
    top: 180px;
    left: 12px;*/
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .mb-res-form {
    display: none;
  }

  .nse_img {
    max-width: 395px !important;
  }
}

.disclosure-info .accordian-group .accordian.active .accordian-heading {
  padding-bottom: 0px
}

.disclosure-info .accordian-group .accordian-body .cus-row {
  padding: 10px 0
}

.cus-row p {
  margin-bottom: 0px !important;
}

.disclosure-info .accordian-group .accordian {
  padding: 20px 40px
}

.disclosure-info .table thead tr td {
  font-family: "GraphikBold";
}

.announcements-cus-row .accordian {
  padding: 0px !important
}

.disclosure-info .accordian-group .accordian-body .announcements-cus-row .h4-a a:hover {
  color: #000 !important;
  background: transparent !important;
  padding: 0px !important;
}

.disclosure-info .accordian-group .accordian-body .announcements-cus-row .h4-a a {
  padding: 0px !important;
}

.disclosure-info .accordian-group .announcements-cus-row .accordian.active {
  /*  background-color: transparent !important;*/
  padding: 10px !important;
}

.disclosure-info .accordian-group .announcements-cus-row .accordian:last-child {
  border-bottom: none;
}

.disclosure-info .accordian-group .announcements-cus-row .accordian:first-child {
  border-top: none;
}

.disclosure-info .accordian-group .announcements-cus-row .accordian {
  border-left: none;
  border-right: none;
}

.nse_img {
  border: 5px solid white;
  max-width: 100% !important;
}

.pt-2 {
  padding-top: 20px;
}

.pt-1 {
  padding-top: 10px;
}

.videos {
  padding: 50px 0 70px;
  background: #d2ab678a;
}

.video-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  background: #ff0000;
  pointer-events: none;
  border: 2px solid #ff0000;
  width: 3em;
  height: 2em;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  opacity: 0.7;
}

.fa-play {
  color: white;
}

.video-box:hover .play-button {
  opacity: 1;
}

.video-box img {
  border-radius: 20px;
  max-width: 100%;
}

.video-item {
  padding: 10px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 1px 3px 6px #0000004f;
  height: 26em;
}

.mag_img {
  max-width: 100%;
}

.media-box {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .nse_img {
    max-width: 100% !important;
  }

  .video-item {
    min-height: 100%;
    height: auto;
  }

  .owl-theme .owl-dots .owl-dot span {
    margin: 5px 2px;
  }

  .mag_img {
    max-width: 100%;
  }

  .top-header-width {
    width: auto !important;
  }
}

.top-header-width {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .contact-detail {
    padding: 20px;
  }

  .contact-info {
    text-align: center;
  }

  .contact-box {
    margin-bottom: 20px;
  }

  .form-block {
    margin-top: 20px;
  }

  .form-group {
    width: 100%;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    margin-bottom: 15px;
  }

  .office-box {
    margin-bottom: 30px;
  }

  .office-box img {
    width: 100%;
    height: auto;
  }

  .add-box {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mobilefooter{
    display: block !important;
  }

  .footerul_two{
    width: 100% !important;
    margin-bottom: 0px !important;
  }
  .text-second-color::before, .text-second-color::after{
    width: 100% !important;
    transform: translateY(-1px) !important;
    margin: 10px 0px !important;
  }
}

@media only screen and (max-width: 480px) {
  .contact-detail h2 {
    font-size: 24px;
  }

  .contact-detail p {
    font-size: 14px;
  }

  .btn-submit {
    width: 100%;
  }
}

.btn-mas label {
  display: block;
  text-decoration: none;
  font-size: 30px;
  color: #fff !important;
  width: 55px;
  height: 55px;
  line-height: 42px;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  /*           box-shadow: 0px 1px 10px rgba(0,0,0,0.4);*/
  /*           transition: all 500ms ease;*/

  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

.scroll-shadow-top {
  box-shadow: inset 0 5px 10px -5px rgba(255, 255, 255, 0.692);
}

.scroll-shadow-bottom {
  box-shadow: inset 0 -5px 10px -5px rgba(0, 0, 0, 0.3);
}

.scrollbar {
  float: left;
  background: #F5F5F5;
  overflow-y: scroll;
}

#wrapper {
  text-align: center;
  margin: auto;
  position: relative;
  transition: box-shadow 0.3s;
}

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d7b164ce;
}

.scroll-btn {
  display: block;
  margin: 0px auto;
  padding: 3px 5px;
  background-color: #0A0D30;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  transition: background-color 0.3s;
  color: white;
  width: 100%;
  position: relative;
}

.scroll-btn:hover {
  background-color: #b39150;
}

.caption_two{
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  padding-top: 3em;
}

.caption_two h1{
  font-weight: bold;
}

.trustee-company p{
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.member_div{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerul_two{
  list-style: none;
  padding-left: 0px;
  width: 33.33%;
}

.footerul_two li{
  color: white;
  margin-bottom: 8px;
}

.footerul_two li:before{
  content: "\F59B"; 
  font-family: 'bootstrap-icons';
  color: #d7b164;
  margin-right: 4px;
  font-size: 10px;
  display: inline-block;
}

.quick_footer_links{
  padding-top: 40px;
}

.text-second-color{
  color: #d7b164;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bolder;
}

.text-second-color::before,
.text-second-color::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid #d7b164;
    width: 138px;
    margin: 0 1rem;
    transform: translateY(-7px);
}

.new_content{
  border-bottom: 1px solid grey;
  padding: 10px 0px;
}

.new_content:last-child{
  border-bottom: 0px;
}