html {
  scroll-behavior: smooth;
}
body{
    font-family: 'Josefin Sans', sans-serif;
}
.header-main {
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.index-body .container{
    max-width: 1310px;
}
.header-main.index-header .navbar .nav-link {
    position: relative;
    padding: 5px 18px 5px;
    font-size: 13px;
    color: #fff !important;
    font-weight: 400;   
}
.header-main.index-header .navbar .nav-link:hover,
.header-main.index-header .navbar .active .nav-link{
    font-weight: 600;
}
/*.header-main.index-header .navbar .nav-link::before {
    position: absolute;
    bottom: -5px;
    background-color: #ddd;
    width: 0%;
    height: 1px;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.header-main.index-header .navbar .nav-link:hover::before, .header-main.index-header .navbar .nav-link.active::before {
    width: 75%;
}*/
.header-main.index-header.bg-color {
    background: #371f74; /* Old browsers */
background: -moz-linear-gradient(left, #371f74 0%, #88158c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #371f74 0%,#88158c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #371f74 0%,#88158c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    padding: 5px;
}
.header-main.index-header .navbar-brand img{
  height: 85px;
}
.header-main.index-header.bg-color .navbar-brand img{
  height: 60px;
}
.header-main.index-header {
    background-color: transparent;
    box-shadow: none;
    padding: 5px 0;
}
.header-main.index-header .navbar .nav-link {
    font-weight: 300;
    text-transform: uppercase;
}
.navbar-light .navbar-brand {
    margin-left: 0px;
}
.header-main.index-header{
  background-color: transparent;
  box-shadow: none;
  padding: 5px 0;
}
.header-main.index-header .navbar {
    padding: 5px;
}
.sec-banner {
    height: 100vh;
    background-image: url(../images/new-img/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-inner-text h2 {
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 80px;
    margin-top: 75px;   
}
.banner-inner-text a {
    display: inline-block;
    background-color: #fff;
    font-size: 18px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    padding: 10px 25px;
    font-weight: 600;
}
.banner-inner-text a span{
  background: -webkit-linear-gradient(left,#371F74, #88158C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
}

.banner-slider .slick-arrow {
    background-color: transparent !important;
    height: 50px;
    width: 50px;
    display: block;
    z-index: 10;
    border-radius: 10px;
}
.banner-slider .slick-prev.slick-arrow {
    right: auto;
    bottom: -20px;
    left: 10px;
    top: 50%;
}


.banner-slider .slick-prev.slick-arrow::before {
    background-image: url(../images/new-img/arrow-left.png);
    content: "";
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
}
.banner-slider .slick-next.slick-arrow {
    right: 10px;
    left: auto;
    top: 50%;
    bottom: -20px;
}
.banner-slider .slick-next.slick-arrow::before {
    background-image: url(../images/new-img/arrow-right.png);
    content: "";
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
}




.about-us{
    background-color: #fff;
    padding: 100px 0 50px;
}
.main-heading-index {
    font-size: 45px;
    color: #2d3038;
    text-align: center;
    font-weight: 900;
    position: relative;
    margin-bottom: 40px;
}
.main-heading-index::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 2px;
    width: 110px;
    background-color: #1b1b1b;
    margin: 0 auto;
}
.about-side-box {
    position: relative;
    padding-left: 90px;
    padding-right: 20px;
    margin: 70px 0;
}
.about-side-box .img-box {
    position: absolute;
    width: 55px;
    left: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
}
.about-side-box .img-box img{
width: 100%;
}
.about-side-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.about-side-box p {
    font-size: 14px;
    line-height: 20px;
}
.mobile-img {
    padding: 40px 0;
    position: relative;
    height: 730px;
    width: 405px;
    margin: 0 auto;
    text-align: center;
    /* object-fit: contain; */
}
.mobile-img .mockup-slider{
   position: absolute;
    width: 273px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    top: 115px; 
}
.mobile-img .mockup-slider .inner-box {
   width: 100%;
   height: 100%;
   object-fit: contain; 
}

.mt-30{
    margin-top: 30px;
}
.about-side-box.for-right {
    padding-left: 20px;
    padding-right: 90px;
    text-align: right;
}
.about-side-box.for-right .img-box{
    left: auto;
    right: 15px;
}

.banner-slider.slick-initialized .slick-slide{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.dwnload-sec{
    background-color: #861990;
    padding: 50px 0;
}
.dwnload-sec .main-heading-index.color-white {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
.main-heading-index.color-white {
    color: #fff;
    margin-bottom: 20px;
}
.main-heading-index.color-white::after{
    content: none;
}
.dwnload-sec a{
display: inline-block;
}
.dwnload-sec a img {
    height: 45px;
    margin: 0 10px;
}
.roadmap-sec {
    background-image: url(../images/new-img/img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding: 100px 0 0;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-top: 80px;
    margin-bottom: 0;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline h3 {
    position: relative;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    top: -20px;
}
.timeline > li {
    margin-bottom: 120px;
    position: relative;
    margin-top: 140px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
    width: 40%;
    float: none;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 30px 30px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    margin-left: 10%;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid rgba(255,255,255,0.8);
  border-right: 0 solid rgba(255,255,255,0.8);;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 51%;
    margin-left: -25px;
    background-color: #fff !important;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    /* float: right; */
    margin-left: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 900;
}
.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-body > p i {
    margin-top: 15px;
    display: block;
    font-weight: 700;
}
.blog-sec{
  padding: 100px 0;
}
.blogs-inner-box{
margin: 20px 20px;
border: 1px solid #ddd;
line-height: 0;
}
.blogs-inner-box img {
    height: 235px;
    width: 100%;
    object-fit: cover;
}
.blogs-inner-box h4 {
    font-size: 18px;
    font-weight: 900;
}
.blogs-inner-box p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0;
}
.blogs-inner-box p i {
    font-size: 12px;
    margin-bottom: 8px;
    display: block;
}
.blogs-inner-box .inner-text{
padding: 15px;
line-height: initial;
}
.read-all-link{
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 20px;
}
.contact-us{
  padding: 10px 0 100px;
}
.container-padding{
  padding: 0 30px;
}
.contact-form-new{
margin: 40px 0 20px;
}
.contact-form-new .form-group{

}
.contact-form-new .form-group .form-control {
    background-color: #F2F2F2;
    border: none;
    padding: 15px;
    font-size: 15px;
    color: #000;
    margin: 15px 0;
}
.contact-form-new .form-group .form-control::placeholder{
  color: #bbb;
}
.purple-btn-index {
    background: #371f74;
    background: -moz-linear-gradient(left, #371f74 0%, #88158c 100%);
    background: -webkit-linear-gradient(left, #371f74 0%,#88158c 100%);
    background: linear-gradient(to right, #371f74 0%,#88158c 100%);
    display: inline-block;
    padding: 10px 40px;
    min-width: 150px;
    font-size: 18px;
    color: #fff !important;
    text-decoration: none !important;
}
.address-info {
    text-align: center;
    max-width: 270px;
    margin: 50px auto 0px;
}
.address-info h4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
}
.address-info img {
    height: 35px;
    width: 35px;
    object-fit: contain;
    margin-bottom: 18px;
}
.footer-box{
      background-color: #861990;
    padding: 30px 0; 
}
.footer-box .extra-links ul {
    padding-left: 0;
} 
.footer-box .extra-links ul li {
    list-style: none;
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 14px;
}
.footer-box .extra-links ul li a {
    color: #fff;
    text-decoration: none;
    outline: none;
    display: block;
}
.footer-box .extra-links.social-links ul{
text-align: right;
}
.footer-box .extra-links.social-links ul li{
  
}
.footer-box .extra-links.social-links ul li a{
  font-size: 25px;
}
.copy-right p {
    margin-bottom: 0;
    font-size: 12px;
    color: #eee;
    margin-top: 30px;
}
.align-item-center{
  align-items: center;
}

.blog-details{
    
    padding: 140px 0 40px;
    position: relative;
}
.blog-details::after {
    background: #371f74;
    background: -moz-linear-gradient(left, #371f74 0%, #88158c 100%);
    background: -webkit-linear-gradient(left, #371f74 0%,#88158c 100%);
    background: linear-gradient(to right, #371f74 0%,#88158c 100%);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
    width: 100%;
    z-index: -1;
}
.blog-details .blog-details-inner{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: justify;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.blog-details .blog-details-inner h3 {
    color: #371f74;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0px 0 20px 0;
}
.blog-details .blog-details-inner img{
    width: 100%;
    border: 1px solid #eee;
}
.blog-details .blog-details-inner h5{
color: #371f74;
font-weight: 600;
font-size: 20px;
text-transform: uppercase;
margin-top: 30px;
}
.blog-slider .slick-dots {
    bottom: -20px;
}
.slick-dots li button {
    text-align: center;
}
.blog-slider .slick-dots li button:before {
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #371f74;
    content: "" !important;
    border-radius: 50%;
    opacity: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.blog-slider .slick-dots li.slick-active button:before {
    background-color: #371f74 !important;
    opacity: 1;
}
.blog-slider.slick-initialized .slick-slide {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.sidenav-right {
    float: left;
    width: 100px;
    height: 35px;
    background: #371f74;
    cursor: pointer;
    color: #fff;
    line-height: 1;
    font-size: .875em;
    padding: 10px;
    transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    left: -34px;
    text-align: center;
    z-index: 10000;
}
.sidenav-right a{
	color: #fff;
	text-decoration: none;
}



@media (max-width: 1200px){

.mobile-img {
    padding: 40px 0;
    position: relative;
    height: 730px;
    width: 405px;
    margin: 0 auto;
    text-align: center;
    /* object-fit: contain; */
}
.mobile-img .mockup-slider{
   position: absolute;
    width: 273px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 115px; 
}

}
@media (max-width: 1200px){

.mobile-img {
    padding: 40px 0;
    position: relative;
    height: 730px;
    width: 295px;
    margin: 0 auto;
    text-align: center;
    /* object-fit: contain; */
}
.mobile-img .mockup-slider{
   position: absolute;
    width: 246px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    top: 108px; 
}


}



@media (max-width: 768px){


.mobile-img {
    width: 290px;

}
.mobile-img .mockup-slider{
   position: absolute;
    width: 245px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    top: 105px; 
}
.blog-details {
    padding: 110px 0 40px;
}
.blog-details .blog-details-inner h3 {
    font-size: 24px;
}
.blog-details .blog-details-inner {
    padding: 15px;
}

.navbar-light .navbar-toggler {
    background-color: #fff;
    padding: 3px 6px;
}
.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}
.header-main.index-header .navbar-brand img {
    height: 50px;
}
.header-main.index-header.bg-color .navbar-brand img {
    height: 40px;
}
.header-main.index-header .navbar {
    padding: 0;
}
.banner-inner-text h2 {
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.about-us {
    padding: 50px 0 40px;
}
.main-heading-index {
    font-size: 30px;
    margin-bottom: 30px;
}
.about-side-box {
    padding-left: 70px;
    padding-right: 0;
    margin: 30px 0;
}
.about-side-box .img-box {
    left: 0;
}
.about-side-box.for-right {
    padding-left: 70px;
    padding-right: 0;
    text-align: left;
}
.about-side-box.for-right .img-box {
    left: 0;
    right: auto;
}
.dwnload-sec .main-heading-index.color-white {
    margin-bottom: 15px;
    font-size: 24px;
}
.dwnload-sec a img {
    height: 30px;
    margin: 0 8px;
}
.roadmap-sec {
    padding: 50px 0 0;
}
.timeline:before {
    left: 30px;
}
.timeline h3 {
    width: 50px;
    height: 50px;
    margin: 0 auto 0 5px;
    font-size: 12px;
}
.timeline > li.timeline-inverted {
    padding-left: 0;
}
.timeline > li > .timeline-badge {
    width: 20px;
    height: 20px;
    left: 20px;
    margin-left: 0;
}
.timeline > li.timeline-inverted > .timeline-panel {
    /* float: right; */
    margin-left: 60px;
}
.timeline > li > .timeline-panel {
    padding: 15px;
    margin-left: 10%;
    width: 75%;
}
.timeline > li {
    margin-bottom: 30px;
    margin-top: 40px;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted), .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: 0;
}
.timeline > li:not(.timeline-inverted) {
    padding-right: 0;
}
.timeline > li:not(.timeline-inverted) .timeline-panel {
    margin-left: 19%;
}
.timeline > li:not(.timeline-inverted) > .timeline-panel:after {
    border-left: 0 solid rgba(255,255,255,0.8);
    border-right: 14px solid rgba(255,255,255,0.8);
    left: -14px;
    right: auto;
}
.timeline > li:not(.timeline-inverted) > .timeline-panel:before {
    border: none;
}
.container-padding {
    padding: 0;
}
.blog-sec {
    padding: 30px 0;
}
.contact-form-new {
    margin: 20px 0 20px;
    padding: 0 20px;
}
.address-info {
    max-width: 100%;
    margin: 25px auto 0px;
}
.contact-us {
    padding: 10px 0 40px;
}
.footer-box .extra-links ul li {
    padding: 0 10px 0 0;
}
.footer-box .extra-links ul {
    text-align: center;
}
.copy-right p {
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}
.footer-box .extra-links.social-links ul {
    text-align: center;
    margin-bottom: 0;
}
.blogs-inner-box .inner-text {
    display: none !important;
}
}


@media (max-width: 420px){

.banner-inner-text h2 {
    font-size: 24px;
}



}