@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
body{   
     overflow-x:hidden;
     scroll-behavior: smooth;    
}
html{
       
    overflow-x:hidden;
    scroll-behavior: smooth;
    cursor: url("../images/about-page/img-1.jpg"),auto;
}
   
a{
    text-decoration: none !important;
}
ul li{
    list-style-type: none;
    list-style: none;
}
ul{
    padding-left: 0px;
}
.pt-100{
    padding-top: 100px;
}
.pt-50{
    padding-top: 50px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px;
}
h1,h2,h3{
    font-weight: 600;
}
/*===========================================navbar==================================================*/
.sticky{
    position: sticky !important;
    top: 0;
    z-index: 10;
  }
  .navebar-brand{
    width:280px !important;
  }
  .navebar{
      background-color:white;
      box-shadow:0px 0px 5px 1px;
      padding-bottom:10px;
      padding-top: 10px;   
  }
  #nav-color{
      color:rgb(8, 62, 128);
      font-size:18px;
      font-weight: 700;
      
  }
  #nav-color:hover{
      color:black;

      
      
  }
  
  .nav-button{
      position: relative;
      font-weight: 600;
      letter-spacing: 2px;
      background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
      overflow: hidden;
      border: 1px solid rgb(201, 194, 194);
      text-decoration: none;
      color: #ffffff;
      font-size: 15px;
      border-radius: 5px;
      padding: 13px 26px;
      justify-content: center;
      
    }
  .nav-button a{
     
      color:var(--white-color);
      text-decoration: none;
    
      
    }
    
    .nav-button:hover {
        background:white;
        color: #000000;
        border: 1PX solid rgb(163, 162, 162);
    }
  #nav-main{
    margin-right: 50px;
    
  }
/* home-banner  */
.home-banner{
    background: url(../images/banner/banner-bg.png);
    background-color: rgb(22, 36, 62);
    height: 100%;
    width: 100%;
    opacity: 1;
    transition-duration: 0ms;
}
.p-relative{
    position: relative;
}
.banner-heading{
  color: #ffff;
  position: relative;    
  top: 150px;
}
.banner-heading h5{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color:rgb(0, 142, 173);
    margin-bottom: 10px;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
}
.banner-heading h2{
    font-size: 57px;
    font-weight: 600;
   color: #ffffff;
    line-height: 1;
    letter-spacing: -3px;
    text-transform: capitalize;
    margin-bottom: 50px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}
.banner-heading p{
    font-weight: 500;
}
.banner-heading ul li{
    position: relative;
    right: 30px;

}
.banner-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 13px 26px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 180px;
    left: 10px;
}
.banner-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
.img-box{
    padding-top:15px !important;
}
.tp-hero-thumb {
    padding-left: 77px;
    margin-top: 15px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}
.tp-hero-thumb-shape .shape-1 {
    border-radius: 0;
    position: absolute;
    bottom: 55px;
    right: 40px;
    width: 175px !important;
}
.tp-hero-thumb-shape .shape-2 {
    border-radius: 0;
    position: absolute;
    top: 2px;
    right: 90px;
    animation: tpswing 1s ease-in-out 0.1s forwards infinite alternate;
    transform-origin: bottom left;
    width: 80px !important;
}
@keyframes tpswing {
    0%{
      transform: rotate(3deg);
    }
  
    100% {
      transform: rotate(-3deg);
    } 
  }

.tp-hero-thumb-shape .shape-3 {
    border-radius: 0;
    position: absolute;
    bottom: 70px;
    left: 45px;
    animation: updown-two 2.6s linear 0s infinite alternate;
    width: 90px !important;
}
@keyframes updown-two {
    0%{
      transform: translateY(-20px);
    }
  
    100% {
        transform: translateY(0px);
    } 
  }

.tp-hero-thumb img {
    border-radius: 228px 228px 0 0;
    max-width: 500px;
}
/* about-page  */
.about-page{
    /* background: #eee2e2; */
    padding-bottom: 160px;
    padding-top: 100px;
    position: relative;
}
.tp-about-thumb-wrapper .main {
    position: relative;
    overflow: hidden;
}
.tp-about-thumb-wrapper img {
    border-radius: 20px;
}
.tp-about-thumb-wrapper .main::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.tp-about-thumb-wrapper .shape-1 {
    position: absolute;
    bottom: -30%;
    right: 32px;
    z-index: 2;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}
.tp-about-thumb-wrapper .shape-2 {
    position: absolute;
    bottom: -100px;
    left: -90px;
    z-index: -1;
}
.tp-about-thumb-wrapper .shape-3 {
    position: absolute;
    right: 30px;
    top: 30%;
    z-index: -1;
    border-radius: 0;
}
.about-us-heading h5{
    color: rgb(0, 142, 173);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.about-us-content h1{
    color: #000000;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
}
.about-us-date-time span{
    display: flex;
    color: #030917;
    font-size:22px;
    padding-top: 14px;
}
.about-us-date-time i{
   padding-top: 5px;
   padding-right: 10px;
   color: #1352cb;
}
.about-box-2{
    padding-top: 40px;
}
.about-button a{
    text-decoration: none;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 13px 26px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 50px;
  
}

.cir36{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    top: 50px;
    right: 60px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-1{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    top: 20px;
    left: 10px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-2{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    bottom: 130px;
    right: 160px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-3{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    bottom: 100px;
    left: 100px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-4{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    top: 50px;
    right: 60px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.about-button a:hover{
    color: #154a8f;
    
  
}
/* service-page  */
.service-page{
    background-color: rgb(252, 251, 247);
}
.services-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.service-page-top-left h5{
    color: rgb(0, 142, 173);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.service-page-top-left{
    text-align: center;
    padding-bottom: 30px;
}
.service-page-top-left h2{
    color:#030917;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 10px; 
}
.slider-btn {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(72, 91, 96, 0.2);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s;
}
.service-swiper-controller {
    display: flex;
    gap: 15px;
}
.service-bg {
    background-color: #15233d;
}
.img-section img{
    width: 350px !important;
    height: 400px !important;
    position: relative;
    left: 60px;  
}

.img-content p{
    color: #ffffff;
    font-size: 14px;
}
.img-content{
    margin: 0px 60px;
}
.img-content h2{
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    padding-top: 20px;
    font-weight: 600;

}
.ak-height-60 {
    height: 0px;
}
.service-bg .ak-white-bg-service {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fdfbf7;
    height: 150px;
}
.service-button button{
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 20px;
    border: 1px;
    
}
.service-button button a{
    color: #000;
}
.service-button button:hover{
  
    color: rgb(0, 142, 173);
 
    
}
 .our-project-images::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
        
    bottom: -151px;
    right: 0;
    transform: translatey(70px);
    border-radius: 100%;
    transition: all 0.7s ease-in-out;
  }
  
  
  .our-project-images:hover::before {
    transform: scale(9) translate(-20px);
  }
  
  
   .our-project-image-section .title-holder {
    position: relative;
    display: block;
    text-align: center;
    background-color: #0d47a1;

    padding: 24px 0;
    z-index: 1;
}
  .our-project-image-section .title-holder:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e5e5e5;
    transition: .5s;
    transform: perspective(400px) scaleX(1.0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}
.our-project-image-section:hover .title-holder:before{
    transform: perspective(400px) scaleX(0);
}

/* counter-section  */
.counter-section{
    background-color: #010630;
}
.counter-text h3{
    font-size: 45px;
    font-weight: 700;
    color: #ffff;

}
.counter-item h5{
    font-size: 20px;
    font-weight: 5  00;
    padding-top:20px;
    padding-bottom: 6px;
    color: #ffff;
    text-transform: capitalize;
}
.counter-item h3{
    font-size: 45px;
    font-weight: 700;
    padding-top:20px;
    padding-bottom: 6px;
    color: #ffff;
  
}
.counter-item{
    position: relative;
    padding: 0px 45px 0px 0px;
}

/* advisor-page  */
.Advisor-page{
    background: url(../images/advisor-page/bg-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.advisor-page-overlay{
    background: #01073ad9;
    padding-bottom:100px;
    padding-top: 100px;
}
.Advisor-top{
   color: #ffffff;
}
.Advisor-top h5{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(0, 142, 173);
}
.Advisor-top h2{
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 50px;
    text-transform: capitalize;
}
.adv-slider-btn {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(72, 91, 96, 0.2);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s;
}
.Advisor-swiper-controller {
    display: flex;
    gap: 15px;
}
.team-image img{
    width: 90%;
    filter: grayscale(.8);
    transition: .3s;
    
}
.team-image img:hover{
    filter: grayscale(0);
    
    
}
.our-team-section{
    position: relative;
}

.team-content{
    background-color: #ffffff;
    width: 90%;
    padding: 20px 20px;

}
.team-content h2{
 font-size: 20px;
 color: rgb(0, 142, 173);
}
.team-content h6{
    font-size: 15px;
    color: #888;
}
.our-team-section:hover{
    border-radius: 20px;
    transform: scale(1);
    transition:0.3s;}
.our-team-section{
    padding-left:25px ;
}
.team-main-box{
    position:relative;
}
/*----------------------------------------------------------- team-icon----------------- */
/* From Uiverse.io by ubaidi10 */ 
.card1 {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    gap: 20px;
    position:absolute;
    top: 60px;
    display: grid;
    
  }
  
  /* for all social containers*/
  .socialContainer {
    width: 33px;
    height: 33px;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 10px;
    overflow: hidden;
    transition-duration: 0.4s;
  }
  /* instagram*/
  .containerOne:hover {
    background: #d62976 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius:50%;
  }
  /* twitter*/
  .containerTwo:hover {
    background: #00acee !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* linkdin*/
  .containerThree:hover {
    background: #0072b1 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* Whatsapp*/
  .containerFour:hover {
    background: #25d366 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  
  .socialContainer:active {
    transform: scale(0.9);
    transition-duration: 0.3s;
  }
  
  .socialSvg {
    width: 17px;
  }
  
  .socialSvg path {
    fill: rgb(255, 255, 255);
  }
  
  .socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  

 /* strategic page  */
 .icon-advisor{
    width: 60px !important;
    height: 60px;
    background:white !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
 }
 .strategic-page{
    background-color: #ffffff;
 }
 .strategic-bg-img{
    background-image: url(../images/bg-img/bg1.png);
 }
 .strategic-heading h5{
    font-size:20px;
    font-weight:700;
    color:rgb(0, 142, 173);
 }
 .strategic-heading h2{
    font-size:45px;
    font-weight:600;
 }
 .strategic-content{
    display:flex;
 }
 .strategic-sub-content h5{
    font-size:25px;
    font-weight:500;
    padding-top:20px;
    color: #008ead;
 }
 .strategic-sub-content p{
    color:  rgb(33, 37, 41);
 }
 .strategic-sub-content p:hover.strategic-sub-content{
    color:  rgb(255, 255, 255);
 }
 .strategic-sub-content{
    border-radius: 15px;
    padding: 20px;
    background: white;
    box-shadow: 0px 3px 10px 0px rgb(117, 115, 115);
    margin: 10px;
    width: 45% !important;
    
    
 }
 .strategic-sub-content:hover{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    border-radius: 15px;
    padding: 20px;
    color: white;
    
 }
 .strategic-sub-content:hover.strategic-sub-content p{
   
    color: white;
    
 }
 
 .strategic-button a{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 13px 26px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 40px;
    left: 10px;
    border: 1PX solid rgb(163, 162, 162);
    text-decoration: none;
}
 .strategic-button a:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
.strategic-image img{
    width: 100%;
    padding-top: 80px;
}
/* Tax-planning  */
.tax-2-box{
    padding-left: 40px !important;
    padding-top: 60px;
    
}
.Tax-planning{
    background-color: #f7f4ed;
}
.Tax-planning-heading h5{
    font-size:20px;
    font-weight:700;
    color:rgb(0, 142, 173);
}
.Tax-planning-heading h2{
    font-size:45px;
    font-weight:600;
}
.tax-planning-image img{
    width: 100%;
}
.skill-box {
    margin-bottom: 20px;
}
.skill-box .skill-text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.skill-title{
    font-size:18px;
}
.skill-box .skill-bar {
    background-color: #e3e2e1;
    height: 8px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.skill-box .skill-bar .skill-fill {
    background-color: rgb(0, 142, 173);
    height: 100%;
    width: 0px;
    border-radius: 4px;
}
.Tax-planning-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 13px 26px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 40px;
    left: 10px;
    border: 1PX solid rgb(163, 162, 162);
}
.Tax-planning-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
  /*------------------------------------------ form-page-----------------------------------------------------*/
  .form-bg-img{
    background-image:url(../images/bg-img/it-solution-footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .form-content h3{
    font-size: 18px;
    padding-bottom: 10px;
    color: rgb(0, 142, 173);
    font-weight: 600;

  }
 .hr-tage-form{
    color: white;
  }
  .form-content h2{
    font-size: 45px;
    padding-bottom: 10px;
    font-weight: 600;
    color: white;
  }
  .form-page-content-2 p{
    padding-top: 10px;
    padding-bottom: 10px; 
    color: white;

  }
  .form-icon-text{
    border: 1px solid rgb(160, 157, 157);
    padding: 10px;
    text-align: center;
    height: 170PX;
    margin-top:20px ;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 1px rgb(0, 0, 0);
    /* background: rgb(240, 124, 109); */
  }
  .form-icon-text:hover{
    cursor: pointer;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(27, 63, 131));
  }
  .form-icon-text:hover.form-icon-text h3{
    cursor: pointer;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(33, 68, 133));
    color: white;
    background: none ;
  }
  .form-icon-text h3{
   font-size: 14px;
   padding-top: 20px;
   color: #888484;
  }
  .form-icon-text h4{
   font-size: 13px;
   color: white;
  }
  .form-page-img{
    padding: 30px;
  }
  .form-icon{
    border: 1px solid rgb(192, 186, 186);
    width: 50px;
    height: 50px;
    border-radius:10px;
    text-align: center;
    position:relative;
    top:10px;
    box-shadow: 0px 5px 10px 0px black;
    
  }
  .form-icon-1:hover{
    background: white !important;
 
    
  }
  .form-icon-1:hover.form-icon-1 i{
    color: #000;
 
    
  }
  .form-icon-location{
    border: 1px solid rgb(192, 186, 186);
    width: 50px;
    height: 50px;
    border-radius:10px;
    text-align: center;
    position:relative;
    top:-10px;
    box-shadow: 0px 5px 10px 0px black;
  }
  .form-icon-location i{
    padding-top: 12px;
    font-size: 25px;
    color: white;
  }
  .form-icon-1{
    border: 1px solid rgb(192, 186, 186);
    width: 50px;
    height: 50px;
    border-radius:10px;
    text-align: center;
    position:relative;
    top:30px;
    box-shadow: 0px 5px 10px 0px black;
  }
  .form-icon-location:hover{
    background-color: white;
  }
  .form-icon-location:hover.form-icon-location i{
    color: black;
    
  }
  .form-icon-1 i{
    padding-top: 12px;
    font-size: 25px;
    color: white;
  }
  .form-icon i{
   padding-top: 12px;
   font-size: 25px;
   color: white;
   
   

  }
  .form-icon:hover{
   background: white;
   
   

  }
  .form-icon:hover.form-icon i{
   color: #000200;
   

  }
  .form-page-img  img{
    width: 100%;
  }
  /* .form-page{
    
  } */

 .contact-boxarea h3{
    color: rgb(0, 142, 173);
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}
 .contact-boxarea p{
  color: #3d4c5e;
}
.contact-boxarea .input-area input {
    width: 100%;
    color:black;
    padding: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 20px;
}

.contact-boxarea .input-area select {
    width: 100%;
    color: #000;
    padding: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 20px;
   
}

 .contact-boxarea .input-area button {
    border: none;
    outline: none;
}
 .contact-boxarea .input-area textarea {
    width: 100%;
    color: black;
    padding: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 20px;
    height: 300px;
}
.form-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 40px;
    border: 1px;
    justify-content: center;
    position: relative;
    top:5px;
    left: 160px;
    border: 1PX solid rgb(163, 162, 162);
}
.form-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
.form-back-color{
    padding: 20px !important;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px black;
    border-radius: 10px;
    padding-bottom:65px;
    width: 500px;
    height: 700px;
    margin-top: 40px !important;
    margin-left: 70px !important;
}
   /*----------------------------Testimonial-------------------*/
.test-padd{
    background: url(../images/Testimonial/Testimonial/text-bg/pattern-5-CSNYBrRv.jpg);
}
   #blog-head h1{
    text-align: center;
    color:rgb(0, 142, 173);
    padding-bottom: 50px;
    font-size: 30px;

  }
  .test-mon-text h2{
    font-size: 18px;
    color: rgb(0, 142, 173);
    padding-bottom: 20px;
}
  .test-mon-box h4{
   font-size: 25px !important;
   font-weight: 500;
   padding-top: 10px;
}
  .test-mon-box h5{
    font-size: 14px;
    color: rgb(0, 142, 173);
    padding-bottom: 20px;
}
.test-mon-img{
    width: 50px !important;
    padding-top: 50px;
    padding-bottom: 15px;
}
.test-mon-img-1{
    position: relative;
    top: -310px !important;
    left: 400px;
    width: 150px !important;

}
.test-mon-main{
    display: flex;
}
.test-mon-text{
    margin-left: 50px;
}
.test-mon-box{
    margin-left: 50px;
}
  .test-mon-box p{
    font-size: 18px;
}
  .test-mon-text h3{
    font-size: 48px;
    font-weight: 700;
    
}
  .test-mon-box-1{
    width: 500px !important;
    height: 50px;
    
}
.test-padd{
    padding-top: 50px;
    padding-bottom: 50px;
}
.test-round img{
    width: 380px !important;
    height: 400px;
    border-radius: 50%;
    border:20px solid #c7cfcf;
    position: relative;
    top: 10px;
    left: 150px;
    box-shadow: 0px 1px 10px 2px rgb(117, 114, 114);
    cursor: pointer;
    
}
.test-mon-d{
    cursor: pointer;
}

 
  
 /* footer  */
.footer-page{
    background-color: rgb(2, 12, 38);
    position: relative;
    z-index: 1;
}

.tp-footer-bg-shape {
    position: absolute;
    top: 0px;
    right: 0;
    z-index:0;
}
.about-us-footer h5{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    text-transform:capitalize;
}
.about-us-footer p{
    font-size: 15px;
    font-weight: 500;
    color: #cccccc;
    line-height: 30px;
}
.about-us-footer button{
    font-size: 14px;
    color: #c8c8c8;
    font-weight: 700;
    border: 1px solid #676868;
    padding: 8px 20px;
    background-color: transparent;
}
.footer-button-1:hover{
    color: #0d47a1 !important;
}
.our-solution h5{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform:capitalize;
}
.our-solution ul{
    list-style: none;
}
.our-solution ul li a{
    color: #efefef;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 39px;
}
.our-solution ul li:hover a{
    color: #0d47a1;
}
.quick-links h5{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform:capitalize;
}
.quick-links ul{
    list-style: none;
}
.quick-links ul li a{
    color: #efefef;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 39px;
}
.quick-links ul li:hover a{
    color: #0d47a1;
}
.social-info h5{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform: capitalize;
}

.footer-social-icons ul{
    display: flex;
    align-items: center;    
    gap: 30px;
    position: relative;
    left: 20px;
}
.footer-social-icons ul li {
    width: 33px;
    height: 33px;
    background-color: #ffffff;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 7px;
}
.footer-social-icons ul li a i {
   font-size: 20px;
   color:#212529;
}
.footer-social-icons ul li a:hover i{
    color: #0d47a1;
 }

.footer-address-sec ul li a{
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.footer-address-sec ul li:hover a{
    color: #0d47a1;
}
.footer-page hr{
    color: #ffffff;
    position: relative;
    top:15px;
}
.copy-right-area{
    text-align: center;
    padding: 30px 0;

}
.copy-right-area p{
  color: #fff;
}
.copy-right-area p a{
  color: #fff;
  text-decoration: none;
}
.copy-right-area p a:hover{
  color: #008ead;
}
/* .copy-right-area .menu-areacopy-rights ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.copy-right-area .menu-areacopy-rights ul li{
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
   
}
.copy-right-area .menu-areacopy-rights ul li a {
    transition: 0.3s;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
}
.copy-right-area .menu-areacopy-rights ul li:hover a{
    color: #0d47a1;
}
.copy-right-area .design-by-iamonin ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.copy-right-area .design-by-iamonin ul li {
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
    color: #ffffff;
    
}
.copy-right-area .design-by-iamonin ul li a {
    transition: 0.3s;
    color: #ffffff;
    text-decoration: none;
}
.copy-right-area .design-by-iamonin ul li:hover a{
    color: #0d47a1;
}
.copy-right-area .condition ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.copy-right-area .condition ul li {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    
}
.copy-right-area .condition ul li a {
    transition: 0.3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
}
.copy-right-area .condition ul li:hover a{
    color: #0d47a1;
} */
/* fooder icon  */
.card-1 {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    gap: 20px;
    display:flex;
    margin-left: 30px;
    
  }
.socialContainer-1 {
    width: 33px;
    height: 33px;
    background:white;
    display:grid !important;
    align-items: center;
    justify-content: center; 
    border-radius: 10px;
    overflow: hidden;
    transition-duration: 0.4s;
  }
  /* instagram*/
  .containerOne-1:hover {
    background: #d62976 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius:50%;
  }
  /* twitter*/
  .containerTwo-1:hover {
    background: #00acee !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* linkdin*/
  .containerThree-1:hover {
    background: #0072b1 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* Whatsapp*/
  .containerFour-1:hover {
    background: #25d366 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  
  .socialContainer-1:active {
    transform: scale(0.9);
    transition-duration: 0.3s;
  }
  
  .socialSvg-1 {
    width: 17px;
  }
  
  .socialSvg-1 path {
    fill: rgb(0, 0, 0);
  }
  .socialContainer-1:hover .socialSvg-1 path {
    fill: rgb(255, 255, 255) !important;
  }
  
  .socialContainer-1:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  

/* up arrow */
.arrow{
    text-align: center;
    position:relative;
    right: 30px;
    bottom:30px; 
    position: fixed;
    z-index: 10;
    
    }
    .arrow-1::before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 20px !important;
        right: 10px;
        left: 0;
        border: 2px dashed rgb(15, 90, 242);
        animation: spin 13s infinite linear;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .arrow-1::before:hover{
        content: '';
        position: absolute;
        top: 0;
        bottom: 20px !important;
        right: 10px;
        left: 0;
        border: 2px dashed rgb(15, 90, 242);
        animation: spin 13s infinite linear;
       
    }
    .arrow-btn{
        background-color: rgb(15, 90, 242);
        width: 40px !important;
        height: 40px;
        border-radius: 50%;
        margin-left: 10px;
        margin-top: 10px;

    }
    @keyframes spin{
        100% {
            transform: rotate(360deg);
        }
    }
    .arrow-btn i{
        color: white;
        position:static;
        padding-top: 11px;
    }



    /* whatsapp button */
    #whatsapp{
        position: absolute;
        bottom: 100px;
        right: 25px;
        padding:10px;
        height: 50px;
        width:50px;
        border-radius: 50%;
        transform:all .5s ease;
        background-color: #25d366 !important;
        position: fixed;
        z-index: 20;
        box-shadow: 0 0 20px rgba(0,0,0,0.15) !important;
    }
    .wtsapp i{
        color: white !important;
        font-size: 30px;
        margin-left: 2px;

    }
    #whatsapp::before{
        content: '';
        position: absolute;
        z-index: -1;
        left: -10%;
        top: -10%;
        bottom: 0;
        right: 0;
        background-color: #25d366;
        /* transform: translateX(-10%) translateY(-10%); */
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
        display: block;
        width: 65px;
        height: 65px;
        border-radius: 50%;

    }
    @keyframes pulse-border{
        0%{
            transform: translateX(-4%) translateY(-4%) translateZ(0) scale(1);
            opacity: 1;
        }
        100%{
            transform: translateX(-4%) translateY(-4%) translateZ(0) scale(1);
            opacity: 0;
        }
    }


/* -----------------------------------------------------mobile screen-------------------------------------------- */
@media (max-width:768px){
a{
    text-decoration: none;
}
ul li{
    list-style-type: none;
    list-style: none;
}
ul{
    padding-left: 0px;
}
.pt-100{
    padding-top: 100px;
}
.pt-50{
    padding-top: 50px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px;
}
h1,h2,h3{
    font-weight: 600;
}
/*===========================================navbar==================================================*/
.sticky{
    position: sticky !important;
    top: 0;
    z-index: 10;
  }
  .navebar-brand{
    width:180px !important;
  }
  .navebar{
      background-color:white;
      box-shadow:0px 0px 5px 1px;
      padding-bottom:10px;
      padding-top: 10px;   
  }
  #nav-color{
      color:rgb(8, 62, 128);
      font-size:15px;
      font-weight: 700;
      
  }
  #nav-color:hover{
      color:black;

      
      
  }
  
  .nav-button{
      position: relative;
      font-weight: 600;
      letter-spacing: 2px;
      background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
      overflow: hidden;
      border: 1px solid rgb(201, 194, 194);
      text-decoration: none;
      color: #ffffff;
      font-size: 15px;
      border-radius: 5px;
      padding: 7px 20px;
      justify-content: center;
      
    }
  .nav-button a{
     
      color:var(--white-color);
      text-decoration: none;
    
      
    }
    
    .nav-button:hover {
        background:white;
        color: #000000;
        border: 1PX solid rgb(163, 162, 162);
    }
  #nav-main{
    margin-right: 50px;
    
  }
/* home-banner  */
.home-banner{
    background: url(../images/banner/banner-bg.png);
    background-color: rgb(22, 36, 62);
    height: 100%;
    width: 100%;
    opacity: 1;
    transition-duration: 0ms;
}
.p-relative{
    position: relative;
}
.banner-heading{
  color: #ffff;
  position: relative;    
  top: 50px;
}
.banner-heading h5{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color:rgb(0, 142, 173);
    margin-bottom: 10px;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
}
.banner-heading{
    padding: 10px;
}
.banner-heading h2{
    font-size: 30px;
    font-weight: 600;
   color: #ffffff;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 20px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}
.banner-heading p{
    font-weight: 500;
    font-size: 13px;
}
.banner-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 8px 16px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 60px;
    left: 10px;
}
.banner-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
.img-box{
    padding-top:15px !important;
}
.tp-hero-thumb {
    padding-left: 77px;
    margin-top: 15px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}
.tp-hero-thumb-shape .shape-1 {
    border-radius: 0;
    position: absolute;
    top: 350px;
    right:9px;
    width: 175px !important;
}
.tp-hero-thumb-shape .shape-2 {
    border-radius: 0;
    position: absolute;
    top: 100px;
    right: 55px;
    animation: tpswing 1s ease-in-out 0.1s forwards infinite alternate;
    transform-origin: bottom left;
    width: 80px !important;
}
@keyframes tpswing {
    0%{
      transform: rotate(3deg);
    }
  
    100% {
      transform: rotate(-3deg);
    } 
  }

.tp-hero-thumb-shape .shape-3 {
    border-radius: 0;
    position: absolute;
    top: 400px;
    left: 10px;
    animation: updown-two 2.6s linear 0s infinite alternate;
    width: 90px !important;
}
@keyframes updown-two {
    0%{
      transform: translateY(-20px);
    }
  
    100% {
        transform: translateY(0px);
    } 
  }

.tp-hero-thumb img {
    position: relative;
    top: 100px;
    right: 40px;
    border-radius: 228px 228px 0 0;
    max-width: 400px !important;
    padding-bottom: 100px;
}
/* about-page  */
.about-page{
    /* background: #eee2e2; */
    padding-bottom: 65px;
    padding-top: 100px;
    position: relative;
}
.tp-about-thumb-wrapper .main {
    position: relative;
    overflow: hidden;
}
.tp-about-thumb-wrapper img {
    border-radius: 20px;
    width: 250px;
    margin: 20px;
}
.tp-about-thumb-wrapper .main::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.tp-about-thumb-wrapper .shape-1 {
    position:relative;
    bottom: 80px;
    right: -117px;
    z-index: 2;
    width: 200px;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}
.tp-about-thumb-wrapper .shape-2 {
    position: absolute;
    bottom: -10px;
    left: -90px;
    z-index: -1;
    width: 150px;
}
.tp-about-thumb-wrapper .shape-3 {
    position: absolute;
    right: 30px;
    bottom: 10px;
    width: 100px;
    z-index: -1;
    border-radius: 0;
}
.about-us-heading h5{
    color: rgb(0, 142, 173);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.about-box-2{
    padding: 50px !important;
}
.about-us-content h1{
    color: #000000;
    font-size:26px;
    font-weight: 600;
    text-transform: capitalize;
}
.about-us-date-time span{
    display: flex;
    color: #030917;
    font-size:13px ;
    padding-top: 14px;
}
.about-us-date-time i{
   padding-top: 3px;
   padding-right: 10px;
   color: #1352cb;
}
.about-box-2{
    padding-top:20px;
}
.about-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 8px 16px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 30px;
    border: 1PX solid rgb(163, 162, 162);
  
}
.cir36{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    top: 50px;
    right: 60px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-1{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    top: 20px;
    left: 10px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-2{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    bottom: 130px;
    right: 160px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-3{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    bottom: 100px;
    left: 100px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-4{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    top: 50px;
    right: 60px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.about-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
  
}
/* service-page  */
.service-page{
    background-color: rgb(252, 251, 247);
}
.services-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.service-page-top-left h5{
    color: rgb(0, 142, 173);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.service-page-top-left{
    text-align: center;
    padding-bottom: 30px;
}
.service-page-top-left h2{
    color:#030917;
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 10px; 
}
.slider-btn {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(72, 91, 96, 0.2);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s;
}
.service-swiper-controller {
    display: flex;
    gap: 15px;
}
.service-bg {
    background-color: #15233d;
}
.img-section img{
    width:100% !important;
    height: 400px !important;
    position: relative;
    left:0px;  
}

.img-content p{
    color: #ffffff;
    font-size: 14px;
}
.img-content{
    margin: 0px 20px;
}
.img-content h2{
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    padding-top: 20px;
    font-weight: 600;

}
.ak-height-60 {
    height: 0px;
}
.service-bg .ak-white-bg-service {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fdfbf7;
    height: 150px;
}
.service-button button{
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 20px;
    border: 1px;
    
}
.service-button button:hover{
  
    color: rgb(0, 142, 173);
 
    
}
 .our-project-images::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
        
    bottom: -151px;
    right: 0;
    transform: translatey(70px);
    border-radius: 100%;
    transition: all 0.7s ease-in-out;
  }
  
  
  .our-project-images:hover::before {
    transform: scale(9) translate(-20px);
  }
  
  
   .our-project-image-section .title-holder {
    position: relative;
    display: block;
    text-align: center;
    background-color: #0d47a1;

    padding: 24px 0;
    z-index: 1;
}
  .our-project-image-section .title-holder:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e5e5e5;
    transition: .5s;
    transform: perspective(400px) scaleX(1.0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}
.our-project-image-section:hover .title-holder:before{
    transform: perspective(400px) scaleX(0);
}

/* counter-section  */
.counter-section{
    background-color: #010630;
}
.counter-text h3{
    font-size: 26px;
    font-weight: 700;
    color: #ffff;
    text-align: center;

}
.counter-item h5{
    font-size: 20px;
    font-weight: 5  00;
    padding-top:20px;
    padding-bottom: 6px;
    color: #ffff;
    text-transform: capitalize;
}
.counter-item h3{
    font-size: 45px;
    font-weight: 700;
    padding-top:20px;
    padding-bottom: 6px;
    color: #ffff;
  
}
.counter-item{
    position: relative;
    padding: 0px 45px 0px 0px;
}

/* advisor-page  */
.Advisor-page{
    background: url(../images/advisor-page/bg-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.advisor-page-overlay{
    background: #01073ad9;
    padding-bottom:100px;
    padding-top: 70px;
}
.Advisor-top{
   color: #ffffff;
}
.Advisor-top h5{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(0, 142, 173);
}
.Advisor-top h2{
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 0px;
}
.adv-slider-btn {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(72, 91, 96, 0.2);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s;
    margin-left: 20px !important;
}
.Advisor-swiper-controller {
    display: flex;
    gap: 15px;
}
.team-image img{
    width: 80%;
    padding-top: 50px;
    margin-left: 25px;
    filter: grayscale(.8);
    transition: .3s;
    
}
.team-image img:hover{
    filter: grayscale(0);
    
    
}
.our-team-section{
    position: relative;
}

.team-content{
    background-color: #ffffff;
    width: 80%;
    margin-left: 25px;
    padding: 20px 20px;

}
.team-content h2{
 font-size: 20px;
 color: rgb(0, 142, 173);
}
.team-content h6{
    font-size: 15px;
    color: #888;
}
.our-team-section:hover{
    border-radius: 20px;
    transform: scale(1);
    transition:0.3s;}
.our-team-section{
    padding-left:25px ;
}
.team-main-box{
    position:relative;
}
/*----------------------------------------------------------- team-icon----------------- */
/* From Uiverse.io by ubaidi10 */ 
.card1 {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    gap: 20px;
    position:absolute;
    top:84px;
    left:45px;
    display: grid;
    
  }
  
  /* for all social containers*/
  .socialContainer {
    width: 33px;
    height: 33px;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 10px;
    overflow: hidden;
    transition-duration: 0.4s;
  }
  /* instagram*/
  .containerOne:hover {
    background: #d62976 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius:50%;
  }
  /* twitter*/
  .containerTwo:hover {
    background: #00acee !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* linkdin*/
  .containerThree:hover {
    background: #0072b1 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* Whatsapp*/
  .containerFour:hover {
    background: #25d366 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  
  .socialContainer:active {
    transform: scale(0.9);
    transition-duration: 0.3s;
  }
  
  .socialSvg {
    width: 17px;
  }
  
  .socialSvg path {
    fill: rgb(255, 255, 255);
  }
  
  .socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  

 /* strategic page  */
 .icon-advisor{
    width: 60px !important;
    height: 60px;
    background:white !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
 }
 .strategic-page{
    background-color: #ffffff;
 }
 .strategic-bg-img{
    background-image: url(../images/bg-img/bg1.png);
 }
 .strategic-heading h5{
    font-size:15px;
    font-weight:800;
    color:rgb(0, 142, 173);
 }
 .strategic-heading h2{
    font-size:26px;
    font-weight:600;
 }
 .strategic-content{
    display:flex;
 }
 .strategic-sub-content h5{
    font-size:20px;
    font-weight:100px;
    padding-top:20px;
 }
 .strategic-sub-content p{
    color:  rgb(33, 37, 41);
 }
 .strategic-sub-content p:hover.strategic-sub-content{
    color:  rgb(255, 255, 255);
 }
 .strategic-sub-content{
    border-radius: 15px;
    padding: 20px;
    background: white;
    box-shadow: 0px 3px 10px 0px rgb(117, 115, 115);
    margin: 20px;
    width:90% !important;
    margin-right:-100px;
    
    
 }
 .strategic-sub-content:hover{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    border-radius: 15px;
    padding: 20px;
    color: white;
    
 }
 .strategic-sub-content:hover.strategic-sub-content p{
   
    color: white;
    
 }
 
 .strategic-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 8px 16px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 30px;
    left: 10px;
    border: 1PX solid rgb(163, 162, 162);
}
 .strategic-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
.strategic-image img{
    width: 100%;
    padding-top: 80px;
}
/* Tax-planning  */
.tax-2-box{
    padding-left: 40px !important;
    padding-top: 60px;
    
}
.Tax-planning{
    background-color: #f7f4ed;
}
.Tax-planning-heading h5{
    font-size:15px;
    font-weight:700;
    color:rgb(0, 142, 173);
}
.Tax-planning-heading h2{
    font-size:27px;
    font-weight:600;
}
.tax-planning-image img{
    width: 100%;
}



.skill-box {
    margin-bottom: 20px;
}
.skill-box .skill-text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.skill-title{
    font-size:15px;
}
.skill-box .skill-bar {
    background-color: #e3e2e1;
    height: 8px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.skill-box .skill-bar .skill-fill {
    background-color: rgb(0, 142, 173);
    height: 100%;
    width: 0px;
    border-radius: 4px;
}
.Tax-planning-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 8px 16px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 30px;
    left: 10px;
    border: 1PX solid rgb(163, 162, 162);
}
.Tax-planning-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
  /*------------------------------------------ form-page-----------------------------------------------------*/
  .form-bg-img{
    background-image:url(../images/bg-img/it-solution-footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .form-content h3{
    font-size: 15px;
    padding-bottom: 10px;
    color: rgb(0, 142, 173);
    font-weight: 600;

  }
 .hr-tage-form{
    color: white;
  }
  .form-content h2{
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 600;
    color: white;
  }
  .form-page-content-2 p{
    padding-top: 10px;
    padding-bottom: 10px; 
    color: white;
    font-size: 14px;

  }
  .form-icon-text{
    border: 1px solid rgb(160, 157, 157);
    padding: 10px;
    text-align: center;
    height: 180PX;
    margin-top:20px ;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 1px rgb(0, 0, 0);
    /* background: rgb(240, 124, 109); */
  }
  .form-icon-1{
    border: 1px solid rgb(192, 186, 186);
    width: 50px;
    height: 50px;
    border-radius:10px;
    text-align: center;
    position:relative;
    top:30px;
    box-shadow: 0px 5px 10px 0px black;
  }
  .form-icon-location:hover{
    background-color: white;
  }
  .form-icon-location:hover.form-icon-location i{
    color: black;
    
  }
  .form-icon-text:hover{
    cursor: pointer;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(27, 63, 131));
  }
  .form-icon-text:hover.form-icon-text h3{
    cursor: pointer;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(33, 68, 133));
    color: white;
    background: none ;
  }
  .form-icon-text h3{
   font-size: 14px;
   padding-top: 20px;
   color: #888484;
  }
  .form-icon-text h4{
   font-size: 16px;
   color: white;
  }
  .form-page-img{
    padding: 30px;
  }
  .form-icon{
    border: 1px solid rgb(192, 186, 186);
    width: 50px;
    height: 50px;
    border-radius:10px;
    text-align: center;
    position:relative;
    top:10px;
    box-shadow: 0px 5px 10px 0px black;
    
  }
  .form-icon-1:hover{
    background: white !important;
 
    
  }
  .form-icon-1:hover.form-icon-1 i{
    color: #000;
 
    
  }
  .form-icon-1{
    border: 1px solid rgb(192, 186, 186);
    width: 50px;
    height: 50px;
    border-radius:10px;
    text-align: center;
    position:relative;
    top:30px;
    box-shadow: 0px 5px 10px 0px black;
  }
  .form-icon-1 i{
    padding-top: 12px;
    font-size: 25px;
    color: white;
  }
  .form-icon i{
   padding-top: 12px;
   font-size: 25px;
   color: white;
   
   

  }
  .form-icon:hover{
   background: white;
   
   

  }
  .form-icon:hover.form-icon i{
   color: #000200;
   

  }
  .form-page-img  img{
    width: 100%;
  }
  /* .form-page{
    
  } */

 .contact-boxarea h3{
    color: rgb(0, 142, 173);
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}
 .contact-boxarea p{
  color: #3d4c5e;
}
.contact-boxarea .input-area input {
    width: 100%;
    height: 35px;
    color:black;
    padding: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 1px;
    font-size: 12px;
}

.contact-boxarea .input-area select {
    width: 100%;
    color: #000;
    padding: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 1px;
    font-size:12px;
   
}

 .contact-boxarea .input-area button {
    border: none;
    outline: none;
}
 .contact-boxarea .input-area textarea {
    width: 100%;
    color: black;
    padding: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 1px;
    height:80px !important;
    font-size: 12px;
}
.form-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 8px 26px;
    border: 1px;
    justify-content: center;
    position: relative;
    top:5px;
    left: 60px;
    border: 1PX solid rgb(163, 162, 162);
}
.form-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
.form-back-color {
        padding: 3px !important;
        background-color: #ffffff;
        box-shadow: 0px 3px 10px 0px black;
        border-radius: 10px;
        padding-bottom: 65px;
        width: auto;
        height: 420px;
        position: relative;
        top: 40px;
        right: 40px;
    }
   /*----------------------------Testimonial-------------------*/
.test-padd{
    background: url(../images/Testimonial/Testimonial/text-bg/pattern-5-CSNYBrRv.jpg);
}
   #blog-head h1{
    text-align: center;
    color:rgb(0, 142, 173);
    padding-bottom: 50px;
    font-size: 30px;

  }
  .test-mon-text h2{
    font-size: 15px;
    color: rgb(0, 142, 173);
    padding-bottom: 20px;
}
  .test-mon-box h4{
   font-size: 25px !important;
   font-weight: 500;
   padding-top: 10px;
}
  .test-mon-box h5{
    font-size: 14px;
    color: rgb(0, 142, 173);
    padding-bottom: 20px;
}
.test-mon-img{
    width: 50px !important;
    padding-top: 50px;
    padding-bottom: 15px;
}
.test-mon-img-1{
    position: relative;
    top: -310px !important;
    left: 560px;
    width: 110px !important;

}
.test-mon-main{
    display: flex;
}
.test-mon-text{
    margin-left: 0;
}
.test-mon-box{
    margin-left: 0;
}
  .test-mon-box p{
    font-size: 16px;
}
  .test-mon-text h3{
    font-size: 26px;
    font-weight: 700;
    
}
  .test-mon-box-1{
    width: 500px !important;
    height: 50px;
    
}
.test-padd{
    padding-top: 50px;
    padding-bottom: 50px;
}
.test-round img{
    width: 250px !important;
    height: 250px;
    border-radius: 50%;
    border:20px solid #c7cfcf;
    position: relative;
    top: -50px;
    left: 80px;
    box-shadow: 0px 1px 10px 2px rgb(117, 114, 114);
    cursor: pointer;
    
}
.test-mon-d{
    cursor: pointer;
}

 
  
 /* footer  */
.footer-page{
    background-color: rgb(2, 12, 38);
    position: relative;
    z-index: 1;
}

.tp-footer-bg-shape {
    position: absolute;
    top: 0px;
    right: 0;
    z-index:0;
}
.about-us-footer h5{
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    text-transform:capitalize;
}
.about-us-footer p{
    font-size: 15px;
    font-weight: 500;
    color: #cccccc;
    line-height: 30px;
}
.about-us-footer{
    padding-bottom: 50px;
}
.about-us-footer button{
    font-size: 14px;
    color: #c8c8c8;
    font-weight: 700;
    border: 1px solid #676868;
    padding: 8px 20px;
    background-color: transparent;
}
.footer-button-1:hover{
    color: #0d47a1 !important;
}
.our-solution{
    margin-bottom: 30px;
}
.our-solution h5{
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 0;
    text-transform:capitalize;
}
ul{
    padding-left: 0 !important;
}
.our-solution ul{
    list-style: none;
}
.our-solution ul li a{
    color: #efefef;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 39px;
}
.our-solution ul li:hover a{
    color: #0d47a1;
}
.quick-links h5{
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 0;
    text-transform:capitalize;
}
.quick-links ul{
    list-style: none;
}
.quick-links ul li a{
    color: #efefef;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 39px;
}
.quick-links ul li:hover a{
    color: #0d47a1;
}
.quick-links{
    margin-bottom: 30px;
}
.social-info{
    margin-bottom: 30px;
}
.social-info h5{
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 0;
    text-transform: capitalize;
}

.footer-social-icons ul{
    display: flex;
    align-items: center;    
    gap: 30px;
    position: relative;
    left: 20px;
}
.footer-social-icons ul li {
    width: 33px;
    height: 33px;
    background-color: #ffffff;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 7px;
}
.footer-social-icons ul li a i {
   font-size: 20px;
   color:#212529;
}
.footer-social-icons ul li a:hover i{
    color: #0d47a1;
 }

.footer-address-sec ul li a{
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.footer-address-sec ul li:hover a{
    color: #0d47a1;
}
.footer-page hr{
    color: #ffffff;
    position: relative;
    top:15px;
}

/* fooder icon  */
.card-1 {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    gap: 20px;
    display:flex;
    margin-left:0;
    
  }
.socialContainer-1 {
    width: 33px;
    height: 33px;
    background:white;
    display:grid !important;
    align-items: center;
    justify-content: center; 
    border-radius: 10px;
    overflow: hidden;
    transition-duration: 0.4s;
  }
  /* instagram*/
  .containerOne-1:hover {
    background: #d62976 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius:50%;
  }
  /* twitter*/
  .containerTwo-1:hover {
    background: #00acee !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* linkdin*/
  .containerThree-1:hover {
    background: #0072b1 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* Whatsapp*/
  .containerFour-1:hover {
    background: #25d366 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  
  .socialContainer-1:active {
    transform: scale(0.9);
    transition-duration: 0.3s;
  }
  
  .socialSvg-1 {
    width: 17px;
  }
  
  .socialSvg-1 path {
    fill: rgb(0, 0, 0);
  }
  .socialContainer-1:hover .socialSvg-1 path {
    fill: rgb(255, 255, 255) !important;
  }
  
  .socialContainer-1:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .test-round img {
    width: 300px !important;
    height: 310px;
    border-radius: 50%;
    border: 20px solid #c7cfcf;
    position: relative;
    top: -60px;
    left: 30px;
    box-shadow: 0px 1px 10px 2px rgb(117, 114, 114);
    cursor: pointer;
}
  

/* up arrow */
.arrow{
    text-align: center;
    position:relative;
    right: 30px;
    bottom:30px; 
    position: fixed;
    z-index: 10;
    
    }
    .arrow-1::before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 20px !important;
        right: 10px;
        left: 0;
        border: 2px dashed rgb(15, 90, 242);
        animation: spin 13s infinite linear;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .arrow-1::before:hover{
        content: '';
        position: absolute;
        top: 0;
        bottom: 20px !important;
        right: 10px;
        left: 0;
        border: 2px dashed rgb(15, 90, 242);
        animation: spin 13s infinite linear;
       
    }
    .arrow-btn{
        background-color: rgb(15, 90, 242);
        width: 40px !important;
        height: 40px;
        border-radius: 50%;
        margin-left: 10px;
        margin-top: 10px;

    }
    @keyframes spin{
        100% {
            transform: rotate(360deg);
        }
    }
    .arrow-btn i{
        color: white;
        position:static;
        padding-top: 11px;
    }
}
/*==================== tablet screen ==================================================================================*/
@media (min-width: 768px) and (max-width: 1024px){
    .test-round img {
        width: 380px !important;
        height: 400px;
        border-radius: 50%;
        border: 20px solid #c7cfcf;
        position: relative;
        top: -60px;
        left: 150px;
        box-shadow: 0px 1px 10px 2px rgb(117, 114, 114);
        cursor: pointer;
    }
    /* team */
    .team-image img {
        width: 110%;
        filter: grayscale(.8);
        transition: .3s;
    }
    .team-content {
        background-color: #ffffff;
        width: 110%;
        padding: 10px !important;
    }
    .card1 {
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 15px;
        gap: 10px;
        position: absolute;
        top: 40px;
        left: 18px;
        display: grid;
    }
    .socialContainer {
        width: 28px;
        height: 28px;
        background: linear-gradient(170deg, rgb(8, 62, 128), rgb(101, 144, 224));
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        overflow: hidden;
        transition-duration: 0.4s;
    }
    /* about  */
    .about-us-heading h5 {
        color: rgb(0, 142, 173);
        font-size: 18px;
        padding-top: 150px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

    /* home */
/* 
     .owl-item img {
        display: block;
        width: 60% !important;
        margin-top: 200px;
        margin-left: 80px;
    } */
    .banner-main-img{
        width: 70% !important; 
        margin-top: 200px;
        margin-left: 50px;

    }


}
/* ===================================================laptop screen=================================================== */
@media (min-width: 900px) and (max-width: 1284px){

    .banner-main-img{
        width: 100% !important; 
        margin-top: 2px;
        margin-left: -30px;

    }



    /*===========================================navbar==================================================*/
.sticky{
    position: sticky !important;
    top: 0;
    z-index: 10;
  }
  .navebar-brand{
    width:280px !important;
  }
  .navebar{
      background-color:white;
      box-shadow:0px 0px 5px 1px;
      padding-bottom:10px;
      padding-top: 10px;   
  }
  #nav-color{
      color:rgb(8, 62, 128);
      font-size:18px;
      font-weight: 700;
      
  }
  #nav-color:hover{
      color:black;

      
      
  }
  
  .nav-button{
      position: relative;
      font-weight: 600;
      letter-spacing: 2px;
      background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
      overflow: hidden;
      border: 1px solid rgb(201, 194, 194);
      text-decoration: none;
      color: #ffffff;
      font-size: 15px;
      border-radius: 5px;
      padding: 13px 26px;
      justify-content: center;
      
    }
  .nav-button a{
     
      color:var(--white-color);
      text-decoration: none;
    
      
    }
    
    .nav-button:hover {
        background:white;
        color: #000000;
        border: 1PX solid rgb(163, 162, 162);
    }
  #nav-main{
    margin-right: 50px;
    
  }
/* home-banner  */
.home-banner{
    background: url(../images/banner/banner-bg.png);
    background-color: rgb(22, 36, 62);
    height: 100%;
    width: 100%;
    opacity: 1;
    transition-duration: 0ms;
}
.p-relative{
    position: relative;
}
.banner-heading{
  color: #ffff;
  position: relative;    
  top: 100px;
}
.banner-heading h5{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color:rgb(0, 142, 173);
    margin-bottom: 10px;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
}
.banner-heading h2{
    font-size: 37px;
    font-weight: 600;
   color: #ffffff;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 20px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}
.banner-heading p{
    font-weight: 500;
}
.banner-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 13px;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 130px;
    left:-10px;
}
.banner-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
.img-box{
    padding-top:15px !important;
}
.tp-hero-thumb {
    padding-left: 130px;
    margin-top: 57px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}
.tp-hero-thumb-shape .shape-1 {
    border-radius: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 150px !important;
}
.tp-hero-thumb-shape .shape-2 {
    border-radius: 0;
    position: absolute;
    top:-40px;
    right: 20px;
    animation: tpswing 1s ease-in-out 0.1s forwards infinite alternate;
    transform-origin: bottom left;
    width: 80px !important;
}
@keyframes tpswing {
    0%{
      transform: rotate(3deg);
    }
  
    100% {
      transform: rotate(-3deg);
    } 
  }

.tp-hero-thumb-shape .shape-3 {
    border-radius: 0;
    position: absolute;
    bottom: 0px;
    left: 55px;
    animation: updown-two 2.6s linear 0s infinite alternate;
    width: 90px !important;
}
@keyframes updown-two {
    0%{
      transform: translateY(-20px);
    }
  
    100% {
        transform: translateY(0px);
    } 
  }

.tp-hero-thumb img {
    border-radius: 228px 228px 0 0;
    max-width: 500px;
}
/* about-page  */
.about-page{
    /* background: #eee2e2; */
    padding-bottom: 160px;
    padding-top: 100px;
    position: relative;
}
.tp-about-thumb-wrapper .main {
    position: relative;
    overflow: hidden;
}
.tp-about-thumb-wrapper img {
    border-radius: 20px;
    width: 400px;
}
.tp-about-thumb-wrapper .main::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.tp-about-thumb-wrapper .shape-1 {
    position: absolute;
    bottom: -30%;
    right: 32px;
    width: 250px;
    z-index: 2;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}
.tp-about-thumb-wrapper .shape-2 {
    position: absolute;
    bottom: -100px;
    left: -90px;
    z-index: -1;
    width: 200px;
}
.tp-about-thumb-wrapper .shape-3 {
    position: absolute;
    right: -10px;
    top: 30%;
    z-index: -1;
    border-radius: 0;
    width: 50px;
}
.about-us-heading h5{
    color: rgb(0, 142, 173);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.about-us-content h1{
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
.about-us-date-time span{
    display: flex;
    color: #030917;
    font-size:14px ;
    padding-top: 14px;
}
.about-us-date-time i{
   padding-top: 3px;
   padding-right: 10px;
   color: #1352cb;
}
.about-box-2{
    padding-top: 40px;
}
.about-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 30px;
    border: 1PX solid rgb(163, 162, 162);
  
}
.cir36{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    top: 50px;
    right: 60px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-1{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    top: 20px;
    left: 10px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-2{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    bottom: 130px;
    right: 160px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-3{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    bottom: 100px;
    left: 100px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.cir36-4{
    animation: 20s linear 0s infinite normal none running cir36;
    color: #010630 !important;
    position: absolute;
    top: 50px;
    right: 60px;
}
@keyframes cir36{

100% {
    transform: rotate(360deg);
}
}
.about-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
  
}
/* service-page  */
.service-page{
    background-color: rgb(252, 251, 247);
}
.services-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.service-page-top-left h5{
    color: rgb(0, 142, 173);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.service-page-top-left{
    text-align: center;
    padding-bottom: 30px;
}
.service-page-top-left h2{
    color:#030917;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 10px; 
}
.slider-btn {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(72, 91, 96, 0.2);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s;
}
.service-swiper-controller {
    display: flex;
    gap: 15px;
}
.service-bg {
    background-color: #15233d;
}
.img-section img{
    width: 250px !important;
    height: 300px !important;
    position: relative;
    left: 60px;  
}

.img-content p{
    color: #ffffff;
    font-size: 13px;
}
.img-content{
    margin:0px 57px;
}
.img-content h2{
    color: white;
    font-size: 18px;
    text-transform: capitalize;
    padding-top: 20px;
    font-weight: 600;

}
.ak-height-60 {
    height: 0px;
}
.service-bg .ak-white-bg-service {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fdfbf7;
    height: 150px;
}
.service-button button{
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 15px;
    border: 1px;
    
}
.service-button button:hover{
  
    color: rgb(0, 142, 173);
 
    
}
 .our-project-images::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
        
    bottom: -151px;
    right: 0;
    transform: translatey(70px);
    border-radius: 100%;
    transition: all 0.7s ease-in-out;
  }
  
  
  .our-project-images:hover::before {
    transform: scale(9) translate(-20px);
  }
  
  
   .our-project-image-section .title-holder {
    position: relative;
    display: block;
    text-align: center;
    background-color: #0d47a1;

    padding: 24px 0;
    z-index: 1;
}
  .our-project-image-section .title-holder:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e5e5e5;
    transition: .5s;
    transform: perspective(400px) scaleX(1.0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}
.our-project-image-section:hover .title-holder:before{
    transform: perspective(400px) scaleX(0);
}

/* counter-section  */
.counter-section{
    background-color: #010630;
}
.counter-text h3{
    font-size: 35px;
    font-weight: 700;
    color: #ffff;
    padding-top: 40px;

}
.counter-item h5{
    font-size: 18px;
    font-weight: 5  00;
    padding-top:20px;
    padding-bottom: 6px;
    color: #ffff;
    text-transform: capitalize;
}
.counter-item h3{
    font-size: 35px;
    font-weight: 700;
    padding-top:20px;
    padding-bottom: 6px;
    color: #ffff;
  
}
.counter-item{
    position: relative;
    padding: 0px 45px 0px 0px;
}

/* advisor-page  */
.Advisor-page{
    background: url(../images/advisor-page/bg-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.advisor-page-overlay{
    background: #01073ad9;
    padding-bottom:100px;
    padding-top: 100px;
}
.Advisor-top{
   color: #ffffff;
}
.Advisor-top h5{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(0, 142, 173);
}
.Advisor-top h2{
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 50px;
    text-transform: capitalize;
}
.adv-slider-btn {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(72, 91, 96, 0.2);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s;
}
.Advisor-swiper-controller {
    display: flex;
    gap: 15px;
}
.team-image img{
    width: 90%;
    filter: grayscale(.8);
    transition: .3s;
    
}
.team-image img:hover{
    filter: grayscale(0);
    
    
}
.our-team-section{
    position: relative;
}

.team-content{
    background-color: #ffffff;
    width: 90%;
    padding: 20px 20px;

}
.team-content h2{
 font-size: 20px;
 color: rgb(0, 142, 173);
}
.team-content h6{
    font-size: 15px;
    color: #888;
}
.our-team-section:hover{
    border-radius: 20px;
    transform: scale(1);
    transition:0.3s;}
.our-team-section{
    padding-left:25px ;
}
.team-main-box{
    position:relative;
}
/*----------------------------------------------------------- team-icon----------------- */
/* From Uiverse.io by ubaidi10 */ 
.card1 {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    gap: 10px;
    position:absolute;
    top: 30px;
    left: 20px;
    display: grid;
    
  }
  
  /* for all social containers*/
  .socialContainer {
    width: 30px;
    height: 30px;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 10px;
    overflow: hidden;
    transition-duration: 0.4s;
  }
  /* instagram*/
  .containerOne:hover {
    background: #d62976 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius:50%;
  }
  /* twitter*/
  .containerTwo:hover {
    background: #00acee !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* linkdin*/
  .containerThree:hover {
    background: #0072b1 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* Whatsapp*/
  .containerFour:hover {
    background: #25d366 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  
  .socialContainer:active {
    transform: scale(0.9);
    transition-duration: 0.3s;
  }
  
  .socialSvg {
    width: 17px;
  }
  
  .socialSvg path {
    fill: rgb(255, 255, 255);
  }
  
  .socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  

 /* strategic page  */
 .icon-advisor{
    width: 60px !important;
    height: 60px;
    background:white !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
 }
 .strategic-page{
    background-color: #ffffff;
 }
 .strategic-bg-img{
    background-image: url(../images/bg-img/bg1.png);
 }
 .strategic-heading h5{
    font-size:15px;
    font-weight:700;
    color:rgb(0, 142, 173);
 }
 .strategic-heading h2{
    font-size:30px;
    font-weight:600;
 }
 .strategic-content{
    display:flex;
 }
 .strategic-sub-content h5{
    font-size:15px;
    font-weight:500;
    padding-top:10px;
 }
 .strategic-sub-content p{
    color:  rgb(33, 37, 41);
    font-size: 13px;
 }
 .strategic-sub-content p:hover.strategic-sub-content{
    color:  rgb(255, 255, 255);
 }
 .strategic-sub-content{
    border-radius: 15px;
    padding: 10px;
    background: white;
    box-shadow: 0px 3px 10px 0px rgb(117, 115, 115);
    width: 45% !important;
    margin-bottom: 20px;
    
 }
 .strategic-sub-content:hover{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    border-radius: 15px;
    padding: 20px;
    color: white;
    
 }
 .strategic-sub-content:hover.strategic-sub-content p{
   
    color: white;
    
 }
 
 .strategic-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 40px;
    left: 10px;
    border: 1PX solid rgb(163, 162, 162);
}
 .strategic-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
.strategic-image img{
    width: 100%;
    padding-top: 80px;
}
/* Tax-planning  */
.tax-2-box{
    padding-left: 40px !important;
    padding-top: 10px;
    
}
.Tax-planning{
    background-color: #f7f4ed;
}
.Tax-planning-heading h5{
    font-size:15px;
    font-weight:700;
    color:rgb(0, 142, 173);
}
.Tax-planning-heading h2{
    font-size:35px;
    font-weight:600;
}
.tax-planning-image img{
    width: 100%;
}
.skill-box {
    margin-bottom: 20px;
}
.skill-box .skill-text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.skill-title{
    font-size:15px;
}
.skill-box .skill-bar {
    background-color: #e3e2e1;
    height: 8px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.skill-box .skill-bar .skill-fill {
    background-color: rgb(0, 142, 173);
    height: 100%;
    width: 0px;
    border-radius: 4px;
}
.Tax-planning-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 40px;
    left: 10px;
    border: 1PX solid rgb(163, 162, 162);
}
.Tax-planning-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}



/*------------------------------------------ form-page-----------------------------------------------------*/
  .form-bg-img{
    background-image:url(../images/bg-img/it-solution-footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .form-content h3{
    font-size: 15px;
    padding-bottom: 10px;
    color: rgb(0, 142, 173);
    font-weight: 600;

  }
 .hr-tage-form{
    color: white;
  }
  .form-content h2{
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 600;
    color: white;
  }
  .form-page-content-2 p{
    padding-top: 10px;
    padding-bottom: 10px; 
    color: white;

  }
  .form-icon-text{
    border: 1px solid rgb(160, 157, 157);
    text-align: center;
    height: 145PX;
    margin-top:20px ;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 1px rgb(0, 0, 0);
    /* background: rgb(240, 124, 109); */
  }
  .form-icon-text:hover{
    cursor: pointer;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(27, 63, 131));
  }
  .form-icon-text:hover.form-icon-text h3{
    cursor: pointer;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(33, 68, 133));
    color: white;
    background: none ;
  }
  .form-icon-text h3{
   font-size: 12px;
   padding-top: 20px;
   color: #888484;
  }
  .form-icon-text h4{
   font-size: 10px;
   color: white;
  }
  .form-page-img{
    padding: 30px;
  }
  .form-icon{
    border: 1px solid rgb(192, 186, 186);
    width: 40px;
    height: 40px;
    border-radius:10px;
    text-align: center;
    position:relative;
    top:10px;
    box-shadow: 0px 5px 10px 0px black;
    
  }
  .form-icon i{
   font-size: 25px !important;
   position: relative;
   top: -5px;
  }
  .form-icon-1:hover{
    background: white !important;
 
    
  }
  .form-icon-1:hover.form-icon-1 i{
    color: #000;
 
    
  }
  .form-icon-location{
    border: 1px solid rgb(192, 186, 186);
    width: 40px;
    height: 40px;
    border-radius:10px;
    text-align: center;
    position:relative;
    top:-10px;
    box-shadow: 0px 5px 10px 0px black;
  }
  .form-icon-location i{
    padding-top: 10px;
    font-size: 20px;
    color: white;
  }
  .form-icon-1{
    border: 1px solid rgb(192, 186, 186);
    width: 40px;
    height: 40px;
    border-radius:10px;
    text-align: center;
    position:relative;
    top:10px;
    box-shadow: 0px 5px 10px 0px black;
  }
  .form-icon-1 i{
    font-size: 20px !important;
    position: relative;
    top: -2px;
  }
  .form-icon-location:hover{
    background-color: white;
  }
  .form-icon-location:hover.form-icon-location i{
    color: black;
    
  }
  .form-icon-1 i{
    padding-top: 12px;
    font-size: 25px;
    color: white;
  }
  .form-icon i{
   padding-top: 12px;
   font-size: 25px;
   color: white;
   
   

  }
  .form-icon:hover{
   background: white;
   
   

  }
  .form-icon:hover.form-icon i{
   color: #000200;
   

  }
  .form-page-img  img{
    width: 100%;
  }
  /* .form-page{
    
  } */

 .contact-boxarea h3{
    color: rgb(0, 142, 173);
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}
 .contact-boxarea p{
  color: #3d4c5e;
}
.contact-boxarea .input-area input {
    width: 100%;
    color:black;
    padding: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 20px;
}

.contact-boxarea .input-area select {
    width: 100%;
    color: #000;
    padding: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 20px;
   
}

 .contact-boxarea .input-area button {
    border: none;
    outline: none;
}

.form-button button{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 40px;
    border: 1px;
    justify-content: center;
    position: relative;
    top:5px;
    left: 100px;
    border: 1PX solid rgb(163, 162, 162);
}
.form-button button:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
.form-back-color{
    padding: 20px !important;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px black;
    border-radius: 10px;
    padding-bottom:65px;
    width: 400px;
    height: 600px;
    margin-top: 40px !important;
    margin-left: 70px !important;
}
   /*----------------------------Testimonial-------------------*/
.test-padd{
    background: url(../images/Testimonial/Testimonial/text-bg/pattern-5-CSNYBrRv.jpg);
}
   #blog-head h1{
    text-align: center;
    color:rgb(0, 142, 173);
    padding-bottom: 50px;
    font-size: 15px !important;

  }
  .test-mon-text h2{
    font-size: 15px;
    color: rgb(0, 142, 173);
    padding-bottom: 20px;
}
  .test-mon-box h4{
   font-size: 20px !important;
   font-weight: 500;
   padding-top: 10px;
}
  .test-mon-box h5{
    font-size: 14px;
    color: rgb(0, 142, 173);
    padding-bottom: 20px;
}
.test-mon-img{
    width: 50px !important;
    padding-top: 50px;
    padding-bottom: 15px;
}
.test-mon-img-1{
    position: relative;
    top: -250px !important;
    left: 300px;
    width: 100px !important;

}
.test-mon-main{
    display: flex;
}
.test-mon-text{
    margin-left: 50px;
}
.test-mon-box{
    margin-left: 50px;
}
  .test-mon-box p{
    font-size: 13px;
}
  .test-mon-text h3{
    font-size: 35px;
    font-weight: 700;
    
}
  .test-mon-box-1{
    width: 500px !important;
    height: 50px;
    
}
.test-padd{
    padding-top: 50px;
    padding-bottom: 50px;
}
.test-round img{
    width: 250px !important;
    height: 250px;
    border-radius: 50%;
    border:20px solid #c7cfcf;
    position: relative;
    top: 70px;
    left: 150px;
    box-shadow: 0px 1px 10px 2px rgb(117, 114, 114);
    cursor: pointer;
    
}
.test-mon-d{
    cursor: pointer;
}

 
  
 /* footer  */
.footer-page{
    background-color: rgb(2, 12, 38);
    position: relative;
    z-index: 1;
}

.tp-footer-bg-shape {
    position: absolute;
    top: 0px;
    right: 0;
    z-index:0;
}
.about-us-footer h5{
    font-size: 25px !important;
    font-weight: 500;
    color: #ffffff;
    text-transform:capitalize;
}
.about-us-footer p{
    font-size: 12px;
    font-weight: 500;
    color: #cccccc;
    line-height: 30px;
}
.about-us-footer button{
    font-size: 14px;
    color: #c8c8c8;
    font-weight: 700;
    border: 1px solid #676868;
    padding: 8px 20px;
    background-color: transparent;
}
.footer-button-1:hover{
    color: #0d47a1 !important;
}
.our-solution h5{
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform:capitalize;
}
.our-solution ul{
    list-style: none;
}
.our-solution ul li a{
    color: #efefef;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 39px;
    font-size: 12px;
}
.our-solution ul li:hover a{
    color: #0d47a1;
}
.quick-links h5{
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform:capitalize;
}
.quick-links ul{
    list-style: none;
}
.quick-links ul li a{
    color: #efefef;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 39px;
    font-size: 12px;
}
.quick-links ul li:hover a{
    color: #0d47a1;
}
.social-info h5{
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform: capitalize;
}

.footer-social-icons ul{
    display: flex;
    align-items: center;    
    gap: 30px;
    position: relative;
    left: 20px;
}
.footer-social-icons ul li {
    width: 33px;
    height: 33px;
    background-color: #ffffff;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 7px;
}
.footer-social-icons ul li a i {
   font-size: 12px !important;
   color:#212529;
}
.footer-social-icons ul li a:hover i{
    color: #0d47a1;
 }

.footer-address-sec ul li a{
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
}
.footer-address-sec ul li:hover a{
    color: #0d47a1;
}
.footer-page hr{
    color: #ffffff;
    position: relative;
    top:15px;
}

/* fooder icon  */
.card-1 {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    gap: 20px;
    display:flex;
    margin-left: 30px;
    
  }
.socialContainer-1 {
    width: 33px;
    height: 33px;
    background:white;
    display:grid !important;
    align-items: center;
    justify-content: center; 
    border-radius: 10px;
    overflow: hidden;
    transition-duration: 0.4s;
  }
  /* instagram*/
  .containerOne-1:hover {
    background: #d62976 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius:50%;
  }
  /* twitter*/
  .containerTwo-1:hover {
    background: #00acee !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* linkdin*/
  .containerThree-1:hover {
    background: #0072b1 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  /* Whatsapp*/
  .containerFour-1:hover {
    background: #25d366 !important;
    transition-duration: 0.3s;
    transform: scale(1.4);
    border-radius: 50%;
  }
  
  .socialContainer-1:active {
    transform: scale(0.9);
    transition-duration: 0.3s;
  }
  
  .socialSvg-1 {
    width: 17px;
  }
  
  .socialSvg-1 path {
    fill: rgb(0, 0, 0);
  }
  .socialContainer-1:hover .socialSvg-1 path {
    fill: rgb(255, 255, 255) !important;
  }
  
  .socialContainer-1:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  

/* up arrow */
.arrow{
    text-align: center;
    position:relative;
    right: 30px;
    bottom:30px; 
    position: fixed;
    z-index: 10;
    
    }
    /* .arrow-1::before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 20px !important;
        right: 10px;
        left: 0;
        border: 2px dashed rgb(15, 90, 242);
        animation: spin 13s infinite linear;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .arrow-1::before:hover{
        content: '';
        position: absolute;
        top: 0;
        bottom: 20px !important;
        right: 10px;
        left: 0;
        border: 2px dashed rgb(15, 90, 242);
        animation: spin 13s infinite linear;
       
    } */
    .arrow-btn{
        background-color: rgb(15, 90, 242);
        width: 40px !important;
        height: 40px;
        border-radius: 50%;
        margin-left: 10px;
        margin-top: 10px;

    }
    @keyframes spin{
        100% {
            transform: rotate(360deg);
        }
    }
    .arrow-btn i{
        color: white;
        position:static;
        padding-top: 11px;
    }






}
/* ******************************************** error psge**************************************************** */
.error-main{
    text-align: center;
    align-items: center;
    
 
    

  }
  .error-main img{
    text-align: center;
    width: 400px;
  


  }
  .error-main-content h1{
    text-align: center;
    font-size: 120px;
    font-weight: 700;
    color:white;
    


  }
  .error-main-content{
    padding-top: 12%;
    padding-bottom: 17%;




  }
  .error-main-content h2{
    text-align: center;
    font-size: 50px;
    color:white;


  }
  .error-main-content p{
    text-align: center;
    font-size: 20px;
    color:white;


  }
  .error-main-content button{
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    color:white;
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
    font-weight: 500;


  }
  .error-main-content button:hover{
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    background:white !important;
    color:black;
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
    font-weight: 500;
    


  }
  .error-bg-img{
    background-image: url(../images/404-img/bg-404.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* background-position:bottom center; */
    z-index:5;

    
  }
  .error-main-content img{
    width: 100px;
    padding-bottom: 20px;
    padding-right: 10px;
    transition-duration: 5s;
    padding: 10px;
    
    

  }

  .error-bg-img::before{
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.8;

  }
  .button-error-page{
    color:white;
    text-decoration: none;
  }
  .button-error-page:hover{
    color: var(--black-color);
    text-decoration: none;
  }
    /* ****************************************************** mobile screen************************************************************** */
    
    
        .error-main{
            text-align: center;
            align-items: center;
            
         
            
        
          }
          .error-main img{
            text-align: center;
            width: 400px;
          
        
        
          }
          .error-main-content h1{
            text-align: center;
            font-size: 120px;
            font-weight: 700;
            color:white;
            
        
        
          }
          .error-main-content{
            padding-top: 12%;
            padding-bottom: 17%;
        
        
        
        
          }
          .error-main-content h2{
            text-align: center;
            font-size: 30px;
            color:white;
        
        
          }
          .error-main-content p{
            text-align: center;
            font-size: 15px;
            color:white;
        
        
          }
          .error-main-content button{
            text-align: center;
            padding: 6px 10px;
            margin-top: 20px;
            background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224)) !important;
            color:white;
            border-radius: 10px;
            border: 1px solid rgb(255, 255, 255);
            font-weight: 500;
        
        
          }
          .error-main-content button:hover{
            text-align: center;
            padding: 10px 20px;
            margin-top: 20px;
            background-color:white;
            color:black;
            border-radius: 10px;
            border: 1px solid rgb(0, 0, 0);
            font-weight: 500;
            
        
        
          }
          .error-bg-img{
            background-image: url(../images/background-img/bak-img.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            background-position:bottom center;
            z-index:5;
        
            
          }
          .error-main-content img{
            width: 90px;
            padding-bottom: 20px;
            animation: spinn 2s linear infinite;
            /* padding-right: 10px;
            transition-duration: 5s; */
            padding: 10px;
            
            
        
          }
          @keyframes spinn{
            25%{
                transform: translatey(-80px);
                
            }
         
          }
        
          .error-bg-img::before{
            content: '';
            background-color: #000;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
            opacity: 0.7;
        
          }
          .button-error-page{
            color: white;
            text-decoration: none;
          }
          .button-error-page:hover{
            color:black;
            text-decoration: none;
          }


          






     /* ********************************************** thankyou******************************************** */
  .thankyou-page{
    text-align: center;
  }
  .thankyou-main-content{
    padding-top: 12%;
    padding-bottom: 15%;




  }
  .thankyou-icon{
    font-size: 200px !important;
    color:rgb(26, 78, 145);
    position:relative;
    bottom: 20px;
  }
  /* .thankyou-bg-img{
    background-color:var(--white-color);
  } */
  .thankyou-main-content h2{
    text-align: center;
    font-size: 40px !important;
    color: rgb(26, 78, 145);
    font-weight: 700;


  }
  .thankyou-main-content p{
    text-align: center;
    font-size: 20px;
    color:black;
    font-weight: 500;

  }
  .thankyou-bg-img{
    /* background-image: url(../assets/img/errer-page/errer-page.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index:5;
    height:70%;

    
  }
  /* .thankyou-bg-img::before{
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;

     z-index: -1;
 } */
  .thankyou-main-content button{
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    background: linear-gradient(170deg,rgb(21, 74, 143),rgb(85, 129, 207));;
    color:white;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
    font-weight: 500;


  }
  .thankyou-main-content button:hover{
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    background: white;
    color: black;
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
    font-weight: 500;
    


  }
  /* ****************************************************** mobile screen************************************************************** */
  @media (max-width:768px){
    .thankyou-page{
      text-align: center;
      padding-top:100px;
    }
    .thankyou-main-content{
      padding-top: 12%;
      padding-bottom: 15%;
  
  
  
  
    }
    .thankyou-icon{
      font-size: 200px !important;
      color: rgb(26, 78, 145);
      position:relative;
      bottom: 30px;
    }
    /* .thankyou-bg-img{
      background-color:var(--white-color);
    } */
    .thankyou-main-content h2{
      text-align: center;
      font-size: 30px !important;
      color:rgb(26, 78, 145);
      font-weight: 700;
  
  
    }
    .thankyou-main-content p{
      text-align: center;
      font-size: 20px;
      color: black;
      font-weight: 500;
  
    }
    .thankyou-bg-img{
      /* background-image: url(../assets/img/errer-page/errer-page.jpg); */
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      z-index:5;
      height:50%;
  
      
    }
    /* .thankyou-bg-img::before{
      content: '';
      background-color: #000;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      opacity: 0.7;
  
       z-index: -1;
   } */
    .thankyou-main-content button{
      text-align: center;
      padding: 10px 20px;
      margin-top: 20px;
      background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
      color:white;
      border-radius: 10px;
      border: 1px solid rgb(255, 255, 255);
      font-weight: 500;
  
  
    }
    .thankyou-main-content button:hover{
      text-align: center;
      padding: 10px 20px;
      margin-top: 20px;
      background:white;
      color:black;
      border-radius: 10px;
      border: 1px solid rgb(0, 0, 0);
      font-weight: 500;
      
  
  }
  
}

/* core-value  */

.our-benefits {
    background-image: url(../images/core-value/bg-overlay-home1.png);
    background-position: 0px 28%;
    background-repeat: no-repeat;
}
.space-70 {
    width: 100%;
    height: 70px;
}
@media (min-width: 1200px) {
    .our-benefits-img {
        margin: 0px -20px 0px -260px;
    }
}
@media (min-width: 1200px) {
    .our-benefits-detail {
        margin-left: 70px;
    }
}
.ot-heading > span.is_highlight {
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    padding: 10px 20px;
    border: 1px solid #fe8423;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.ot-heading > span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffff;
    margin-bottom: 10px;
}

.ot-heading .main-head {
    margin-bottom: 0;
}
.space-40 {
    width: 100%;
    height: 40px;
}
.icon-box {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    display: flex;
}
/* .benefits-icon-box .icon-main {
    width: 70px;
    height: 70px;
    line-height: 70px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.icon-box-2 .icon-main {
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.icon-box .icon-main {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.benefits-icon-box .icon-main img {
    width: 40px;
    height: 40px;
}
.icon-box-2 .icon-main img {
    width: 45px;
} */
/* .icon-box .icon-main img {
    vertical-align: middle;
    width: 40px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
} */
 .icon-main img{
    width: 84px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    padding: 20px ;
    border-radius: 50%;
    margin-bottom: 30px;
 }

.benefits-icon-box .content-box {
    position: relative;
    top: 25px;
    left: 20px;
}

.icon-box .title-box {
    font-size: 20px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.icon-box .title-box a {
    color: #1b1d21;
    text-decoration: none;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}
.our-benefits-img{
    width: 100%;
    position: relative;
    left: 30px;
}
.our-benefits-img img{
    width: 100%;
}
@media (max-width: 790px) {
.our-benefits-img img{
    display: none;
}
.icon-box{
    margin-bottom: 30px;
}
}


/* who-we-help  */
.who-we-help-icon{
    width: 60px !important;
    height: 60px;
    background:white !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
 }
 .who-we-help{
    background-color: #ffffff;
 }
 .who-we-help-heading h5{
    font-size:26px;
    padding-top: 30px;
    font-weight:700;
    color:rgb(0, 142, 173);
 }
 .who-we-help-heading h2{
    font-size:45px;
    font-weight:600;
 }
 .who-we-help-content{
    display:flex;
 }
 .who-we-help-sub-content h5{
    font-size:20px;
    font-weight:500;
    padding-top:20px;
    color: #008ead;
 }
 .who-we-help-sub-content p{
    color:  rgb(33, 37, 41);
 }
 .who-we-help-sub-content p:hover.who-we-help-sub-content{
    color:  rgb(255, 255, 255);
 }
 .who-we-help-sub-content{
    border-radius: 15px;
    padding: 20px;
    background: white;
    box-shadow: 0px 3px 10px 0px rgb(117, 115, 115);
    margin-bottom: 30px;
    height: calc(100% - 20px);
    
 }
 .who-we-help-sub-content:hover{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    border-radius: 15px;
    padding: 20px;
    color: white;
    
 }
 .who-we-help-sub-content:hover.who-we-help-sub-content p{
    color: white; 
 }
 
 .who-we-help-button  a{
    background: linear-gradient(170deg,rgb(8, 62, 128),rgb(101, 144, 224));
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 13px 26px;
    border: 1px;
    justify-content: center;
    position: relative;
    top: 40px;
    left: 10px;
    border: 1PX solid rgb(163, 162, 162);
    text-decoration: none;
}
 .who-we-help-button a:hover{
    background:white;
    color: #000000;
    border: 1PX solid rgb(163, 162, 162);
}
.who-we-help-image img{
    width: 100%;
    padding-top: 80px;
}

.industries-we-serve{
    background: linear-gradient(270deg, rgb(8, 62, 128), rgb(101, 144, 224));
}
.industry-we-serve-heading h5{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.industry-we-serve-heading h2{
    font-size: 25px;
    font-weight: 600;
    color: #212529;
}
.industry-services{
    padding: 20px 40px;
    height: calc(100% - 20px);
    background-color: #ffffff;
    margin: 5px;
    border-radius: 10px;
}
.industry-icon{
    width: 60px !important;
    height: 60px;
    background: white !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}
.industry-services h5{
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
    color: #008ead;

}
.industry-services p{
    color: #212529;
    font-weight: 500;
}


/* why-choose-us  */

.why-choose-us-v1-sec {
    background-color: #fff;
    background-image: url(../images/why-choose-us/why-choose-us-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.why-choose-v1 {
    padding: 100px 0px 50px 50px;
    position: relative;
    z-index: 2;
}
.why-choose-v1::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: #fff;
    left: -15px;
    width: 5000px;
    z-index: -1;
}
.why-choose-us-heading h5{
    font-size: 20px;
    font-weight: 700;
    color: #008ead;
}
.why-choose-v1-single {
    margin: 20px 0;
}
.why-choose-v1-single .media {
    overflow: visible;
}
.media:first-child {
    margin-top: 0;
}
.why-choose-v1-single .media-left {
    position: relative;
    padding-right: 10px;
}
.number {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    color: #008ead;
    margin-top: 5px;
    padding-right: 20px;
}
.number::before {
    position: absolute;
    content: "";
    background: #008ead;
    width: 30px;
    height: 1px;
    top: 12px;
    left: -36px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.why-choose-us-v1-sec .why-choose-v1-single .media-body h2 {
    color: #0f263a;
}
.why-choose-v1-single .media-body h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #008ead;
}
.media-body p {
    margin: 0 0 20px;
}