@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto+Slab:wght@500;600;700;800&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2 {
    font-family: 'Roboto Slab', serif;
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.profession {
    background-image: url(../images/Group-35591.jpg);
    padding: 35px 0 111px 0;
    background-size: cover;
}

.profession .text_box {
    margin-top: 50px;
}

.profession .text_box h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.profession .text_box h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;

}

.profession .text_box h2 {
    color: #16D6A8;
    font-size: 50px;
    margin-bottom: 20px;
}
.profession .text_box .typewriter h2 {
    overflow: hidden; 
    border-right: .1em solid #16D6A8; 
    white-space: nowrap; 
    margin: 0; 
    line-height: 62px;
    animation: 
    typing 4s steps(40, end),
    blink-caret 1s step-end infinite;
    margin-bottom: 10px;
  }
  #myTypewriter {
    display: inline-block;
}
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  

  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #16D6A8; }
  }

  .profession .text_box p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    width: 70%;
}

.profession .text_box button {
    color: #003B72;
    background-color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px;
    border: 0;
    border-radius: 0;
}

.content {
    background-color: #F3F3F3;
    padding: 35px 0 0 0;
}

.content .text_box h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.content .img_box {
    padding: 20px 0;
}

.research {
    padding: 85px 0;
}

.research .form {
    padding: 45px 26px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    border-radius: 11px;
    width: 80%;
    margin: auto;
}

.research .form .text_box h2 {
    color: #003B72;
    font-size: 40px;
    font-weight: 700;
}

.research .form .text_box p {
    color: #858585;
    font-size: 18px;
    font-weight: 400;
}

.research .form label {
    font-size: 16px;
    font-weight: 500;
    color: #3D3D3D;
}

.research .form input.form-control {
    height: 39px;
    margin-bottom: 30px;
}

.research .form textarea.form-control {
    height: 100px;
    margin-bottom: 30px;
}

.research .form .form-select {
    margin-bottom: 30px;
}

.res-btn {
    color: #fff;
    background-color: #003B72;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    border: 0;
    border-radius: 0;
}

.hire {
    padding: 85px 0;
    background-color: #003B72;
}

.hire .text_box {
    border: 2px solid #fff;
    padding: 50px 100px;
    background-color: rgba(255, 255, 255, 0.1);
}

.hire .text_box h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 30px;
}

.hire .text_box .tab-pane {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.hire .text_box .nav-pills .nav-link.active {
    background-color: #003B72;
    border-left: 2px solid #fff;
    border-radius: 0;
    width: 80%;
}

.company-slider {
    display: none;
}

.hire .text_box .nav-link {
    border-left: 2px solid #477299;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 15px;
}

.hire .text_box .nav-link:hover {
    color: #fff;
}

.slideBox h4 {
    font-size: 20px;
    padding-top: 15px;
    font-weight: 600;
}

.decades {
    padding: 65px 0;
}

.decades .text_box h2 {
    color: #003B72;
    font-size: 40px;
    font-weight: 700;
}

.decades .text_box p {
    color: #858585;
    font-size: 18px;
    font-weight: 400
}

.decades .img_box {
    padding-top: 30px;
}

.clients {
    background-color: #F5F7FC;
    padding: 65px 0;
}

.clients .icon_box .icon {
    color: #FF9529;
    padding-top: 20px;
}

.clients .icon_box h2 {
    font-size: 40px;
    color: #003B72;
    font-weight: 700;
    padding-top: 30px;
}

.clients .icon_box p {
    color: #858585;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.clients .text_box {
    padding: 40px;
    width: 60%;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.clients .text_box p {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}

.clients .text_box h3 {
    font-size: 20px;
    color: #003B72;
    font-weight: 700;
    padding-top: 30px;
}

.powered {
    padding: 65px 0;
    background-color: #f5f7fc;
}
.faq-tech{
    padding: 65px 0;
}
.faq-tech h2{
    margin: auto;
    color: #003b72;
    text-align: center;
}
.powered .img_box h2 {
    font-size: 40px;
    color: #7a7a7a;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 60px;
}

.powered .text_box h3 {
    font-size: 40px;
    font-weight: 700;
    color: #16D6A8;
    margin-bottom: 25px;
}

.powered .text_box h6 {
    color: #858585;
    font-size: 18px;
    font-weight: 400;
}

.Client .slick-prev:before,
.decades .slick-prev:before {
    content: '🡨';
}

.Client .slick-next:before,
.decades .slick-next:before {
    content: '🡪';
}

.Client .slick-prev:before,
.Client .slick-next:before,
.decades .slick-prev:before,
.decades .slick-next:before {
    font-size: 26px;
    opacity: 1;
    line-height: 2;
}

.Client .slick-prev,
.Client .slick-next,
.decades .slick-prev,
.decades .slick-next {
    width: 50px;
    height: 50px;
    background: #FF9529;
    border-radius: 50%;
}

.Client .slick-prev {
    left: -125px;
}

.Client .slick-next {
    right: -125px;
}


#sidebar-wrapper {
	display: none;
}

#page-content-wrapper {
	margin-left: 0 !important;
}

.navbar.navbar-expand-lg.navbar-light {
	display: none;
}

.banner_inner_wonder01 {
	display: none;
}

#wpcf7-f18398-o1 {width: 100%;}

#wpcf7-f18398-o1 p {
	margin: 0;	padding: 0;
}

#wpcf7-f18398-o1 br {
	display: none;
}

.wpcf7-form{display: flex; flex-flow: wrap;}

.affilate-disclaimer {
    padding: 15px 0px 0px 0px;
}
.affilate-disclaimer p{
    font-size: 1.1rem;

}



.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
  }
  .accordion-item {
    background-color: #fff;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.25);
}
  .accordion-item-header {
    padding: 1rem 3rem 1rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #003b72;
}
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    color: #003b72;
  }
  .accordion-item-header.active::after {
    content: "\2212";
    color: #003b72;
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #003b72, transparent) 1;
}
  .accordion-item-body-content p{
    font-size: 1rem;
    color: #818181;
  }