
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/font-awesome.min.css);
@import url(css/credit-icon.css);




.negatuve{margin-left:-40px;}
.marggin{margin-top:40px;}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 70px;
    left: 50%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff !important;
    text-align: center;
}
.component.container.col-12.ways-to-link.extra{margin-left:-20px;}

* {
  margin: 0;
  padding: 0; }

body {
  font-family:Lato-Regular ;
  font-size: 12px; top:0px !important;}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato-Regular;
  color: #000000;
  line-height: 1.3;
  font-weight: 700; }

p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,

a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000;
 
  }
  .achieve_financial_area{background-image: url(img/green.webp);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 40px;}
h3 span {
    color: brown;
}
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }
.ext{margin:0px auto;width:70%;}
h2.headingbank{font-weight:normal;font-family:Chanakya Regular;font-size:20px;}
img {
  height: auto;
  max-width: 100%; }


.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 30px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Preloader */
.preloader {
  background-color: #003679;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .preloader .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #ffbb38;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preloader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
/* :: 3.5.0 Miscellaneous */
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .section-heading .line {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background-color: #ffbb38;
    margin-bottom: 20px; }
	.nav-stacked > li{text-transform:capitalize;}
  .section-heading p {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #a5a5a5;
    text-transform: uppercase; }
  .section-heading h2 {
    font-size: 36px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 28px; } }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
		.nav-fill .nav-item{padding:20px 0px;font-size:10px;}
      .section-heading h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
		.navy{flex-wrap:inherit !important;}
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white .line {
    background-color: #ffffff; }
  .section-heading.white p,
  .section-heading.white h2 {
    color: #ffffff; }
  .section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto; }

.box-shadow {
  position: relative;
  z-index: 1; }
  /*.box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }*/

.tooltip-inner {
  background-color: #ffbb38;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip .arrow::before {
  border-bottom-color: #ffbb38; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f1f7f9;padding-top:10px;display: inline-table;}

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.51);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.6.0 ScrollUp */
#scrollUp {
  background-color: #003679;
  border-radius: 5px 0 0 5px;
  bottom: 70px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  height: 60px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase; }
  #scrollUp i {
    font-size: 18px;
    display: block; }
  #scrollUp:hover {
    background-color: #ffbb38;
    color: #ffffff; }

/* :: 3.7.0 Credit Button */
.credit-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #9a3528;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 48px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase; }
  .credit-btn:hover, .credit-btn:focus {
    font-size: 14px;
    font-weight: 700;
    background-color: #003679;
    color: #ffffff; }
  .credit-btn.btn-2 {
    background-color: #003679;
    color: #ffffff; }
    .credit-btn.btn-2:hover, .credit-btn.btn-2:focus {
      background-color: #ffbb38;
      color: #ffffff; }
  .credit-btn.btn-3 {
    background-color: transparent;
    color: #003679;
    border: 2px solid #003679;
    line-height: 44px; }
    .credit-btn.btn-3:hover, .credit-btn.btn-3:focus {
      border: 2px solid #003679;
      background-color: #003679;
      color: #ffffff; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 1000;
  width: 100%; }
  .header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
   /* background-color: #dc3545;*/
background: #FD0;
	}
	
    .header-area .top-header-area .top-contact-info {
      position: relative;
      z-index: 1; top:-10px;}
      .header-area .top-header-area .top-contact-info a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        font-weight: 600; }
        .header-area .top-header-area .top-contact-info a img {
          margin-right: 10px; }
        @media only screen and (max-width: 767px) {
			
          .header-area .top-header-area .top-contact-info a span {
            display: none; } }
        .header-area .top-header-area .top-contact-info a:first-child {
          margin-right: 30px; }
        .header-area .top-header-area .top-contact-info a:hover, .header-area .top-header-area .top-contact-info a:focus {
          color: #003679; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .top-header-area .top-contact-info a {
            font-size: 13px; } }
  .header-area .credit-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #ffbb38; }
    .header-area .credit-main-menu::after {
      width: 50%;
      height: 100%;
      background-color: #003679;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      z-index: 1; }
    .header-area .credit-main-menu .classy-nav-container {
     background-color: var(--indigo);
    background: #1874DC; box-shadow: 3px 1px 10px #ccc;}
    .header-area .credit-main-menu .classy-navbar {
      height: 65px;
      padding: 0;
      }
      @media only screen and (max-width: 767px) {
        .header-area .credit-main-menu .classy-navbar {
          height: 50px; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        /*font-weight: 600;*/
        text-transform: capitalize;
        font-size: 15px;
        padding: 10px 15px;
        color: #ffffff; }
        .header-area .credit-main-menu .classy-navbar .classynav ul li a:hover, .header-area .credit-main-menu .classy-navbar .classynav ul li a:focus {
          color: #fd0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            color: #003679; } }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            color: #003679; } }
      .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 15px; } }
        @media only screen and (max-width: 767px) {
			.navbar-toggler {
    position: relative;
    left: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
}

			.social{display:none;}
			.navbar{margin-top:3px !important;background:none;}
          .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 15px; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #003679; } }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #003679; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
        color: #003679;
        font-size: 14px; }
      .header-area .credit-main-menu .classy-navbar .contact {
        position: relative;
        z-index: 1;
        padding-left: 50px;
        height: 100%;
        overflow-y: hidden;
        overflow-x: hidden; }
        .header-area .credit-main-menu .classy-navbar .contact::before {
          width: 100%;
          height: 200%;
          content: '';
          position: absolute;
          top: 42%;
          left: 0;
          z-index: -1;
          background-color: #ffbb38;
          -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
        .header-area .credit-main-menu .classy-navbar .contact::after {
          width: 1000%;
          height: 100%;
          content: '';
          position: absolute;
          top: 0;
          left: 62px;
          z-index: -1;
          background-color: #ffbb38; }
        .header-area .credit-main-menu .classy-navbar .contact a {
          display: inline-block;
          font-size: 24px;
          color: #003679;
          font-weight: 700;
          line-height: 85px; }
          .header-area .credit-main-menu .classy-navbar .contact a:hover {
            color: #ffffff; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 20px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 18px; } }
          @media only screen and (max-width: 767px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 14px;
              line-height: 70px; } }
  .header-area .is-sticky .credit-main-menu {
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3); }

/* :: 5.0 Hero Area CSS */
.hero-area {
  position: relative;
  z-index: 1; }
  .hero-area .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 30px;
    left: 0;
    right: 0; }
    .hero-area .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #d2d2d2;
      border-radius: 50%;
      margin: 0 6px; }
      .hero-area .owl-dots .owl-dot.active {
        background-color: #ffbb38; }
  .hero-area .owl-prev,
  .hero-area .owl-next {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: 50%;
    margin-top: -23px;
    font-size: 18px;
    color: #ffffff;
    background-color: #003679;
    left: 20px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 46px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        left: 10px; } }
    .hero-area .owl-prev:hover,
    .hero-area .owl-next:hover {
      background-color: #ffbb38;
      color: #ffffff; }
  .hero-area .owl-next {
    left: auto;
    right: 20px; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-next {
        right: 10px; } }
  .hero-area:hover .owl-next,
  .hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 600px;
  background-color: #ffffff;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-slide {
      height: 600px; } }
  .single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-size:cover;
   }
  .single-slide .slide-du-indicator {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 2px;
    background-color: #ffbb38;
    left: 0;
    bottom: 0;
    -webkit-animation: slide-du-indicator linear 10000ms infinite;
    animation: slide-du-indicator linear 10000ms infinite; }
  .single-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-slide .welcome-text h6 {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px; }
    .single-slide .welcome-text h2 {
      font-size: 70px;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .single-slide .welcome-text h2 span {
        color: #ffbb38; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-slide .welcome-text h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slide .welcome-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h2 {
          font-size: 24px; } }
    .single-slide .welcome-text p {
      font-size: 16px;
      color: #ffffff; }

@-webkit-keyframes slide-du-indicator {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes slide-du-indicator {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* :: 6.0 Features Area CSS */
.single-features-area {
  position: relative;
  z-index: 1; }
  .single-features-area h6 {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.8; }
  .single-features-area img {
    margin-bottom: 15px; }
  .single-features-area h5 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-features-area h5 {
        font-size: 15px; } }
  .single-features-area:hover h5 {
    color: #ffbb38; }

/* :: 7.0 Special Feature CSS */
.special-feature-area {
  position: relative;
  z-index: 1; }
  .special-feature-area .special-feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #ffbb38; }
    @media only screen and (max-width: 767px) {
      .special-feature-area .special-feature-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .special-feature-area .special-feature-content .feature-text {
      position: relative;
      z-index: 1;
      max-width: 555px;
      margin-left: auto;
      padding-right: 70px; }
      .special-feature-area .special-feature-content .feature-text h6 {
        color: #ffffff;
        line-height: 1.7;
        margin-bottom: 50px;
        font-weight: 600; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .special-feature-area .special-feature-content .feature-text h6 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .special-feature-area .special-feature-content .feature-text h6 {
            font-size: 14px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 465px;
          padding-right: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 350px;
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 100%;
          padding-right: 15px;
          padding-left: 15px; } }
  .special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .special-feature-area .special-feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px; } }
  .special-feature-area.style-2 .special-feature-content {
    background-color: #003679; }
    .special-feature-area.style-2 .special-feature-content .feature-text {
      margin-left: 0;
      margin-right: auto;
      padding-right: 0;
      padding-left: 70px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 15px;
          padding-right: 15px; } }

/* :: 8.0 CTA Area CSS */
.cta-area {
  position: relative;
  z-index: 1; }
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px; } }
    @media only screen and (max-width: 767px) {
		
		.border0r{top: 8px !important;}
		.border1{border-right:none !important;margin-top:25px; }
      .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 280px; } }
  .cta-area .cta-content {
    position: relative;
    z-index: 1;
    padding: 50px 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #ffbb38; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .cta-area .cta-content h6 {
      color: #000;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      line-height: 1.8; }
    .cta-area .cta-content .single-skils-area .skills-text span {
      color: #ffffff;
      font-size: 18px;
      font-weight: 700; }
    .cta-area .cta-content .single-skils-area p {
      margin-bottom: 0;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 2px;
      color: #ffffff;
      text-transform: uppercase; }
.borderright{border-right:1px solid #eee;}
.cta-2-area {
  position: relative;
  z-index: 1;
  background-color: #003679;
	padding-bottom:0px; }
  .cta-2-area .cta-content .cta-text {
    position: relative;
    z-index: 1;
    margin-bottom: 10px; }
    .cta-2-area .cta-content .cta-text h4 {
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 0;
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta-2-area .cta-content .cta-text h4 {
          font-size: 18px; } }
    .cta-2-area .cta-content .cta-text p {
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .cta-2-area .cta-content .cta-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .cta-2-area .cta-content .cta-btn {
    position: relative;
    z-index: 1;
    }
    @media only screen and (max-width: 767px) {
      .cta-2-area .cta-content .cta-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }

.contact--area .section-heading h2,
.news--area .section-heading h2 {
  font-size: 24px; }

.news--area {
  position: relative;
  z-index: 1; }

.single-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .single-news-area:last-child {
    margin-bottom: 0; }
  .single-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    width: 37%; }
  .single-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    width: 63%;
    padding-left: 15px; }
    .single-news-area .news-content span {
      font-size: 10px;
      color: #ffffff;
      background-color: #ffbb38;
      padding: 3px 15px;
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 5px; }
    .single-news-area .news-content a {
      display: block;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 0; }
      .single-news-area .news-content a:hover, .single-news-area .news-content a:focus {
        color: #ffbb38; }
    .single-news-area .news-content .news-meta a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 12px;
      color: #838383;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1; }
      .single-news-area .news-content .news-meta a img {
        margin-right: 5px; }
      .single-news-area .news-content .news-meta a:last-child {
        margin-left: 31px; }
        .single-news-area .news-content .news-meta a:last-child::after {
          content: '|';
          position: absolute;
          top: 0;
          left: -20px;
          z-index: 1; }
      .single-news-area .news-content .news-meta a:hover, .single-news-area .news-content .news-meta a:focus {
        color: #ffbb38; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-news-area .news-content .news-meta a {
          font-size: 10px; } }
      @media only screen and (max-width: 767px) {
        .single-news-area .news-content .news-meta a {
          font-size: 10px; } }

.contact--area {
  position: relative;
  z-index: 1; }
  .contact--area .contact-content {
    padding: 55px 45px;
    background-color: #ffffff;
    border: 1px solid #afbace; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact--area .contact-content {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .contact--area .contact-content {
        padding: 20px; } }
    .contact--area .contact-content .single-contact-content {
      position: relative;
      z-index: 1;
      margin-bottom: 45px; }
      /*.contact--area .contact-content .single-contact-content:last-child {
        margin-bottom: 0; }*/
      .contact--area .contact-content .single-contact-content .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
        max-width: 48px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        color: #ffffff;
        text-align: center;
        margin-right: 15px;
        background-color: #ffbb38; }
      .contact--area .contact-content .single-contact-content .text p {
        font-weight: 600;
        color: #212121;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .contact--area .contact-content .single-contact-content .text p {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .contact--area .contact-content .single-contact-content .text p {
            font-size: 12px; } }
      .contact--area .contact-content .single-contact-content .text span {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #838383; }
  .contact--area.contact-page .contact-content {
    padding: 35px;
    border: none;
    background-color: #003679; }
    .contact--area.contact-page .contact-content h5 {
      color: #ffffff;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 35px; }
    .contact--area.contact-page .contact-content .single-contact-content .text p,
    .contact--area.contact-page .contact-content .single-contact-content .text span {
      color: #ffffff; }

/* :: 9.0 Newsletter Area CSS */
.newsletter-area {
  position: relative;
  z-index: 3; }
  .newsletter-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 54, 121, 0.7);
    z-index: -1; }
  .newsletter-area .nl-content {
    position: relative;
    z-index: 1; }
    .newsletter-area .nl-content h2 {
      color: #ffffff;
      margin-bottom: 25px;
      display: block;
      font-weight: 400;
      font-size: 30px; }
      @media only screen and (max-width: 767px) {
        .newsletter-area .nl-content h2 {
          font-size: 18px; } }
    .newsletter-area .nl-content form {
      width: 100%;
      position: relative;
      z-index: 1;
      margin-bottom: 30px; }
      .newsletter-area .nl-content form input {
        width: 100%;
        height: 45px;
        background-color: #ffffff;
        border-radius: 30px;
        border: none;
        font-size: 12px;
        font-style: italic;
        padding: 0 20px; }
      .newsletter-area .nl-content form button {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 130px;
        height: 45px;
        background-color: #ffbb38;
        border: none;
        border-radius: 0 30px 30px 0;
        top: 0;
        right: 0;
        font-weight: 700;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
        z-index: 20; }
        .newsletter-area .nl-content form button:hover {
          background-color: #003679; }
        .newsletter-area .nl-content form button:focus {
          outline: none;
          box-shadow: none; }
        @media only screen and (max-width: 767px) {
          .newsletter-area .nl-content form button {
            width: 100px; } }
    .newsletter-area .nl-content p {
      font-size: 12px;
      color: #ffffff;
      margin-bottom: 0; }

/* :: 10.0 Team Member Area CSS */
.single-team-member-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-team-member-area .team-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    width: 180px;
    border-radius: 50%;
    margin: 0 auto 40px;
    height: 180px; }
    .single-team-member-area .team-thumb::after {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      content: '';
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: 8px solid #003679;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 100;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden; }
    .single-team-member-area .team-thumb img {
      border-radius: 50%; }
    .single-team-member-area .team-thumb .view-more a {
      position: absolute;
      width: 62px;
      height: 62px;
      border-radius: 15px;
      background-color: #ffbb38;
      text-align: center;
      bottom: -10px;
      right: 0;
      z-index: 300;
      color: #ffffff;
      line-height: 62px;
      font-size: 18px; }
      .single-team-member-area .team-thumb .view-more a:hover {
        background-color: #003679; }
    .single-team-member-area .team-thumb:hover {
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
      .single-team-member-area .team-thumb:hover::after {
        opacity: 1;
        visibility: visible; }
  .single-team-member-area .team-info {
    position: relative;
    z-index: 1; }
    .single-team-member-area .team-info h5 {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 18px;
      margin-bottom: 5px; }
    .single-team-member-area .team-info h6 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0;
      color: #6e6e6e; }
  .single-team-member-area:hover .team-info h5 {
    color: #ffbb38; }

/* :: 11.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-image:url(img/footerbg.webp);
  background-size:cover;
    }
ul.lis{font-size:16px;margin-top:10px;}
  .footer-area .single-footer-widget {
    position: relative;
    z-index: 1; }
    .footer-area .single-footer-widget .widget-title {
      font-size: 18px;
      color: #ffbb38;
      margin-bottom: 40px;
      font-weight: 400; }
    .footer-area .single-footer-widget ul li a {
      display: block;
      color: #000;
      font-size: 16px;
	  margin-top:10px;
      font-weight: 400;
      margin-bottom: 15px;
      position: relative;
      z-index: 1;
      padding-left: 23px; }
      .footer-area .single-footer-widget ul li a::before {
        content: '';
        width: 8px;
        height: 8px;
        top: 7px;
        left: 0;
        border-radius: 50%;
        background-color: #f66b17;
        position: absolute;
        z-index: 1; }
      .footer-area .single-footer-widget ul li a:hover, .footer-area .single-footer-widget ul li a:focus {
        color: #003679; }
    .footer-area .single-footer-widget ul li:last-child a {
      margin-bottom: 0; }
  .footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    border-top: 1px solid #3c4450;
    padding: 5px 0; }
    .footer-area .copywrite-area .copywrite-text {
      font-size: 14px;
      margin-bottom: 0;
      color: #636b75;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          margin-top: 30px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          margin-top: 0; } }
      .footer-area .copywrite-area .copywrite-text a {
        color: #222;
        font-size: 14px;
		    text-shadow: 0px 0px #4a3636;
        font-weight: 400; }
        .footer-area .copywrite-area .copywrite-text a:hover, .footer-area .copywrite-area .copywrite-text a:focus {
          color: #ffbb38; }

/* :: 12.0 Blog Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 255px; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 180px; } }
  .breadcrumb-area .breadcrumb-content h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    display: block; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .breadcrumb-content h2 {
        font-size: 24px; } }
  .breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
      color: #ffffff; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
      color: #ffbb38;
      font-size: 16px;
      font-weight: 600; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
      font-size: 16px;
      color: #ffffff;
      font-weight: 600; }
      .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
        color: #ffbb38; }

.single-latest-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-latest-news-area:last-child {
    margin-bottom: 0; }
  .single-latest-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%; }
  .single-latest-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding-left: 10px; }
    .single-latest-news-area .news-content a {
      display: block;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 0;
      color: #ffffff; }
      .single-latest-news-area .news-content a:hover, .single-latest-news-area .news-content a:focus {
        color: #ffbb38; }
    .single-latest-news-area .news-content .news-meta a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 12px;
      color: #838383;
      font-weight: 600;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-latest-news-area .news-content .news-meta a {
          font-size: 9px; } }
      .single-latest-news-area .news-content .news-meta a img {
        margin-right: 2px; }
      .single-latest-news-area .news-content .news-meta a:last-child {
        margin-left: 21px; }
        .single-latest-news-area .news-content .news-meta a:last-child::after {
          content: '|';
          position: absolute;
          top: 0;
          left: -15px;
          z-index: 1; }
      .single-latest-news-area .news-content .news-meta a:hover, .single-latest-news-area .news-content .news-meta a:focus {
        color: #ffbb38; }

.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 35px; }
    .single-blog-area .blog-thumbnail a {
      display: block; }
      .single-blog-area .blog-thumbnail a img {
        border-radius: 5px; }
  .single-blog-area .blog-content {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-content span {
      font-size: 10px;
      color: #ffffff;
      background-color: #ffbb38;
      padding: 3px 15px;
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 5px; }
    .single-blog-area .blog-content .post-title {
      display: block;
      font-weight: 600;
      font-size: 24px;
      margin-bottom: 0;
      color: #212121; }
      .single-blog-area .blog-content .post-title:hover, .single-blog-area .blog-content .post-title:focus {
        color: #ffbb38; }
    .single-blog-area .blog-content .blog-meta {
      margin-bottom: 30px; }
      .single-blog-area .blog-content .blog-meta a {
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 12px;
        color: #838383;
        font-weight: 600;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-area .blog-content .blog-meta a {
            font-size: 9px; } }
        .single-blog-area .blog-content .blog-meta a img {
          margin-right: 2px; }
        .single-blog-area .blog-content .blog-meta a:last-child {
          margin-left: 21px; }
          .single-blog-area .blog-content .blog-meta a:last-child::after {
            content: '|';
            position: absolute;
            top: 0;
            left: -15px;
            z-index: 1; }
        .single-blog-area .blog-content .blog-meta a:hover, .single-blog-area .blog-content .blog-meta a:focus {
          color: #ffbb38; }
    .single-blog-area .blog-content p {
      margin-bottom: 0; }

.post-details-content {
  position: relative;
  z-index: 1; }
  .post-details-content img {
    border-radius: 5px;
    margin-bottom: 30px; }
  .post-details-content p {
    margin-bottom: 25px; }

.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    padding: 0;
    border: none;
    text-align: center;
    margin-right: 2px; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
      color: #ffffff;
      background-color: #ffbb38; }
  .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #ffbb38; }

.sidebar-area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-area {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    .sidebar-area {
      margin-top: 100px; } }

.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-widget-area:last-child {
    margin-bottom: 0; }
  .single-widget-area .widget-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 35px; }
    .single-widget-area .widget-heading .line {
      width: 30px;
      height: 8px;
      background-color: #ffbb38;
      border-radius: 5px;
      display: block;
      margin-bottom: 15px; }
  .single-widget-area.search-widget {
    position: relative;
    z-index: 1; }
    .single-widget-area.search-widget form {
      position: relative;
      z-index: 1; }
      .single-widget-area.search-widget form input {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        border: none;
        background-color: #f1f7f9;
        padding: 0 20px;
        font-size: 12px;
        font-style: italic; }
      .single-widget-area.search-widget form button {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 125px;
        height: 50px;
        border: none;
        top: 0;
        right: 0;
        z-index: 99;
        background-color: #003679;
        color: #ffbb38;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        cursor: pointer; }
        .single-widget-area.search-widget form button:hover {
          background-color: #ffbb38;
          color: #003679; }
  .single-widget-area.cata-widget ul {
    padding-left: 35px; }
    .single-widget-area.cata-widget ul li a {
      display: block;
      font-size: 15px;
      padding: 7px 0;
      font-weight: 600;
      color: #003679; }
      .single-widget-area.cata-widget ul li a:hover, .single-widget-area.cata-widget ul li a:focus {
        color: #ffbb38; }

.comment_area {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px; }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    min-width: 51px;
    margin-right: 30px;
    height: 51px;
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .comment_area .comment-content .comment-author {
        margin-right: 15px; } }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
  .comment_area .comment-content .comment-meta {
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-meta .post-author,
    .comment_area .comment-content .comment-meta .post-date,
    .comment_area .comment-content .comment-meta .reply {
      position: relative;
      z-index: 1;
      margin-bottom: 5px;
      display: inline-block;
      font-size: 14px;
      color: #212121;
      margin-right: 30px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .post-author,
        .comment_area .comment-content .comment-meta .post-date,
        .comment_area .comment-content .comment-meta .reply {
          font-size: 12px;
          margin-right: 15px; } }
      .comment_area .comment-content .comment-meta .post-author::after,
      .comment_area .comment-content .comment-meta .post-date::after,
      .comment_area .comment-content .comment-meta .reply::after {
        position: absolute;
        top: 0;
        right: -16px;
        content: '|';
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .comment_area .comment-content .comment-meta .post-author::after,
          .comment_area .comment-content .comment-meta .post-date::after,
          .comment_area .comment-content .comment-meta .reply::after {
            right: -8px; } }
      .comment_area .comment-content .comment-meta .post-author:hover,
      .comment_area .comment-content .comment-meta .post-date:hover,
      .comment_area .comment-content .comment-meta .reply:hover {
        color: #003679; }
    .comment_area .comment-content .comment-meta .reply {
      margin-right: 0; }
      .comment_area .comment-content .comment-meta .reply::after {
        display: none; }
    .comment_area .comment-content .comment-meta p {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 2;
      font-weight: 500; }
  .comment_area .single_comment_area {
    margin-bottom: 30px; }
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }

/* :: 13.0 Contact Area CSS */
.contact-advisor {
  position: relative;
  z-index: 1;
  background-color: #ffbb38;
  padding: 35px; }
  .contact-advisor h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 40px; }
  .contact-advisor .single-advisor {
    position: relative;
    z-index: 1;
    margin-bottom: 60px; }
    .contact-advisor .single-advisor:last-child {
      margin-bottom: 0; }
    .contact-advisor .single-advisor .advisor-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      max-width: 80px;
      width: 80px;
      margin-right: 30px; }
    .contact-advisor .single-advisor .advisor-info h6 {
      color: #ffffff;
      margin-bottom: 5px;
      font-weight: 600; }
    .contact-advisor .single-advisor .advisor-info span {
      font-size: 12px;
      text-transform: capitalize;
      margin-bottom: 15px;
      display: block;
      color: #ffffff; }
    .contact-advisor .single-advisor .advisor-info p {
      font-size: 14px;
      margin-bottom: 0;
      line-height: 1;
      font-weight: 700;
      color: #ffffff; }

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 54px;
  width: 100%;
  background-color: #f1f7f9;
  font-size: 16px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  color: #000;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    box-shadow: none; }
.contact-form-area textarea.form-control {
  height: 250px; }

.map-area {
  position: relative;
  z-index: 2;
  height: 960px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
      height: 1200px; } }
  @media only screen and (max-width: 767px) {
    .map-area {
      height: 1200px; } }
  .map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0; }
  .map-area .contact---area {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .map-area .contact---area .contact-page {
      background-color: #003679;
      padding: 70px 45px; }
      @media only screen and (max-width: 767px) {
        .map-area .contact---area .contact-page {
          padding: 40px 30px; } }
      .map-area .contact---area .contact-page h4 {
        color: #ffffff;
        font-weight: 600; }

/* :: 14.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1; }
  .elements-title .line {
    width: 30px;
    height: 8px;
    background-color: #ffbb38;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px; }
  .elements-title h2 {
    font-size: 24px;
    margin-bottom: 0; }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area .icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #003679;
    text-align: center;
    margin-right: 20px;
    line-height: 60px;
    color: #ffffff;
    font-size: 30px; }
  .single-service-area .text h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 18px; }
  .single-service-area .text p {
    margin-bottom: 0; }
  .single-service-area:hover .icon, .single-service-area:focus .icon {
    background-color: #ffbb38; }
  .single-service-area:hover .text h5, .single-service-area:focus .text h5 {
    color: #ffbb38; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact .scf-icon {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px; }
    .single-cool-fact .scf-icon i {
      color: #ffbb38;
      font-size: 65px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px; }
        .single-cool-fact .scf-icon i {
          font-size: 40px; } }
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #212121;
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 24px; } }
  .single-cool-fact .scf-text p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #212121;
    line-height: 1; }
  .single-cool-fact.white .scf-icon i,
  .single-cool-fact.white .scf-text h2,
  .single-cool-fact.white .scf-text p {
    color: #ffffff; }

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    font-family: "Open Sans", sans-serif;
    background-color: #003679;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #ffbb38;
      color: #ffffff; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 15px 15px 0;
    margin-bottom: 0; }

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 18px;
      color: #212121;
      font-weight: 600; }
  .single-skils-area p {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px;
    color: #212121;
    text-transform: uppercase; }

.credit-tabs-content {
  position: relative;
  z-index: 1; }
  .credit-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px; }
    .credit-tabs-content .nav-tabs .nav-link {
      background-color: #f1f7f9;
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #212121;
      margin: 0 2px;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 600; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      .credit-tabs-content .nav-tabs .nav-link.active {
        background-color: #003679;
        color: #ffffff; }
  .credit-tabs-content .credit-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px; }
    .credit-tabs-content .credit-tab-text p {
      margin-bottom: 0; }
  .credit-tabs-content .tab-content h6 {
    font-size: 18px; }

.single-icons {
  position: relative;
  z-index: 1;
  background-color: #003679;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px; }
  .single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff; }
  .single-icons span {
    display: block;
    color: #fff; }
.box_css{position: relative;
    display: block;
    text-align: center;
    padding: 55px 15px 60px;
    background-color: #f3f5f9;
    border-bottom: 3px solid #001e57}
	h3.loan_f {
    font-size: 28px;
}
.loan_f a {
    font-size: 15px;
	color:#fff;
}
i.extra_f{font-size:46px;color:#fff;}
p.color{color:#fff;font-size:20px;}
.bgcolor{background:#82be0640;}


h2.rule {
    /* position: absolute; */
    top: -302px;
    text-align: center;
    left: 27%;
    letter-spacing: -1px;
    color: #746f6f;
    display: block;
    font-family: Sw921Rg !important;
}
.tittle-style {
    position: relative;
}
.tittle-style:before {
    content: "";
    background: #000;
    width: 7%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 46%;
}
.tittle-style:after {
    content: "";
    background: #ef5861;
    width: 3%;
    height: 5px;
    position: absolute;
    top: -2px;
    left: 48%;
    border-radius: 6px;
}



#list3 ol li p {
 
    font-style: normal;
    font-family: Arial;
    font-size: 16px;
    color: #000;
    border-left: 2px solid #d7924f;
}
span.right_w {
    font-size: 25px;
    color: #249bcc;
    margin: 10px;
}
.bm_t {
    margin-bottom: 50px;
}
#list3 ol {
    font-style: italic;
    font-family: Georgia, Times, serif;
    font-size: 18px;
    color: #000;
}
#list3 ol li {
    /* list-style-type: disc; */
    font-size: 25px;
    color: #00569f;
    /* list-style-image: url(http://communicarets.com/wp-content/uploads/2016/12/bullet_triangle_blue.png); */
}
.container_bg{
    box-shadow: 10px 10px 10px 10px #eee;}
.white_bg{background:#fff;}
.header-area .top-header-area{
	height:100px;
}
img.logo_bg{
	background-color:#fff;
}
.header-area .top-header-area .top-contact-info a{color:#fff;}
.header-area .top-header-area .top-contact-info{top:5px;}
.header-area .credit-main-menu .classy-nav-container {
    box-shadow: 10px 10px 10px -9px;
    
}

.left-links {
    padding-top: 1em;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.left-links li {
 border-bottom:1px dotted #000;
    padding-bottom: 10px;

}
.left-links li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
	font-weight:normal;
    line-height: 2.3em;
}
.single-slide{height: 540px;}

.sidecolor{
    background: #ffc107;}
	.notification{
	background-color: #900020;
    color: #fff;
    position: relative;
    padding: 10px;
    top: -39px;
    box-shadow: 10px 10px 10px 10px #3526290d;
    z-index: 999;
    /* border: 20px; */
   
	}
	.first_box{
		padding:40px 20px 40px 20px;
		background:#f5f5f5;
	}
	/*header .item{height:550px !important;}*/
	
	.latestnewsbg {
    background: rgb(24 116 220);
    padding: 10px 5px;
}
a.viewall {
    background: url(../images/leftarrow.png) 1% 50% no-repeat;
    color: #fff;
    padding: 0 15px;
    float: right;
    margin: 5px 0 0;
}
li.newsandmediatext a {
    background: url(http://www.nari.nic.in/sites/all/themes/nmew/images/latestnews-icon.png) 5px 6px no-repeat;
    display: inline-block;
    padding-left: 25px;
    color: #fff;
}
ul.newsandmedia li {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    min-height: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.hidden-md .hidden-lg{display:none;}


.carousel-inner img {
    width: 100%;
    height: 100%
	
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 80%
}
ul.listing_icon li {
    list-style-type: disc;
	    margin-left: 53px;
}
.body_img{    background-image: url(./img/c.jpeg);
    /* background-size: cover; */
    background-position: bottom;
  
    background-repeat: no-repeat;}
	.extra_padding{padding:50px;}
	
	
.nav-stacked>li:first-child {
    margin-top: 2px;
}
.nav-stacked>li {
    float: none;
    background: #EEE;
	display:block;
	width:100%;
	font-size: 15px;
}
.nav-stacked>li:first-child {
    margin-top: 2px;
}


.maincontainer {
    background: #fff;
    padding: 12px;
    margin-top: 0;
    padding-bottom: 9px;
    box-shadow: 0 0 30px #bbb;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 10px;
    list-style: none;
    background: #f6f6f6;
    background-image: -webkit-linear-gradient(top,#f6f6f6,#eee);
    background-image: -moz-linear-gradient(top,#f6f6f6,#eee);
    background-image: -ms-linear-gradient(top,#f6f6f6,#eee);
    background-image: -o-linear-gradient(top,#f6f6f6,#eee);
    background-image: linear-gradient(to bottom,#f6f6f6,#eee);
    border: 0 #eee solid;
    border-radius: 0;
color: #0C5FBD;
}
.mh4_1 {
	width:100%;
    background: #FD0;
    background: -moz-linear-gradient(top,#1874dc 0%,#0D4BA9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0D4BA9',endColorstr='#013571',GradientType=0);
    height: 35px;
    padding: 0 10px;
    color: #00299E;
    margin: 0;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400!important;
    overflow: hidden;
}
.mh4_1 span {
    background: #00299E;
    color: #FD0;
    width: 45px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: -17px;
    top: -7px;
    line-height: 50px;
    margin-right: 10px;
    float: left;
   
}
.mh4 {
	width:100%;
    background: #013571;
    background: #1874dc;
    background: -moz-linear-gradient(top,#1874dc 0%,#0D4BA9 100%);
    background: -webkit-linear-gradient(top,#1874dc 0%,#0D4BA9 100%);
    background: linear-gradient(to bottom,#1874dc 0%,#0D4BA9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0D4BA9',endColorstr='#013571',GradientType=0);
    height: 35px;
    text-shadow: 1px 1px 0 #0D4BA9;
    padding: 0 10px;
    color: #fff;
    margin: 0;
    position: relative;
    line-height: 35px;
    font-size: 16px;
	text-transform:capitalize;
    font-weight: 400!important;
    overflow: hidden;
}
.nav-pills>li>a {
    position: relative;
    display: block;
    padding: 8px 10px;
    color: #000;
    -webkit-transition: all .25s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.block-hdnews {
    margin-bottom: 12px;
	width:100%;
}
.list-aggregate {
    padding: 0px;
    margin: 0px;
    background: #EEEEEE;
}
.list-aggregate li {
    border-bottom-color: #e5e5e5;
    height: 72px;
    border-top: 1px #ddd solid;
    padding: 10px;
    list-style: none;
    font-size:20px;
}
.list-aggregate li {
    border-bottom-color: #e5e5e5;
    height: 72px;
    border-top: 1px #ddd solid;
    padding: 10px;
    list-style: none;
}
.list-aggregate li a {
    color: #222;
	font-size:14px;
	font-weight:normal;
}

.nav-pills i {
    background: #FD0;
    padding: 1px 5px;
    color: #00299E;
    margin-right: 10px;
}

.mh5-1 {
    font-size: 13px;
    color: #00299E;
}
.mh4_1 {
	width:100%;
    background: #CCCC;
    background: -moz-linear-gradient(top,#1874dc 0%,#0D4BA9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0D4BA9',endColorstr='#013571',GradientType=0);
    height: 35px;
    padding: 0 10px;
    color: #000;
    margin: 0;
    position: relative;
    line-height: 35px;
    font-size: 16px;
	text-transform:capitalize;
    font-weight: 400!important;
    overflow: hidden;
}
.table{font-size:16px;}
a.animsition-link {
    font-size: 14px;
}
.breadcrumb{ background: none;}
.bg_side{background: #ececec;}
.bg_colorfull{background: #f5f5f5;}	
span.jila_name{color:#000;position:relative;top:35px;font-size:18px;}

/*slider */
.sliderdiv {
  width: 100%;
  height: 100vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.icon_img img{}
img.imgp{   
    width: 280px;
    margin-top: 27px;
    border-radius: 9px;}
.slide {
	/*margin-bottom:40px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
span.carousel-control-prev-icon2{
	background: #eee;
    padding: 14px;
    color: #000;
}
a.btn.btn-info {
    border: none;
    border-radius: 0px;color:#fff;
}
a.carousel-control-prev.rightside {
    left: 79% !important;
}
span.carousel-control-next-icon2{
	background: #eee;
    padding: 14px;
    color: #000;
}
span.prev{background:#eee;color:#000;}
.slide h3{font-size:14px;}
.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}
.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}
.slide-title span {

  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}


header .item {
 
  position: relative;
}
header .item img {
  width: 100%;

 /* object-fit: cover;*/
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;

  top: 0;
  left: 0;
 
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 200px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;

  left: 0;
  top: 0;
  position: absolute;
 /* border: 9px solid #ffc107;*/
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 600;
  font-size: 35px;
  color: #fff;   
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgb(20 86 186) !important;
padding:10px 15px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  color:#fff !important;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color:#fff;
   background: rgb(20 86 186) !important;
  padding:10px 15px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}



	/*.header-area .top-header-area{
		background-color: #900020;
		}*/

.header-area .top-header-area{
	height:100px;
}
img.logo_bg{
	background-color:#fff;margin: 10px 10px;
}
.header-area .top-header-area .top-contact-info a{color:#000;}
.header-area .top-header-area .top-contact-info{top:23px;}
.header-area .credit-main-menu .classy-nav-container {
    box-shadow: 10px 10px 10px -9px;
    
}

.left-links {
    padding-top: 1em;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.left-links li {
 border-bottom:1px dotted #000;
        padding-bottom: 10px;
    padding-top: 10px;

}
.left-links li a {
    font-size: 16px;
    color: #000;
	margin-left:20px;
    text-decoration: none;
	font-weight:normal;
    line-height: 1.3em;
}
.single-slide{height: 540px;}


.sidecolor{
    background: #fedd00;}
	.notification{
	background-color: #900020;
    color: #fff;
    position: relative;
    padding: 10px;
    top: -39px;
    box-shadow: 10px 10px 10px 10px #3526290d;
    z-index: 999;
    /* border: 20px; */
   
	}
	.first_box{
		padding:40px 20px 40px 20px;
		background:#f5f5f5;
	}
	/*header .item{height:680px !important;}*/
	.column{BACKGROUND: #fff;}
	
	
.services-block .inner-box {
	background-color: #0000004a;
	margin-bottom:80px;
	min-height: 182px;
    max-height: 182px;
    display: block;
    padding-top: 33px;
	
    position: relative;
    display: block;
    text-align: center;
   
  
    border-bottom: 3px solid #ffbb38;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.innovation-section .content-column .inner-column .counter-box {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-right: -18px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}
p{margin-bottom:0px;}
.count-outer.count-box.counted{text-align:center;}
.fact-counter .column .counter-title {
    position: relative;
    font-size: 14px;
	text-align:center;
    font-weight: 700;
    color: #222222;
    display: block;
    margin-top: -9px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 300;
    color: #df6512;
    font-size: 40px;
    display: inline-block;
}
.fact-counter .column .inner {
    position: relative;
    padding: 15px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-right: 1px solid #dddddd;
}
.innovation-section .images-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.innovation-section {
    position: relative;
   
}
.breadcrumb-content {
    display: none;
}
.jila{display:none;}
span.textwhite a{color:#000;font-size:14px;}
a.textwhite1{color:#000;}
.bgwhite{background:#fff;}
@media only screen and (max-width: 567px) {
	.ul{
    padding:0px !important;
   
} 
.rowlike {
    margin-right: 0px !important;
	    margin-left: 0px !important;
}
	.redt{padding-left:0px important; padding-right:0px !important;padding-bottom:0px important;padding-top:0px !important;}
	
	
		.pdtpdt{display:none;}
		.bh{ background-repeat:no-repeat;  background-position: unset !important;background-image: url('img/bg.webp');}
			.navbar-toggler{   
			position: relative;
           
			}
			img.logo_bg2 {
    width: 100px;
    /* text-align: center; */
    display: block;
    margin: 0px auto;
}
		a.jila{display: inline;font-size:14px;color:#000 !important;padding-left: 33px;}
   span.jila_name {
    color: #000;
    position: relative;
    top: 22px;
    padding-left: 22px;
    font-size: 17px;
} 
header .item{height:auto !important;}
.row.bold-text.text-justify {
    padding: 10px;
}
.count-outer.count-box.counted {
    text-align: center;
}
.top3 {
    padding-top: 45px !important;
   
}
.jumbotron{margin-left:0px !important;}
.breakpoint-on .classynav ul li a{height:auto !important;}
.breakpoint-on .classynav ul li.has-down > a::after {

  top: 15px !important;
  }
  .logo1{width:150px;}
}
a.whites{color:#fff;}
.redbg{background-image:url(img/loan.webp);background-size: cover;
   
}
.bh{ background-repeat:no-repeat;  background-position: 105% 86%;background-image: url('img/bg.jpg');}
#tabs{
	background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 0;
    font-style: normal;
	padding:20px 20px;
    font-size: 12px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{border-color:none !important;}

.cpb_text_column>.cpb-asset-content {
    display: inline-block;
    width: 100%;
}

h3, .cpb-row-expand-text, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .single_variation_wrap .single_variation span.price {
    font-family: Roboto,Arial, Helvetica, sans-serif;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}
.tab-content .container p {
    width: 80%;
}
.tab-content .container a.cg-button {
    padding: 10px 26px !important;
}
a.cg-button.white {
    border: 2px solid #fff;
}
a.cg-button.white {
    border: 1px solid #fff;
}
a.cg-button.white {
    border-color: #fff;
    background-color: #fff;
    color: #222 !important;
}
a.cg-button, .cpb_tabs .nav-tabs li a {
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 0;
    font-style: normal;
    font-size: 12px;
}
.background-change img {
    width: 160px;
    margin-left: auto;
}
.cpb_image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}
.between{margin:0px auto;width:100%;}
.home .tab-content {
    margin: 0 auto;
    width: 90%;
    padding-top: 18px;
}
h3, .cpb-row-expand-text, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .single_variation_wrap .single_variation span.price {
    font-family: Roboto,Arial, Helvetica, sans-serif;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}
div#nav-tabContent {
    /* padding-top: 39px; */
    margin-top: 30px;
}
.cpb_tabs .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 0;
}
.nav-tabs .nav-link{border:none;}
.redt{margin-top: 0px;margin-bottom: 0%;border-top: 0px ;border-left: 0px ;border-right: 0px ;border-bottom: 0px ;padding-left: 6%;padding-right: 6%;padding-bottom: 6%;padding-top:16%;}
p.tabs{font-family: Roboto,Arial, Helvetica, sans-serif;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
	color:#000;
	
    font-size: 18px;}
.cpb_text_column>.cpb-asset-content {
    display: inline-block;
    width: 100%;
}
.cpb_parallax_asset.parallax-scroll {
    background-attachment: scroll;
}
.cpb_parallax_asset>.cpb_content_wrapper, .cpb_parallax_asset>.cpb_content_element {
    position: relative;
    z-index: 4;
}
.cpb-row-container.remove-element-spacing .row {
    margin-left: 0;
    margin-right: 0;
}
.cpb-row-container.remove-element-spacing, .cpb-row-container.remove-element-spacing  {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-bottom: 0;
}
h3, .cpb-row-expand-text, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .single_variation_wrap .single_variation span.price {
    font-family: Roboto,Arial, Helvetica, sans-serif;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}
.cg-button.accent {
    color: #fff;
    background-color: #e3000f;
    border-color: #e3000f;
}
.cg-button.accent {
    background: 0;
    background-image: none;
}
a.cg-button, .cpb_tabs .nav-tabs li a {
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 0;
    font-style: normal;
    font-size: 12px;
}
a.cg-button, a.cg-button:hover, #footer a.cg-button:hover {
    background-image: none;
    color: #fff;
}
a.cg-button {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    height: auto;
    padding: 14px 26px;
    margin: 0 10px 20px 0;
    font-weight: bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 0;
    position: relative;
    outline: 0;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 1px;
    max-width: 100%;
}
.cg-button, input[type="submit"] {
    padding: 10px 26px;
    height: 40px;
    border: 0;
    letter-spacing: 0;
}
.accent {
    color: #e3000f;
}



.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
.bggrayg{background:#e5e5e5;padding:40px 80px;}
.caption1{padding-top:10px;font-size:14px;}
a.black{color:#000;}
#footer-share-ticker ul.social-icons{text-align:center;}
.onefooter {
    padding: 25px 25px;
}
.single-latest-news-area.d-flex2.align-items-center{
	background: #ffffffa8;
    text-align: center;
	font-size:14px;
	}
/*top pART */
 .goog-te-banner-frame {
  display: none;
  
}

#google_translate_element {
  color: transparent;
}
#google_translate_element a {
  display: none;
}
.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}

.goog-te-gadget {
   color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
       color: #ffff !important;
    background: #212d50;
    border: none;
    font-size: 12px;
    
    border-radius: 2px;
}
div.goog-te-gadget {
  color: transparent !important;
}
#google_translate_element {
    color: transparent;
    display: table-cell;
}
.dropdown-item{padding:10px 0px !important;}

.border0r {
	padding:10px;
    border-radius: 60px;
    background: #fff;
    position: relative;
	top:-15px;
	border:1px solid #fff;
	box-shadow:0 20px 20px #d8632b29;
	border-radius:0 90px 0 90px;
}

.bluebg{    background: rgba(22,43,117,.8);}
.blogtextbox {
    padding: 20px;
    text-align: left;
    background-color: #fff;
	min-height:145px;
	    border-top: 1px solid #ccc;
}
.flex-direction-nav{display:none;}
.blogdate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.blogdate span {
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 0;
    color: #707070;
    font-size: .75rem;
    line-height: .875rem;
}
.blogdate span {
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 0;
    color: #707070;
    font-size: .75rem;
    line-height: .875rem;
}
i.sizelg{font-size:30px;}
.blogtextbox h4 {
    text-align: left;
    font-family: 'Helvetica Neue LT Pro Md';
    letter-spacing: 0;
    color: #222;
    font-size: 1.175rem;
    line-height: 2.0rem;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 3rem;
}
.bob-arrow-button {
    border: 0;
    color: #f26522;
    font-size: .875rem;
    font-family: 'Arial';
    background: transparent;
    padding: 0;
    background-color: transparent;
    min-width: 100px;
    display: inline-flex !important;
    align-items: center;
    transition: all .3s linear;
    font-weight: 700;
}
h4.counter-title {
    font-size: 14px;
    padding: 1px 3px;color:#fff;
	text-transform:uppercase;
}
.column {
    border-radius: 40px;
    BACKGROUND: #933221;
    color: #fff;
}
h3.heading {
    font-size: 14px !important;
	
    text-transform: uppercase;
}
h3.heading {
    color: #000;
    padding: 10px;
    margin-left: -20px;
}
.border0r p {
    text-align: center;
}

h3.heading {
    color: #000;
    padding: 10px;
    margin-left: -20px;
	font-size:16px;
}
.carousel-item img {
    width: 80%;
    
}
.border-radius{border-radius:50%;}
.border0r p {
    text-align: justify;
}
.homeService {
    position: relative;
    padding: 10px 0 55px;

}
.homeService:before {
    position: absolute;
    right: 0;
    top: 10px;
    content: '';
    background: url(https://webtend.net/demo/html/payonta/images/bg/6.png) no-repeat right top;
    width: 100%;
    height: 555px;
}
.achieve_financial_area {
    display: block;
    overflow: hidden;
   
}
.tittle {
    display: block;
    overflow: hidden;
    text-align: center;
}
.achieve_financial_area .achieve_inner {
    padding-top: 25px;
}
.achieve_financial_area .achieve_inner .personal_tittle {
    padding-bottom: 120px;
}
.achieve_financial_area .achieve {
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 35px 0px rgb(221 221 221 / 52%);
    display: block;
    overflow: hidden;
    padding: 0px 30px;
    padding-bottom: 25px;
    text-align: center;
	min-height:450px;
	
}
.achieve_financial_area .achieve .icon_img {
    height: 92px;
}
.achieve_financial_area .achieve p {
    color: rgba(0, 0, 0, 0.702);
   font-family: Lato-Regular;
}
.achieve_financial_area .achieve_inner p {
    font-size: 18px;
    line-height: 24px;
    max-width: 840px;
	text-align:justify;
    float: left;
    color: rgba(0, 0, 0, 0.8);
	font-family: Lato-Regular;
}
.achieve_financial_area .achieve a {
    display: block;
    font-size: 16px;
	
	font-family:font-family: Lato-Regular;
    color: #151515;
	text-transform: uppercase;
    padding: 22px 0;
}
span.int{font-size:16px;}
.pt-14{    padding-top: 96px;
    background: #003679;}
.hover11{font-size:42px;text-align:center;color:#7e2e2f;}
.bg22{background:#f5f5f6;padding:20px 20px;}
span.paynow{color:#000;font-size:20px;margin-left:20px;}
.border1{border-right:1px solid #000;}
.link-list>.component-content li {
    background: 0 0;
    display: block;
    font-size: 13px;
}
i.size.fa{font-size:20px;}
div#nav-tabContent{min-height:200px;}
.ways-to-link ul li {
    display: flex;
    align-items: center;
	text-align:center;
    padding: 33px 22px;
    margin-bottom: 12px;
    width: 34%;
	float:left;
    position: relative;
	border-right: 1px solid #eee;
	border-bottom:1px solid #eee;
	box-shadow:0px 0px 35px 0px rgb(221 221 221 / 52%);
}
.extra ul li{width:32%;padding: 0px 0px !important;border-right:none !important;border-bottom:none !important;}
.extra ul{padding:5px !important;}
.extra ul li:hover{background:none !important;}
.ways-to-link ul li:hover{
	
	background:#f5f5f5;
}
section.bg3{
	background-image:url('img/bg3.webp');background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.extra1 ul{padding:5px;}
.ways-to-link ul {
    /*border-radius: 0 100px 0 0;*/
    background-color: #fff0;
    padding: 10px;
   /* box-shadow: 0 10px 50px #d8632b40;
    -webkit-box-shadow: 0 10px 50px #d8632b40;
    -moz-box-shadow: 0 10px 50px #d8632b40;*/
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-around;
}
span.border3{border-right:1px solid #000;}
.ways-to-link ul li p {

    font-size: 18px;
    line-height: 1.375rem;
    padding-left: 20px;
    color: #000;
    transition: all .25s linear;
}
.link-list>.component-content li a {
    border: 0 !important;
    text-decoration: none !important;
    padding-left: 0;
}
.link-list>.component-content li a {
    display: inline;
    color: #747474;
    position: relative;
    padding-left: 10px;
    font-size: 1em;
    text-decoration: none;
}
.ways-to-link ul li a img {
    max-width: 100%;
    
    object-fit: contain;
    
    transition: all .25s linear;
}
.ways-to-link ul li a {
    /*display: flex !important;*/
    align-items: center;
}
.ct2{font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin-left: 10px;}

.bran{margin-bottom:10px;margin-top:10px;background:#fff;padding:10px;border-radius:50%;}
h2.pt-mt{padding:20px 20px;}
@media only screen and (max-width: 767px){
.ways-to-link ul li {
    width: 50%;
    padding: 18px 0;
}
.ways-to-link ul li p {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
}
.ways-to-link h3 {
    text-align: left;
    font-family: 'Helvetica Neue LT Pro Lt';
    font-size: 3.125rem;
    line-height: 3.375rem;
    letter-spacing: 0;
    color: #162b75;
    margin-bottom: 15px;
    position: relative;
}
.link-list>.component-content li a {
    border: 0 !important;
    text-decoration: none !important;
    padding-left: 0;
}
.link-list>.component-content li a {
    display: inline;
    color: #747474;
    position: relative;
    padding-left: 10px;
    font-size: 1em;
    text-decoration: none;
}

.ways-to-link ul li a {
    padding: 0 10px !important;
    flex-wrap: wrap;
    justify-content: center;
}
.ways-to-link ul li{padding:0px !important;}
.ways-to-link ul li p{padding-left:0px;}
}


/*animation element*/

.animation-element {
  position: relative;
  
}

.bgg{background:#ffffffa8;}





.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


@media only screen and (max-width: 1024px){
.ways-to-link ul li {
    padding: 35px;
}


}
@media only screen and (max-width: 600px) {
    .ul{
  
    padding:0px !important;
} 
.header_p{border-radius:0px 0px 0px 0px !important;}

	.visible-xs{display:inline-block !important;}
	.gm{padding:2px 0px;}
	.footer-area{
		
		background-size:contain;
	}
	li.nav-item {
    border-bottom: 1px solid #1c97d24f;
}
	.navbar-toggler{color:#fff;padding-top:11px;}
	span.ifsc{float:right;}
	p.copywrite-text{font-size:12px;}
span.med{display:block;}
.logo2{
	margin-left:0px;
	float:left;width:90px;
}
span.projetctname{display:inline;font-size:1.2em;vertical-align:middle;position: relative;
    top: 10px;text-shadow:0px 5px 5px #2c4f92;}

	
	.white{margin-top:0px;font-size:12px !important;    border-top: 1px solid #3e5989;display:none;}
	.hidden-sm.hidden-xs{display:none;}
	.navbar{display:flow-root;}
	.cpb_content_element.col-sm-7.cpb_text_column {
    background: #f5f5f5b3;
}
.logo2{margin-left:0px !important;}
img.imgp{width:215px;border-radius:0px;float:left;}
.navbar-light .navbar-toggler {
    color: #fff !important;
    top: -51px;
    position: relative;
}


.container_side{padding-right:0px;padding-left:0px;}
.negatuve{margin-left:0px;}
.achieve_financial_area .achieve{min-height:auto !important;}
}

.goog-te-gadget .goog-te-combo{padding:3px 8px;}
p.font3{font-size:18px;}

.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff5e14;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #ff5e14;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #ff5e14;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #ff5e14;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #ff5e14;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}


.container-fluid2{padding:40px 40px;}

/*.achieve ::after{
	    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 40%;
    background: url(https://validthemes.online/themeforest/digilab/assets/img/shape/border-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
    opacity: 0.5;
}
*/

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}