@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}
/*Banner css start*/
section.banner-section {
    /* padding: 0px; */
    background: linear-gradient(0deg, rgb(172 196 242) 0%, rgba(172, 196, 242, 1) 1%, rgba(172, 196, 242, 1) 15%, rgba(235, 244, 254, 1) 65%, rgba(255, 255, 255, 1) 100%););
}
section.banner-section .container-fluid{
    padding:0px;
}
section.banner-section h1 {
    color: var(--black-color);
    text-align: left;
    line-height: 1.3;
    font-family: var(--primary-font);
}
section.banner-section p{
    text-align: left;
    color: var(--black-color);
    margin-bottom: 0px;
    font-size: 24px;
}
section.banner-section .col-6{
padding: 0px;
}
section.banner-section .banner-info {
    width: 100%;
    height: 100%;
    /* background: var(--other-color); */
    /* padding: 80px 50px; */
    /* padding-right: 100px; */
    /* border-radius: 0 350px 350px 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.banner-section .banner-img{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
section.banner-section img{
    width: 100%;
    margin-left: 0;
}

/*Banner css end*/
/* Get Started css */
section.get-started .head-sec{
    margin-bottom: var(--m50);
}
section.get-started .head-sec h2 span{/* color: var(--secondary-color); */}
section.get-started .started-content {
    padding: 20px 20px;
    border-radius: 20px;
    padding-bottom: 30px;
    background: #f5f5f7;
}
section.get-started .col-4:first-child .started-content{
    /* background: #f5f5f7; */
}
section.get-started .col-4:last-child .started-content{
    /* background: var(--other-color); */
}
section.get-started .started-content img{
    width:100%;
    height: 205px;
    object-fit: contain;
}
section.get-started .started-img {
    margin-top: 0;
    margin-bottom: 30px;
}
section.get-started h4{
    color: var(--black-color);
    width: 100%;
    max-height: 70px;
    overflow: hidden;
}
section.get-started h4 span{
    color:var(--lt-bg-color);
}
section.get-started .started-content p{
    color: var(--black-color);
    margin-bottom: 15px;
    /* font-size: 19px; */
    height: 67px;
    overflow: hidden;
}
section.get-started .started-content li{
    color: var(--blac-color);
    list-style: disc;
    /* font-size: 19px; */
    margin-bottom: 10px;
}
section.get-started .started-content ul{
    list-style: disc;
    padding-left: 25px;
    height: 175px;
    /* height: 100%; */
    overflow: hidden;
}
section.get-started .started-btn {
    margin-top: 15px;
    text-align: center;
}
section.get-started .started-btn a{
    display: flex;
    width: 190px;
    align-items: baseline;
    justify-content: center;
    gap: 30px;
    margin: auto;
    background: #0D3A71;
    padding: 14px 10px;
    font-size: 15px;
    font-weight: bold;
    color: var(--white-color);
    text-transform: uppercase;
    border-radius: 8px;
    margin-top: 30px;
}
section.get-started .started-btn a:hover{
    opacity:0.9;
}
section.get-started .started-btn a i{
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 20px;
    width: 42px;
    display: none;
    height: 42px;
    padding: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
/*Publishers css start*/
section.publishers{
    padding-bottom: 0px;
}
section.publishers li{
    margin-bottom: 10px;
}
section.publishers li i{
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--territiary-color);
    border-radius: 100%;
    padding: 8px;
    font-size: 11px;
    color: var(--territiary-color);
}
section.publishers .main-btn {
    display: inline-block;
    margin-top: 20px;
}
/*Publishers css end*/
/*Advertisers css start*/
section.advertisers{
    padding-bottom: var(--p80);
}

/*Advertisers css end*/
/*Sectors css start*/
section.sector {
    background: linear-gradient(0deg, rgb(172 196 242) 0%, rgba(172, 196, 242, 1) 1%, rgba(172, 196, 242, 1) 15%, rgba(235, 244, 254, 1) 65%, rgba(255, 255, 255, 1) 100%);
}
.head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
section.sector .head-sec p{
    color: var(--black-color);
    font-size: 18px;
}
section.sector .head-sec h2{
    /* text-transform: uppercase; */
    /* font-size: 40px; */
    color: var(--black-color);
    margin-bottom: 20px;
}
section.sector .head-sec{
    width: 100%;
    margin: auto;
    max-width: 80%;
    margin-bottom: var(--m40);
}


section.sector .col-4{
    width: 32.65%;
}
section.sector .row{
    gap: 40px 1%;
}
section.sector .cards {
    background: var(--white-color);
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}
section.sector .cards img{
    width: 80px;
    margin-top: 10px;
    margin-bottom: 20px;
}
section.sector .cards h5{
    margin-bottom: 10px;
    font-family: var(--other-font);
    text-transform: uppercase;
    /* font-size: 21px; */
    /* color: #191919; */
}
section.sector .cards p{
    /* color: #191919; */
    height: 102px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 0;
}
/*Sectors css end*/
/* How its css */
section.how-its h2{
    color: var(--black-color);
    /* font-size: 40px; */
    margin-bottom: 30px;
}
section.how-its h2 span{
    /* color:var(--secondary-color); */
}
section.how-its a.steps {
    display: inline-block;
    /* border: 1px solid #191919; */
    /* color: #191919; */
    font-weight: 600;
    /* padding: 10px 12px; */
    font-size: 20px;
    /* border-radius: 25px; */
    margin-bottom: 20px;
    /* letter-spacing: 3px; */
    color: var(--black-color);
}
section.how-its p{
   /* color: #191919; */
   font-size: 17px;
}
section.how-its .working-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
}
section.how-its .working-sec {
    background: #f5f5f7;
    padding: 20px;
    width: 48%;
    text-align: center;
    position: relative;
}
section.how-its .working-sec img{
    width: 70px;
}
section.how-its .working-sec span.number {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 15px;
}
section.how-its .working-sec p{
    /* text-transform: uppercase; */
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
}
section.how-its .how-its-image img{
    width: 60%;
}
section.how-its .how-its-image{
    display: flex;
    align-items: center;
    padding-left: 0px;
    justify-content: center;
}
/* How its css end*/
/*Cta css start*/
section.cta{
    background-color: #efeff0;
}
section.cta .head-sec{
    width: 70%;
    margin: auto;
    margin-bottom: var(--m50);
}
section.cta .head-sec h2{
    margin-bottom: 20px;
}
section.cta .head-sec h4{
    margin-bottom: 25px;
}
.cta-item {
    display: inline-block;
    vertical-align: top;
    width: 134px;
    margin: 0 40px;
    position: relative;
}
.cta-item::after{
    content: '';
    background: url(../images/how-arrow.png) no-repeat;
    width: 80px;
    height: 16px;
    position: absolute;
    top: 54px;
    right: -80px;
}
.cta-item:last-child::after{
    display: none;
}
.cta-list {
    text-align: center;
    margin-bottom: 40px;
}
.cta-list img{
    width: auto;
    height: 74px;
    object-fit: contain;
    margin-bottom: 8px;
}
.cta-list p{
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(90, 87, 125, 0.75);
    background-color: #ffffff;
    color: #5a577d;
    /* font-family: "Open Sans"; */
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 12px auto;
}
.cta-list h6{
    font-size: 18px;
    margin-bottom: 0px;
}
.cta-btn{
    text-align: center;
}
.cta-btn .main-btn {
    display: inline-block;
    margin: auto;
}
/*cta css end*/
/*About us css start*/
section.about-us {
    background: var(--white-color);
    /* padding-top: 40px; */
    display: none;
}
section.about-us .container{
    max-width: 980px !important;
    margin:auto;
    text-align:center;
}
section.about-us img{
    /* width: 100%; */
}
section.about-us h4{
    color: #1B1918;
    text-transform: uppercase;
    font-size: 36px;
} 
section.about-us h3{
    font-size: 25px;
    /* font-weight: 700; */
    letter-spacing: 0px;
    color: var(--black-color);
    /* text-transform: uppercase; */
}
section.about-us h3 span{
    color: var(--secondary-color);
}
section.about-us h2{
    color: var(--black-color);
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0;
    /* font-size: 36px; */
}
section.about-us .heading-divider {
    border-color: #8f4646;
    border-width: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 40px;
    height: 4px;
    margin: auto;
    background: var(--btn-color);
    margin-bottom: 30px;
}
section.about-us p{
    margin-bottom: 20px; 
}
section.about-us .main-btn {
    display: flex;
    margin: auto;
    margin-top: 20px;
    /* background: var(--secondary-color); */
    /* border-color: var(--secondary-color); */
    /* color: var(--btn-hover); */
    font-size: 17px;
    width: 190px;
    justify-content: center;
    align-items: center;
    /* gap: 25px; */
}
section.about-us .main-btn:hover{
    opacity:0.9;
}
section.about-us .main-btn i{
    background: var(--white-color);
    color: var(--black-color);
    font-size: 20px;
    width: 42px;
    height: 42px;
    padding: 5px;
    display: flex;
    align-items: center;
    display: none;
    justify-content: center;
    border-radius: 100%;
}
section.about-us .about-image {
    text-align: center;
}
section.about-us .abt-btn {
    margin-top: 30px;
    text-align: center;
}
/*About us css end*/
/*Brand css start*/
section.brand-logo {
    padding: 80px 12px;
}
section.brand-logo h2 span{
    /* color: var(--secondary-color); */
}
section.brand-logo .head-sec{
    margin-bottom: 50px;
}
section.brand-logo .col-3{
    width: 16.66%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.brand-logo .col-3 img{
        width: 100%;
    height: auto;
}
/*Brand css end*/
/* Sign up css */
section.sign-up {
    background: linear-gradient(0deg, rgb(172 196 242) 0%, rgba(172, 196, 242, 1) 1%, rgba(172, 196, 242, 1) 15%, rgba(235, 244, 254, 1) 65%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 80px;
    padding-top: 0px;
}
section.sign-up .col-8{
    display: flex;
    align-items: center;
}
section.sign-up h2{
    /* color: var(--white-color); */
    /* font-size: 45px; */
    margin-bottom: 25px;
}
section.sign-up h2 span{
    /* color:var(--secondary-color); */
}
section.sign-up p{
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
    /* color: var(--white-color); */
}
section.sign-up img{
    width: 93%;
    position: relative;
    right: 0;
    bottom: 0;
}
section.sign-up .col-4{
position: relative;
}
section.sign-up .main-btn {
    display: flex;
    margin-top: 20px;
    /* background: var(--white-color); */
    /* color: var(--black-color); */
    font-size: 17px;
    width: 200px;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
section.sign-up .main-btn:hover{
    /* background: var(--btn-hover); */
    /* color:#fff; */
    opacity: 0.9;
}
section.sign-up .main-btn:hover i{
    background: var(--white-color);
    color: var(--secondary-color);
}
section.sign-up .main-btn i{
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 24px;
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

/* Blog css */
section.blog-section {
    /* background: linear-gradient(180deg, rgba(0,56,168,1) 0%, rgba(0,56,168,1) 15%, rgba(172,196,242,1) 58%, rgba(235,244,254,1) 82%, rgba(255,255,255,1) 100%); */
    padding-top: 0;
    padding-bottom: 0;
}
section.blog-section .head-sec{
    margin-bottom: 50px;
}
section.blog-section .head-sec h2{
    /* color: var(--white-color); */
    /* font-size: 40px; */
}
section.blog-section .blog-page .upper-sec {
    position: relative;
    overflow: hidden;
    height: auto;
    border-radius: 12px;
}
section.blog-section .blog-page .upper-sec a {
    -webkit-transition: .35s;
    transition: .35s;
    position: relative;
    display: inline-block;
    width: 100%;
    /* border-radius: 12px; */
}
section.blog-section .blog-page .upper-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .4s;
    transition: .4s;
}
section.blog-section .blog-page .upper-sec a:after {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: .4s linear;
    transition: .4s linear;
}
section.blog-section .blog-page:hover .upper-sec img {
    /* -webkit-transform: scale(1.1); */
    /* transform: scale(1.1); */
}
section.blog-section .blog-page {
    background: transparent;
}
section.blog-section .blog-page:hover{
    opacity:0.7;
}
section.blog-section .col-4{
    width:32.5%;
}
section.blog-section .row{
    justify-content:space-between;
}
section.blog-section .blog-page .date-sec {
    background: var(--secondary-color);
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    padding: 10px 15px;
    line-height: 1;
    font-weight: 600;
}
section.blog-section .blog-page .date-sec span{
    font-size:14px;
}
section.blog-section .blog-page img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
section.blog-section .blog-page .bottom-sec {
    /* -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 5%); */
    /* box-shadow: 0 5px 20px 0 rgb(0 0 0 / 5%); */
    background: transparent;
    padding: 0;
}
section.blog-section .blog-page p.read {
    font-size: 15px;
    margin-bottom: 0px;
}
section.blog-section .blog-page .admin-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.blog-section .blog-page .admin-area .admin {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: var(--f14);
    color: var(--primary-color);
}
section.blog-section .blog-page .admin-area .admin i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-right: 6px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    padding: 2px;
    border: 2px solid var(--secondary-color);
}
section.blog-section .blog-page .admin-area .category a {
    color: var(--secondary-color);
    font-size: var(--f14);
    font-weight: 700;
}
section.blog-section .blog-page .bottom-sec h3 {
    margin-top: var(--m15);
    font-size: var(--f20);
    height: auto;
    overflow: hidden;
}
section.blog-section .blog-page .bottom-sec h3 a{
    color:var(--black-color);
}
section.blog-section .blog-page .blog-content p{
    font-size:20px;
}
section.blog-section .blog-page .main-btn {
    display: flex;
    margin-top: 20px;
    /* background: var(--white-color); */
    /* color: var(--btn-hover); */
    font-size: 19px;
    width: 210px;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}
section.blog-section .blog-page .main-btn i{
    background: var(--white-color);
    color: var(--black-color);
    font-size: 20px;
    width: 37px;
    height: 37px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
section.blog-section a.main-btn{
    display: flex;
    width: 190px;
    align-items: baseline;
    justify-content: center;
    gap: 30px;
    margin: auto;
    font-size: 17px;
    margin-top: 30px;
}


.tiny {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper--bottom {
      animation-direction: reverse;
}
.swiper-wrapper{
  -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important; 
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
section.brand-sec {
    padding: 120px 0;
}
section.brand-sec .container-fluid{
    padding-left:0;
    padding-right:0;
}
@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.blog-btn a.more-btn {
    font-size: 17px;
    text-align: center;
    display: block;
    margin-top: 30px;
    font-weight: 700;
}
.blog-btn a.more-btn:hover{
    opacity:0.9;
}