body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero-banner{
	background: url('../images/Banner1.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.hero-banner-inner {
	padding: 150px 0 50px 0;
}
.frm-trx{
	background: url('../images/header_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 15px;
}
.innerhero{
  height: 100%;
  width: 100%;
}
.hero-left-cont {
	padding: 100px 0 0 0;
}
.hero-left-cont h2 {
	color: #FFF;
	font-size: 40px;
}
.hero-left-cont p {
	color: #FFF;
	font-size: 20px;
}
.hero-left-cont .btn {
	padding: 10px 30px;
}
body, html {
    height: 100%;
}
figure {
  position: relative;
  width: 100%;
  height: 100%;
}
figure img{
  width: 100%;
  height: 100%;
}
figcaption {
  position: absolute;
  width: 100%;
  /* line-height: 150px; */
  /* text-align: center; */
  left: 0;
  top: 0;
  /* text-shadow: 0 0 1px white; */
  font-weight:bold;
}
figcaption p{
  margin-top: 30%;
  color: white;
}
/* .textbar{
  position: absolute;
} */
/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/hero_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;

  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


.heros {
  width: 100%;
  /* background: #5d5b6a;  */
}
.innerheros{
  height: 100%;
  width: 100%;
}
/* The hero image */
.hero-images {
  background-image:  url("../images/Sec-Image.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
	padding: 50px 0 ;
}

/* Place text in the middle of the image */
.hero-texts {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}











header {
  background: url("../images/header_bg.png");
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 20px;
        font-size: 13px;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #007bff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #eff1f3;
              color: #000; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #000;
    opacity: 100%;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #007bff !important; }
      .text-over-image{
        color: white;
      }
      .image_containers{
        position: relative;
        top: 20%;
        /* left: 10%;  */
        width: 100%;
      }
      footer{
		  width: 100%;
		  float: left;
        background-color: #333333;
        /* height: 80%; */
      }
      .sec-1{
        margin-top: 10%;
      }
      .sec-1 .head{
        color: white!important;
        font-size: 28px;
      }
      .sec-1 .bodys{
        font-size: 12px;
        color: white!important;
      }
      .footer-copyright{
        background-color: #252525;
        color: white!important;
        /* height: 80%; */
      }

      .list-unstyled a{
        text-decoration: none!important;
        color: #fff!important;
      }      
      .list-unstyled .body{
        font-size: 14px;
        color: #FFF !important;
      }
      .Download-appinnerfont{
        font-size: 13px;
        margin-top: -1%;
      }
      .panel-group{
        background-color: #ffffff;
      }
      .container i{
        font-size: 12px;
      }
      .abt-sec{
        background-color: #eeeeee;
      }
      .abt-sec1{
        font-size: 14px;
      }
      .KomaDiv{
        position: relative;
        background-color: #fff;
        /* margin-top: -5%; */
      }
      .imageindex{
        position: relative;
        z-index: 1;
        margin: auto;
        display: flex;
        align-content: center;
      }
      .KomaImage{
        position: relative;
        margin-top: -5%;
        display: flex;
        justify-content: center;
        align-items: center; 
        /* margin: auto; */
      }
      .dot {
        height: 13px!important;
        width: 13px!important;
        background-color: #bbb!important;
        border-radius: 50%!important;
        display: inline-block!important;
      }
      .dots {
        height: 10px;
        width: 10px;
        background-color: red;
        border-radius: 50%;
        display: inline-block;
      }
      #carouselExampleCaptions ol{
        margin-top: 6%!important;
      }
      ol li.active{
        background-color: red!important;
      }
      .carousel-indicators{
        position: absolute;
        bottom: -7%!important;
      }
      .carousel-control-prev,.carousel-control-next{
        display:none!important;
   }
      .formdiv{
        background-color: #000;
        opacity: 70%;
        /* opacity: 0.5; */
        filter: brightness(100%);
        --bs-bg-opacity: .5;
      }
      /* button.collapsed > span.expandedIndicator, button:not(.collapsed) > span.collpasedIndicator {
        display: none;
    }
    button:not(.collapsed) >span.collpasedIndicator::after , button:not(.collapsed) > span.expandedIndicator::after {
      display: none;
  } */
    /* span.expandedIndicator > span.collpasedIndicator, button.collapsed >  button.collapsed {
      display: none;
    } */
        /* .dropdown-toggle::after {
            content: none!important;
             float: left!important; 
        } */
        /* .dropdown-toggle::after {
          content: '-'!important;
          float: left!important;
      } */
      @media screen and (max-width : 1366px){
        .TMoney{
          border-right: 1px solid #b3b3b3!important;
        }
        .EsMoney{
          border-right: 1px solid #b3b3b3!important;
        }
      }
      @media screen and (min-width : 1024px){
        .TMoney{
          border-right: 1px solid #b3b3b3!important;
        }
        .EsMoney{
          border-right: 1px solid #b3b3b3!important;
        }
        .formdivCur{
          height: 60vh!important;
        }
        .Arrow{
          /* transform: rotate(0deg); */
          margin: -10px 0 20px 0;
        }
      }
      @media screen and (max-width : 769px){
		  
        .HeadingFirst {font-size:1.25rem!important;margin: auto;} /*1rem = 16px*/
        .TC{
          font-size: 20px!important;
        }
        .AT{
          font-size: 20px!important;
        }
        .formdivCur{
          margin: auto!important;
        }
        .Arrow{
          transform: rotate(90deg);
          margin: -10px 0 20px 0;
        }
        .formdivCur{
          position: relative;
          /* margin: 8px auto auto 14px!important; */
        }
        .TMoney{
          border-bottom: 1px solid #b3b3b3!important;
          border-right: 0 !important;
          /* margin: auto auto auto 4%!important; */
        }
        .EsMoney{
          border-bottom: 1px solid #b3b3b3!important;
          border-right: 0 !important;
          /* margin: auto auto auto 4%!important; */
        }
        .TrCharg{
          border-bottom: 1px solid #b3b3b3!important;
          border-right: 0 !important;
          /* margin: auto auto auto 4%!important; */
        }
        .imageindex{
          position: relative;
          top: 20px!important;
        }
        .SliderImg{
          height: 800px!important;
        }
      }
      @media screen and (min-width : 780px){
		  .hero-banner{
				height: auto !important;
			}
        .TC{
          font-size: 20px!important;
        }
        .AT{
          font-size: 20px!important;
        }
        .formdivCur{
          margin: auto!important;
        }
        .Arrow{
          /* transform: rotate(90deg); */
          margin: -10px 0 20px 0;
        }
        .formdivCur{
          position: relative;
          /* margin: 8px auto auto 14px!important; */
        }
        .TMoney{
          border-bottom: 1px solid #b3b3b3!important;
          border-right: 0 !important;
          /* margin: auto auto auto 4%!important; */
        }
        .EsMoney{
          border-bottom: 1px solid #b3b3b3!important;
          border-right: 0 !important;
          /* margin: auto auto auto 4%!important; */
        }
        .TrCharg{
          border-bottom: 1px solid #b3b3b3!important;
          border-right: 0 !important;
          /* margin: auto auto auto 4%!important; */
        }
        .imageindex{
          position: relative;
          top: 20px!important;
        }
      }
	@media screen and (max-width : 768px){
	}
	@media screen and (max-width : 640px){
		.hero-banner{
				height: auto !important;
			}
		.hero-left-cont {
			padding: 0 0 0 0;
		}
	}
	@media screen and (max-width : 480px){

	}
	@media screen and (max-width : 320px){
		.formdivCur{
		  width: 100%;
		  text-align : center;
		}

	}
	@media screen and (max-width : 240px){
	}
	@media all and (-ms-high-contrast:none){ 
	}
	@media all and (-ms-high-contrast:none){ 
	}
    
