body {
  font-family: 'Poppins', sans-serif;
}

.slideshow {
  list-style-type: none;
}


/** SLIDESHOW **/
.slideshow,
.slideshow:after { 
    top: -16px; /*Not sure why I needed this fix*/
		position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0; 
}

.slideshow li span { 
		position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s; 
}



.slideshow li:nth-child(1) span { 
    background-image: url("../images/slider-1.jpg"); 
}
.slideshow li:nth-child(2) span { 
    background-image: url("../images/slider-2.jpg"); 
    animation-delay: 6s; 
}
.slideshow li:nth-child(3) span { 
    background-image: url("../images/slider-1.jpg"); 
    animation-delay: 12s; 
}
.slideshow li:nth-child(4) span { 
    background-image: url("../images/slider-2.jpg"); 
    animation-delay: 18s; 
}
.slideshow li:nth-child(5) span { 
    background-image: url("../images/slider-1.jpg"); 
    animation-delay: 24s; 
}



@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}


@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}


.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}


.navbar-tab {
  position: relative;
}
.nav-tab {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 100%;
}
.nav-tab .navbar {
  padding: 4px 20px 0px;
}
.nav-tab .bg-light {
  background: #fff !important;
}
.nav-tab .nav-item {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 0px 8px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-tab .navbar-brand {
  padding-bottom: 0px;
}
.nav-tab .navbar-light .navbar-nav .nav-link {
  color: #000;
}
.nav-tab .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.55);
  transition: 0.5s;
}
.d-flex.sc-tab {
  justify-content: center;
  align-items: center;
}
.social-media ul .fa-brands {
  font-size: 20px;
  color: #000;
}
.social-media ul, .azadi-logo ul {
  display: flex;
  justify-content: center;
  align-content: center;
}
.nav-tab .navbar-nav {
  margin-left: 30px;
}
.social-media ul li:nth-child(1), .azadi-logo ul li:nth-child(1) {
  margin: 0px 20px;
}
.social-media ul li:nth-child(2) {
  margin: 0px 20px 0px 0px;
}
/* Set all containers to 100% of the viewport height */

.slider-tab .carousel, .slider-tab .carousel-inner, .slider-tab .item, .slider-tab .active {
    height: 100vh;
}

.pic1, .pic2, .pic3 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pic1 {
  background-image: url('../images/slider-1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic2 {
  background-image: url('../images/slider-1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic3 {
  background-image: url('../images/slider-1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-cum h1 {
    background: #036ddbc4;
    display: table;
    padding: 5px 15px;
    font-size: 26px;
    color: white;
   
}
.bread-tab {
  position: absolute;
    top: 176px;
    left: 0;
    z-index: 1;
}

.about-wrap {
  margin: 50px 0px;
}
.about-title h2, .about-title p {
  text-align: center;
}
.about-title p {
  font-size: 16px;
  margin-top: 30px;
}
.about-title h2 {
  font-size: 38px;
    font-weight: 500;
    color: #1854af;
    position: relative;
}
.about-title h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 100px;
  height: 3px;
  background: #ff2603de;
  transform: translateX(-50%);
  z-index: 1;
}

.ftp-tab {
  background: #195EAB;
  padding: 15px 10px;
}
.footer-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copy-text p {
  margin-bottom: 0px;
  color: #fff;

}
.social-tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.social-tab ul li:nth-child(1), .social-tab ul li:nth-child(2) {
  margin-right: 15px;
}
.social-tab .fa-brands {
  color: #fff;
}
.list-icon ul li img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;

  }
.list-icon ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 8px;
}
.about-listing {
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 20px;
    border-radius: 5px;
    margin: 30px 0px 50px 0px;
}
.fr-list {
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 20px;
    border-radius: 5px;
    margin: 30px 0px 50px 0px; 
}
.sn-list {
  margin-top: 20px;
}
.thd-list {
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 20px;
    border-radius: 5px;
    margin: 30px 0px 30px 0px;
}
.fh-list {
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.fv-list {
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.thd-list h3, .fh-list h3, .fv-list h3 {
  position: relative;
  font-size: 23px;
  color: #ff2603de;
  display: table;
  padding-left: 25px;
}
.fh-list h3, .fv-list h3 {
  margin-bottom: 15px;
}
.thd-list h3:before, .fh-list h3:before, .fv-list h3:before {
  content: "";
  position: absolute;
  top:50%;
  left: 0;
  width: 20px;
  height: 3px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(46,111,238,1) 100%, rgba(242,109,0,1) 100%);
  z-index: 1;
}
.subtitle{
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 55px;
}
.insight-box{
    box-shadow: -2px 12px 34px rgb(0 0 0 / 10%);
    border: 0.851574px solid #1854af;
    padding: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 8px;
}
.insight-text{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.insight-img-block{
    margin-top: 50px;
}
.transfer-arrow{
    text-align: center;
}
.transfer-arrow i{
    font-size: 45px;
    color: #1854af;
}
.col-trans-arrow{
    display: flex;
    align-items: revert;
    justify-content: center;
    flex-direction: column;
}
.insight-img{
    text-align: center;
    margin-top: 20px;
}
.insight-img-data{
    text-align: center;
    margin-top: 15px;
}
.insight-img-data h4{
    color: #1854af;
    font-size: 22px;
}
.from-to-box{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 25%;
    background: #1854af;
    border-radius: 8px 8px 0 0;
    margin: auto;
    padding: 6px;
}
.dep-points{
    margin-top: 40px;
}
/*.dep-points ul li::before{
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #1854af;
    font-size: 20px;
    margin-right: 15px;
}*/
.dep-list li {
  font-size: 17px;
  position: relative;
  padding-left: 22px;
  padding-bottom: 8px;
}
.dep-list li img {
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  margin-right: 10px;
  margin-top: -2px;
}

.dep-img-block{
    margin-top: 30px;
}
.dep-img-block img{
    width: 100%;
}
.purpose-img img {
  border-radius: 8px;
}
.purpose-title h4, .six-list h4 {
  color: #ff2603de;
  font-size: 22px;
  position: relative;
  display: table;
  padding-left: 25px;
}
.six-list {
  margin-top: 40px;
}
.six-list h4 {
  margin-bottom: 25px;
}
.purpose-title h4 {
  margin-bottom: 15px;
}
.purpose-title h4:before, .six-list h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 3px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(46,111,238,1) 100%, rgba(242,109,0,1) 100%);
    z-index: 1;
}
.one-li p {
  margin-bottom: 0px;
}
.one-li {
  display: flex;
  align-items: center;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  margin-bottom: 13px;
}
.txt-01 {
  background: #336ea5;
    padding: 18px;
    min-width: 72px;
    text-align: center;

}
.txt-01>p {
  font-size: 28px;
    color: #fff;
}
.one-txt {
  padding: 5px 0px;
    text-align: center;
    width: 100%;
}
.one-txt p:nth-child(1) {
  font-weight: 700;
    font-size: 15px;
}
.one-txt p:nth-child(2) {
  font-size: 14px;
    padding: 0px 22px;
}
.in-ftp {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #195EAB;
}
.ad-tab {
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    background: #fff;
}
.ad-tab:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background: #f1f3f4;
  z-index: -1;
  border-radius: 5px;
}
.ad-tab .form-control {
  margin-top: 20px;
  border: transparent;
  border-bottom: 2px solid #ccc;
}
.ad-tab h4 {
  text-align: center;
}
.ad-tab .form-control:focus {
  box-shadow: none;
}
.add-one h4 {
  font-size: 20px;
}
.add-one, .call-tab {

  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 20px;
    border-radius: 5px;
}
.call-tab {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.add-one p {
  font-size: 14px;
}
.qr-tab {
  display: flex;

}
.qr-tab p {
  margin-bottom: 0px;
}
.call-text ul li {
  position: relative;
    padding-left: 60px;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
}
.call-text ul li span {
  position: absolute;
    top: 0;
    left: 0;
    color: #3e73a1;
}
.text-img {
  
    text-align: center;
}
.t-img {
  margin-right: 20px;
}
.text-img {
  color: #000;
  font-size: 10px;
  font-weight: 600;
}
.text-img {
  text-align: center;
}
.list-tp img {
  width: 14px;
  margin-right:10px;
}
.list-tp li {
  padding-bottom: 8px;
}
.sub-list {
  padding-left: 24px;
}
.sub-list li {
  position: relative;
    padding-left: 24px;

}
.sub-list li img {
    position: absolute;
    top: 5px;
    left: 0px;
}
.gover-benefit {
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 20px;
    border-radius: 5px;
}
.gover-benefit h4, .gover-industries h4 {
  color: #ff2603de;
  position: relative;
  display: table;
  padding-left: 25px;
  margin-bottom: 20px;
}
.gover-benefit h4:after, .gover-industries h4:after {
  content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 3px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(46,111,238,1) 100%, rgba(242,109,0,1) 100%);
    z-index: 1;
}
.industries-img img {
  border-radius: 5px;
}
.indus-tab {
  margin-top: 50px;
}
.tools-one p {
    
    background: #063979;
    padding: 4px 10px 5px 10px;
    border-radius: 8px;
    color: #fff;
}
.tools-one {
  text-align: center;
}
.tools-one img {
  max-width: 105px;
  max-height: 100px;
  text-align: center;
}
.tools-one p {
 text-align: center;
}
.nav-tab .nav-item:hover {
  background: #0668c4;
  
} 
.nav-tab .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  transition: 0.2s;
}
/*.nav-tab .nav-item .nav-link.active {
  background: #0668c4;
  color: #fff;
}*/
.ex-list li {
  position: relative;
  padding-left: 110px;
  padding-bottom: 10px;
  font-size: 15px;
}
.ex-list li span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #003abd;
}
.ex-text h2 {
  position: relative;
  display: table;
  margin-bottom: 30px;
  padding-left: 32px;
    font-size: 26px;
    color: #e55e31;
}
.ex-text h2:after {
  content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 3px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(46,111,238,1) 100%, rgba(242,109,0,1) 100%);
    z-index: 1;
}
.ex-text h2:before {
  content: "";
    position: absolute;
    top: 50%;
    right: -32px;
    width: 25px;
    height: 3px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(46,111,238,1) 100%, rgba(242,109,0,1) 100%);
    z-index: 1;
}
.exp-2 {
  margin-top: 20px;
}
.Ex-1, .ex-2 {
  position: relative;
}
.Ex-1:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: #eeedf3;
  z-index: -1;

}
.ex-2 {
  border: 1px solid #ccc;
}
.ex-2:after {
  content: "";
  position: absolute;
  top: -15px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #eeedf3;
  z-index: -1;

}
.ex-list {
  padding-bottom: 20px;
}
.bene-list li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 8px;
}
.bene-list li img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
}
.bene-list {
  padding-top: 10px;
}
.exp-3 {
  margin: 50px 0px 20px 0px;
}
.ex3-img {
  margin-bottom: 17px;
}
.tools-tab {
  display: flex;
    align-items: center;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 15px;
}
.tools-tab img {
  max-width: 55px;
 /* position: relative;*/
}
/*.tools-tab img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 20px;
  background: red;
  z-index: -99;
}*/

.tools-tab p {
  margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 13px;
}
.qr-section {
  display: flex;
  justify-content: center;
}
.qr-section p {
  font-size: 15px;
}
.qr-section a{text-decoration: none;}



















