@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=swap');
html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8571428571;
  font-size: 16px;
  color: #676767;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.box { padding:20px; background-color:#011b94; color:#fff; font-size:15px; line-height:1.5; margin:5px}
.box1 { padding:20px; background-color:#0364c5; color:#fff; font-size:15px; line-height:1.5; margin:5px}
.aboutus-section{ background:#ccc; padding:50px}

.d-none { display:block}
.cap h2{ font-size:22px; line-height:1.6}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #333;
}

iframe {
  border: none;
}
a, b, div, ul, li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}
input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active, select:focus, select:hover {
  -moz-outline: none;
  outline: none;
  border: 1px solid #075ac9;
  box-shadow: none;
  border-color: #075ac9;
}
 img:not([draggable]), embed, object, video {
 max-width: 100%;
 height: auto;
}
a {
  text-decoration: none;
  outline: 0;
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}
img {
  border: none;
  max-width: 100%;
}
button:focus {
  -moz-outline: none;
  outline: none;
  border: 1px solid #075ac9;
  box-shadow: none;
  border-color: #075ac9;
}
.section {
  padding: 70px 0;
}
.section-top {
  padding: 70px 0 0;
}
.section-bottom {
  padding: 0 0 70px 0;
}
.btn.focus, .btn:focus {
  border: 1px solid transparent;
}
.form-control:focus, .btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  border-color: #075ac9;
  outline: 0;
  box-shadow: none;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
a:focus {
  outline: 0px solid;
}
.fix {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  color: #2b2b2b;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
  color: #2b2b2b;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}

::-moz-selection {
 background: #2b2b2b;
 text-shadow: none;
 color: #fff;
}

::selection {
 background: #2b2b2b;
 text-shadow: none;
 color: #fff;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.custom-logo-link img {
  width: 180px;
}

/*=================================================
    element inheritance
==============================================================*/
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 16px!important;
    padding: 16px 30px!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #262626;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #262626;
    /* font-family: 'Rubik' !important; */
    font-family: 'Lato' !important;
    font-size: 16px;
    font-weight: bold;
}
body {
  background: #fff url(../img/pattern_3.svg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}
.top-bar {
  padding-top: 7px;
  padding-bottom: 7px;
  /* background-color: #ffffff; */
    color: #3a3a3a;
  background-color:#343333;
}
.top-bar .container-fluid {
  width: 97%;
}
.navbar-brand img {
  width: 200px;
}
nav .container-fluid {
  width: 100%;
}
.top-bar-wrap li, .socialul li {
  display: inline-block;
  padding-left: 15px;
}
.top-bar-wrap i {
  font-size: 13px;
  color: #fff;
  padding-right: 5px;
}
.socialul a {
  color:#fff;
  font-size: 14px;
}
.socialul a:hover {
  color: #fff;
}
.top-bar-wrap a, .socialul li {
  font-size: 13px;
  color: #fff;
}
.navbar {
  width: 100%;
  z-index: 9;
}
.navbar-dark .navbar-nav .nav-link {
  display: block;
  padding: 1.5rem 1rem;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #369ac0;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #369ac0;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #369ac0;
}
.dropdown-item.active, .dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #56bbde;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #56bbde;
}
.container-fluid {
  width: 80%;
}

.carousel-caption h3 {
  font-size: 22px;
	line-height:1.6;
padding-bottom:15px
}
.carousel-caption p {
  font-size: 18px;
}
.carousel-caption {
  top: 25%;
  left: 21%;
  width: 42%;
  right: auto;
  text-align: left;
}
.carousel-caption h5 {
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: -8px;
  color: #fff;
}
.carousel-caption span {
  color: #fe73be;
  font-weight: bold;
}
.carousel-caption p {
  font-size: 18px;
  color: #000;
  width: 70%;
  margin: 25px 0 40px;
  line-height: 1.8;
}
.innerpage {
  padding: 70px 0;
}
.page-img {
  width: 30%;
  float: right;
  padding-left: 15px;
}
.bg-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  /* z-index: 9; */
    width: 100%;
}
.bg-img {
  background-image: url(assets/images/bgn.png);
  background-size: cover;
  color: #fff;
  /* background-attachment: fixed; */
    background-position: top center;
  position: relative;
  padding: 100px 0;
}
.bg-img .heading h2 {
  color: #fff;
}
.mt {
  margin-top: -11%;
}
.btn-prime {
  background-color: #2d7a97;
  padding: 10px 27px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  border-radius: 0;
}
.btn-prime:hover, .btn-prime:focus {
  color: #fff;
  background-color: #4cb9dd;
}
.bg-color {
  background-color: #f5f5f5;
}
.aboutinner {
  padding: 3% 0%;
}
.abt-head h2 {
  color: #002c42;
  font-size: 50px;
  /* text-transform: capitalize; */
    line-height: 1.3;
  font-weight: 800;
}
.abt-head {
  position: relative;
}
.abt-head:after {
  position: absolute;
  background: #6d6e70;
  height: 166px;
  width: 95px;
  content: "";
  top: 0;
  left: -10px;
  opacity: 0.2;
  z-index: -1;
}
.abt-img {
  position: relative;
}
.abt-img img {
  margin-left: 35px;
  margin-top: 45px;
  box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.15);
}
.abt-img:after {
  position: absolute;
  background: #c6bfbf;
  height: 350px;
  width: 530px;
  content: "";
  top: 0;
  left: -10px;
  opacity: 0.2;
  z-index: -1;
}
.read_more {
  background-color: #2d7a97;
  padding: 9px 27px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  display: inline-block;
}
.read_more:hover, .read_more:focus {
  color: #fff;
}
.innerbox {
  background: #303c42 url(assets/images/innerbanner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  position: relative;
  /* padding: 100px; */
    height: 300px;
  background-size: cover;
}
.heading h2 {
  color: #002c42;
  font-size: 40px;
  /* text-transform: capitalize; */
    line-height: 1.3;
  font-weight: 800;
  margin-bottom: 25px;
}
.funds {
  background: #f5f5f5;
}
.head h2 {
  color: #002c42;
  font-size: 50px;
  /* text-transform: capitalize; */
    line-height: 1.3;
  font-weight: 800;
}
.fund-box {
  position: relative;
}
.fund-box:after {
  content: "";
  background: linear-gradient(0, rgba(0, 0, 0, 0.8) 30px, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.fund-title {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  max-width: 290px;
  transition: all 300ms ease-out 0s;
}
.fund-title h4 {
  color: #fff;
  font-size: 27px;
}
.fund-btn {
  height: 54px;
  width: 60px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 56px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #3cbce5;
  z-index: 999;
}
.fund-btn a {
  color: #fff;
  font-size: 25px;
}
.ml-n4, .mx-n4 {
  margin-left: -3.5rem!important;
}
.mt-8 {
  margin-top: 80px !important;
}
footer {
  color: #bbbbbb;
  background-color: #1c1c1c;
  padding: 70px 0 0;
}
footer h4 {
  position: relative;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 24px;
  padding-bottom: 14px;
  text-transform: uppercase;
}
footer h4:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 50px;
  background-color: #2d7a97;
}
footer .socialul li {
  border: 1px solid #a5a5a5;
  margin: 0 5px;
  width: 45px;
  padding: 5px 14px;
  height: 45px;
}
footer .socialul li a {
  font-size: 19px;
  color: #bbbbbb;
 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
.footermenu li {
  margin-bottom: 5px;
}
footer p {
  color: #bbbbbb;
}
footer a {
  color:#bbbbbb;
 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
footer a:hover, footer a:focus {
  color: #bbbbbb;
  text-decoration: none;
}
.borderb {
  border-bottom: 1px solid #404040;
  padding-bottom: 30px;
}
.copysec {
  padding: 20px 0;
  background-color: #1c1c1c;
  color: #bbbbbb;
  font-size: 14px;
}
.copysec a {
  color: #bbbbbb;
  text-transform: none;
}
.copysec a:hover {
  color: #bbbbbb;
  text-transform: none;
}
.owl-nav {
  position: absolute;
  width: 100%;
  top: 24%;
  font-size: 15px;
}
.owl-theme .owl-nav [class*=owl-] {
 background: transparent;
 color: #2b22b2;
}
.owl-theme .owl-nav [class*=owl-]:hover {
 background: transparent;
 color: #2b22b2;
}
.owl-prev {
  position: absolute;
  left: -10px;
}
.owl-next {
  position: absolute;
  right: -10px;
}
.bgprime {
  background-color: #4e916a;
  color: #fff;
}
.bgprime h2 {
  color: #fff;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding:0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.contactlist strong {
  color: #282828;
  font-weight: 600;
}
.contactlist li {
  font-size: 16px;
  margin-bottom: 25px;
}
.contactlist li a {
  color: #646464
}
.form-control {
  height: calc(3rem + 2px);
  border-radius: 0;
  border: 1px solid rgba(203, 202, 202, 0.4);
  color: #a3a3a3;
}
 .form-control::-webkit-input-placeholder {
 color:#a3a3a3;
 opacity:1
}
.form-control::-moz-placeholder {
 color:#a3a3a3;
 opacity:1
}
.form-control:-ms-input-placeholder {
 color:#a3a3a3;
 opacity:1
}
.form-control::-ms-input-placeholder {
 color:#a3a3a3;
 opacity:1
}
.form-control::placeholder {
 color:#a3a3a3;
 opacity:1
}

.footerlinkwrap li {
  float: left;
  width: 50%;
}
.footerlinkwrap a, .footerlinkwrap p {
  padding: 0;
}
footer a, footer p, footer li {
  font-size: 14px;
}
.navbar-dark .navbar-toggler{
      background-color: #616161!important;
}
.reitbannersec{background: url('assets/images/reitbanner.jpg'); padding: 150px 0; position: relative;}
.reitbannersec:before{position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,.5); top:0;}
.page-template-reitpage .innerbox {display: none; }
.reit-banner-caption h3 {
    color: #fff;
    font-size: 45px;
}
.reit-banner-caption h4 {
    font-size: 35px;
    color: #fff;
    margin-top: 25px;
}
.list li {
    position: relative;
    padding-left: 35px;    padding-bottom: 15px;
}
.list li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f101';
    color: #011b94;
    position: absolute;
    left: 0;
    top: 0;
  }
.teamsec h4 {
    color: #011b94;
    margin-bottom: 18px;
}
.teamsec {
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    padding: 35px;
    margin-bottom: 30px;
}
@media(max-width:767px ) {
	.aboutus-section {padding:10px}

 .navbar-brand img {
 width: 100px;
}
.navbar {
 z-index: 999;
     padding: 0 15px;
}
.navbar-dark .navbar-nav .nav-link {
 padding: 0.5rem 1rem;
}
.navbar-collapse {
    background-color: #ededed;
}
.section {
 padding: 30px 0;
}
.container-fluid {
 width: 100%;
}
.abt-img:after{
    width: 100%;
}
.abt-head h2,.heading h2{
      font-size: 30px;
}
.page-img {
    width: 100%;
    float: right;
    padding-left: 0px;
    margin-bottom: 25px;
}
.innerpage{
      padding: 30px 0;
}
.copysec .col-md-6
{
  text-align: center!important;
}
.innerbox{
      height: 150px;
}
.abt-img{
  margin-top:25px; 
}
.abt-img img{
  margin-left: 0;
}
.custom-logo-link img{
      width: 145px;
}
.navbar-toggler{
  padding: 5px;

}
.fund-box{
      margin-bottom: 25px;
}
.second-img{
  display: none;
}
.fund-title h4{
      font-size: 20px;
}
html, body{
  font-size: 15px;
}
.firstimg{
  margin-bottom: 25px;
}
}
@media(max-width:991px ) {

.navbar-dark .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
}

.navbar-collapse {
    background-color: #ededed;
}
.carousel-caption{
width: 80%;
top: 7%;
}
.heading h2,.abt-head h2,.head h2{
  font-size: 25px;
}

.abt-img:after{
  width: 100%;
  }
.page-con h4{
  font-size: 20px;
  margin-top: 25px;
}
.carousel-caption h3{
      font-size: 25px;
}
}
@media (min-width: 768px) {
ul.navbar-nav li.dropdown:hover > .dropdown-menu {
 display: block;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 transition: all 0.3s ease;
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
 .fadeInDown {
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
}
}
