@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,800&family=Quicksand:wght@500;600;700&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,800&family=Merriweather:wght@300;400&Dancing+Script:wght@400;500;600&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800&familyfamily=Roboto+Slab:wght@100;200;300;400&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400;1,500&family=Rubik:ital,wght@0,300;0,400;0,500;1,300&display=swap');
*{
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
font-family: 'Quicksand', sans-serif;

  }
 a{
    text-decoration: none;
  } 
  h1,h2,h3,h4,h5{
   font-family: 'Poppins', sans-serif;
  }   
 :root {
 --red: #524f4f;
 --yellow: #f1bc31;
 --dark-blue:#202040;
 }    
 .fw-5{
  font-weight: 500;
 }
 .fw-6{
  font-weight: 600;
 }
 .fw-7{
  font-weight:700;
 }
 .fs-12{
  font-size: 12px;
 }
 .fs-13{
  font-size: 13px;
 }
 .fs-14{
  font-size: 14px;
 }
 .p_tp{
  padding:60px 0;
 }
 h1, h2 ,h3 ,h4, h5{
 
 font-size: 30px;
 font-weight: 600;
 }
 h1{
  font-size: 30px;
  font-weight: 600;
  color: blue;
 }
 .section-title{
  text-align: center;
 }
 .section-title h5 {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #4a09d8;
    text-transform: uppercase;
    font-family: 'Quicksand';
}
 .section-title h5:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #4112de;
    top: 7px;
    left: 44%;
}
.section-title h5:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #4112de;
    top: 7px;
    right: 44%;
}
.section-title h1 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Quicksand';
    color: #161616;
    text-transform: capitalize;
    margin-top: 0px;
}
 h2{
  color: #000;
 }
 h2:after{

 }

.landing-animation {
    background: linear-gradient( 72.12deg, #6c05b5 0%, #6406be 34.72%, #4409de 75.75%, #0ac2df 100% );
    height: 100vh;
    overflow: hidden;
    text-align: center;
    font-size: 28px;
}

/* Sine Wave Animation Effect */

.svg-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 180px;
  }
  
  @media (max-width: 767px) {
    .svg-waves {
      height: 80px;
    }
  }
  
.svg-waves__parallax > use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
            animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  }
  
  .svg-waves__parallax > use:nth-child(1) {
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
    fill: rgba(255, 255, 255, 0.7);
  }
  
  .svg-waves__parallax > use:nth-child(2) {
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    fill: rgba(255, 255, 255, 0.5);
  }
  
  .svg-waves__parallax > use:nth-child(3) {
    -webkit-animation-delay: -4s;
            animation-delay: -4s;
    -webkit-animation-duration: 13s;
            animation-duration: 13s;
    fill: rgba(255, 255, 255, 0.3);
  }
  
  .svg-waves__parallax > use:nth-child(4) {
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    fill: white;
  }
  
  @-webkit-keyframes move-forever {
    0% {
      transform: translate3d(-90px, 0, 0);
    }
    100% {
      transform: translate3d(85px, 0, 0);
    }
  }
  
  @keyframes move-forever {
    0% {
      transform: translate3d(-90px, 0, 0);
    }
    100% {
      transform: translate3d(85px, 0, 0);
    }
  }
  

/*--------back-to-top---------- */
.back-to-top.active{
  visibility: visible;
  opacity: 1;
}
.back-to-top i {
  font-size: 17px;
  color: #fff;
  line-height: 0;
}
.back-to-top {
  position: fixed;
  opacity: 1;
  right: 12px;
  bottom: 15px;
  z-index: 996;
  background: var(--yellow);
  width: 35px;
  height: 35px;
  border-radius: 4px;
  transition: all 0.4s;
}
/*--------Pre-loader---------- */
/*.loader {
width: 48px;
height: 48px;
margin: auto;
position: relative;
}

.loader:before {
  content: '';
  width: 48px;
  height: 5px;
  background: #f0808050;
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow324 0.5s linear infinite;
}

.loader:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #f08080;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  animation: jump7456 0.5s linear infinite;
}

@keyframes jump7456 {
  15% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, .9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes shadow324 {

  0%,
    100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}*/
/*---------- #header ----------*/

#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 5px;
    background-image: linear-gradient(45deg, #7404ad, #270dfd);
}

#header.header-scrolled, #header.header-inner-pages {
    box-shadow: 0px 0px 7px 0px;
    margin-top: 0px;
    background-image: linear-gradient(45deg, #113c7a, #115c91);
}

.navbar .navbar-nav .nav-link{
  padding: 12px 30px;
    color: #fffefe;
    font-weight:600;
    font-size: 18px;
    letter-spacing: 1.3px;
    transition: 0.4s ease-in-out;
    position: relative;
}

 .navbar .navbar-nav .nav-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 30px;
    height: 2px;
    z-index: 1;
    top: 42px;
    left: 10px;
    border-radius: 10px;
}
.navbar .navbar-nav .nav-link:hover{
 transform: translateY(-5px);
 color: #fff;

}
.navbar .nav-item{
 padding: 8px 15px;
}
 .nav-item .dropdown-sec li {
  padding: 0;
  border-bottom: 1px solid #f1f1f1;
}
.dropdown-sec{
  position: absolute;
  box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
  background: #fff;
  border:none;
  top: 80px;
  left: 0;
  width: 230px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility:hidden;
  border-radius: 3px;
  transition: 0.3s all ease-in-out;
  padding: 0px;
  text-align: left;
  margin: 10px 0 0;
}
.navbar .navbar-nav .nav-item:hover .dropdown-sec {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
    padding: 13px 15px!important;
    font-weight: 600!important;
}
/*--------------home-btn----------------*/
.home-btn {
    --color: #ff671f;
    font-family: inherit;
    display: inline-block;
    width: 9em;
    height: 2.9em;
    line-height: 2.8em;
    margin: 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color .5s;
    z-index: 1;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
    color: var(--color);
    background: transparent;
}
.home-btn:before {
 content: "";
 position: absolute;
 z-index: -1;
 background: var(--color);
 height: 150px;
 width: 200px;
 border-radius: 50%;
}

.home-btn:hover {
 color: #fff;
}

.home-btn:before {
 top: 100%;
 left: 100%;
 transition: all .7s;
}

.home-btn:hover:before {
 top: -30px;
 left: -30px;
}

.home-btn:active:before {
 background: #3a0ca3;
 transition: background 0s;
}
/*-----hero-banner-bg-------*/
.hero-bg-1{
  padding-top: 13%;
}
.hero-text-sec h2{
  font-size: 33px;
  color: #ffff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: 'Quicksand';
  display: inline-block;
  text-align: left;
}
.hero-text-sec p{
  font-size: 13px;
    text-align: left;
    line-height: 1.7;
    color: rgb(185 185 185);
    letter-spacing: 0.7px;
    font-weight: 500;
}
.hero-btn {
    margin-top: 20px;
    padding: 11px 36px!important;
    background: #ff671f!important;
    border: 1px solid #ff671f!important;
    color: #5c13cf!important;
    border-radius: 4px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
    font-size: 14px!important;
    margin-right: 15px;
    font-weight: 600!important;
}
.hero-btn-2{
    margin-top: 20px;
    padding: 11px 36px!important;
    border: 1px solid  #ff671f!important;
    color:  #ff671f!important;
    border-radius: 4px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
    font-size: 14px!important;
    margin-right: 15px;
    font-weight: 600!important;
    transition: 0.4s ease-in-out;
}
.hero-btn:hover{
  transition: 0.6s ease-in-out ;
 transform: scale(1.05);
background: transparent!important;
color:   #ff671f!important;
}
.hero-btn-2:hover{
 background:  #ff671f!important;
 color: #5c13cf!important;
  transition: 0.6s ease-in-out ;
 transform: scale(1.05);
}
.img-sec{
  width: 100%;
  height: 100%;
}
.img-sec img{
  height: 100%;
  width: 100%;
  animation: zoom-in-zoom-out infinite 2s;
 transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
@keyframes zoom-in-zoom-out{
  0%{
    transform: translateY(-10px);
 
  }
  50%{
    transform: translateY(10px);
 
  }
  100%{
    transform: translateY(-10px);
 
  }
}

/*--------------About section------------------*/

.abt-sec{

}
.about-style1__image {
    position: relative;
    display: block;
    max-width: 585px;
    margin-right: -15px;
}
.about-style1__image .shape-1 {
    position: absolute;
    top: 60px;
    left: -100px;
    width: 120px;
    height: 170px;
    background-color: #300cf4;
    -moz-transform: skew(20deg,0deg);
    -webkit-transform: skew(20deg,0deg);
    -o-transform: skew(20deg,0deg);
    -ms-transform: skew(20deg,0deg);
    transform: skew(20deg,0deg);
    z-index: 2;
  }
.about-style1__image .shape-2 {
    position: absolute;
    top: 230px;
    left: -170px;
    width: 80px;
    height: 80px;
    background-color:#ff671f;
    -moz-transform: skew(20deg,0deg);
    -webkit-transform: skew(20deg,0deg);
    -o-transform: skew(20deg,0deg);
    -ms-transform: skew(20deg,0deg);
    transform: skew(20deg,0deg);
    z-index: 2;
}
.about-style1__image .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-bg);
    z-index: 1;
}
.about-style1__image .inner::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,.7) 0%,rgba(255,255,255,.1) 100%);
    transform: skewX(1deg);
    z-index: 1;
}
p{
line-height: 2;
    color: rgb(16 16 16 / 95%);
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 14px;
}
.abt-sec ul li{
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
}
.abt-sec ul li i {
    font-size: 15px;
    color: #4a09da;
    margin-right: 8px;
    text-shadow: 0px 0px 7px;
}
/*----------------progress-circle------------------------*/

.services-block-three{
  margin-bottom" 30px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    text-decoration: none;
}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #4509dd;
    border-right: 2px solid #4509dd;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #4509dd;
    border-left: 2px solid #4509dd;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
    text-align: left;
    padding: 18px 0;
}
.services-block-three h4 {
    color: #4a09d8;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
}
.services-block-three p {
    margin-bottom: 0;
    color: #757575;
    text-align: left;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}


.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}


.section-padding {
    padding: 100px 0;
}

.counter-area {
    text-align: center;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}
.counter-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(4,14,47);
    background: radial-gradient(circle, rgba(4,14,47,1) 0%, rgba(6,3,31,1) 100%);
    height: 292px;
    opacity: 0.7;
    width: 100%;
}

.counter-contents h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
    word-spacing: -10px;
    opacity: 0.9;
}
.counter-contents h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    opacity: 0.9;
}

.hero-box-1 {
    height: 250px;
}
.hero-box-1 i {
    font-size: 40px;
    color: #4509dd;
}
.card-box:hover{
  box-shadow: 0px 0px 7px 0px;
  transform: translateY(-20px);
  transition: 0.5s;
}
.hero-box-1 h5 {
    color: #323030!important;
    font-size: 16px;
    font-weight: 600;
}

.icon-content h4 {
    font-size: 18px;
    font-weight: 600;
    font-weight: 700;
    color: #4509dd;
    margin-left: 5px;
   
}
.about-img img {
    width: 60%;
    height: 420px;
    margin-left: 75px;
    /* margin-right: 100px; */
}
.icon-content i {
    font-size: 18px;
    padding: 8px;
    width: 36px;
    height: 36px;
    align-items: center;
    margin-right: 5px;
    text-align: center;
    margin-left: -12px;
    background:  #4509dd;
    color: #fbfbfb;
    border-radius: 40px;
    box-shadow: 0px 0px 25px 0px rgb(64 164 161 / 50%);
    transition: 0.4s;
}
.icon-content i:hover {
    background: #4509dd;
    transform: translateY(-10px);
}
.about-sec a{
  text-decoration: none;
}
/*-------------blog-section-------------*/
.bg-grey {
    background-color: #fafbfc;
}
.pt-100 {
    padding-top: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.blog-item {
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
    box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 30px 0;
}
.blog-item  img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}
.blog-item .single-blog-item {
    border-top: none;
    padding: 20px 25px;
}
.blog-item .single-blog-item .blog-list {
    padding-left: 0;
    margin-bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.blog-item .single-blog-item .blog-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    color: #4509dd;
}
.blog-item .single-blog-item .blog-list a {
    color: #4509dd;
    text-decoration: none;
}
.blog-item .single-blog-item .blog-list li i {
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.blog-item .single-blog-item .blog-content {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.blog-item .single-blog-item .blog-content h3 {
    color: #0b0b31!important;
    font-size: 20px;
    margin: 10px 0px 10px 0;
    line-height: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 32px;
}
.blog-item .single-blog-item .blog-content a {
    text-decoration: none;
    color: #0b0b31!important;
    font-size: 18px;
    margin: 12px 0px 10px 0;
    line-height: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 32px;
    font-weight: 700;
}

.blog-item .single-blog-item .blog-content p {
    margin: 0;
    font-size: 15px;
    color: #6a6c72;
    font-weight: 400;
}
.blog-item .single-blog-item .blog-content .blog-btn {
    margin-top: 15px;
}

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #071c34;
  padding: 30px 0px;
}

.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
    color: #18029d;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}
.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #dfdede;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #dfdede;
    width: 100%;
    height: 100px;
    padding: 12px 16px;
    border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
    background: #ff671f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}

.contact-page{
        border: 1px solid #dfdfdf;
    box-shadow: 0px 0px 7px 0px;
    border-radius: 11px;
    padding: 20px 15px;
    
}

.contact-icon {
    width: 55px;
    border-radius: 50%;
    float: left;
    height: 55px;
    text-align: center;
    padding: 4px;
    margin-right: 19px;
    background: #ff671f;
}
.contact i {
    border-radius: 50%;
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px dashed rgba(336,336,336,0.5);
    width: 100%;
    height: 100%;
}
.bg-primary-gradient-2{
    background: linear-gradient(179deg, #18029d 45.93%, #ff3562 98.7%);
}
.breadcrumb-area nav ol li {
    color: #fff;
    font-weight: 500;
}
.breadcrumb-area h2{
    font-size: 52px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;

}
.lineUp {
  animation: 2s anim-lineUp ease-out infinite;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.breadcrumb-area nav ol li a {
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    text-decoration: none;
}
.breadcrumb-area {
    padding: 190px 0 140px 0;
}
.text-bg-section {
    padding-top: 90px;
    background-repeat: no-repeat;
    background: url(https://img.freepik.com/free-photo/green-paint-brush-textured-background_53876-104801.jpg?w=1060&t=st=1686130861~exp=1686131461~hmac=033e370367946109a2fca0bba8267cdb3943fc5584215e240e235a8906c37dbc) no-repeat;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.text-bg-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(24 2 157);
    height: 400px;
    width: 100%;
    opacity: 0.6;
}
.text-bg-section h2 {
    text-align: center;
    padding-top: 10%;
    font-size: 40px;
    font-weight: 900;
    color: var(--color-2);
    /* text-shadow: 0px 0px 7px; */
}
div.ball {
    background-color: #b8bb23;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    mix-blend-mode: difference;
    /* border: 1px solid #450ade; */
    padding: 10px;
    margin: 7px;
    line-height: 20px;
 
}
/*div.ball::after{
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  background: red;
  width: 5px;
  height: 5px;
}
*/

.footer {
    background-color: #4509dd;
}
.pt-100 {
    padding-top: 20px;
    margin-top: 30px;
}
.pb-60 {
    padding-bottom: 60px;
}
.footer-widget {
    margin-bottom: 60px;
}
.logo {
    max-width: 160px;
}
.mt-30 {
    margin-top: 30px;
}
.d-inline-block {
    display: inline-block !important;
}
.footer-widget .social-nav li {
    display: inline-block;
}
 .social-nav li a {
    width: 40px;
    height: 40px;
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    z-index: 1;
    text-decoration: none;
}
 .social-nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(95.45deg, #1C40F2 98.23%, #0082F8 0.64%);
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
}
.footer-widget {
    margin-bottom: 60px;
}
.footer-widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 3px;
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
}
.footer-widget .footer-nav li a {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    line-height: 38px;
}
.footer-widget .footer-sb-form input[type=email] {
    width: 100%;
    padding: 20px 100px 20px 20px;
    background-color: #293571;
    border-radius: 5px;
    border: 0;
    color: #fff;
}
.footer-widget .footer-sb-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    background: darkblue;
}
.footer-copyright {
    padding: 15px 0;
    background-color: #371adf;
}
.footer-copyright .copyright-links a {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-left: 15px;
}
.footer-copyright .copyright-links a+a {
    position: relative;
    text-decoration: none;
}
.footer-copyright .copyright-links a+a::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    width: 1px;
    height: 25px;
    background-color: #003a91;
    text-decoration: none;
}
.footer-widget .footer-nav li a:hover::before {
    opacity: 1;
    color: #1c40f2;
}
.footer-widget .footer-nav li a:hover {
    padding-left: 15px;
    color: #1c40f2;
}
.footer-widget .footer-nav li a::before {
    content: "//";
    position: absolute;
    left: -3px;
    top: -7px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

 .hero-abt-bg {
    background: linear-gradient( 72.12deg, #1805b5 0%, #5a23b1 34.72%, #840cf2 75.75%, #780add 100% );
    height: 370px;
    width: 100%;
    margin-top: 120px;
    background-repeat: no-repeat;
}
  .abt-text{
    padding-top: 140px;
    padding-left: 50px;
}
.abt-text h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}
.abt-img {
    margin-top: 7px;
    width: 95%;
    height: auto;
}
.abt-img img {
    width: 100%;
    height: auto;
}
.service-img {
    margin-top: 10px;
    width: 65%;
    height: auto;
}
.service-img img {
    width: 100%;
    height: auto;
}