@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url(icons/material-design-iconic-font/css/materialdesignicons.min.css);

@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts-front/Segoe UI.eot');
  src: url('../fonts-front/Segoe UI.eot?#iefix') format('embedded-opentype'),
       url('../fonts-front/Segoe UI.woff2') format('woff2'),
       url('../fonts-front/Segoe UI.woff') format('woff'),
       url('../fonts-front/Segoe UI.ttf')  format('truetype'),
       url('../fonts-front/Segoe UI.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'SegoeUI-Bold';
  src: url('../fonts-front/SegoeUI-Bold.eot');
  src: url('../fonts-front/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts-front/SegoeUI-Bold.woff2') format('woff2'),
       url('../fonts-front/SegoeUI-Bold.woff') format('woff'),
       url('../fonts-front/SegoeUI-Bold.ttf')  format('truetype'),
       url('../fonts-front/SegoeUI-Bold.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'SegoeUI-Italic';
  src: url('../fonts-front/SegoeUI-Italic.eot');
  src: url('../fonts-front/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts-front/SegoeUI-Italic.woff2') format('woff2'),
       url('../fonts-front/SegoeUI-Italic.woff') format('woff'),
       url('../fonts-front/SegoeUI-Italic.ttf')  format('truetype'),
       url('../fonts-front/SegoeUI-Italic.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'SegoeUI-BoldItalic';
  src: url('../fonts-front/SegoeUI-BoldItalic.eot');
  src: url('../fonts-front/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts-front/SegoeUI-BoldItalic.woff2') format('woff2'),
       url('../fonts-front/SegoeUI-BoldItalic.woff') format('woff'),
       url('../fonts-front/SegoeUI-BoldItalic.ttf')  format('truetype'),
       url('../fonts-front/SegoeUI-BoldItalic.svg#svgFontName') format('svg');
}

@font-face{
  font-family:'Iskoola Pota';
  src:url('Iskoola Pota.eot');
  src:url('Iskoola Pota.eot?#iefix') format('embedded-opentype'),
  url('Iskoola Pota.woff2') format('woff2'),url('Iskoola Pota.woff') format('woff'),
  url('Iskoola Pota.svg#Iskoola Pota') format('svg');
  font-weight:400;font-style:normal;
  font-stretch:normal;unicode-range:U+0020-02DC
}

html, body {
    font-family: 'SegoeUI';
    background: #f8f9f9;
    font-size: 14px;
    scroll-behavior: smooth;
    color: #282a76;
  }
  * {
      padding:0;
      margin:0;
    box-sizing: border-box;
  }
  *::selection{background: #282a76;color:white}
  
  a:hover{
    text-decoration: none !important;
  }

  p, ul li, ol li{
    font-size: 1.2rem;
    font-family: 'SegoeUI';
    color: #282a76;
    text-align: justify;
  }

  select:required:invalid {
    color: #8c8787 !important;
  }
  
  option[value=""][disabled] {
    display: none !important;
  }
  
  option {
    color: #000;
  }
  
  .nav-btn{
    font-size: 14px;
    font-family: 'SegoeUI-Bold';
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 6px;
    background: rgb(52,54,157);
    background: linear-gradient(90deg, rgba(52,54,157,1) 0%, rgba(39,41,116,1) 100%);
    color: #ffffff;    width: fit-content;
    animation: btnBgChange 2000ms linear infinite ;
    line-height: 1.6;

  }
  .nav-btn i{
    display: none;
  }
  .nav-btn:hover{
    box-shadow: inset 0 0 0px 3px #282a76;
    color: #282a76;
    background: transparent;
    animation: none;
  }
  .btn-brand{
    font-size: 14px;
    font-family: 'SegoeUI-Bold';
    text-transform: uppercase;
    padding: 15px 29px;
    border-radius: 6px;
    background: rgb(52,54,157);
    background: linear-gradient(90deg, rgba(52,54,157,1) 0%, rgba(39,41,116,1) 100%);
    color: #ffffff; width: max-content;   width: fit-content;
    animation: btnZoomInOut 2000ms linear infinite ;
  }
  .white-trans{
    font-size: 14px;
    font-family: 'SegoeUI-Bold';
    text-transform: uppercase;
    padding: 15px 29px;
    border-radius: 25px;border: 2px solid #fff;
    background: transparent;
    color: #ffffff; width: max-content;   width: fit-content;
    animation: btnZoomInOut 2000ms linear infinite ;
  }
  .white-trans:hover{
    background: linear-gradient(90deg, rgba(52,54,157,1) 0%, rgba(39,41,116,1) 100%);;
    color: #ffffff; 
  }
  .blue-trans{
    font-size: 14px;
    font-family: 'SegoeUI-Bold';
    text-transform: uppercase;
    padding: 15px 30px;
    border: 2px solid rgba(39,41,116,1);
    border-radius: 6px;
    background: transparent;
    color: #282a76; width: max-content;   width: fit-content;
    animation: btnZoomInOut 2000ms linear infinite ;
  }
  .blue-trans:hover{
    background: linear-gradient(90deg, rgba(52,54,157,1) 0%, rgba(39,41,116,1) 100%);
    color: #fff; 
  }
  .white-btn{
    font-size: 14px;
    font-family: 'SegoeUI-Bold';  
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 6px;
    background: #fff;
    color: #282a76; width: max-content;   width: fit-content;
    animation: btnZoomInOut 2000ms linear infinite ;
  }
  .white-btn:hover{
    background: linear-gradient(90deg, rgba(52,54,157,1) 0%, rgba(39,41,116,1) 100%);
    color: #fff; 
  }
  .blue-btn{
    font-size: 14px;
    font-family: 'SegoeUI-Bold';  
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 6px;
    background:linear-gradient(90deg, rgba(52,54,157,1) 0%, rgba(39,41,116,1) 100%);
    color: #fff !important;width: max-content;    width: fit-content;
    animation: btnBgChange 2000ms linear infinite ;
    box-shadow: inset 0 0 0px 1px #282a76;

  }
  .blue-btn:hover{
    box-shadow: inset 0 0 0px 1px #282a76;
    color: #282a76 ;
    background: #fff;
  }
  .btn i{position:relative; }
  .btn:hover i{animation: btnIcon 2000ms linear infinite ;}



@keyframes btnIcon{
  0%{
    left:0px
  }
  25%{
    left:3px
  }
  75%{
    left:-6px
  }
  100%{
    left:0px
  }
}

@keyframes btnBgChange{
  0%{
    background:linear-gradient(90deg, rgb(60 116 243) 0%, rgba(39,41,116,1) 100%);
    transform: scale(1);
  }
  50%{
    background:linear-gradient(90deg, rgba(39,41,116,1)  0%, rgb(60 116 243) 100%);
    transform: scale(0.9);

  }
  100%{
    background:linear-gradient(90deg, rgb(60 116 243) 0%, rgba(39,41,116,1) 100%);
    transform: scale(1);

  }
}

@keyframes btnZoomInOut{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(0.9);

  }
  100%{
    transform: scale(1);

  }
}
  .btn:focus {outline: none;}
  /* nav {
    padding: 30px;
  } */

  /* .sticky-header {
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .sticky-header.active{background: #f8f9f9;    z-index: 9999;}
  .main-header-cection .sticky-headerheader.container ~ div.container-fluid, section.About-Us-page, section.blog-page, section.connect-page, section.marketing-page, section.form-page, section.industries-page, section.mission-vision-page, section.seo-page, section.services-page
  {padding-top:132px} */
  header img {
    width: 54px;
}
  nav ul {
    float: right;
  }
  nav ul li {
    display: inline-block;
    float: left;
  }
  nav ul li:not(:first-child) {
    margin-left: 24px;
  }
  nav ul li a {
    display: inline-block;
    outline: none;
    color: #292929;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-family: 'SegoeUI-Bold';    padding: 12px 0px;
  }
  nav ul li a:hover {
    text-decoration: none;
    color: #292929;
  }
  .nav-container ul li a span {
    display: inline-block;
  }
  .nav-container ul li a span:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #272974;
    -webkit-transition: opacity .3s ease,width .3s ease;
    -moz-transition: opacity .3s ease,width .3s ease;
    -o-transition: opacity .3s ease,width .3s ease;
    transition: opacity .3s ease,width .3s ease;
    -ms-transition: opacity .3s ease,width .3s ease;
  }
  .nav-container ul li a:hover span:after, .nav-container ul li a.active span:after {
    width: 45%;
  }

  nav ul li a.active {
    color: #272974;
}
  @media screen and (max-width: 991.98px) {
    nav ul li a.active{
      color:#fff !important;
    }
    .fixed-nav {
      z-index: 1000;
      position: relative;
  }

  .fixed-header{
    padding: 0 16px;
  }

    .nav-container {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 320px;
      z-index: -1;
      background: rgb(39, 41, 116);
      opacity: 0;    overflow: hidden auto;
      transition: all 0.2s ease;
      display: none;
    }
    .nav-container ul {
      position: absolute;
      /* top: 50%;
      transform: translateY(-50%); */
      top: 40px;
      width: 100%;
    }
    .nav-container ul li {
      display: block;
      float: none;
      width: 100%;
      text-align: left;
      margin-bottom: 10px;
      padding-left: 2rem;
    }
    .nav-container ul li:nth-child(1) a {
      transition-delay: 0.2s;
    }
    .nav-container ul li:nth-child(2) a {
      transition-delay: 0.3s;
    }
    .nav-container ul li:nth-child(3) a {
      transition-delay: 0.4s;
    }
    .nav-container ul li:nth-child(4) a {
      transition-delay: 0.5s;
    }
    .nav-container ul li:nth-child(5) a {
      transition-delay: 0.6s;
    }
    .nav-container ul li:nth-child(6) a {
      transition-delay: 0.7s;
    }
    .nav-container ul li:nth-child(7) a {
      transition-delay: 0.8s;
    }
    .nav-container ul li:nth-child(8) a {
      transition-delay: 0.9s;
    }
    .nav-container ul li:nth-child(9) a {
      transition-delay: 1s;
    }
    .nav-container ul li:nth-child(10) a {
      transition-delay: 1.1s;
    }
    .nav-container ul li:nth-child(11) a {
      transition-delay: 1.2s;
    }
    .nav-container ul li:nth-child(12) a {
      transition-delay: 1.3s;
    }
    .nav-container ul li:not(:first-child) {
      margin-left: 0;
    }
    .nav-container ul li a {
      padding: 10px 25px;
      opacity: 0;
      color: #fff;
      font-size: 24px;
      font-family: 'SegoeUI-Bold';
      transform: translateY(-20px);
      transition: all 0.2s ease;
    }
    .nav-open {
      position: absolute;
      right: 10px;
      top: 10px;
      display: block;
      width: 48px;
      height: 48px;
      cursor: pointer;
      z-index: 9999;
      border-radius: 50%;
    }
    .nav-open i {
      display: block;
      width: 30px;
      height: 2px;
      background: #272974;
      border-radius: 2px;
      margin-left: 14px;
      border: 1.5px solid #272974;
  }
  .nav-container ul li .nav-open i {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    margin-left: 14px;
    border: 1.5px solid #fff;
}
    .nav-open i:nth-child(1) {
      margin-top: 16px;
    }
    .nav-open i:nth-child(2) {
      margin-top: 4px;
      opacity: 1;
    }
    .nav-open i:nth-child(3) {
      margin-top: 4px;
    }
    .nav-container ul li a.nav-btn {
      border: 1px solid #fff;
      background: transparent;
      font-size: 1rem;
      padding: 15px 35px;margin: 10px 0 0;
  }
  .nav-btn i{
    display: inline-block;
  }
  
  
  nav ul li a:hover {
    text-decoration: none;
    color: #fff;
  }
  .nav-container ul li a span {
    display: inline-block;
  }
  .nav-container ul li a span:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: opacity .3s ease,width .3s ease;
    -moz-transition: opacity .3s ease,width .3s ease;
    -o-transition: opacity .3s ease,width .3s ease;
    transition: opacity .3s ease,width .3s ease;
    -ms-transition: opacity .3s ease,width .3s ease;
  }
  .nav-container ul li a:hover span:after, .nav-container ul li a.active span:after {
    width: 100%;
  }
  }
  .nav-container .nav-open i {
    background: #fff ;
    transition: transform 0.2s ease ;
  }
  .nav-container .nav-open i:nth-child(1) {
    transform: translateY(6px) rotate(180deg) ;
  }
  .nav-container .nav-open i:nth-child(2) {
    opacity: 0 ;
  }
  .nav-container .nav-open i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg) ;
    margin-top: 2px;
  } 
  .nav-container .nav-open {
    position: absolute;
    left: 260px;
    top: -30px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-container .nav-open {
    transform: rotate(45deg) !important;
  }

  #nav:checked ~ .nav-container {
    z-index: 9990;
    opacity: 1;
    display: block;
  }
  #nav:checked ~ .nav-container ul li a {
    opacity: 1;
    transform: translateY(0);
  }
  .hidden {
    display: none;
  }

  /* width */
.nav-container::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.nav-container::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.nav-container::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 6px
}

/* Handle on hover */
.nav-container::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

 


  .container-fluid{overflow: hidden;position: relative;}
  .main-header-cection{
      position: relative;
      overflow: hidden;
  }
  .main-header-cection .container{
    position: relative;
  }
  .main-header-cection .banner-section{padding: 2rem 0 6rem;position: relative;height: 755px;}
  .banner-section img{
      width: 130%;flex-shrink: inherit;
  }
  .banner-text{text-align: right;}
  .banner-text h1{
      font-size: 80px;
      color: #272974;
      font-family: 'SegoeUI';margin-bottom: 2.5rem;
  }
  .banner-text h1 span{
    font-family: 'SegoeUI-Bold';
  }
  .banner-text span.small-text{

    font-size: 38px;
    color: #272974;
    font-family: 'SegoeUI-Bold';
  }
  .banner-text p{
      font-size: 1.3rem;
      color: #272974;
      font-family: 'SegoeUI';margin-bottom: 2.5rem;
  }
  .banner-text p, .banner-text ul, .banner-text ol {
    display: none;
}

.banner-text p:nth-child(2) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

  .carousel-indicators {
    bottom: 35px;}
  .carousel-indicators li {
    border: 1.5px solid #272975;
}
.carousel-indicators .active {
  background: #272975;
}
  .banner-text .btn-box a{
    margin-left: 1rem;
      }
  .banner-shape{
    position: absolute;
    top: -9%;
    left: 50%;
    transform: translateX(-6%);
    width: 1115px
}
.banner-bg-circle{
  position: absolute;
  top: -28%;
  left: 50%;
  width: 1140px;
  transform: translateX(-92%);
  }

  section.container-fluid.ourService-section {
    padding: 2rem 0;
}
  .ourService-section h1, .whyTestQ-Section h1, .ourBlog-box h1, .social-comments h1{
    font-size: 4.2rem;
    font-family: 'SegoeUI-Bold';
    color: #272974;text-transform: uppercase;    margin-bottom: 1.5rem;

  }
  .ourService-section .bottom-border, .whyTestQ-Section .bottom-border, .ourBlog-box .bottom-border, .social-comments .bottom-border{
  border-bottom: 1px solid #272974;
  width: 128px;
  display: inherit;
  }
  .ourService-section .box {
    margin-top: 3rem;
    cursor: pointer;display: block;
}
.ourService-section .box:hover{text-decoration: none;}
  .ourService-section .box .bg-img{
    height: 218px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .5s;border-radius: 3px;
  }
  .ourService-section .box .bg-img::after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border: 2.5px  dotted white;
    content: '';
    border-radius: 50%;
    z-index: 2;
    display: none;
  }
  .ourService-section .box:hover .bg-img::after{
    display: block;
  }
  .ourService-section .col-md-4:nth-child(2) .box .bg-img{
    background: #ffffff url("../images-front/Service1-img.png") no-repeat left top;
    background-size: cover;
  }
  .ourService-section .col-md-4:nth-child(3) .box .bg-img{
    background: #ffffff url("../images-front/Service2-img.png") no-repeat left top;
    background-size: cover;
  }
  .ourService-section .col-md-4:nth-child(4) .box .bg-img{
    background: #ffffff url("../images-front/Service3-img.png") no-repeat left top;
    background-size: cover;
  }
  .ourService-section .col-md-4:nth-child(5) .box .bg-img{
    background: #ffffff url("../images-front/Service4-img.png") no-repeat left top;
    background-size: cover;
  }
  .ourService-section .col-md-4:nth-child(6) .box .bg-img{
    background: #ffffff url("../images-front/Service5-img.png") no-repeat left top;
    background-size: cover;
  }
  .ourService-section .col-md-4:nth-child(7) .box .bg-img{
    background: #ffffff url("../images-front/Service6-img.png") no-repeat left top;
    background-size: cover;
  }
  .ourService-section .box .bg-img .icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .ourService-section .box .bg-img .icon.color {
    display:none
  }
  .ourService-section .box:hover .bg-img .icon{
    top :50%;left: 50%;transform: translate(-50%, -50%);
  }
  .ourService-section .col-md-4:nth-child(2) .box:hover .bg-img{
    background:  #5ca48e !important;
  }.ourService-section .col-md-4:nth-child(3) .box:hover .bg-img{
    background:  #6a3faa !important;
  }.ourService-section .col-md-4:nth-child(4) .box:hover .bg-img{
    background:  #e37826 !important;
  }.ourService-section .col-md-4:nth-child(5) .box:hover .bg-img{
    background:  #6c9738 !important;
  }.ourService-section .col-md-4:nth-child(6) .box:hover .bg-img{
    background:  #7d1a1e !important;
  }.ourService-section .col-md-4:nth-child(7) .box:hover .bg-img{
    background:  #3d40ba !important;
  }
  .ourService-section .box h3, .whyTestQ-Section h3{
    font-size: 1.6rem;
    color: #272974;
    font-family: 'SegoeUI-Bold';
    margin: 1rem 0;
  }
  .ourService-section .box p, .whyTestQ-Section p{
    font-size: 1.2rem;
    color: #272974;
    font-family: 'SegoeUI';
    margin: 0;
  }
.whyTestQ-Section .icon-box{
  height: 90px;
  display: flex;
  align-items: center;
}
.whyTestQ-Section .box{
  margin-top: 3rem;
  cursor: pointer;
}
.whyTestQ-Section .box:hover .icon-box img{
    animation: pulse 3000ms linear infinite;
}
@keyframes pulse {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  10% {
    transform: scaleX(0.85) scaleY(0.85);
  }
  20% {
    transform: scaleX(1) scaleY(1);
  }
  30% {
    transform: scaleX(0.85) scaleY(0.85);
  }
  40% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(0.85) scaleY(0.85);
  }
  60% {
    transform: scaleX(1) scaleY(1);
  }
  70% {
    transform: scaleX(0.85) scaleY(0.85);
  }
  80% {
    transform: scaleX(1) scaleY(1);
  }
  90% {
    transform: scaleX(0.85) scaleY(0.85);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}

.container.aboutUs-section {
  padding: 9rem 0;position: relative;
}
  .aboutUs-section .text-box h1{
    font-size: 4.2rem;
    color: #fff;
    font-family: 'SegoeUI-Bold';margin-bottom: 1.5rem;    text-align: right;    text-transform: uppercase;
  }
  .aboutUs-section .bottom-border{
    border-bottom: 1px solid #fff;
    width: 128px;
    display: inherit; margin-left: auto;
    }
    .aboutUs-section .text-box{z-index: 1;}
    .aboutUs-section .text-box p{
      font-size: 1.2rem;
      color: #fff;
      font-family: 'SegoeUI';
      margin: 0;    margin-top: 2rem;
      text-align: right;
    }
  .aboutUs-section img{width: 160%;flex-shrink: inherit;}
  .aboutUs-section .btn-box{
    padding: 2rem 0 ;text-align: right;
  }
  
  .banner-dotCircle{
    position: absolute;
    left: 50%;
    transform: translateX(269%);
    top: 6%;
    width: 270px;
    height: 270px;
    background: url(../images-front/grayDots.png) no-repeat center center;
    display: block;
    background-size: 404%;
    border-radius: 50%;
  }
  .banner-dotSquare{
    position: absolute;
    left: 92%;
    transform: translateX(-50%);
    bottom: 0%;
  }
  .aboutus-bgshape{
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-13%);
    width: 1344px;
    z-index: 1;
   }
    .service-bgshape{
      position: absolute;
      left: 50%;
      transform: translateX(-75%);
      top: -8%;
      width: 1421px;
      height: 710px; }
      
  .service-dotSquare1{
    position: absolute;
    left: 8%;
    transform: translateX(-50%);
    top: 36%;
  }
      .service-lineCircle1 {
        position: absolute;
    left: 50%;
      transform: translateX(290%);
      top: 30%;
      width: 180px;
      height: 180px;

    background: url(../images-front/circle-lines.png) no-repeat center center;
    display: block;
    background-size: 200%;
    border-radius: 50%;
    }
    .service-lineCircle2 {
      position: absolute;
    left: 50%;
    transform: translateX(186%);
    top: 38%;
    width: 380px;
    height: 380px;

    background: url(../images-front/circle-lines.png) no-repeat center center;
    display: block;
    background-size: 140%;
    border-radius: 50%;
  }
  .service-dotCircle1{
    position: absolute;
    left: 50%;
    transform: translateX(-170%);
    top: 49%;
    width: 570px;
    height: 570px;
    background: url(../images-front/grayDots.png) no-repeat center center;
    display: block;
    background-size: 160%;
    border-radius: 50%;
  }
  .aboutUs-dotSquare1{
    position: absolute;
    left: 92%;
    transform: translateX(-50%);
    top: 50%;
    z-index: 1;
  }
  .aboutUs-dotSquare2{
    position: absolute;
    left: 58%;
    transform: rotate(90deg);
    bottom: 0%;
    z-index: 1;
  }
  
  .whytestQ-dotCircle1{
    position: absolute;
    left: 50%;
    transform: translate(122%, -50%);
    top: 50%;
    width: 450px;
    height: 450px;
    background: url(../images-front/grayDots.png) no-repeat left center;
    display: block;
    background-size: 181%;
    border-radius: 50%;
  }
  .tabsbox-bgshape {
    position: absolute;
    left: 50%;
    transform: translate(-90%, -50%);
    top: 50%;
    width: 1344px;
}
  .tabsbox-lineCircle {
    position: absolute;
    left: 50%;
    transform: translate(0%, -50%);
    top: 50%;
    width: 840px;
    height: 840px;
    background: url(../images-front/circle-lines.png) no-repeat center center;
    display: block;
    background-size: 103%;
    border-radius: 50%;
  }
  .tabsbox-dotSquare{
    position: absolute;
    left: 50%;
    transform: translateX(345%);
    top: -7%;
    z-index: 1;
  }

  @media (min-width: 769px){
    .index-tab-box .col-12{padding-top: 4.2rem;}
    .index-tab-box .col-md-52{
      -ms-flex: 0 0 52%;
      flex: 0 0 52%;
      max-width: 52%;
      padding: 0;
    }
    .index-tab-box .col-md-52:last-child{
      position: absolute;
      top: 0;
      right: 15px;
      width: 100%;
      background: #ffffff url("../images-front/Opportunities.jpg") no-repeat center center;
      box-shadow: 8px 20px 20px 0px rgba(0, 0, 0, 0.4);
      background-size: cover;
      transition: .5s;
    }
    .index-tab-box .col-md-52:last-child .media{
      visibility: hidden;
    }
    .index-tab-box .col-md-52:first-child{
      background: #272975;
      z-index: 1;
    }
  }
  
  .index-tab-box{padding: 10rem 0;}
  .index-tab-box .col-md-52 {border-radius: 5px;}
  .index-tab-box .col-md-52 .media:nth-child(1){
    padding: 60px 40px 20px;
    background: #272975;
  }
  .index-tab-box .col-md-52 .media:nth-child(2){
    padding: 20px 40px;
    background: #272975;
  }
  .index-tab-box .col-md-52 .media:nth-child(3){
    padding: 20px 40px 60px;
    background: #272975;
  }
  .index-tab-box .col-md-52 .media.tab-active,
  .index-tab-box .col-md-52 .media:hover{
    /* background: #1e1f60; */
    background: #151648;
  }
  .index-tab-box .col-md-52 .media .media-body h5{
    font-size: 2rem;
    color: #ffffff;
    font-family: 'SegoeUI-Bold';
  }
  .index-tab-box .col-md-52 .media .media-body p{
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'SegoeUI';
  }
  .index-tab-box .col-md-52 .media .media-body a{
    font-size: 1rem;
    color: #ffffff;
    font-family: 'SegoeUI';
  }
  .index-tab-box .col-md-52 .media .media-body a:hover{
    text-decoration: none;
  }
  
.work-with-us{
  background: #ffffff url(../images-front/work-with-us.png) no-repeat center center;
    background-attachment: fixed;    background-size: cover;
}
.work-with-us .col-md-6:first-child{
  background: #272975bd;text-align: right;
}
.work-with-us .col-md-6:last-child{
  background: transparent;text-align: left;
}
.work-with-us .col-md-6 h2{
  font-size: 3.2rem;
  color: #ffffff;
  font-family: 'SegoeUI-Bold';
}
.work-with-us .col-md-6 h2 span{
  font-size: 48px;
  font-family: 'SegoeUI-Bold';
}

.work-with-us .white-btn{
  background: #fff !important;
  color: #282a76 !important;
}

.work-with-us .white-btn:hover {
  background: linear-gradient(90deg, rgba(52, 54, 157, 1) 0%, rgba(39, 41, 116, 1) 100%) !important;
  color: #fff !important;
  border: 1px solid #eee;
}

.ourBlog-box{
  padding: 5rem 0;
}
.ourBlog-box .row{
  margin-top: 3rem;
}
.ourBlog-box .box p.date{
  color: #797979;
  font-size: 1rem;
  font-family: 'SegoeUI';
  margin: 1rem 0 1.5rem;
  display: block;
}
.ourBlog-box .box p.title{
  color: #282a76;
  font-size: 1.5rem;
  font-family: 'SegoeUI-Bold';
  display: block;
  text-align: left;
}
.ourBlog-box .box p,
.ourBlog-box .box p.text{
  color: #282a76;
  font-size: 1.2rem;
  font-family: 'SegoeUI';
  margin: 1rem 0 2rem;
}
.ourBlog-box .box ul li, 
.ourBlog-box .box ol li,
.ourBlog-box .box p{
  display: none;
}

.ourBlog-box .box img {
  width: 100%;
  height: 220px;
  object-fit: fill;
  border-bottom: 1px solid #eee;
}

.ourBlog-box .box p.title + p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ourBlog-box .box{
  display: block;padding-bottom: .5rem;text-decoration: none;
}


.social-comments {background: #f1f1f1;padding: 3rem 0;}
.comment-slider{--image-size:100px;overflow:hidden;width:100%;margin:0 auto;position:relative;display:flex;    margin-top: 2rem;height: 550px;}
.comment-slider:hover div.slidding, .comment-slider:focus div.slidding{animation-play-state:paused;}
.comment-slider div.slidding{display:flex;position:relative;animation:slides 70s linear infinite;justify-content:space-around;}


.comment-slider .social-box{display:block; width:250px;margin:0 12px;}
.social-box .box{margin:.8vw 0;border-radius:6px;box-shadow:0 0 10px 0px rgba(0, 0, 0, 0.1);transition:0.3s;display:inline-block;    background: #fff;}
.social-box  .box:hover{box-shadow:0 0 12px 0px rgba(0, 0, 0, 0.12);margin:1vw 0;border-radius:6px;transform:scale(1.03);color:initial;text-decoration:none;-webkit-box-shadow:0 0px 10px 3px rgba(221,224,228,.5);box-shadow:0 0px 10px 3px rgba(221,224,228,.5);-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow: 0 5px 12px 5px rgba(221,224,228,.5);
  box-shadow: 0 5px 12px 5px rgba(221,224,228,.5);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);}
  .social-box .box img {
    width: 100%;
}
.social-box .box p{
  font-size: 0.9rem;
  font-family: 'SegoeUI';
  padding: 15px 15px 0;margin: 0;
}
.social-box .box .text{
  color: #1f1f1f;
}
.social-box .box .tegs{
  color: #4044d2;
}
.comment-slider:after{content:"";position:relative;width:100%;height:100%;left:0;top:0;background:linear-gradient(to right, white, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), white);}
@media (max-width:900px){.comment-slider{--image-size:50px;--image-size:min(max(50px, 10vw), 100px);}
}
@keyframes slides{0%{transform:translateX(0%);}
 100%{transform:translateX(-100%);}
}



footer{
  background: #0d0e33;
}
footer .footer-links {
  display: flex;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  line-height: inherit;
  width: 100%;
  padding: 2rem 20%;
}
footer .footer-links a{
  color: #ffffff;
  font-size: 1.5rem;
  font-family: 'SegoeUI-Bold';
  transition: .5s;
  width: 25%;
  text-align: center;text-transform: capitalize;
  margin: 1rem 0;
}
footer .footer-links :hover{
  text-decoration: none;opacity: 0.8;
}
footer .footer-links a:nth-child(1){
  border-right: 2px solid #ffffff;
}
footer .footer-links a:nth-child(2){
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
footer .footer-links a:nth-child(3){
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
footer .footer-links a:nth-child(4){
  border-left: 2px solid #ffffff;
}
footer .footer-links a:nth-child(5){
  border-right: 2px solid #ffffff;
}
footer .footer-links a:nth-child(6){
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
footer .footer-links a:nth-child(7){
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
footer .footer-links a:nth-child(8){
  border-left: 2px solid #ffffff;
}
footer .icons a{
  width: 40px;
  height: 40px;
  color: #0d0e33;
  background: #fff;
  border-radius: 50%;
  font-size: 1.6rem;
  margin: 0 0.8rem;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .icons a:hover{
  background: #fff;text-decoration: none;
}
footer .icons a:nth-child(1):hover{color: #3b5998;}
footer .icons a:nth-child(2):hover{color: #00acee;}
footer .icons a:nth-child(3):hover{color: #c4302b;}
footer .icons a:nth-child(4):hover{color: #0e76a8;}
footer .icons a:nth-child(5):hover{color: #3f729b;}
footer .other-links {
  display: flex;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  line-height: inherit;
  width: 100%;    padding: 0 0 1rem;
}
footer .other-links a{
  color: #fff;
  font-family: 'SegoeUI';
  transition: .5s;
  font-size: 1rem;
  text-align: center;
  margin: 1rem;
}
footer .other-links :hover{
  text-decoration: none;opacity: 0.8;
}
.footer-bottom {
  text-align: center;
  font-family: 'SegoeUI';
  color: #fff;
  font-size: 0.9rem;
  padding: 2rem;
  border-top: 1px solid #7172ad;
}
.footer-bottom p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
}


.tamis-banner-slider .owl-item .item h2 {
  background: #272974;
  position: absolute;
  bottom: 1px;
  left: 0;
  color: #f5f5ff;
  padding: 10px 15px;
  margin: 0;
  font-size: 20px;
  border-radius: 0 12px 0 0;
  border: 1px solid #8a8a8a;
  /* transition: all 0.5s ease-in-out; */
}

.tamis-banner-slider .owl-item .item {
  height: 527px;
  max-height: 527px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.tamis-banner-slider{
  height: 527px;
  border: 2px solid #ddd;
}

@media (max-width:1440px){
  .aboutUs-section img {
  width: 125%;
}
  .banner-section img{
    width: 113%;
}
.banner-shape{
  width: 73%;
}
.aboutus-bgshape {
  bottom: -4%;    width: 70%;}
.banner-dotCircle {
  transform: translateX(348%);
  top: 8%;
  width: 170px;
  height: 170px;
}
.banner-dotSquare {
  left: 95%;
  bottom: 10%;
}
.banner-dotSquare img{width:80px}
.service-dotSquare1{
  left: 5%;
  top: 40%;
}
.service-dotSquare1 img{width:80px}
  .service-lineCircle2 {
  transform: translateX(190%);
  width: 300px;
  height: 300px;}
  .service-lineCircle1 {
transform: translateX(330%);
width: 150px;
height: 150px;}

.service-dotCircle1{
  transform: translateX(-190%);
  top: 50%;
  width: 450px;
  height: 450px;
}

.aboutUs-dotSquare1 {
  left: 94%;
  top: 55%;}
  .aboutUs-dotSquare2{
    bottom: 3%;
  }
  .tabsbox-dotSquare {
    transform: translateX(554%);
    top: -5%;
}
.aboutUs-dotSquare1 img,  .aboutUs-dotSquare2 img, .tabsbox-dotSquare img{width: 80px;}
.tabsbox-bgshape{
  width: 92%;
}
}
@media (max-width:1366px){
  .banner-section img{
    width: 112%;
}
}
@media (max-width: 1200px) {
  .aboutus-bgshape {
    bottom: -6%;
    width: 90%;
}
  .service-dotSquare1 {
    top: 49%;
}

}
@media (max-width: 1024px) {
  .banner-section img {
    width: 100%;
}
.aboutUs-section img {
  width: 106.4%;
}
  .main-header-cection .banner-section {
    height: 596px;padding: 0rem 0 0rem;
}
.container.aboutUs-section {
  padding: 5rem 0;}
.banner-dotCircle {
  transform: translateX(350%);
  top: 8%;
  width: 130px;
  height: 130px;
}
.banner-shape {
  width: 78%;
  transform: translateX(-16%);
}
.banner-bg-circle {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 675px;
  transform: translateX(-107%);
}

.service-bgshape {
  position: absolute;
  left: 50%;
  transform: translateX(-88%);
  top: -8%;
  width: 128%;}
  .service-dotCircle1 {
    transform: translateX(-182%);
    top: 57%;
    width: 350px;
    height: 350px;
}
.aboutus-bgshape {
  position: absolute;
  right: -17%;
  bottom: -2%;
  left: 50%;
  transform: translateX(-17%);
  width: 88%;
}
.aboutUs-dotSquare2 {
  bottom: 1%;
  width: 128px;
  height: 98px;}
  .tabsbox-bgshape {
    width: 135%;
}
.tabsbox-dotSquare {
  transform: translateX(548%);
  top: -4%;
  width: 68px;
  height: 86px;}
  .tabsbox-lineCircle{
    width: 90%;
    height: 90%;
    transform: translate(0%, -49%);
  }
  footer .footer-links {
    padding: 2rem 10%;
}
.service-dotSquare1 {
  top: 52%;
}
.aboutUs-dotSquare1 {
  top: 57%;
}

.tabsbox-dotSquare {
  top: -3%;
}
.banner-dotSquare img, .service-dotSquare1 img, .aboutUs-dotSquare1 img,  .aboutUs-dotSquare2 img, .tabsbox-dotSquare img {
  width: 60px;
}
}
@media (max-width: 991px) {
  .banner-section img {
    width: 125%;
}
  .main-header-cection .banner-section {
    height: auto;padding: 0rem 0 5rem;
}
.carousel-indicators {
  bottom: 8px;
}
  .banner-text h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}
.banner-text span.small-text {
  font-size: 2rem;}
  .container.aboutUs-section {
    padding: 1rem 0 3rem;
    position: relative;
}
.aboutUs-section img {
  width: 148.4%;
}
.index-tab-box .col-md-52:last-child {
  background-size: cover;}
footer .footer-links {
  padding: 2rem 0%;
}
.service-lineCircle1 {
  transform: translateX(-50%);
  left: 90%;

}.service-lineCircle2 {
  transform: translateX(-50%);
  width: 230px;
  height: 230px;
  left: 100%;
  top: 40%;
}
.aboutus-bgshape{
  transform: translateX(-50%);
  left: 72%;
  bottom: -4%;
  width: 907px;

}
.aboutUs-dotSquare1 {
  top: 58%;
}
.aboutUs-dotSquare2 {
  bottom: 0%;
  transform: translateX(-50%);
  left: 50%;
  width: 106px;
  height: 81px;
}

.whytestQ-dotCircle1 {
  position: absolute;
  left: 102%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 380px;
  height: 380px;}
  .tabsbox-dotSquare {
    transform: translateX(387%);
  }

}
@media (max-width:768px){

  .banner-shape {
    width: 83%;
    transform: translateX(-24%);
}
.banner-bg-circle {
  top: -22%;
  left: 50%;
  width: 100%;
  transform: translateX(-105%);
}
 
  .index-tab-box {
    padding: 5rem 0 0;
}
  .banner-section img {
    width: 104%;
}

.aboutUs-section img {
  width: 108%;
}
  .index-tab-box .col-md-52:last-child{display: none;}
  .work-with-us .col-md-6:first-child, .work-with-us .col-md-6:last-child {
    text-align: center;
}

.work-with-us .col-md-6 .white-btn {
  color: #282a76;
}

.work-with-us .col-md-6 .white-btn:hover {
  background: linear-gradient(90deg, rgba(52, 54, 157, 1) 0%, rgba(39, 41, 116, 1) 100%);
  color: #fff;
}

.banner-dotSquare, .service-dotSquare1, .aboutUs-dotSquare1, .aboutUs-dotSquare2, .tabsbox-dotSquare, .banner-dotCircle, .service-dotCircle1, .whytestQ-dotCircle1 {
  display: none;
}
.ourBlog-box .box {
  margin-bottom: 20px;
  box-shadow: -1px 7px 13px 1px #ccccccab;
}

.ourBlog-box .box p {
  padding: 0 20px;
}

.aboutus-bgshape{
  left: 80%;
}

}
@media (max-width: 600px) {
  .container.whyTestQ-Section {
    margin: 35px 0;
}


  .aboutUs-section img {
    display: none;
  }
  .aboutus-bgshape {
    left: 59%;
    bottom: -5%;
}
.service-dotSquare1 {
  display: none;
}

.ourService-section .box .bg-img {
  height: 84px;}
.ourService-section .col-md-4:nth-child(2) .box .bg-img, .other-services.ourService-section .col-md-4:nth-child(1) .box .bg-img{
  background:  none !important ;
}.ourService-section .col-md-4:nth-child(3) .box .bg-img{
  background:  none !important ;
}.ourService-section .col-md-4:nth-child(4) .box .bg-img, .other-services.ourService-section .col-md-4:nth-child(2) .box .bg-img{
  background:  none !important ;
}.ourService-section .col-md-4:nth-child(5) .box .bg-img, .other-services.ourService-section .col-md-4:nth-child(3) .box .bg-img{
  background:  none !important ;
}.ourService-section .col-md-4:nth-child(6) .box .bg-img, .other-services.ourService-section .col-md-4:nth-child(4) .box .bg-img{
  background:  none !important ;
}.ourService-section .col-md-4:nth-child(7) .box .bg-img, .other-services.ourService-section .col-md-4:nth-child(5) .box .bg-img{
  background:  none !important ;
}
.ourService-section .box .bg-img .icon {
  position: initial;display: none;
}
.ourService-section .box:hover .bg-img .icon{display: none;}
.ourService-section .box .bg-img .icon.color {
 display: inline-block;
 max-width: 65px;
}
.ourService-section .box .bg-img::after, .ourService-section .box:hover .bg-img::after {
  display: none;
}
.ourService-section .col-md-4:nth-child(2) .box:hover .bg-img, .other-services.ourService-section .col-md-4:nth-child(1) .box:hover .bg-img{
  background:  none !important;
}.ourService-section .col-md-4:nth-child(3) .box:hover .bg-img{
  background:  none !important;
}.ourService-section .col-md-4:nth-child(4) .box:hover .bg-img, .other-services.ourService-section .col-md-4:nth-child(2) .box:hover .bg-img{
  background:  none !important;
}.ourService-section .col-md-4:nth-child(5) .box:hover .bg-img, .other-services.ourService-section .col-md-4:nth-child(3) .box:hover .bg-img{
  background:  none !important;
}.ourService-section .col-md-4:nth-child(6) .box:hover .bg-img, .other-services.ourService-section .col-md-4:nth-child(4) .box:hover .bg-img{
  background:  none !important;
}.ourService-section .col-md-4:nth-child(7) .box:hover .bg-img, .other-services.ourService-section .col-md-4:nth-child(5) .box:hover .bg-img{
  background:  none !important;
}
.ourService-section .box:hover .bg-img .icon {
  top: 0;
  left: 0;
  transform: none;
}
.comment-slider .social-box {
  margin: 0 10px;
}
.banner-bg-circle, .service-dotSquare1, .aboutUs-dotSquare2, .banner-shape, .service-bgshape, .service-lineCircle1, .service-lineCircle2, .tabsbox-lineCircle, .tabsbox-bgshape  {
  display: none
}

footer .iso_img{
  width: 90px !important;
}

section.container-fluid.marketing-page .container.other-services.ourService-section {
  margin: 35px 0 25px;
}

}

@media (max-width: 575.98px) {
  html, body {
    font-size: 12px;
  }
  header img{width:42px}
  .banner-text {
    text-align: center;
  }
  .banner-text h1 {
    font-size: 3.5rem;
}
.banner-text span.small-text {
  font-size: 1.8rem;
}
  .ourService-section  h1, .whyTestQ-Section h1, .ourBlog-box h1, .social-comments h1, .aboutUs-section .text-box h1 {
    font-size: 3.2rem;}
 
    .work-with-us .col-md-6 h2 {
      font-size: 2.5rem;}
      .work-with-us .col-md-6 h2 span {
        font-size: 3rem;}
  footer .footer-links a {
    width: 33%; font-size: 1.2rem;}
    footer .footer-links a:nth-child(3) {
      border-right: none;
      border-left: 2px solid #ffffff;
  }
  footer .footer-links a:nth-child(4) {
    border-left: none;
    border-right: 2px solid #ffffff;
}
footer .footer-links a:nth-child(5) {
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}footer .footer-links a:nth-child(6) {
  border-right: none;
}
footer .footer-links a:nth-child(7) {
  border-left: none;
}
footer .icons a {
  padding-top: 6px;}
  .comment-slider {
    height: 460px;
}
 
.aboutus-bgshape {
  transform: translateX(-50%);
    left: 50%;
    bottom: -14%;
    width: 811px;
}
}
@media (max-width:480px){
  .aboutus-bgshape {
    left: 55%;
    bottom: -9%;}
    .whyTestQ-Section .icon-box {
      justify-content: center;
  }
    .ourService-section .col-6.col-sm-6, .whyTestQ-Section .col-6.col-md-4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 100%;
      max-width: 100%;text-align: center;
  }
  .ourService-section h1, .whyTestQ-Section h1 {
    text-align: center;
}
  .ourService-section .bottom-border, .whyTestQ-Section .bottom-border {
    margin: 0 auto;
}
}
@media (max-width: 425.98px){
  .nav-container {
    width: 250px;}
    .nav-container .nav-open {
      left: 190px;}
  .banner-text .btn-box{
    display: flex;
    flex-direction: column;
  }
  .banner-text .btn-box a{
margin: 0 auto 1rem;
  }
  .whyTestQ-Section .icon-box {
    height: 100%;}
  .ourService-section .col-6.col-sm-6, .whyTestQ-Section .col-6.col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
/* footer .footer-links {
  justify-content: left;
} */
footer .footer-links a {
  width: 50%;
  font-size: 1.2rem;
  /* text-align: left; */
  border: none;
}
footer .footer-links a:nth-child(1), footer .footer-links a:nth-child(2),
footer .footer-links a:nth-child(3), footer .footer-links a:nth-child(4), 
footer .footer-links a:nth-child(5), footer .footer-links a:nth-child(6), 
footer .footer-links a:nth-child(7), footer .footer-links a:nth-child(8){
  border: none;
}
footer .icons a {
  width: 34px;
  height: 34px;
  padding-top: 2px;    margin: 0 0.5rem;}
  .footer .other-links{
    flex-direction: column;
  }
  footer .other-links a{
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 1rem auto;
  }
  .aboutus-bgshape {
    bottom: -6%;
}
}
@media (max-width:375px){
  .aboutus-bgshape {
    transform: translateX(-50%);
    left: 50%;
    bottom: -3%;
    width: 820px;
}
.index-tab-box .col-md-52 .media:nth-child(1) {
  padding: 30px 20px 10px;}
  .index-tab-box .col-md-52 .media:nth-child(2) {
    padding: 10px 20px;}
    .index-tab-box .col-md-52 .media:nth-child(3) {
      padding: 10px 20px 30px;}
}
@media (max-width:320px){
  .aboutus-bgshape {
    bottom: -4%;
    width: 902px;
}
}


/* ============== for fixed header =============== */
.fixed-header {
  position: fixed !important;
  background: #fff;
  z-index: 1000;
  left: 0;
  top: 0;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  width: 100%;
}

.fixed-header header.py-4 {
  padding: 10px 0 !important;
}

.fixed-header header img {
  width: 42px;
}

.fixed-header header ul {
  margin: 0;
}

/* .main-header-cection + .container-fluid {
  padding-top: 85px;
} */


@media screen and (min-width: 991.98px) {
  .fixed-header .nav-open {
    display: none;
  }

  .main-header-cection.container-fluid {
    padding-top: 130px;
  }

  .fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
}


.industries-page.solution_feature ul li {
  margin-bottom: 0.35rem 
}


.company-profile-modal select.form-control,
.company-profile-modal input.form-control {
  height: 44px;
  color: #24282c;
  border-color: #282a7963;
  border-radius: 0px;
  font-size: 1.10rem;
}

.company-profile-modal .modal-header {
  border: 0;
  justify-content: space-between;
  background: #272974;

}

.company-profile-modal .modal-title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.company-profile-modal label {
  margin-bottom: 0.25rem;
  color: #282a76;
  font-size: 1.15rem;
}

.company-profile-modal label span {
  color: red;
}

.company-profile-modal .modal-content {
  border: 0;
  border-radius: 10px;
  background: #f8f9f9;
}

.company-profile-modal .modal-header button.close {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 22px;
  color: #fff;
}

/* =========================================== */
.other-services.ourService-section .box.professional-services .bg-img{
  background: #ffffff url("../images-front/Service1-img.png") no-repeat left top;
  background-size: cover;
}

.other-services.ourService-section .box.digital-marketing .bg-img{
  background: #ffffff url("../images-front/Service2-img.png") no-repeat left top;
  background-size: cover;
}

.other-services.ourService-section .box.it-services-solutions .bg-img{
  background: #ffffff url("../images-front/Service3-img.png") no-repeat left top;
  background-size: cover;
}

.other-services.ourService-section .box.offshore-business-processing .bg-img{
  background: #ffffff url("../images-front/Service4-img.png") no-repeat left top;
  background-size: cover;
}

.other-services.ourService-section .box.testing-services .bg-img{
  background: #ffffff url("../images-front/Service5-img.png") no-repeat left top;
  background-size: cover;
}

.other-services.ourService-section .box.business-consulting-services .bg-img{
  background: #ffffff url("../images-front/Service6-img.png") no-repeat left top;
  background-size: cover;
}


.other-services.ourService-section .box.professional-services:hover .bg-img{
  background:  #5ca48e !important;
}
.other-services.ourService-section .box.digital-marketing:hover .bg-img{
  background:  #6a3faa  !important;
}
.other-services.ourService-section .box.it-services-solutions:hover .bg-img{
  background:  #e37826 !important;
}
.other-services.ourService-section .box.offshore-business-processing:hover .bg-img{
  background:  #6c9738 !important;
}
.other-services.ourService-section .box.testing-services:hover .bg-img{
  background:  #7d1a1e !important;
}
.other-services.ourService-section .box.business-consulting-services:hover .bg-img{
  background:  #3d40ba !important;
}


i.more-less.fa {
  font-size: 1.5rem;
}

.career-list {
  display: flex;
  flex-wrap: wrap;
}

.career-list h5 {
  width: 100%;
  /* margin-right: 1%; */
  margin-bottom: 10px;
  color: #212477;
  /* font-weight: 700; */
  display: flex;
  font-size: 1.10rem;
}
.career-list .d-flex h5 {
  margin: 0;
}
/* 
.career-list h5:first-child {
  width: 100%;
}

.career-list h5:nth-child(2){
  width: 65%;
}
.career-list h5:nth-child(3){
  width: 35%;
} */

.career-list h5 i {
  margin-right: 8px;
  margin-top: 2.5px;
  text-align: center;
  width: 15px;
  font-size: 18px;
}

/* .seo-page h1 {
  color: #5ca48e;
}

.seo-page .bottom-border {
  border-bottom-color: #5ca48e;
}

.seo-page h2 {
  color: #5ca48e;
}

.seo-page .bottom-left-border {
  border-bottom-color: #5ca48e;
}

.seo-page .color-box {
  background: #5ca48e;
}

a.btn.blue-btn {
  background: linear-gradient(90deg, rgb(100 201 169) 0%, rgb(67 135 114) 100%);
}

.seo-page a.btn.blue-btn:hover {
  border-color: #5ca48e;
  color: #5ca48e;
} */


.career-list-card {
  border: 1px solid #cbcbdb;
  padding: 0.75rem;
  /* border-radius: 8px; */
  /* box-shadow: 0px 3px 12px 3px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.75rem;
  background: #f8f9f9;
  transition: all 0.25s ease-in-out;
}

.career-list-card:hover {
  /* border: 1px solid #272974;
  box-shadow: 0px 3px 14px 3px rgba(0, 0, 0, 0.15); */
  transition: all 0.25s ease-in-out;
  box-shadow: 0 8px 16px #0000003d;
    border: 1px solid #dadada;

}

.career-list-card:last-child {
  margin-bottom: 0;
}

.career-list-card p {
  text-align: justify;
  font-size: 15px !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 5px !important;
}

.career-list-card .blue-btn {
    padding: 0px 10px;
    width: 90px;
    text-align: center;
    border-radius: 4px;
    line-height: 28px;
}

.career-boxes .box.submit-cv-card{
  background: radial-gradient(rgb(93 96 229) 0%, rgb(14 17 167));
  color: #fff;
  border: 2px solid #0c0e81;
}

.editor-data {
  color: #282a76;
}


.editor-data ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}

.editor-data ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.editor-data ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

.editor-data li ol > li {
  margin: 0;
  font-size: 14px !important;
  line-height: 22px;
  margin-bottom: 10px !important;
  font-weight: normal !important;
}

.editor-data li ol > li:before {
  content: counters(item, ".") " ";
}

.editor-data ul {
    margin: 0 0 15px;
    padding: 0 0 0 24px;
}
.editor-data h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600
}

.editor-data ul li {
    list-style: disc;
}
.editor-data p {
    text-align: justify;
    font-size: 16px;
  line-height: 22px;
}
.editor-data a{
    color:#1e3e7d;
    font-weight: 600;
}

footer .iso_img{
    width: 175px;
    box-shadow: 0px 0px 10px 2px #0e0e0e;
    border: 2px solid #898989;    
    aspect-ratio: 3.5 / 2;
    object-fit: contain;
    margin: 6px;
    background: #fff;
}

.text-content ul li {
  font-size: 1.2rem;
  font-family: 'SegoeUI';
  /*text-transform: capitalize;*/
  color: #282a76;
  margin-left: 20px;
}

.text-content ul li a {
  color: #282a76;
  font-weight: 700;
  text-decoration: underline 2px;
}

.text-content ul li a:hover {
  text-decoration: underline 2px;

}

.ourService-section .box p, 
.ourService-section .box ul li, 
.ourService-section .box h2,
.ourService-section .box a {
  display: none;
}



.ourService-section .box h3 + p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}

.ourService-section .box p:first-child {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;

}

@media screen and (max-width: 1199.98px) {

.tamis-banner-slider {
  height: 440px;
}
}


@media screen and (max-width: 1199.98px) and (min-width:991.98px) {
  nav ul li:not(:first-child) {
    margin-left: 18px;
}
.nav-btn {
  padding: 10px 12px;
}
}

@media screen and (max-width: 991.98px) {

.tamis-banner-slider {
  height: 325px;
}
}

@media screen and (max-width: 767.98px) {
  .tamis-banner-slider {
      height: 235px;
  }
  .tamis-banner-slider .owl-item .item h2{
    font-size: 16px;
     padding: 6px 10px;
  }
}


@media screen and (max-width: 575.98px) {
  .tamis-banner-slider {
      height: 195px;
      width: 400px;
      margin: auto !important;
  }
  .tamis-banner-slider .owl-item .item h2{
    font-size: 14px;
  }
}

@media screen and (max-width: 485.98px) {
  .tamis-banner-slider {
      height: 170px;
      width: 350px;
      margin: auto !important;
  }
}

@media screen and (max-width: 450.98px) {
  .tamis-banner-slider {
      height: 148px;
      width: 300px;
      margin: auto !important;
  }

  .tamis-banner-slider .owl-item .item h2{
    font-size: 13px;
  }
}

@media screen and (max-width: 400.98px) {
  .tamis-banner-slider {
      height: 120px;
      width: 250px;
      margin: auto !important;
  }
  .tamis-banner-slider .owl-item .item h2{
    font-size: 12px;
  }
}


@media screen and (max-width: 350.98px) {
  .tamis-banner-slider {
      height: 110px;
      width: 225px;
      margin: auto !important;
  }
  .tamis-banner-slider .owl-item .item h2{
    font-size: 11px;
  }
}


.progress_loader {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 14px;
  padding-top: 0;
  background-color: #fff;
  border: 1px solid #4acd68;
  border-radius: 4px;
  color: #070;
  font-size: 50px;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  opacity: 0;
}

#inner-container, #inner-container-ind {
  width: 100%;
  height: 16px;
  margin-top: -15px;
  background-color:#00b92ab5;
}
#container, #containerind {
  margin-top: -2px;
  font-size: 12px;
}


.country-code.form-control {
  max-width: 100px;
  width: 100px;
  margin-right: 4px;
}
/* ============================================================== 
     # Preloader 
=================================================================== */

.earna-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.earna-preloader .animation-preloader {
  z-index: 1000;
}

.earna-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #1e3e7d;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.torch-red .earna-preloader .animation-preloader .spinner {
  border-top-color: #ee2852;
}

.earna-preloader .animation-preloader .txt-loading {
  font: bold 12em "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.earna-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  font-family:'Iskoola Pota';
}

.earna-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #1e3e7d;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family:'Iskoola Pota';
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.earna-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.earna-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.earna-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.earna-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.earna-preloader p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.earna-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.earna-preloader .loader .row {
  height: 100%;
}

.earna-preloader .loader .loader-section {
  padding: 0px;
}

.earna-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.earna-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.earna-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.earna-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .earna-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .earna-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .earna-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .earna-preloader .animation-preloader .txt-loading {
    font: bold 5em "Poppins", sans-serif;
  }

  .country-code.form-control {
    max-width: 68px;
    width: 68px;
    margin-right: 4px;
  }
}


.companyMailMsg {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 350px;
  z-index: 9;
}

.accordion .card>.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  cursor: pointer;
  border-bottom: 2px solid #272974;
  background: #f8f8fb;
}
.accordion .card>.card-header h2 {
  font-size: 18px;
  color: #282a76;
  text-transform: unset;
}
.accordion .card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .125) !important;
  border-radius: 0px !important;
  box-shadow: 0px 2px 15px #3e3e3e1a;
}

.accordion .card>.card-header i {
  font-size: 18px;
}

.accordion .card>.card-header .fa-minus {
  display: block;
}

.accordion .card>.card-header .fa-plus {
  display: none;
}

.accordion .card>.card-header.collapsed .fa-minus {
  display: none;
}

.accordion .card>.card-header.collapsed .fa-plus {
  display: block;
}

.main-page-height {
  min-height: calc(100vh - 1015px);
}

.career-page-height {
  min-height: calc(100vh - 695px);
}

.pac-container{
  z-index: 9999;
}



.buttonCookie {
  padding: 7px 20px !important;
  margin: 0 6px;
}

a.button.buttonCookie.btnYes {
  background: green !important;
  color: #fff;
  background-color: rgb(226, 246, 237) !important;
  color: #26af48 !important;
  border: 1px solid #26af4885;
}

a.button.buttonCookie.btnNo {
  background: #ff4141 !important;
  color: #fff;
  background-color: rgb(253, 226, 231) !important;
  color: #e63c3ce6 !important;
  border: 1px solid #e63c3c59;
}

.editor-data.no-found-page img {
  width: 55%;
  mix-blend-mode: darken;
}

.editor-data.no-found-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.editor-data.no-found-page h2 {
  font-size: 60px;
  margin-bottom: 25px;
  padding-left: 5px;
}

.editor-data.no-found-page p {
  font-size: 20px;
  width: 270px;
  line-height: 1.05;
  padding-left: 5px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
  .editor-data.no-found-page img {
    width: 50%;
  }

  .editor-data.no-found-page h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .editor-data.no-found-page p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991.98px) {
  .editor-data.no-found-page img {
      width: 45%;
  }
  .editor-data.no-found-page h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .editor-data.no-found-page p {
    font-size: 18px;
  }

  .cookie-d-flex span.myCookie-text{
    margin-top: 5px;
    margin-bottom: 5px;
  }

}

@media screen and (max-width: 767.98px) {
.cookie-d-flex{
 flex-wrap: wrap;
}


.buttonCookie{
  margin: 10px 6px;
}

.editor-data.no-found-page h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.editor-data.no-found-page p {
  font-size: 18px;
  margin-bottom: 20px;
}

.editor-data.no-found-page img {
  width: 50%;
}
}

@media screen and (max-width: 600.98px) {

  .editor-data.no-found-page {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: center;
}

.editor-data.no-found-page img {
    width: 80%;
}

.buttonCookie {
  padding: 7px 12px !important;
  margin: 6px 4px !important;
}

}


.cookie-d-flex span.myCookie-text, .cookie-d-flex span.myCookie-text a {
    color: #272974 !important;
}
 
.cookie-d-flex span.myCookie-text a {
    font-weight: 600;
}

.About-Us-page .text-content p,
.About-Us-page .text-content .text,
.mission-vision-page .text-content ul li,
.mission-vision-page .text-content p,
.mission-vision-page .text-content .text {
  text-transform: unset !important;
    }
    
    

 
.company-profile-modal.footer-slavery-modal select.form-control {
    border-radius: 8px;
    padding: 10px;
    box-shadow: none;
}
