h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit';
  } 
  p, li, a, span, label {
  font-family: 'Inter'; 
  }
  a{
  text-decoration: none;
  color: #000;
  }
  a:hover{
  color:#000;
  }
  .logo-sec img{
  width: 200px;
  padding: 25px 0 0 0;
  }
/* readmore */

.hidden {
    display: none;
  }
  .hidden-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
  }
  
  .show-text {
    max-height: 1000px;
  }
  .readmore-btn {
    background-color: transparent;
    text-decoration: underline;
    border: none !important;
}

  #videoPlayer{
  border-radius: 30px;
  width: 100%;
  }
  .head{
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  position: relative; 
  }
  #background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  }
  #background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  .content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 20px;
  }
  .head-abt{
  background-image: url(../img/about-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 712px;
  position: relative; 
  }
  
  /* Modal */
  
  .modal-dialog{
  max-width: 100%;
  background-image: url(../img/menu-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  }
  .modal-body{
  padding: 40px 70px 40px 70px;
  }
  .modal-content{
  background-color: transparent;
  border: none;
  }
  .modal-content img{
  width: 200px;
  
  }
  .btn-close::before{
  content: 'Close';
  position: absolute;
  right: 120%;
  top:0
  }
  .social-media a{
    font-size: 20px !important;
  }
  .main-menu {
  padding-top: 50px;
  padding-bottom: 50px;
  }
  .main-menu ul li{
  padding-bottom: 40px;
  list-style: none;
  color: #fff;
  font-size: 46px;
  }
  .mob-screen{
  display: none;
  }
  .main-menu a{
  color: #fff;
  opacity: .8;
  font-family: 'Outfit' !important;
  }
  .main-menu a:hover{
  opacity: 1;
  text-decoration: underline;
  } 
  .wwd p{
      font-size: 26px !important;
      line-height: 42px;
  }
  .wwd h1{
      font-weight: 600;
  }
  .sub-menu {
  display: none;
  }
  .main-menu{
  position: relative;
  }
  .services:hover::after{
  content: url(../img/service-arrow.png);
  position: absolute;
  padding-top: 10px;
  }
  .contact-text p{
  font-size: 22px;
  opacity: .7;
  }
  /* .sub-menu{
  padding-top: 50px;
  padding-left: 100px;
  }  */
  .sub-menu hr{
  color: #a3a1a1;
  }
  .sub-menu ul li{
  list-style: none;
  font-size: 24px;
  }
  .sub-menu a{
  color: #fff;
  transition: color 0.4s;
  font-size: 22px;
  }
  .social-media a{
    color: #fff;
  }
  .social-media a:hover{
    text-decoration: underline !important;
  }
  
  .sub-menu li a:hover::before{
  content: url(../img/arrow.png);
  padding-right: 20px;
  transition: padding-right 0.4s;
  }
  .btn-close{
  float: right;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(44deg) brightness(104%) contrast(101%);
  }
  .pl-100 {
  border-top: 1px solid #606060;
  padding-top: 25px;
  padding-bottom: 10px;
  }
  .pl-100 p{
  color: #fff;
  margin-bottom: 2px;
  }
  .pl-100 span{
  font-size: 15px;
  color: #fff;
  }
  .pl-100 a{
  color: #fff;
  }
  .curser-point i{
  background-image:linear-gradient(to right, #002581 , #321F78, #592462, #BE332D, #EB3A16);
  border-radius: 100%;
  padding: 14px;
  transition: background 0.5s ease;
  }
  .curser-point a{
  background-image:linear-gradient(to right, #002581 , #321F78);
  background-repeat: no-repeat;
  background-size: 0;
  width: 250px;
  margin: auto;
  border-radius: 100px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 10px;
  }
  .curser-point a:hover{
  color: #fff;
  background-image:linear-gradient(to right, #002581 , #321F78, #592462, #BE332D, #EB3A16);
  background-repeat: no-repeat;
  background-size: 300px;
  width: 250px;
  margin: auto;
  border-radius: 100px;
  transition: .3s;
  }
  .curser-point a:hover i{
  background-image:linear-gradient(to right, #002581 , #321F78);
  transition: background 0.5s ease-in-out;
  }
  .pa-120{
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  }
  .pa-70{
  padding-top: 60px;
  padding-bottom: 30px;
  }
  .contact-text p{
  padding-top: 20px;
  }
  
  .menu-sec{
  text-align: right;
  padding-top: 30px;
  display: inline-block;
  position: relative;
  display: inline-block;
  }
  .menu-sec a{
  color: #fff;
  margin-right: 20px;
  }
  .dropdown-content {
  display: none;
  text-align: left;
  
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
  
  }
  .menu-drop-btn {
  background-color: transparent;
  border: none;
  }
  .dropdown-content a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  padding: 15px 1px 15px 60px;
  font-size: 20px;
  letter-spacing: 0.5px;
  transition: 0.5s;
  text-align: left;
  border-top: 2px solid #4d4d4d; 
  }
  .bdt-none{
  border-top: none !important;
  }
  .bd-btm-menu {
  border-bottom: 2px solid #4d4d4d;
  }
  .dropdown-toggle {
  cursor: pointer;
  }
  .abt-head{
  padding-top: 300px
  }
  .abt-head h1{
  color: #fff;
  font-size: 44px;
  }
  .menu-btn{
  background-color: transparent;
  color: #fff;
  border: none; 
  }
  .bd-none{
  border: none !important;
  }
  .abt-head{
  display: flex;
  }
  .arrow {
  position: relative;
  background: white;
  height: 6px;
  width: 0px;
  }
  .arrow-2 {
  position: relative;
  background: white;
  height: 6px;
  width: 0px;
  }
  .arrow-3 {
  position: relative;
  background: white;
  height: 6px;
  width: 0px;
  }
  .arrow-3::after {
  content: "";
  position: absolute;
  top: -17px;
  left: 52px;
  height: 0px;
  width: 22px;
  border-top: 2px solid white;
  border-right: 6px solid white;
  transform: rotate(0deg);
  transition: .5s;
  }
  .arrow::after {
  content: "";
  position: absolute;
  top: -19px;
  left: 52px;
  height: 0px;
  width: 22px;
  border-top: 2px solid white;
  border-right: 6px solid white;
  transform: rotate(0deg);
  transition: .5s;
  }
  .arrow-2 {
  position: relative;
  background: white;
  height: 6px;
  width: 0px;
  }
  .arrow-2::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 52px;
  height: 0px;
  width: 12px;
  border-top: 2px solid white;
  border-right: 6px solid white;
  transform: rotate(0deg);
  transition: .5s;
  }
  .arrow-3 {
  position: relative;
  background: white;
  height: 6px;
  width: 0px;
  }
  .menu-btn:hover .arrow::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 58px;
  height: 0px;
  width: 12px;
  border-top: 2px solid white;
  border-right: 6px solid white;
  transform: rotate(45deg);
  transition: .5s;
  }
  .menu-sidebar {
  height: 100%;
  width: 500px;
  background-image:linear-gradient(to right, #002581 , #321F78);
  position: fixed !important;
  z-index: 9999;
  overflow: hidden;
  top: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-y: scroll;
  }
  .container-fluid {
  --bs-gutter-x: 0;
  }
  .modal-dialog {
  margin-top: 0;
  }
  .menu-bar-item {
  display: block;
  color: #fff;
  padding: 15px 30px 15px 50px;
  font-size: 22px;
  letter-spacing: 0.5px;
  transition: 0.5s;
  text-align: left;
  border-bottom: 2px solid #4d4d4d;
  width: 100%;
  }
  .menu-large {
  font-size: 36px !important;
  background: none;
  color: #fff;
  border: 0;
  margin-left: 10px;
  float: left;
  }
  .active{
  color:#EB3A16 !important ;
  }
  .menu-sidebar a:hover{
  color: #EB3A16;
  scale: 1.03;
  }
  .menu-list{
  padding-top: 30px;
  }
  .menu-btn:hover .arrow-3::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 58px;
  height: 0px;
  width: 12px;
  border-top: 2px solid white;
  border-right: 6px solid white;
  transform: rotate(-45deg);
  transition: .5s;
  }
  .menu-btn:hover .arrow-2::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 52px;
  height: 0px;
  width: 15px;
  border-top: 2px solid white;
  border-right: 6px solid white;
  transform: rotate(0deg);
  transition: .5s;
  }
  .menu{
  padding-top: 60px;
  padding-left: 110px;
  }
  .header-sec{
  /* border-bottom: 1px solid #272727; */
  padding-bottom: 12px;
  }
  .hero-sec{
  text-align: center;
  position: absolute;
  top:35%;
  left: 30%;
  }
  .hero-sec h1{
  color: #fff;
  font-size: 60px;
  transition: 1.5s;
  }
  .hero-sec i{
  background-image:linear-gradient(to right, #002581 , #321F78, #592462, #BE332D, #EB3A16);
  border-radius: 100%;
  padding: 17px;
  transition: background 0.5s ease;
  }
  .hero-sec img{
  width: 90px;
  text-align: center;
  margin: auto;
  }
  .hero-sec a{
  color: #fff;
  background-image:linear-gradient(to right, #002581 , #321F78);
  background-repeat: no-repeat;
  background-size: 0;
  width: 250px;
  margin: auto;
  border-radius: 100px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 10px;
  }
  .hero-sec a:hover{
  color: #fff;
  background-image:linear-gradient(to right, #002581 , #321F78, #592462, #BE332D, #EB3A16);
  background-repeat: no-repeat;
  background-size: 300px;
  width: 250px;
  margin: auto;
  border-radius: 100px;
  transition: .3s;
  }
  .hero-sec a:hover i{
  background-image:linear-gradient(to right, #002581 , #321F78);
  transition: background 0.5s ease-in-out;
  }
  .video-btn{
  background: none;
  border: none;
  width: 90px;
  margin: auto;
  }
  .main-content{
  padding-top: 120px;
  padding-bottom: 50px;
  background-image: url(../img/abt-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  }
  .main-content span{
  background: linear-gradient(to right, #002581, #21217B,#321F78, #592462, #BE332D, #EB3A16);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 600;
  font-family: 'Outfit' !important;
  }
  .main-content h2{
  font-size: 50px;
  font-weight: 600;
  }
  .main-content p{
  font-size: 22px;
  color: #717171;
  }
  .main-content a i {
  background-image: linear-gradient(to right, #002581, #321F78, #592462, #BE332D, #EB3A16);
  border-radius: 100%;
  padding: 17px;
  transition: background-image 0.8s, padding 0.8s, border-radius 0.8s; 
  color: #fff;
  }
  .main-content a:hover i {
  background-image: linear-gradient(to right, #002581, #321F78);
  transition: background-image 0.5s, padding 0.5s, border-radius 0.5s;
  }
  .main-content a{
  color: #000;
  background-image:linear-gradient(to right, #002581 , #321F78);
  background-repeat: no-repeat;
  background-size: 0;
  width: 250px;
  margin: auto;
  border-radius: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 20px;
  }
  .main-content a:hover{
  color: #fff;
  background-image:linear-gradient(to right, #002581 , #592462, #BE332D, #EB3A16);
  background-repeat: no-repeat;
  background-size: 300px;
  width: 260px;
  margin: auto;
  border-radius: 100px;
  transition: .5s;
  padding-top: 16px;
  padding-bottom: 16px;
  }
  .form-control-bg{
    background-color: #fff !important;
    color: #000 !important;
    padding: 21px !important;
    border-radius: 10px !important;
    margin-bottom: 35px !important;
  }
  .form-control-bg::placeholder{
    color: #000 !important;
  }
  .wh-100{
    width: 100% !important;
  }
  .img-sec{
  width: 80%;
  margin: auto;
  transition: .5s;
  padding-bottom: 120px;
  padding-top: 120px;
  }
  .img-sec:hover{
  width: 100%;
  transition: .5s;
  }
  .img-sec img{
  width: 100%;
  border-radius: 20px;
  transition: .3s;
  }
  .img-sec:hover img{
  border-radius: 0;
  transition: .5s;
  }
  .wwd h1{
  font-size: 50px;
  background: linear-gradient(to right, #EB3A16, #BE332D, #592462, #321F78, #21217B, #002581 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 600;
  line-height: 65px;
  }
  .wwd{
  padding-bottom: 100px;
  }
  .wwd h6{
  padding-bottom: 20px;
  color: #717171;
  }
  .row-ptbp {
  align-items: center;
  }
  .con-center{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  }
  .img-bg-area img{
  width: 100%;
  padding: 10px;
  }
  .img-bg-area{
  background-image:linear-gradient(to right, #21217B, #321F78, #592462, #BE332D, #EB3A16); 
  border-radius: 100%;
  width: 100px;
  height: 100px;
  transition: background 2s;
  }
  .pro-services{
  transition: .5s;
  position: relative;
  border-top: 1px solid #e5e4e4;
  padding-top: 45px;
  min-height: 210px;
  padding-bottom: 20px;
  }
  .pro-services P{
  font-size: 22px;
  line-height: 32px;
  }
  .hover-anim{
  position: absolute;
  background-image:linear-gradient(to right, #21217B, #321F78, #592462, #BE332D, #EB3A16);
  width: 0;
  height: 0;
  left: 10%;
  top: 0%;
  z-index: -1;
  border-radius: 100px;
  }
  
  .pro-services:hover .img-bg-area{
  background: none;
  border: 1px solid #fff;
  padding: 11px;
  transition: .4s;
  }
  .pro-services:hover .hover-anim{
  background-image:linear-gradient(to right, #21217B, #321F78, #592462, #BE332D, #EB3A16);
  width: 100%;
  min-height: 210px;
  transition: .6s;
  z-index: -1;
  left: 0;
  top:0%;
  border-radius: 0;
  }
  .pro-services a:hover{
  text-decoration: underline;
  }
  .pro-services a{
  font-family: 'Outfit';
  font-weight: 600;
  font-size: 36px;
  padding-left: 15px;
  }
  .pro-services:hover a{
  color: #fff;
  }
  .pro-services li{
  font-size: 20px;
  list-style: none;
  }
  .pro-services:hover p{
  color: #fff;
  }
  .btm-sec{
  padding-bottom: 70px;
  padding-top: 170px;
  background-image: url(../img/btm-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  }
  .btm-sec h1{
  text-align: center;
  padding-bottom: 60px;
  color: #fff;
  font-size: 50px;
  }
  .btm-inner-l{
  max-width: 50%;
  }
  .btm-inner-r{
  max-width: 50%;
  }
  .btm-sec h2{
  padding-top: 30px;
  color: #fff;
  }
  .btm-inner-l:hover img{
  transform: scale(1.01);
  transition: .3s;
  }
  .btm-inner-l:hover h2{
  text-decoration: underline;
  }
  .btm-inner-r:hover h2{
  text-decoration: underline;
  }
  .btm-inner-r:hover img{
  transform: scale(1.01);
  transition: .3s;
  }
  .btm-inner-l img{
  width: 100%;
  transition: .3s;
  }
  .btm-inner-r img{
  width: 100%;
  transition: .3s;
  }
  .contact-form{
  padding-top: 40px;
  }
  .home-contact-form{
  padding-top: 0;
  }
  .home-contact-form h3{
  color: #fff;
  font-size: 48px;
  padding-top: 40px;
  }
  .home-contact-form p{
  font-size: 22px;
  color: #fff;
  opacity: .7;
  }
  .form-control {
  background-color: transparent;
  padding-bottom: 20px;
  padding-left: 0;
  color: #fff;
  }
  input{
  margin-bottom: 20px;
  outline: none !important;
  }
  textarea{
  background-color: transparent;
  }
  input[type="text"],
  input[type="text"]:focus{
  background: transparent;
  border: none;
  outline-width: none;
  color: #fff;
  }
  .input:focus{
  border-color: transparent;
  }
  textarea.form-control:focus {
  background: transparent;
  outline-width: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  }
  input[type="text"]{
  border-bottom: 2px solid #707070;
  border-radius: 0;
  color: #fff;
  }
  .contact-form span{
  color: #fff;
  }
  .form-control {
  border: none;
  border-bottom: 2px solid #555555;
  border-radius: 0;
  }
  .form-control:focus{
  border: none;
  }
  .bor-all{
  border: 1px solid #545252;
  padding: 100px;
  border-radius: 25px;
  }
  ::placeholder {
  color: #fff!important;
  opacity: 1;
  }
  ::-ms-input-placeholder { 
  color: #fff !important;
  }
  .con-btn{
  background-color: #fff;
  color: #000;
  padding: 12px 50px 12px 15px;
  border: none;
  border-radius: 25px;
  margin-top: 40px;
  transition: .3s;
  }
  .con-btn:hover{
  color:#EB3A16;
  transition: .3s;
  }
  .con-btn:hover img{
  margin-left: 20px;
  margin-right: 10px;
  transition: .5s;
  }
  .wh-45{
  width: 45%;
  margin: auto;
  }
  .wh-95 {
  width: 95%;
  margin: auto;
  }
  .wh-95 img{
  width: 20px !important;
  margin-right: 30px;
  transition: .5s;
  }
  .footer-sec{
  padding-top: 70px;
  }
  .footer-sec h6{
  color: #fff;
  opacity: .3;
  }
  .footer-sec p{
  color: #fff;
  opacity: .7;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 0;
  }
  .footer-sec span {
  opacity: .3;
  padding-right: 10px;
  }
  .txt-align{
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  }
  .txt-middle{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  }
  .copy-rights {
  background-color: #000;
  padding-top: 25px;
  padding-bottom: 10px;
  }
  .copy-rights p {
  color: #fff;
  opacity: .5;
  font-size: 13px;
  }
  .copy-rights a{
  color: #fff;
  }
  .flt-right {
  text-align: right;
  }
  .dsn{
  padding: 10.6px;
  }
  .dsn:hover {
  border: 2px solid transparent;
  border-image: linear-gradient(to right, #2d52b0, #9595f0, #564c81, #530262, #BE332D, #EB3A16);
  border-image-slice: 1;
  padding: 9px;
  }
  
  /* about */
  
  .main-content-abt{
  padding-top: 85px;
  padding-bottom: 40px;
  background-image: url(../img/abt-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  }
  .main-content-abt h2{
  font-size: 52px;
  font-weight: 600;
  width: 80%;
  }
  .main-content-abt p{
  font-size: 20px;
  color: #717171;
  }
  .abt-mid-l{
  width: 50%;
  margin: auto;
  }
  .abt-mid-r{
  width: 50%;
  margin: auto;
  margin-right: 0;
  }
  .abt-mid-img{
  width: 1480px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  }
  .abt-mid-img img{
  width: 100%;
  }
  .display-4::after {
  content: " +";
  display: inline-block;
  margin: auto;
  }
  .counter-sec h1{
  font-size: 130px;
  text-align: center;
  font-weight: 600;
  background: linear-gradient(to right,#EB3A16, #BE332D,  #592462, #321F78, #58589d, #264698);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  
  }
  .counter-sec:hover h1{
  font-size: 130px;
  text-align: center;
  background: linear-gradient(to right,#EB3A16, #BE332D,  #592462, #321F78, #58589d, #264698);
  background-size: 200% 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation: rainbow 2s ease-in-out infinite;
  }
  @keyframes rainbow { 
  0%{background-position:left}
  50%{background-position:right}
  100%{background-position:left}
  }
  .counter-sec{
  padding-bottom: 100px;
  }
  .counter-sec p{
  width: 80%;
  text-align: center;
  margin: auto;
  }
  .wwd-abt h1{
  font-size: 44px;
  background: linear-gradient(to right, #002581, #21217B,#321F78, #592462, #BE332D, #EB3A16);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 600;
  line-height: 62px;
  }
  .wwd-abt h1:hover{
  background: linear-gradient(to right,#EB3A16, #BE332D,  #592462, #321F78, #58589d, #264698);
  background-size: 200% 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation: rainbow 2s ease-in-out infinite;
  }
  @keyframes rainbow { 
  0%{background-position:left}
  50%{background-position:right}
  100%{background-position:left}
  }
  .abt-btm-img {
  position: relative;
  }
  .wwd p{
      font-size: 26px !important;
      line-height: 42px;
  }
  .pt-pro-0 {
      padding-top: 20px !important;
      padding-bottom: 70px !important;
  }
  .main-content-abt li {
      font-size: 20px;
      color: #717171;
      line-height: 36px;
  }
  .wwd:hover h1{
      background: linear-gradient(to right,#EB3A16, #BE332D,  #592462, #321F78, #58589d, #264698);
      background-size: 200% 200%;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      animation: rainbow 2s ease-in-out infinite;
      }
      @keyframes rainbow { 
      0%{background-position:left}
      50%{background-position:right}
      100%{background-position:left}
      }
  
  
  #abt-btm-img video {
  width: 100%;
  border-radius: 30px;
  }
  
  .wwd-abt{
  padding-bottom: 50px;
  }
  .pb-h1-50 h1{
  padding-bottom: 50px !important;
  }
  .service-individual{
  padding-top: 50px;
  padding-bottom: 0;
  }
  .pt-0 h1{
  padding-top: 0 !important;
  }
  .service-individual p{
  font-size: 22px;
  opacity: .8;
  padding-top: 30px;
  }
  .wwd-abt h6{
  padding-bottom: 20px;
  color: #717171;
  font-size: 24px;
  }
  .abt-btm-img img{
  width: 100%;
  }
  .abt-btm-sec h1{
  padding-bottom: 20px;
  }
  .abt-btm-sec h4{
  text-align: center;
  font-size: 20px;
  color: #fff;
  width: 70%;
  margin: auto;
  font-family: 'inter';
  padding-bottom: 60px;
  }
  .abt-service{
  padding-top: 80px;
  
  }
  .services-6d{
  width: 30%;
  margin: auto;
  background-image:linear-gradient(to top right, #21217B, #321F78, #592462, #BE332D, #EB3A16); 
  min-height: 388px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 20px;
  position: relative;
  }
  .services-6d p{
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  }
  .service-1::before {
  content: '01';
  position: absolute;
  top: 70%;
  left:80%;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.3); 
  font-size: 60px;  
  z-index: -1; 
  pointer-events: none; 
  }
  .service-2::before {
  content: '02';
  position: absolute;
  top: 70%;
  left:80%;
  color: rgba(255, 255, 255, 0.3); 
  font-size: 60px;
  z-index: -1; 
  pointer-events: none;
  }
  .service-3::before {
  content: '03';
  position: absolute;
  top: 70%;
  left:80%;
  color: rgba(255, 255, 255, 0.3);
  font-size: 60px;
  z-index: -1;
  pointer-events: none; 
  }
  .service-4::before {
  content: '04';
  position: absolute;
  top: 70%;
  left:80%;
  color: rgba(255, 255, 255, 0.3); 
  font-size: 60px;
  z-index: -1;
  pointer-events: none;
  }
  .service-5::before {
  content: '05';
  position: absolute;
  top: 70%;
  left:80%;
  color: rgba(255, 255, 255, 0.3); 
  font-size: 60px;
  z-index: -1;
  pointer-events: none; 
  }
  .services-6d ul{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  }
  .abt-service h1{
  padding-bottom: 100px;
  }
  .mt-100{
  margin-top: 100px;
  }
  .services-6d ul li{
  font-size: 20px;
  color: #fff;
  list-style: none;
  padding-bottom: 5px;
  }
  .services-6d:hover{
  width: 30%;
  margin: auto;
  background-image:linear-gradient(to top right, #EB3A16,  #BE332D, #592462,  #21217B, #321F78, #321F78); 
  transition: .5s;
  scale: 1.01;
  }
  .services-6d h3{
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  }
  .services-6d li::before{
  content: url(../img/mini-arrow.png);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(324deg) brightness(100%) contrast(104%);
  padding-right: 10px;
  }
  .txt-align a{
  text-decoration: none !important;
  }
  .abt-btm-sec img{
  width: 100%;
  transition: .3s;
  }
  .width-30:hover h3{
  color: #EB3A16;
  transition: .3s;
  }
  .abt-btm-sec a:hover{
  color: #EB3A16;
  transition: .3s;
  }
  .width-20 img:hover{
  scale: 1.01;
  transition: .3s;
  }
  .abt-btm-sec h3{
  color: #fff;
  transition: .3s;
  }
  .abt-btm-sec h5{
  color: #fff;
  padding-bottom: 100px;
  }
  .abt-btm-sec p{
  color: #fff;
  font-size: 19px;
  }
  .abt-btm-sec a{
  color: #fff;
  font-size: 14px;
  /* text-decoration: underline; */
  }
  .team-inner {
  border-top: 1px solid transparent;
  border-image: linear-gradient(to right, #01123d, #15154c, #20154a, #592462, #BE332D, #EB3A16); /* Set linear gradient border */
  border-image-slice: 1;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-bottom: 55px;
  }
  .width-20{
  width: 20%;
  }
  .width-30{
  width: 30%;
  }
  
  /* Software Development */
  .software{
  background-image: url(../img/software.jpg) !important;
  }
  .business-ana{
      background-image: url(../img/business.jpg) !important;
  }
  .process-architecture{
      background-image: url(../img/process-banner.jpg) !important;
  }
  .software-sec{
  background-image: url(../img/software-bg.png) !important;
  }
  .governance{
  background-image: url(../img/governance.jpg) !important;
  }
  .digital-strategy{
  background-image: url(../img/digital-strategy.jpg) !important;
  }
  .digital-eng{
  background-image: url(../img/digital-eng.jpg) !important;
  }
  .training{
  background-image: url(../img/traininganddoc.jpg) !important;
  }
  .ai{
  background-image: url(../img/ai.jpg) !important;
  }
  .middle-box{
  padding-top: 150px;
  padding-bottom: 150px;
  }
  .br-30 img{
  border-radius: 30px;
  }
  
  .middle-box-inner{
  background-image:linear-gradient(to top right, #21217B, #321F78, #592462, #BE332D, #EB3A16); 
  min-height: 430px;
  width: 30%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  transition: .3s;
  }
  .middle-box-inner:hover{
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 12px 40px 0 rgba(0, 0, 0, 0.38);
  transition: .3s;
  scale: 1.01;
  }
  .pos-rel ul li {
    font-size: 20px;
    color: #717171;
    padding-bottom: 10px;
}
.text-wrp{
  flex-wrap: nowrap !important;
}
  .middle-box-inner img{
  width: 125px;
  padding-top: 70px;
  padding-left: 40px;
  }
  .middle-box-inner h3{
  padding: 40px;
  color: #fff;
  }
  .cf-bg{
  background-image: url(../img/cf-bg.png);
  padding-top: 40px;
  }
  
  /* Sofware software-development */
  
  .software-development{
  background-image: url(../img/Custom.jpg) !important;
  }
  .software-sec li{
  font-size: 20px;
  padding-bottom: 5px;
  color: #717171;
  }
  .design-pattern span {
  font-weight: 600 !important;
  font-size: 52px;
  font-family: 'Outfit';
  background: linear-gradient(to right, #002581, #21217B,#321F78, #592462, #BE332D, #EB3A16);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 600;
  }
  .sub-menu hr{
      margin: .5rem 0;
  }
  .csd-btm h1{
  text-align: center;
  width: 75%;
  margin: auto;
  font-weight: 600;
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 50px;
  }
  .csd-btm {
  background-image: none;
  text-align: center;
  padding-top: 0;
  }
  .pt-100{
  padding-top: 100px;
  padding-bottom: 50px;
  }
  .pb-0{
  padding-bottom: 0;
  }
  
  /* Works */
  
  .works{
  background-image: url(../img/works.jpg) !important;
  }
  .works-inner img{
  width: 100%;
  transition: .3s;
  }
  .works-inner img:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: .3s;
  scale: 1.005;
  border-radius: 14px;
  }
  .works-inner-left{
  padding-left: 60px;
  }
  .works-inner-left h3{
  font-size: 36px;
  padding-bottom: 20px;
  }
  .pb-100{
  padding-bottom: 100px;
  }
  .works-bg{
  background-repeat: repeat;
  background-size: contain;
  }
  .works-bg p{
  color: #000;
  font-size: 20px;
  }
  .works-bg a{
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
  padding-top: 20px;
  transition: .3s;
  }
  .works-bg a:hover {
  color: #EB3A16;
  transition: .3s;
  }
  
  /* Contact us */
  
  .contact-banner{
  background-image: url(../img/contact.jpg) !important;
  }
  .contact-text{
  padding-top: 100px;
  padding-bottom: 80px;
  }
  .contact-text h1{
  font-size: 50px;
  }
  .contact-form-main{
  background-image: linear-gradient(to bottom right,#000000, #0C267C, #EB3A16);
  }
  .main-contact-form{
  padding-top: 150px;
  padding-bottom: 100px;
  width: 90%;
  margin: auto;
  }
  .br-tb span{
  padding-right: 10px;
  }
  .br-tb{
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 2px solid transparent;
  border-image: linear-gradient(to right, #7878da, #7a5fd9, #592462, #BE332D, #EB3A16);
  border-image-slice: 1;
  border-bottom: 2px solid transparent;
  }
  .br-b{
  padding-top: 20px;
  padding-bottom: 20px;
  border-image: linear-gradient(to right, #7878da, #7a5fd9, #592462, #BE332D, #EB3A16);
  border-image-slice: 1;
  border-bottom: 2px solid transparent;
  min-height: 107px;
  }
  .location{
  padding-top: 105px;
  padding-bottom: 100px;
  background-image: url(../img/abt-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  }
  
  @media screen and (max-width: 767px) {
  .mob-screen{
  display: inline-block;
  }
  .pc-screen{
  display: none;
  }
  
  .menu-sec a{
  margin-right: 0px;
  }
  .dsn{
  padding: 5px;
  border: 1px solid #BE332D;
  border-radius: 5px;
  display: none;
  }
  /* .mob-res{
  height: 52px;
  background-color: #000;
  } */
  .menu-sec{
  width: 60%;
  margin-left: 124px;
  margin-top: -65px;
  }
  .logo-sec{
  float: left;
  }
  .pos-rel ul li {
    font-size: 20px;
  }
  .abt-head {
  padding-top: 35px;
  }
  .pb-res-20 h1{
    padding-bottom: 20px;
  }
  .abt-head h1{
  font-size: 20px;
  }
  .pb-res-0{
    padding-bottom: 0 !important;
  }
  .dsn{
  font-size: 12px;
  }
  .abt-mid-l {
  width: 100%;
  padding-bottom: 30px;
  }
  .abt-mid-img {
  width: 90%;
  margin: auto;
  }
  .head-abt {
  background-size: cover;
  height: 176px;
  }
  .works-inner-left {
  padding-left: 10px;
  padding-top: 30px;
  }
  .works-inner img {
  width: 100%;
  padding-top: 30px;
  }
  .pb-100 {
  padding-bottom: 50px;
  }
  .pt-100 {
  padding-top: 30px;
  padding-bottom: 0;
  }
  .service-1::before{
  display: none;
  }
  .service-2::before{
  display: none;
  }
  .service-3::before{
  display: none;
  }
  .service-4::before{
  display: none;
  }
  .service-5::before{
  display: none;
  }
  .csd-btm h1 {
  width: 100%;
  padding-top: 10px;
  }
  .abt-mid-r{
  width: 100%;
  }
  .logo-sec img {
  width: 125px;
  padding: 17px 0 0 0;
  }
  .main-content-abt {
  padding-top: 30px;
  }
  .main-content-abt h2 {
  font-size: 30px;
  width: 100%;
  padding-bottom: 10px;
  }
  .abt-mid-img {
  padding-top: 50px;
  padding-bottom: 50px;
  }
  .wwd-abt h1 {
  font-size: 28px;
  line-height: 38px;
  }
  .wwd-abt {
  padding-bottom: 30px;
  }
  .abt-btm-sec h4{
  width: 100%;
  }
  .btm-sec {
  padding-bottom: 70px;
  padding-top: 70px;
  }
  .abt-btm-sec h1 {
  padding-bottom: 15px;
  font-size: 40px;
  }
  .pa-70 {
  padding-bottom: 60px;
  }.mb-30{
  margin-bottom: 40px;
  }
  .pa-120{
  padding-bottom: 20px !important;
  padding-top: 40px !important;
  }
  .service-individual p {
  padding-top: 10px;
  }
  .width-20 {
  width: 100%;
  }
  .width-30 {
  width: 100%;
  }
  .abt-btm-sec h5 {
  color: #fff;
  padding-bottom: 50px;
  }
  .home-contact-form {
  padding-top: 40px;
  }
  .bor-all {
  border: 1px solid #545252;
  padding: 20px;
  width: 95%;
  }
  .txt-middle {
  align-content:flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  }
  .txt-align {
  align-content: flex-start;
  }
  .btm-sec {
  padding-bottom: 50px;
  }
  .copy-rights{
  text-align: center;
  }
  .flt-right{
  text-align: center;
  }
  .copy-rights {
  padding-top: 10px;
  padding-bottom: 0px;
  }
  .menu-sidebar{
  width: 100%;
  border-radius: 0;
  }
  .team-inner {
  border-bottom: 1px solid;
  border-top: none;
  }
  .pro-services {
  height: 470px;
  }
  .bd-btm{
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  }
  .row-ptbp{
  flex-wrap: wrap;
  justify-content: center;
  }
  .pro-services ul{
  padding-left: 10px !important;
  }
  .hover-anim {
  top:20%;
  left:50%;
  }
  .pro-services:hover .hover-anim{
  height: 470px;
  }
  .pro-services li{
  line-height: 40px;
  }
  .services-6d {
  width: 93%;
  margin-bottom: 30px;
  }
  .design-pattern span{
  font-size: 28px;
  }
  .pro-services a {
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  .bd-btm h2{
  padding-bottom: 30px;
  }
  .img-60 img{
  width: 55px;
  }
  .img-60 {
  padding: 1px 15px 10px 23px;
  }
  .mt-0{
  margin-top: 0;
  }
  .wwd {
  padding-bottom: 0;
  }
  .head {
  background-size: cover;
  height: 210px;
  }
  .hero-sec h1 {
  font-size: 20px;
  }
  .hero-sec img {
  width: 30px;
  }
  .hero-sec {
  top: 38%;
  left: 21%;
  }
  .hero-sec a {
  font-size: 10px;
  }
  .hero-sec i {
  padding: 10px;
  }
  .main-content {
  padding-top: 40px !important;
  padding-bottom: 50px;
  }
  .pro-services {
      padding-top: 35px;
  }
  .main-content h2 {
  font-size: 32px;
  padding-bottom: 20px;
  }
  .main-content p {
  font-size: 18px;
  }
  .img-sec {
  padding-bottom: 50px;
  padding-top: 30px;
  }
  .wwd h1 {
  font-size: 34px;
  line-height:45px;
  }
  .wwd h6 {
  padding-bottom: 10px;
  }
  .middle-box {
  padding-top: 40px;
  padding-bottom: 80px;
  }
  .middle-box-inner {
  width: 90%;
  margin-bottom: 20px;
  }
  .mt-50{
  margin-top: 50px;
  }
  .home-contact-form h3 {
  font-size: 42px;
  }
  /* .btm-sec{
  background-position: -600px;
  } */
  .contact-text {
  padding-top: 40px;
  padding-bottom: 50px;
  }
  .contact-text h1 {
  font-size: 34px;
  }
  .main-contact-form {
  padding-top: 60px;
  padding-bottom: 20px;
  }
  .location {
  padding-top: 60px;
  padding-bottom: 60px;
  }
  .mob-res{
  background-color: #000;
  }
  .pro-services a {
  padding-left: 0;
  padding-top: 25px;
  }
  .service-individual {
  padding-top: 30px;
  }
  .pad-t-0{
  padding-top: 10px;
  }
  .service-individual p {
  font-size: 20px;
  }
  .abt-service {
  padding-top: 60px;
  }
  .abt-service h1 {
  padding-bottom: 40px;
  }
  .pa-25{
      padding-top: 25px;
      padding-bottom: 25px;
  }
  }
  @media screen and (max-width: 480px) and (min-width: 414px) {
  .icon-sec img{  
  padding: 69px 17px 15px 9px;
  }
  .hero-sec {
      left: 25%;
  }
  }
  
  @media screen and (min-width: 1800px) {
  .hover-anim{
  left: 19%;
  }
  .hero-sec {
  left: 34%;
  }
  .header-sec{
  padding-top: 13px;
  }
  }
  @media screen and (max-width: 1024px) and (min-width: 767px) {
  .modal-body {
  padding: 40px 30px 20px 30px;
  }
  .pos-rel ul li {
    font-size: 16px;
  }
  .wwd p {
    font-size: 20px !important;
    line-height: 34px;
}
  .main-menu ul li {
  font-size: 28px;
  }
  .sub-menu {
  padding-left: 20px;
  }
  .services:hover::after {
  padding-top: 2px;
  }
  .sub-menu a{
  font-size: 16px;
  }
  .sub-menu hr {
  margin: 6px; 
  margin-left: 0;
  }
  .pl-100 p{
  font-size: 10px;
  }
  .pl-100 span{
  font-size: 10px;
  }
  .pl-100 a{
  font-size: 8px;
  }
  
  .service-1::before{
  display: none;
  }
  .service-2::before{
  display: none;
  }
  .service-3::before{
  display: none;
  }
  .service-4::before{
  display: none;
  }
  .wwd-abt {
    padding-bottom: 20px !important;
}
.tab-pad-btm-50{
  padding-bottom: 80px;
}
.pa-120 {
  padding-top: 75px !important;
}
.pt-100 {
  padding-top: 70px;
}
  .service-5::before{
  display: none;
  }
  .abt-mid-img {
    padding-top: 50px;
    padding-bottom: 50px;
}
.abt-service h1 {
  padding-bottom: 60px;
}
.counter-sec {
  padding-bottom: 50px;
  padding-top: 50px;
}
.main-content-abt li {
  font-size: 18px;
  line-height: 34px;
}
  .design-pattern span {
  font-size: 34px;
  }
  .menu-sec a {
    margin-right: 0;
}
  .pro-services P {
  font-size: 18px;
  line-height: 28px;
  }
  .counter-sec:hover h1 {
  font-size: 60px;
  }
  .pro-services{
  min-height: 285px;
  }
  .services-6d h3 {
  font-size: 20px;
  }
  .services-6d p {
  font-size: 16px;
  line-height: 28px;
  }
  .pro-services:hover .hover-anim{ 
  min-height: 285px;
  }
  .pro-services li {
  font-size: 16px;
  padding-bottom: 5px;
  }
  .pro-services a{
  font-size: 22px;
  }
  .row-ptbp {
  flex-wrap: nowrap;
  width: 100%;
  }
  .hero-sec img {
  width: 60px;
  }
  .head-abt {
  background-size: cover;
  height: 375px;
  }
  .logo-sec img {
  width: 150px;
  }
  .mob-res{
  height: 52px;
  /* background-color: #000; */
  }
  .abt-head {
  padding-top: 130px;
  }
  .main-content-abt {
  padding-top: 35px;
  }
  .main-content-abt h2 {
  font-size: 32px;
  width: 100%;
  }
  .main-content-abt p {
  font-size: 14px;
  }
  .abt-mid-img {
  width: 90%;
  margin: auto;
  }
  .counter-sec h1 {
  font-size: 60px;
  }
  .counter-sec p{
  font-size: 12px;
  }
  .wwd-abt h1 {
  font-size: 30px;
  line-height: 45px;
  }
  .wwd-abt {
  padding-bottom: 40px;
  }
  .btm-sec {
  padding-bottom: 70px;
  padding-top: 80px;
  }
  .width-20{
  width: 40%;
  }

  .width-30{
  width: 60%;
  padding-top: 60px;
  }
  .bor-all {
  border: 1px solid #545252;
  padding: 35px;
  }
  .home-contact-form h3 {
  font-size: 38px;
  }
  .abt-btm-sec p {
  font-size: 16px;
  }
  .home-contact-form {
  padding-top: 80px;
  }
  .bd-none{
  height: 76px;
  background-color: #000;
  }
  .menu-sidebar {
  height: 60%;
  }
  .hero-sec {
  top: 42%;
  left: 31%;
  }
  .hero-sec h1{
  font-size: 30px;
  }
  .head{
  background-size: cover;
  height: 440px;
  }
  .main-content {
  padding-top: 50px;
  }
  .main-content h2 {
  font-size: 34px;
  }
  .main-content p {
  font-size: 16px;
  }
  .img-sec {
  padding-bottom: 75px;
  padding-top: 60px;
  }
  .wwd h1 {
  font-size: 32px;
  line-height: 44px;
  }
  .wwd h6 {
  padding-bottom: 0px;
  }
  .wwd {
  padding-bottom: 0;
  }
  .middle-box {
  padding-top: 80px;
  padding-bottom: 80px;
  }
  .middle-box-inner h3 {
  padding: 20px;
  color: #fff;
  }
  .middle-box-inner{
  min-height: 320px;
  }
  .middle-box-inner img {
  width: 80px;
  padding-top: 40px;
  padding-left: 23px;
  }
  .wwd-abt h6 {
  padding-bottom: 0;
  }
  .footer-sec p {
  font-size: 16px;
  }
  .home-contact-form p {
  font-size: 16px;
  }
  .software-sec li {
  font-size: 16px;
  }
  .pt-50{
  padding-top: 50px;
  }
  .pb-50{
  padding-bottom: 30px;
  }
  .sub-menu hr {
    margin: 2px;
}
  .csd-btm h1 {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 20px;
  }
  .abt-head h1 {
  font-size: 30px;
  }
  .works-inner-left {
  padding-left: 25px;
  }
  .contact-text {
  padding-top: 40px;
  padding-bottom: 40px;
  }
  .contact-text h1 {
  font-size: 32px;
  }
  .main-contact-form {
  padding-top: 100px;
  padding-bottom: 50px;
  }
  .location h4{
  font-size: 16px;
  }
  .location {
  padding-top: 70px;
  padding-bottom: 50px;
  }
  .br-b{
  min-height: 70px;
  }
  .br-b {
  padding-top: 10px;
  padding-bottom: 10px;
  }
  .br-tb {
  padding-top: 10px;
  padding-bottom: 10px;
  }
  .menu-sec {
  padding-top: 23px;
  }
  .main-content-abt{
  padding-bottom: 0;
  }
  }
  