@import url('https://fonts.googleapis.com/css2?family=Montserrat: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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Mulish', sans-serif;
    background: url('../assets/images/search/home-bg.png') no-repeat right top;
    background-size: 68%;
    /*background-position: top right;
    background-repeat: no-repeat; */
    /*  background-size: cover;
    background-position: center;
    object-fit: cover; */
}


/* Gloabal */

.main-btn {
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 14px;
    padding: 17px 30px;
    cursor: pointer;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    white-space: nowrap;
    word-wrap: normal;
}

.secondary-btn {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 14px;
    padding: 12px 31px;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    white-space: nowrap;
}

.plain-btn {
    text-transform: uppercase;
    color: #5d86f1;
    background: #fff;
    font-weight: 900;
    text-decoration: none;
    font-size: 11px;
    /* box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15); */
    border-radius: 10px;
    padding: 13px 16px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s ease;
}

.plain-btn.scrolled {
    color: #fff;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
}

.abtn {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 11px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
    padding: 13px 20px;
    border-radius: 10px;
    white-space: nowrap;
}

.abtn:hover {
    background: #fff;
    color: #5d86f1 !important;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
}

.abtn.scrolled {
    color: #2f56ee;
}

h1 {
    font-size: 2.5rem;
    font-weight: 500;
    padding-bottom: 15px;
    color: #2b2b2b;
}

h1>span {
    font-weight: 600;
    color: #2b2b2b;
}

h1>span>.blue {
    color: #6581e2;
}

h3 {
    color: #000;
    font-weight: 700;
    font-size: 26px;
}

h3.light {
    color: #000;
    font-weight: 500;
    font-size: 26px;
}

h4 {
    font-size: 20px;
    color: rgb(3, 5, 6);
    font-weight: bold;
    line-height: 2;
}

h4>span {
    color: #6581e2;
    font-weight: bold;
}

h6 {
    font-size: 18px;
    color: rgb(71, 71, 71);
    font-weight: bold;
    line-height: 2.333;
}

p {
    font-size: 18px;
    color: #8f8f8f;
    font-weight: 400;
}

p.small-p {
    font-size: 14px;
    color: #8d8f93;
    line-height: 1.8;
}

nav {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.3s ease;
    overflow: hidden;
    transition: 0.3s ease;
}

nav.scrolled {
    /* background: rgba( 255, 255, 255, 0.25);
    backdrop-filter: blur( 4px);
    -webkit-backdrop-filter: blur( 4px);*/
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.05);
    /* background: #6E7EF7; */
    background: #fff;
}

nav .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 5.5vw;
    z-index: 999;
    transition: 0.3s ease;
}

#navigation.scrolled {
    padding: .9vw 5.5vw;
}

nav .navigation .logo {
    width: 18%;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

nav .navigation .logo img {
    width: 100%;
}

nav .navigation .logo.scrolled {
    width: 14%;
}

nav .navigation .logo.scrolled img {
    width: 100%;
}

nav .navigation .nav-links {
    width: 84%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

nav .navigation .nav-links .wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}

nav .navigation .nav-links .wrapper ul li {
    list-style: none;
    margin-left: 10px;
}

#active {
    display: none;
}

nav #engine {
    width: 600px;
    height: 55px;
    border-radius: 10px;
    background: #fff;
    padding: 0 20px;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
}

#engine.scrolled {
    height: 55px;
    background: #EBEFF1;
    box-shadow: none;
}

nav #engine .requirements {
    /* border-right: .5px solid #c9c5c5; */
    position: relative;
}

nav #engine .requirements .head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

nav #engine .requirements .head::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -25px;
    width: .5px;
    height: 50px;
    background: #c9c5c5;
}

nav #engine .requirements .head h5 {
    font-size: 12px;
    font-weight: 700;
    color: #7b7b7b;
    line-height: 0;
    padding-right: 20px;
}

nav #engine .requirements .head i {
    font-size: 14px;
    font-weight: 700;
    color: #7b7b7b;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
}

nav #engine .requirements:nth-child(n)>.box>select {
    font-size: 15px;
    font-weight: bold;
    color: #2e2e2e;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
    transition: 0.3s ease;
}

nav #engine .requirements:nth-child(n)>.box>select.scrolled {
    background: #EBEFF1;
    /* color: #a5a4af; */
}

nav #engine .requirements:nth-child(n)>.box>select option {
    font-size: 15px;
    font-weight: 400;
    color: #2e2e2e;
    background: #fff;
    cursor: pointer;
    padding: 20px !important;
}

nav #engine .search h5 {
    font-size: 12px;
    font-weight: 700;
    color: #7b7b7b;
    line-height: 0;
}

nav #engine .search input {
    font-size: 15px;
    font-weight: bold;
    color: #2e2e2e;
    border: none;
    outline: none;
    box-shadow: none;
    width: 130px;
    transition: 0.3s ease;
}

nav #engine .search input.scrolled {
    background: #EBEFF1;
}

nav #engine .search input::placeholder {
    font-size: 15px;
    font-weight: bold;
    color: #d7d7d7;
    transition: 0.3s ease;
}

nav #engine .search input.scrolled::placeholder {
    background: #EBEFF1;
}

nav #engine .search-icon i {
    color: #5166ff;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
}

#loginBtn i {
    color: #fff;
    font-size: 1.1rem;
    padding: 11px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: .3s ease;
    box-shadow: 0 7px 19px rgba(0, 0, 0, 0.09);
}

#loginBtn i:hover {
    color: rgb(123, 127, 241);
    background: #fff;
}

#loginBtn i.scrolled {
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    color: #fff;
}


/* Hero Sectoion */

#hero {
    width: 100%;
    padding: 8vw 5.5vw 0 5.5vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: transparent;
}

#hero .text {
    width: 50%;
}

#hero .text h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#hero .text h1.small {
    font-size: 2.1rem;
    font-weight: 400;
}

#hero .text P {
    width: 90%;
    margin: 20px 0 40px 0;
}

#hero .hero-profile {
    width: 50%;
    margin: 60px 0 0 90px;
}

#hero .hero-profile .profile-line {
    width: 500px;
    height: 2.5px;
    background-color: #9ca4ee;
    margin-top: 10px;
    position: relative;
}

#hero .hero-profile .profile-line::after {
    width: 45px;
    height: 7px;
    content: "";
    background: #4fdcab;
    position: absolute;
    top: -2px;
    border-radius: 3px;
    left: 230px;
}

#hero .hero-profile .profile-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

#hero .hero-profile .profile-box::before {
    width: 85%;
    height: 80%;
    content: "";
    background: linear-gradient(to bottom right, #edeef3 50%, #bcc4fa 50%);
    opacity: 0.5;
    position: absolute;
    top: -31px;
    left: -32px;
    border-top-left-radius: 30px;
    z-index: -9;
}

#hero .hero-profile .profile-box::after {
    width: 50%;
    height: 60%;
    content: "";
    background: linear-gradient(to bottom right, #ffffff 50%, #bcc4fa 50%);
    opacity: 0.5;
    position: absolute;
    bottom: -20px;
    left: 250px;
    border-bottom-right-radius: 30px;
    z-index: -9;
}

#hero .hero-profile .profile {
    position: relative;
    max-width: 250px;
    width: 100%;
    height: 350px;
    background: #fff;
    z-index: 99;
    border-radius: 15px;
    box-shadow: 15px 10px 35px rgba(0, 0, 0, 0.14);
}

#hero>div.hero-profile>div>div.profile {
    margin-right: 7px;
}


/* common */

#hero .hero-profile .profile .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

#hero .hero-profile .profile .ribbon span {
    position: absolute;
    display: block;
    width: 290px;
    padding: 10px 0;
    background-color: #51deb1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 12px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
}


/* top left*/

#hero .hero-profile .profile .ribbon-top-left {
    top: -1px;
    left: -1px;
}

#hero .hero-profile .profile .ribbon-top-left span {
    right: -27px;
    top: 10px;
    transform: rotate(-40deg);
}

#hero .hero-profile .profile .pro-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 30px;
}

#hero .hero-profile .profile .pro-details .pro-img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

#hero .hero-profile .profile .pro-details .pro-img::before {
    background: url("../assets/images/search/img-layer.png") no-repeat;
    content: "";
    position: absolute;
    width: 80px;
    height: 65px;
    left: -10px;
    bottom: -10px;
    z-index: 99;
    transform: rotate(1deg);
    background-size: 100% 100%;
}

#hero .hero-profile .profile .pro-details .pro-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

#hero .hero-profile .profile .pro-details h4 {
    margin: 12px 0 0 0;
    font-size: 1.2rem;
}

#hero .hero-profile .profile .pro-details p {
    margin-bottom: 20px;
    font-size: .9rem;
}

#hero .hero-profile .profile .pro-details .tags a {
    text-decoration: none;
    padding: 7px 14px;
    background: #d8e1ff;
    border-radius: 7px;
    font-size: .8rem;
}

#hero .hero-profile .profile .pro-details .tags a:nth-child(2) {
    background: #c9fff8;
}

#hero .hero-profile .profile .pro-details .linkedin {
    margin-top: 25px;
    width: 75px;
}

#hero .hero-profile .slide-profile {
    position: relative;
    max-width: 250px;
    width: 90%;
    height: 350px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 25px 10px 35px rgba(0, 0, 0, 0.14);
}

#hero .hero-profile .slide-profile .swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

#hero .hero-profile .slide-profile .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#hero .hero-profile .slide-profile .swiper-slide .profile .ribbon span {
    background-color: #8789fd;
}

#hero .hero-profile .slide-profile .swiper-slide .hire {
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero .hero-profile .slide-profile .swiper-slide .hire {
    font-size: .8rem;
    font-weight: 600;
    margin-top: 15px;
}

#hero .hero-profile .slide-profile .swiper-slide .hire i {
    color: #52d2ba;
    font-size: 6px;
    margin-right: 10px;
}

#hero .hero-profile .slide-profile .swiper-slide .hire a {
    text-decoration: none;
    padding: 3px 9px;
    background: #d1faeb;
    border-radius: 7px;
    font-weight: 800;
    color: #2b2b2b;
    margin-left: 5px;
}


/* Customers Section */

#partner {
    width: 100%;
    padding: 0 5.5vw;
    margin-top: 3vw !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
    position: relative;
}

#partner .graphics1 {
    position: absolute;
    left: -20px;
    top: -120px;
    width: 350px;
    height: 500px;
    background-size: cover;
    background-position: center;
}

#partner .graphics1 svg {
    width: auto;
    height: auto;
}

#partner .partner-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#partner .partner-row h6 {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 800;
    color: #aeadad;
    margin: 0 30px 0 0;
    width: 15%;
}

#partner .partner-row .part-img {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
    /* margin: 0 30px; */
    /* flex-wrap: wrap; */
}

#partner .partner-row .part-img img {
    width: 13%;
    margin: 0 30px 0 0;
    /* Safari/Chrome */
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.3s ease;
    cursor: pointer;
}

#partner .partner-row .part-img img:hover {
    /* Safari/Chrome */
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}


/* Coverage Section */

#coverage {
    width: 100%;
    height: 550px;
    padding: 0 5.5vw;
    position: relative;
}

#coverage .text {
    width: 50%;
    margin: auto;
    text-align: center;
}

#coverage .cover-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

#coverage .cover-container .coverage-box {
    width: 50%;
    height: 300px;
    box-shadow: 3px 6px 29px rgba(0, 0, 0, 0.08);
    border-radius: 39px;
    background: #fff url("../assets/images/search/water.png") no-repeat left bottom;
    padding: 50px 50px 50px 50px;
}

#coverage .cover-container .back {
    width: 500px;
    height: 100%;
    content: "";
    background: #f3fafd;
    position: absolute;
    top: 0;
    left: 160px;
    z-index: -99;
    border-radius: 43px;
}

#coverage .cover-container .back::before {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    background: url("../assets/images/search/line.png") no-repeat;
    top: 70px;
    right: -13px;
}

#coverage .cover-container .coverage-box::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f178";
    font-size: 1.4rem;
    color: #728cf3;
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    top: 125px;
    right: -15px;
    z-index: 99;
    box-shadow: 3px 6px 29px rgba(0, 0, 0, 0.08);
}

#coverage .cover-container .coverage-box h1 {
    font-size: 1.8rem;
}

#coverage .cover-container .coverage-box p {
    font-size: 1rem;
}

#coverage .cover-container .coverage-box .languages {
    position: absolute;
    bottom: -20px;
    right: -45px;
}

#coverage .cover-container .coverage-box .blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#coverage .cover-container .coverage-box .blocks .block {
    box-shadow: 3px 6px 29px rgba(0, 0, 0, 0.08);
    margin: -4px 3px;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
}

#coverage>div>div.coverage-box>div>div:nth-child(1)>div:nth-child(n) {
    z-index: 99;
}

#coverage>div>div.coverage-box>div>div:nth-child(2)>div:nth-child(n) {
    z-index: 9;
}

#coverage .cover-container .coverage-box .blocks .block img {
    width: 85px;
    margin: 4px 30px;
    background-size: cover;
    object-fit: cover;
    background-position: center;
    border-radius: 15px;
    background: #fff;
}

#coverage>div>div.coverage-box>div>div:nth-child(2)>div:nth-child(1)>img {
    padding-top: 13px;
}

#coverage .cover-container .tags {
    width: 40%;
    margin-top: 40px;
}

#coverage .cover-container .tags h1 {
    font-size: 1.5rem;
}

#coverage .cover-container .tags a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 20px;
    background: #d8e1ff;
    border-radius: 7px;
    font-size: .8rem;
    margin: 3px 3px 3px 0;
}

#coverage .cover-container .tags a:nth-child(2n) {
    background: #c9fff8;
}

#coverage .cover-container .tags a:nth-child(3n) {
    background: #ece6ea;
}


/* Remote Section */

#remote {
    width: 100%;
    padding: 5vw;
    position: relative;
    z-index: 999;
}

#remote .text {
    width: 50%;
    margin: auto;
    text-align: center;
}

#remote .remote-container {
    box-shadow: 8px 10px 40px rgba(0, 0, 0, 0.06);
    width: 860px;
    height: 460px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 39px;
    border-bottom-left-radius: 19px;
    margin-left: auto;
    background: #fff url("../assets/images/search/water1.png") no-repeat right bottom;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
}

#remote .remote-container .remote-text {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: start;
    padding: 60px 25px 30px 25px;
    position: relative;
    margin-left: auto;
}

#remote .remote-container .remote-text h1 {
    font-size: 1.5rem;
}

#remote .remote-container .remote-text .benefits {
    display: flex;
    margin: 15px 0;
}

#remote .remote-container .remote-text .benefits p {
    font-size: 1rem;
    padding: 15px;
    border-right: 1px solid #c4cff0;
    width: 33%;
}

#remote .remote-container .remote-text .benefits p:nth-child(1) {
    padding-left: 0;
}

#remote .remote-container .remote-text .benefits p:nth-child(3) {
    border: none;
}

#remote .remote-container .video {
    position: absolute;
    top: 260px;
    left: 70px;
    width: 600px;
    height: 400px;
    box-shadow: 9px 13px 35px rgba(24, 39, 168, 0.1);
    background: none;
    border-radius: 25px;
}

#remote .remote-container .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    background: none;
    display: block;
}


/* Experts Section */

#experts {
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
}

#experts #bg-experts {
    /* position: absolute;
    top: 10%;
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 70%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
    z-index: -99; */
    display: none;
}

#experts #bg-experts2 {
    position: absolute;
    top: 20%;
    right: 0;
    width: 100%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
    z-index: -99;
}

#experts #bg-experts2 img {
    width: 100%;
    height: 570px;
}

#experts .text {
    width: 50%;
    margin: auto;
    text-align: center;
}

#experts .experts-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#experts .expert-select {
    width: 35%;
}

#experts .similar {
    border-bottom: 1px solid #bdbdc2;
    padding: 20px;
    background: transparent;
    cursor: pointer;
    position: relative;
    top: -38px;
    /* margin-bottom: 30px; */
}

#experts .similar.active {
    margin-top: 7px;
    border: 1px solid #a6b4eb;
    border-radius: 12px;
    background: linear-gradient(to bottom, #f3f5ff 0%, #ffffff 100%);
}

#experts .similar .head {
    display: flex;
    align-items: center;
}

#experts .similar .head img {
    width: 28px;
    margin-right: 11px;
}

#experts .similar .head h6 {
    margin-bottom: 0;
}

#experts .similar .tags {
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    height: 0;
    transition: opacity .5s ease 0s;
    pointer-events: none;
}

#experts .similar .tags.active {
    opacity: 1;
    height: 100%;
    pointer-events: auto;
}

#experts .similar .tags a {
    text-decoration: none;
    font-weight: 600;
    padding: 7px 14px;
    background: #d8e1ff;
    border-radius: 7px;
    font-size: .8rem;
    margin: 5px 5px 0 0;
}

#experts .similar .tags a:nth-child(2n) {
    background: #c9fff8;
}

#experts .similar .tags a:nth-child(3n) {
    background: #ece6ea;
}

#experts .experts-profile {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.fadein {
    display: none;
}

.fadein.fadeout {
    display: block;
}

#experts .experts-profile .profile {
    position: relative;
    width: 220px;
    height: 100%;
    background: #fff;
    z-index: 99;
    border-radius: 15px;
    box-shadow: 15px 10px 35px rgba(33, 17, 17, 0.1);
}

#experts .experts-profile .profile .pro-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 30px;
}

#experts .experts-profile .profile .pro-details .pro-img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

#experts .experts-profile .profile .pro-details .pro-img::before {
    background: url("../assets/images/search/img-layer.png") no-repeat;
    content: "";
    position: absolute;
    width: 80px;
    height: 65px;
    left: -10px;
    bottom: -10px;
    z-index: 99;
    transform: rotate(1deg);
    background-size: 100% 100%;
}

#experts .experts-profile .profile .pro-details .pro-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

#experts .experts-profile .profile .pro-details h4 {
    margin: 12px 0 0 0;
    font-size: 1.1rem;
}

#experts .experts-profile .profile .pro-details p {
    font-size: .9rem;
    margin: 0;
}

#experts .experts-profile .profile .pro-details .pro-starts {
    margin: 7px 0 10px 0;
}

#experts .experts-profile .profile .pro-details i {
    font-size: 12px;
    margin: 0;
    color: rgb(101, 101, 202);
}

#experts .experts-profile .profile .pro-details .tags {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

#experts .experts-profile .profile .pro-details .tags a {
    text-decoration: none;
    padding: 6px 15px;
    background: #d8e1ff;
    border-radius: 7px;
    font-size: .8rem;
    margin: 3px 3px 0 0;
}

#experts .experts-profile .profile .pro-details .tags a:nth-child(2) {
    background: #c9fff8;
}

#experts .experts-profile .profile .pro-details .hire {
    display: flex;
    justify-content: center;
    align-items: center;
}

#experts .experts-profile .profile .pro-details .hire {
    font-size: .8rem;
    font-weight: 600;
    margin: 15px 0 20px 0;
}

#experts .experts-profile .profile .pro-details .hire i {
    color: #52d2ba;
    font-size: 6px;
    margin-right: 10px;
}

#experts .experts-profile .profile .pro-details .hire a {
    text-decoration: none;
    padding: 3px 9px;
    background: #d1faeb;
    border-radius: 7px;
    font-weight: 800;
    color: #2b2b2b;
    margin-left: 5px;
}


/* Process Section */

#process {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#process #bg-process {
    position: absolute;
    top: -10%;
    right: 0;
    width: 100%;
    height: 70%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
    z-index: -99;
}

#process .main-btn {
    z-index: 99;
}

#timeline-wrap {
    padding: 30px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#timeline-wrap .marker {
    margin: 0 30px;
}

#timeline-wrap .marker .process-text {
    font-weight: 400;
}


/* #line-draw1 {
    position: relative;
}

#line-draw1::before {
    content: " ";
    position: absolute;
    background-color: #aabbc4;
    background: #aabbc4;
    width: 0;
    height: 2px;
    top: 30px;
    left: 70px;
    margin: auto;
    opacity: 0;
    z-index: -5;
} */

#line-draw2 {
    position: relative;
}

#line-draw2::before {
    content: " ";
    position: absolute;
    background-color: #aabbc4;
    background: #aabbc4;
    width: 0;
    height: 2px;
    top: 30px;
    left: 160px;
    margin: auto;
    opacity: 1;
    z-index: -5;
}

.marker-box2 {
    opacity: 0;
    width: 330px;
    transition: 0.3s ease;
}

#line-draw3 {
    position: relative;
}

#line-draw3::before {
    content: " ";
    position: absolute;
    background-color: #aabbc4;
    background: #aabbc4;
    width: 0;
    height: 2px;
    top: 30px;
    left: 170px;
    margin: auto;
    opacity: 1;
    z-index: -5;
}

.marker-box3 {
    opacity: 0;
    width: 330px;
    transition: 0.3s ease;
}

.marker-box4 {
    opacity: 0;
    width: 330px;
    transition: 0.3s ease;
}

.marker p {
    font-weight: 800;
    color: #313131;
    margin-top: 10px;
    font-size: 16px;
}

.marker img {
    width: 65px;
}

#newtimeline-wrap {
    display: none;
}


/* FAQs section */

#faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#faqs .text {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

#faqs #bg-faqs {
    position: absolute;
    top: -9%;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -5;
}

#faqs #bg-faqs img {
    width: 100%;
}

#faqs .faq-box {
    width: 85%;
    height: 440px;
    box-shadow: 0 22px 63px rgba(0, 0, 0, 0.14);
    border-radius: 25px;
    padding: 5% 3% 5% 5%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #fff;
}

#faqs .faq-box .cr {
    width: 100px;
    height: 7px;
    position: absolute;
    text-align: center;
    color: #f0f0f0;
}


/* Positions */

.cr-top {
    top: 10px;
}

.cr-left {
    left: -44px;
}

.cr-top1 {
    top: 10px;
}

.cr-left1 {
    left: -35px;
}

.cr-bottom {
    bottom: 10px;
}

.cr-right {
    right: -44px;
}

.cr-bottom1 {
    bottom: 10px;
}

.cr-right1 {
    right: -35px;
}


/* Rotations */

.cr-top.cr-left,
.cr-bottom.cr-right {
    transform: rotate(-45deg);
}

.cr-top1.cr-left1,
.cr-bottom1.cr-right1 {
    transform: rotate(-45deg);
}

.cr-blue {
    background-color: #142289;
}

.cr-green {
    background-color: #51eca8;
}

.accordion-header>button {
    font-size: 20px;
    color: #142289 !important;
    font-weight: 700;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.accordion-item .accordion-button {
    border: none !important;
}

.accordion-button>i {
    font-size: 22px;
    color: #c2c3c8;
    transition: transform .2s ease-in-out;
    margin-right: 3%;
    font-stretch: 200%;
}

.accordion-button:not(.collapsed)>i {
    transform: rotate( -180deg);
}

#faqs .faq-box .accordion-button::after {
    display: none;
}

.accordion-collapse>div {
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-collapse>div>p {
    margin-left: 5%;
}


/* Categroies section */

#categories {
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
}

#categories #bg-category {
    position: absolute;
    top: 10%;
    left: -7%;
    width: 50%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
    z-index: -88;
}

#categories .cat-des {
    width: 80%;
}

#categories h1 {
    font-size: 2.2rem;
}

#categories>div>div.subcat>div>div:nth-child(n) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: start;
}

#categories>div>div.subcat>div>div:nth-child(n)>a {
    text-decoration: none;
    font-size: 16px;
    color: #8f8f8f;
    font-weight: 400;
    padding: 6px 0;
}


/* CTA section */

#cta {
    padding: 0 5.5vw;
    width: 100%;
    height: 30vh;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #c5cbfc, #c2c8fc, #bec5fc, #bbc2fb, #b8bffb, #b7befb, #b7befb, #b6bdfb, #b8bffb, #b9c1fc, #bbc2fc, #bdc4fc);
}

#cta .shapes::before {
    content: " ";
    width: 250px;
    height: 250px;
    background: #ccd1fd;
    position: absolute;
    top: -150px;
    right: -100px;
    transform: rotate(220deg);
    border-radius: 55% 45% 55% 45% / 40% 56% 44% 60%;
    animation: rotate 20s ease-in-out infinite alternate-reverse both;
}

@keyframes rotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    38% {
        transform: scale(0.8, 1) rotate(120deg);
    }
    40% {
        transform: scale(0.8, 1) rotate(190deg);
    }
    78% {
        transform: scale(1.3) rotate(260deg);
    }
    80% {
        transform: scale(1.3) rotate(320deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
    }
}

#cta .row {
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#cta p {
    color: #60637e;
}

#cta .cta-btn svg {
    animation: myAnim 8s ease-in-out 0s infinite alternate-reverse forwards;
}

@keyframes myAnim {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        transform: translateX(10px);
    }
    80% {
        transform: translateX(8px);
    }
    90% {
        transform: translateX(-8px);
    }
}

#cta .cta-btn a {
    padding: 13px 23px;
    background-image: linear-gradient(to right bottom, #536cfc, #5173fa, #5179f8, #537ff5, #5685f2, #538bf0, #5391ee, #5596eb, #549de8, #57a3e5, #5ea9e1, #68aedc);
}


/* Top Talentts Section */

#talent {
    width: 100%;
    position: relative;
    padding: 0 5.5vw;
}

#talent .text {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

#talent #bg-talent {
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -99;
}

#talent ul {
    padding-left: 0;
    margin: 40px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#talent ul li {
    list-style: none;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

#talent ul li a {
    text-decoration: none;
}

#talent ul li a img {
    filter: grayscale(100%);
    border: 1.5px solid #c6c6c6;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
    transition: 0.4s ease;
}

#talent ul li a.active img {
    filter: grayscale(0);
    border: 1.5px solid #5f34fa;
}

#talent ul li a p {
    font-weight: 700;
    color: #2c2c2c;
}

#talent ul li a.active p {
    color: #3535df;
}


/* #talent ul li a p.active {
    
} */

#talent .developers {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2rem; */
}

#talent .developers .develop {
    box-shadow: 8px 10px 40px rgb(0 0 0 / 6%);
    border-radius: 25px;
    text-align: center;
    margin: 1rem;
}

#talent .developers .develop img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

#talent .developers .develop h6 {
    margin: 10px 0 0 0;
}

#talent>div>div>div:nth-child(n)>p.small {
    margin-bottom: 10px;
}

#talent .developers .develop p {
    font-size: 1rem;
    padding: 0 20px;
}

#talent .developers .develop .tags {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}

#talent .developers .develop .tags a {
    text-decoration: none;
    padding: 6px 15px;
    background: #d8e1ff;
    border-radius: 7px;
    font-size: .8rem;
    margin: 3px 4px 0 4px;
}

#talent .developers .develop .tags a:nth-child(2) {
    background: #c9fff8;
}

#talent .developers .develop .hire {
    font-size: 0.8rem;
    font-weight: 600;
    margin: 20px 0px 30px 0;
}

#talent .developers .develop .hire i {
    color: rgb(82, 210, 186);
    font-size: 6px;
    margin-right: 10px;
}

#talent .developers .develop .hire a {
    text-decoration: none;
    padding: 3px 9px;
    background: rgb(209, 250, 235);
    border-radius: 7px;
    font-weight: 800;
    color: rgb(43, 43, 43);
    margin-left: 5px;
}


/* Blog Section */

#blog {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 7vw;
    position: relative;
    border-top-right-radius: 25px;
}

#blog #bg-blog {
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -99;
}

#blog #bg-blog img {
    width: 100%;
}

#blog .blog-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
}

#blog .main-blog {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: start;
    padding: 0;
    box-shadow: 0 32px 83px rgba(0, 0, 0, 0.14);
    border-bottom-left-radius: 25px;
    background: #fff;
}

#blog .main-blog:nth-child(1) {
    width: 49%;
    position: relative;
}

#blog .main-blog .main-img::before {
    position: absolute;
    top: 250px;
    left: 40px;
    content: " ";
    width: 90px;
    height: 90px;
    border-radius: 10px;
    background-image: url("../assets/images/blog/profile.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.3);
}

#blog .main-blog .main-img {
    width: 100%;
}

#blog .main-blog .main-img img {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    height: 300px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

#blog .main-blog .main-text {
    padding: 60px 20px 20px 20px;
}

#blog .main-blog p {
    margin-bottom: 6px;
}

#blog .main-blog h3 {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 600;
}

#blog .main-blog p.blue {
    color: #1124ad;
    font-weight: 600;
}

#blog .main-blog .main-text .blog-btn a:nth-child(1) {
    text-decoration: none;
    color: #82c1f7;
    padding: 7px 22px;
    border: 1px solid #82c1f7;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

#blog .main-blog .main-text .blog-btn a:nth-child(2) {
    text-decoration: none;
    color: #76d646;
    padding: 7px 22px;
    border: 1px solid #76d646;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

#blog #blog-key {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    align-items: center;
    padding: 15px 20px 25px 20px;
}

#blog #blog-key a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #636363;
}

#blog #blog-key a:nth-child(2) {
    color: #1124ad;
}


/* Sub Blogs */

#blog .side-blog {
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
}

#blog .side-blog .sub-blog {
    text-align: start;
    padding: 35px 30px 0 30px;
    box-shadow: 0 35px 30px rgba(0, 0, 0, 0.14);
    border-bottom-left-radius: 25px;
    position: relative;
    background: #fff;
}

#blog .side-blog .sub-blog:nth-child(1) {
    margin-bottom: 40px;
}

#blog .side-blog .sub-blog .main-img img {
    width: 135px;
    height: 130px !important;
    display: block;
    background-size: cover;
    background-position: center;
    height: auto;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#blog .side-blog .sub-blog p {
    margin-bottom: 6px;
    font-size: 16px;
}

#blog .side-blog .sub-blog h3 {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
}

#blog .side-blog .sub-blog p.blue {
    color: #1124ad;
    font-weight: 600;
}

#blog .side-blog .sub-blog .blog-btn a:nth-child(1) {
    text-decoration: none;
    color: #82c1f7;
    padding: 7px 22px;
    border: 1px solid #82c1f7;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

#blog .side-blog .sub-blog .blog-btn a:nth-child(2) {
    text-decoration: none;
    color: #76d646;
    padding: 7px 22px;
    border: 1px solid #76d646;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

#blog .side-blog .sub-blog #blog-key {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    align-items: center;
    padding: 35px 0 20px 0;
}

#blog .side-blog .sub-blog:nth-child(2)::before {
    position: absolute;
    content: "\f178";
    bottom: -45px;
    right: 0;
    background: #fff;
    padding: 5px 23px;
    border-radius: 5px;
    font-size: 18px;
    color: #2f56ee;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    cursor: pointer;
}


/* Footer section */

#footer {
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
    background-image: linear-gradient(to top, #3b4ccd, #4052d8, #4557e3, #495dee, #4e63f9);
}

#footer h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

#footer hr {
    color: #fff;
}

#footer .navigation ul li {
    list-style: none;
    padding: 5px 0;
}

#footer .navigation ul li i {
    font-size: 12px;
    font-weight: 200;
}

#footer .navigation ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #ffff;
    font-weight: 300;
}

#footer .payment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#footer .payment p {
    color: #fff;
    font-size: 17px;
}

#footer .payment img:nth-child(1) {
    width: 50%;
    margin-bottom: 25px;
}

#footer .payment img:nth-child(2) {
    width: 70%;
}

#footer .social .sub input {
    width: 230px;
    height: 36px;
    outline: none;
    border: none;
    padding: 0 10px;
    margin-right: 5px;
}

#footer .social .sub {
    margin-top: 40px;
}

#footer .social .sub a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background: #51c9c8;
    padding: 8px;
}

#footer .social .profile {
    margin-top: 20px;
}

#footer .social .profile a {
    color: #fff;
    font-size: 28px;
    margin-right: 30px;
}

#footer .copyright p {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

#footer>div.copyright>div>img {
    width: 40% !important;
}

@media (max-width: 2560px) and (min-width: 2049px) {
    body {
        background-size: 60%;
    }
    nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end !important;
        align-items: center;
    }
    nav .navigation .nav-links .wrapper ul li {
        margin-left: 30px !important;
    }
    #hero .text P {
        width: 70%;
    }
    #hero .hero-profile {
        margin: 60px 0 0 430px;
    }
    #hero .hero-profile .profile-box::before {
        width: 450px;
        height: 80%;
        top: -31px;
        left: -32px;
    }
    #hero .hero-profile .profile-box::after {
        width: 430px;
        height: 60%;
        bottom: -20px;
        left: 100px;
    }
    #coverage {
        margin-top: 70px;
        width: 100%;
        height: 550px;
    }
    #coverage .cover-container .back {
        top: 0;
        left: 700px;
    }
    #remote {
        padding: 5vw;
    }
    #remote .remote-container {
        margin-right: 520px;
        margin-top: 30px;
    }
    #remote .remote-container .video {
        top: 210px;
        left: 670px;
        width: 600px;
        height: 400px;
    }
}

@media (max-width: 2048px) and (min-width: 1921px) {
    nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end !important;
        align-items: center;
    }
    nav .navigation .nav-links .wrapper ul li {
        margin-left: 30px !important;
    }
    #hero .text P {
        width: 70%;
    }
    #hero .hero-profile {
        margin: 60px 0 0 290px;
    }
    #hero .hero-profile .profile-box::before {
        width: 450px;
        height: 80%;
        top: -31px;
        left: -32px;
    }
    #hero .hero-profile .profile-box::after {
        width: 50%;
        height: 60%;
        bottom: -20px;
        left: 140px;
    }
    #coverage {
        margin-top: 70px;
        width: 100%;
        height: 550px;
    }
    #coverage .cover-container .back {
        top: 0;
        left: 450px;
    }
    #remote {
        padding: 5vw;
    }
    #remote .remote-container {
        margin-right: 320px;
        margin-top: 30px;
    }
    #remote .remote-container .video {
        top: 230px;
        left: 400px;
        width: 600px;
        height: 400px;
    }
}

@media (max-width: 1920px) and (min-width: 1601px) {
    #hero .text P {
        width: 70%;
    }
    #hero .hero-profile {
        margin: 60px 0 0 290px;
    }
    #hero .hero-profile .profile-box::before {
        width: 450px;
        height: 80%;
        top: -31px;
        left: -32px;
    }
    #hero .hero-profile .profile-box::after {
        width: 50%;
        height: 60%;
        bottom: -20px;
        left: 170px;
    }
    nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end !important;
        align-items: center;
    }
    nav .navigation .nav-links .wrapper ul li {
        margin-left: 30px !important;
    }
    #coverage {
        margin-top: 70px;
        width: 100%;
        height: 540px;
    }
    #coverage .cover-container .back {
        top: 0;
        left: 400px;
    }
    #remote {
        padding: 5vw;
    }
    #remote .remote-container {
        margin-right: 270px;
        margin-top: 30px;
    }
    #remote .remote-container .video {
        top: 230px;
        left: 330px;
        width: 600px;
        height: 400px;
    }
}

@media (max-width: 1600px) and (min-width: 1441px) {
    nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    nav .navigation .nav-links .wrapper ul li {
        margin-left: 20px;
    }
    #hero .hero-profile .profile-box::before {
        width: 65%;
        height: 80%;
        top: -31px;
        left: -32px;
    }
    #hero .hero-profile .profile-box::after {
        width: 50%;
        height: 60%;
        bottom: -20px;
        left: 190px;
    }
    #coverage {
        margin-top: 70px;
        width: 100%;
        height: 530px;
    }
    #coverage .cover-container .back {
        top: 0;
        left: 260px;
    }
    #remote {
        padding: 5vw;
    }
    #remote .remote-container {
        margin-right: 120px;
        margin-top: 30px;
    }
    #remote .remote-container .video {
        top: 230px;
        left: 180px;
        width: 600px;
        height: 400px;
    }
}

@media (max-width: 1440px) and (min-width: 1368px) {
    nav .bg-main {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 75%;
        box-sizing: border-box;
        object-fit: cover;
        z-index: -99;
    }
    /* nav .navigation .nav-links .wrapper ul {
        justify-content: flex-end !important;
        align-items: center;
    } */
    nav .navigation .nav-links .wrapper ul li {
        display: flex;
        flex-direction: row;
        justify-content: space-between !important;
        margin-left: 10px;
    }
    #engine {
        margin-right: 0;
    }
    #hero {
        padding: 10vw 6vw 0 6vw;
    }
    #hero .text P {
        width: 80%;
    }
    #hero .hero-profile .profile-box::before {
        width: 70%;
        height: 80%;
        top: -31px;
        left: -32px;
    }
    #hero .hero-profile .profile-box::after {
        width: 50%;
        height: 60%;
        bottom: -20px;
        left: 230px;
    }
    #partner {
        padding: 0 6vw;
    }
    #partner .partner-row .part-img img {
        width: 15%;
    }
    #partner .partner-row {
        align-items: center !important;
    }
    #partner .partner-row h6 {
        font-size: 1.5rem;
        font-weight: 800;
        width: 18%;
    }
    #coverage {
        width: 100%;
        height: 550px;
        padding: 0 5.5vw;
    }
    #coverage .cover-container {
        margin-top: 60px;
    }
    #coverage .cover-container .back {
        top: 0;
        left: 200px;
    }
    #process {
        padding-top: 2vw !important;
    }
    #process #timeline-wrap {
        width: 90%;
        margin: 3% 0 2% 0;
    }
    #timeline::before {
        width: 75%;
        height: 1px;
        top: 30px;
        left: 270px;
    }
    #remote {
        padding: 5vw;
    }
    #remote .remote-container {
        margin-right: 50px;
        margin-top: 30px;
    }
    #remote .remote-container .video {
        top: 230px;
        left: 100px;
        width: 600px;
        height: 400px;
    }
    #faqs {
        padding-top: 6vw !important;
    }
    #faqs #bg-faqs {
        top: -15%;
        right: 0;
    }
    #faqs #bg-faqs img {
        width: 100%;
        height: 120%;
    }
    #faqs .faq-box {
        width: 90%;
        height: 440px;
        padding: 4% 3% 5% 5%;
    }
    #categories {
        width: 90%;
        padding: 0 0;
        margin: auto;
    }
    #cta {
        height: 25vh;
    }
    #cta .row {
        width: auto !important;
        margin: auto;
    }
    #pros {
        width: 90%;
        margin: auto;
        padding: 4vw 0 0 0;
    }
    #blog {
        padding: 4vw 0 0 0;
    }
    #blog #bg-blog {
        bottom: -20%;
        right: 0;
    }
    #blog #bg-blog img {
        width: 100%;
        height: 100%;
    }
    #blog .blog-box {
        width: 90%;
        margin: auto;
    }
    #blog .side-blog .sub-blog .main-img img {
        width: 80%;
        height: 130px !important;
    }
    #footer {
        padding: 0 0;
    }
    #footer>div.row {
        width: 90%;
        margin: auto;
    }
}

@media only screen and (max-width: 1237px) {
    body {
        font-family: 'Mulish', sans-serif;
        background-image: url("../assets/images/graphics/home-shape3.png");
        background-position: top right;
        background-repeat: no-repeat;
    }
    .abtn {
        background: #fff;
        color: #5d86f1 !important;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
        padding: 13px 20px;
        border-radius: 10px;
    }
    .abtn:hover {
        background: #fff;
        color: #5d86f1 !important;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    }
    .wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
        background: rgba( 174, 194, 255, 0.25);
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.17);
        backdrop-filter: blur( 7.5px);
        -webkit-backdrop-filter: blur( 7.5px);
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18);
        transition: all 0.6s ease-in-out;
        z-index: 9999;
    }
    #active:checked~.wrapper {
        right: 0;
    }
    .menu-btn {
        position: fixed;
        z-index: 99999;
        right: 20px;
        top: 20px;
        height: 50px;
        width: 60px;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        cursor: pointer;
        border-radius: 5px;
        background: linear-gradient(90deg, #7b59f3, #6442ad);
        transition: all 0.3s ease-in-out;
    }
    .menu-btn span,
    .menu-btn:before,
    .menu-btn:after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 30%;
        width: 40%;
        border-bottom: 2px solid #fff;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menu-btn:before {
        transform: translateY(-8px);
    }
    .menu-btn:after {
        transform: translateY(8px);
    }
    .close {
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: background .6s;
    }
    #active:checked+.menu-btn span {
        transform: scaleX(0);
    }
    #active:checked+.menu-btn:before {
        transform: rotate(45deg);
        border-color: #fff;
    }
    #active:checked+.menu-btn:after {
        transform: rotate(-45deg);
        border-color: #fff;
    }
    nav .nav-links .wrapper ul {
        height: 90px;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }
    nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }
    .wrapper ul {
        position: absolute;
        top: 20%;
        left: 65%;
        height: 90%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
    }
    .wrapper ul li {
        margin: 15px 10px;
    }
    .wrapper ul li {
        opacity: 0;
        transition: all 0.3s ease;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    input[type="checkbox"] {
        display: none;
    }
    #active:checked~.wrapper ul li {
        opacity: 1;
    }
    .wrapper ul li {
        transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateX(100px);
    }
    #active:checked~.wrapper ul li {
        transform: none;
        transition-timing-function: ease, cubic-bezier(.1, 1.3, .3, 1);
        transition-delay: .6s;
        transform: translateX(-100px);
    }
    #engine.scrolled {
        background: #fff;
        box-shadow: 0px 7px 14px 0px rgb(0 0 0 / 11%);
    }
    nav #engine .requirements:nth-child(n)>.box>select.scrolled {
        background: #fff;
        /* color: #a5a4af; */
    }
    nav #engine .search input.scrolled {
        background: #fff;
    }
    nav #engine .search input.scrolled::placeholder {
        background: #fff;
    }
    #loginBtn i {
        background: rgb(123, 127, 241);
        color: #fff;
    }
}

@media only screen and (max-width: 769px) {
    body {
        background-size: 100%;
    }
    nav {
        margin: 0 1vw;
    }
    nav .navigation {
        padding: 1vw 2vw !important;
    }
    #navigation.scrolled {
        padding: 1vw 5.5vw;
    }
    nav .navigation .logo.scrolled {
        width: 30%;
    }
    nav .navigation .logo.scrolled img {
        width: 100%;
    }
    nav .navigation .logo {
        width: 40%;
        margin-right: 0;
    }
    nav #engine .search input.scrolled {
        background: #fff;
    }
    .menu-btn {
        right: 20px;
        top: 15px;
        height: 50px;
        width: 60px;
    }
    #hero {
        margin-top: 3rem;
        flex-direction: column-reverse;
        justify-content: center;
        padding: 10vw 3vw 0 3vw;
    }
    #hero .text {
        text-align: center;
        width: 100%;
    }
    #hero .text p {
        width: 90%;
        text-align: center;
        margin: auto;
        margin: 20px auto 40px auto;
    }
    #hero .hero-profile {
        width: 100%;
        margin: 20px auto 50px auto;
    }
    #hero .hero-profile .profile-box::before {
        width: 60%;
        height: 80%;
        top: -31px;
        left: 72px;
    }
    #hero .hero-profile .profile-box::after {
        width: 50%;
        height: 60%;
        bottom: -20px;
        left: 280px;
    }
    #hero .hero-profile .profile-box {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    #hero .hero-profile .profile-line {
        width: 500px;
        height: 2.5px;
        margin-top: 10px;
        margin-left: 110px;
    }
    #hero .hero-profile .profile-line::after {
        width: 45px;
        height: 7px;
        top: -2px;
        left: 230px;
    }
    #partner {
        padding: 0 3vw;
        margin-top: 8vw !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #partner .graphics1 {
        left: -20px;
        top: -40px;
        width: 250px;
        height: 300px;
    }
    #partner .partner-row {
        flex-wrap: wrap;
    }
    #partner .partner-row h6 {
        width: 100%;
        margin-right: 0;
    }
    #partner .partner-row .part-img {
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        /* margin: 0 30px; */
    }
    #partner .partner-row .part-img img {
        width: 18%;
        margin: 0 0 0 0;
    }
    #coverage {
        width: 100%;
        height: 700px;
        padding: 0 3vw;
        position: relative;
    }
    #coverage .text {
        width: 90%;
    }
    #coverage .cover-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #coverage .cover-container .back {
        height: 310px;
    }
    #coverage .cover-container .coverage-box {
        width: 85%;
        height: 300px;
        padding: 50px 50px 50px 50px;
    }
    #coverage .cover-container .coverage-box::after {
        display: none;
    }
    #coverage .cover-container .tags {
        width: 100%;
        margin-top: 70px;
    }
    #timeline::before {
        width: 0;
        height: 5px;
        top: 30px;
        left: 120px;
    }
    #timeline-wrap {
        justify-content: space-between;
    }
    .marker-box2 {
        width: 200px;
    }
    #line-draw2::before {
        left: 120px;
    }
    .marker-box3 {
        width: 200px;
    }
    #line-draw3::before {
        left: 120px;
    }
    .marker-box4 {
        width: 200px;
    }
    #timeline-wrap .marker {
        margin: 0 20px;
    }
    #remote {
        width: 100%;
        padding: 3vw;
        overflow: hidden;
    }
    #remote .text {
        width: 90%;
    }
    #remote .remote-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    #remote .remote-container .remote-text {
        width: 100%;
        padding: 60px 25px 30px 25px;
        position: relative;
        margin-right: auto;
        margin-left: 0;
    }
    #remote .remote-container .video {
        position: relative;
        top: 30px;
        left: 20px;
        width: 94%;
    }
    /* #remote .remote-container .video video {
        width: 100%;
        height: 100;
        border-radius: 25px;
        background: none;
        display: block;
    } */
    #experts .text {
        width: 90%;
        margin: auto;
        text-align: center;
    }
    #experts #bg-experts2 {
        position: absolute;
        top: 48%;
        right: 60px;
        width: 56%;
        background-size: cover;
        box-sizing: border-box;
        object-fit: cover;
        z-index: -99;
    }
    #experts .experts-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #experts .expert-select {
        width: 100%;
    }
    #experts .similar {
        top: 0;
    }
    #experts .experts-profile {
        margin-top: 60px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #talent {
        padding: 0 3vw;
    }
    #talent .text {
        width: 90%;
    }
    #talent .developers {
        width: 100%;
        margin: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    #talent .developers .develop {
        width: 300px;
    }
    #faqs .text {
        width: 90%;
        padding: 1vw;
    }
    #faqs .faq-box {
        width: 90%;
        height: 500px;
        padding: 5% 3% 5% 5%;
        position: relative;
        overflow: hidden;
        z-index: 99;
        background: #fff;
    }
    .accordion-collapse>div>p {
        margin-left: 6%;
    }
    #categories {
        padding: 0 3vw;
        text-align: center;
    }
    #categories .cat-des {
        width: 75%;
        margin: auto;
        margin-bottom: 25px;
    }
    #categories>div>div.subcat>div>div:nth-child(n) {
        display: flex;
        align-items: flex-start;
        text-align: start;
    }
    #cta {
        padding: 0 3vw;
        text-align: center;
    }
    #cta {
        padding: 25px 0;
    }
    #cta>div.row {
        justify-content: center !important;
        text-align: center;
        margin: 0;
    }
    #cta>div.anime-shape>svg {
        display: none;
    }
    #cta>div.row>div.cta-btn {
        justify-content: space-around !important;
        margin-bottom: 5px;
        width: 50%;
    }
    #cta>div.row>div.cta-btn #pros {
        padding: 0 3vw;
    }
    #blog {
        padding: 0 3vw;
    }
    #blog>div.blog-box {
        flex-direction: column;
    }
    #blog>div.blog-box>div.main-blog {
        width: 95%;
        margin-bottom: 34px;
    }
    #blog>div.blog-box>div.side-blog {
        width: 90%;
    }
    #footer {
        padding: 0 3vw;
    }
    #footer>div.row>div.payment {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: start;
    }
    #footer>div.row>div.payment>div {
        display: flex;
        flex-direction: column;
    }
    #footer>div.row>div.payment>p {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    #footer .payment img:nth-child(1) {
        width: 70%;
        margin-bottom: 25px;
    }
    #footer .payment img:nth-child(2) {
        width: 80%;
        margin-bottom: 25px;
    }
    #footer .social {
        margin-top: 20px;
    }
    #footer .social .sub {
        margin-top: 15px;
    }
    #footer>div.copyright>div>img {
        width: 15% !important;
    }
}

@media only screen and (max-width: 523px) {
    body {
        background-size: 500%;
    }
    /* Gloabal */
    .main-btn {
        font-size: 1rem;
        font-weight: 500;
        border-radius: 14px;
        padding: 17px 30px;
        box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    }
    .secondary-btn {
        font-size: 1.1rem;
        font-weight: 500;
        border-radius: 14px;
        padding: 12px 31px;
        box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    }
    .plain-btn {
        text-transform: uppercase;
        color: #5d86f1 !important;
        background: #fff;
        font-weight: 900;
        font-size: 10px;
        border-radius: 10px;
        padding: 13px 20px;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    }
    .abtn {
        color: #5d86f1 !important;
        background: #fff;
        font-weight: 900;
        font-size: 10px;
        border-radius: 10px;
        padding: 13px 20px;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    }
    h1 {
        font-size: 1.7rem;
    }
    h3 {
        font-weight: 600;
        font-size: 24px;
    }
    h3.light {
        font-weight: 500;
        font-size: 24px;
    }
    h6 {
        font-size: 18px;
    }
    nav {
        width: 100% !important;
        padding: 9vw 0vw;
        margin: 0 0;
        overflow: hidden !important;
        position: relative;
        background: #fff;
    }
    nav .bg-main {
        display: none;
    }
    nav .navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-right: 0 !important;
        padding-left: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 11px !important;
        background: #fff;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
    }
    nav .navigation .logo {
        width: 45% !important;
        margin-right: 0;
        margin-top: 5px;
    }
    nav .navigation .logo img {
        width: 100% !important;
    }
    .menu-btn {
        right: 20px;
        top: 15px;
        height: 50px;
        width: 60px;
    }
    .wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        height: 90%;
        width: 90%;
    }
    .wrapper ul {
        position: absolute;
        top: 45%;
        right: -75%;
        height: 90%;
    }
    nav .nav-links .wrapper ul {
        flex-wrap: wrap;
    }
    .wrapper ul li {
        margin: 15px 0;
    }
    .wrapper ul li {
        opacity: 0;
    }
    nav .navigation .nav-links {
        width: 0;
    }
    nav .navigation .nav-links .wrapper ul {
        height: 280px;
        display: flex;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }
    nav .navigation .nav-links .wrapper ul li {
        list-style: none;
        margin-left: 0;
    }
    nav .navigation .nav-links .wrapper ul li .abtn {
        margin-left: 10px;
    }
    nav #engine {
        width: 280px;
        height: 190px;
        padding: 20px 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #engine.scrolled {
        width: 280px;
        height: 190px;
    }
    nav #engine .requirements {
        position: relative;
        margin-bottom: 15px;
    }
    nav #engine .requirements .head {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    nav #engine .requirements .head::before {
        top: 45px;
        right: -70px;
        width: 200px;
        height: .5px;
    }
    nav #engine .requirements .head h5 {
        font-size: 12px;
        font-weight: 700;
        padding-right: 20px;
    }
    #engine>div.search>h5 {
        text-align: start;
    }
    nav #engine .requirements .head i {
        font-size: 14px;
        font-weight: 700;
        color: #7b7b7b;
    }
    nav #engine .requirements:nth-child(n)>.box>select {
        font-size: 15px;
        font-weight: bold;
        background: #fff;
    }
    nav #engine .search h5 {
        font-size: 12px;
        font-weight: 700;
    }
    nav #engine .search input {
        font-size: 15px;
        font-weight: bold;
        width: 100%;
    }
    nav #engine .search input::placeholder {
        font-size: 15px;
        font-weight: bold;
    }
    nav #engine .search-icon i {
        color: #5166ff;
        font-size: 20px;
        font-weight: bolder;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    .plain-btn.scrolled {
        color: #5d86f1 !important;
        background: #fff;
    }
    nav #engine .search input.scrolled::placeholder {
        background: #fff;
    }
    #loginBtn {
        display: block;
        width: 100%;
        margin-left: 5px;
    }
    #hero {
        margin-top: 0;
        width: 100%;
        height: 100%;
        padding: 0 0;
        overflow: hidden !important;
        padding-bottom: 2rem;
    }
    #hero .text {
        /* margin-top: 140px; */
        width: 90%;
    }
    #hero .text p {
        width: 100%;
    }
    #hero .hero-profile .profile-box {
        width: 100%;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    #hero .hero-profile .profile-box::before {
        width: 60%;
        height: 40%;
        top: -31px;
        left: 52px;
    }
    #hero .hero-profile .profile-box::after {
        width: 60%;
        height: 40%;
        bottom: -20px;
        left: 110px;
    }
    #hero>div.hero-profile>div.profile-box>div.profile {
        margin-bottom: 20px;
    }
    #hero .hero-profile .profile-line {
        width: 250px;
        height: 2.5px;
        margin-top: 10px;
        margin-left: 80px;
    }
    #hero .hero-profile .profile-line::after {
        width: 45px;
        height: 7px;
        top: -2px;
        left: 100px;
    }
    #partner {
        width: 100%;
        padding: 0 0;
        margin-top: 8vw !important;
        overflow: hidden !important;
    }
    #partner .graphics1 {
        left: -40px;
        top: -10px;
    }
    #partner .partner-row {
        width: 90%;
        margin: auto;
    }
    #partner .partner-row h6 {
        width: 100%;
        margin-right: 0px !important;
        text-align: center;
    }
    #partner .partner-row .part-img {
        width: 100%;
        justify-content: space-around;
        flex-wrap: wrap !important;
    }
    #partner .partner-row .part-img img {
        width: 27%;
    }
    #coverage {
        height: 740px;
    }
    #coverage .cover-container {
        width: 100%;
    }
    #coverage .cover-container .coverage-box {
        width: 100%;
        height: 270px;
        padding: 30px;
    }
    #coverage .cover-container .back {
        display: none;
    }
    #coverage .cover-container .coverage-box .languages {
        bottom: -30px;
        right: 20px;
    }
    #coverage .cover-container .coverage-box .blocks .block {
        margin: -4px 3px;
        border-radius: 10px;
    }
    #coverage .cover-container .coverage-box .blocks .block img {
        width: 65px;
        margin: 4px 20px;
        border-radius: 10px;
    }
    #coverage .cover-container .coverage-box::after {
        display: none;
    }
    #coverage .cover-container .tags {
        padding-left: 20px;
    }
    #remote .remote-container .video {
        position: relative;
        top: 30px;
        left: 20px;
        width: 90%;
    }
    #process {
        width: 100%;
        overflow: hidden !important;
    }
    #process #bg-process {
        bottom: 0;
        left: 0;
    }
    #process #timeline-wrap {
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 0;
        padding-bottom: 30px;
        padding-top: 0;
    }
    /* #timeline-wrap .marker {
        margin: 0 0 0 0;
    }
    #timeline-wrap>div {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-start;
        align-items: center;
        margin: 15px 0;
    }
    .marker p {
        margin: 0 0 0 20px !important;
        text-align: start;
    }
    #line-draw1::before {
       
        display: none;
    }
    #line-draw2::before {
        left: 30px;
        width: 2px;
    }
    #line-draw3::before {
        left: 30px;
        width: 2px;
    }
    .marker-box1 {
        width: 100%;
        opacity: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 30px;
    }
    .marker-box2 {
        width: 100%;
        opacity: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 30px;
    }
    .marker-box3 {
        width: 100%;
        opacity: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 30px;
    }
    .marker-box4 {
        width: 100%;
        opacity: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 30px;
    }
    #timeline-wrap .marker .process-text {
        padding-top: 10px;
    } */
    /* New work section for mobile */
    #newtimeline-wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: start;
        padding: 20px 0 30px 0;
    }
    #newtimeline-wrap {
        display: initial;
    }
    #newtimeline-wrap .newmarker {
        position: relative;
    }
    #newtimeline-wrap .newmarker-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 30px;
    }
    #newtimeline-wrap .newmarker-box p {
        font-weight: 800;
        color: #313131;
        margin: 0 0 0 20px !important;
        text-align: start;
        font-size: 16px;
    }
    #newtimeline-wrap .newmarker-box .process-text {
        font-weight: 400;
        padding-top: 10px;
    }
    #newtimeline-wrap .newmarker-box img {
        width: 65px;
    }
    #newtimeline-wrap .newmarker-box1 {
        visibility: hidden;
        opacity: 0;
        transition-delay: 0.4s;
    }
    #newtimeline-wrap .newmarker-box1.active {
        visibility: visible;
        opacity: 1;
    }
    #newtimeline-wrap .newmarker-box2 {
        visibility: hidden;
        transition-delay: 2s;
        opacity: 0;
    }
    #newtimeline-wrap .newmarker-box2.active {
        visibility: visible;
        opacity: 1;
    }
    #newtimeline-wrap .newmarker-box3 {
        visibility: hidden;
        transition-delay: 3.4s;
        opacity: 0;
    }
    #newtimeline-wrap .newmarker-box3.active {
        visibility: visible;
        opacity: 1;
    }
    #newline-draw1 {
        position: absolute;
        background-color: #aabbc4;
        background: #aabbc4;
        width: 2px;
        height: 0%;
        top: 30px;
        left: 30px;
        margin: auto;
        opacity: 1;
        z-index: -5;
        transition: height 1s ease;
        transition-delay: .8s;
        /* animation: linedraw 1.5s ease-in 0s 1 normal forwards; */
    }
    #newline-draw1.active {
        height: 100%;
    }
    #newline-draw2 {
        position: absolute;
        background-color: #aabbc4;
        background: #aabbc4;
        width: 2px;
        height: 0%;
        top: 30px;
        left: 30px;
        margin: auto;
        opacity: 1;
        z-index: -5;
        transition: height 1s ease;
        /* animation: linedraw 1.5s ease-in 0s 1 normal forwards; */
        transition-delay: 2.5s;
    }
    #newline-draw2.active {
        height: 100%;
    }
    #faqs {
        width: 100%;
        overflow: hidden !important;
        padding-bottom: 5rem !important;
        margin-bottom: 0 !important;
    }
    #faqs #bg-faqs {
        top: 0;
        right: 0;
        height: 200%;
    }
    #faqs .faq-box {
        width: 95%;
        height: 100%;
        padding: 5% 3% 5% 3%;
        position: relative;
        overflow: hidden;
        z-index: 99;
        background: #fff;
    }
    .accordion-item .accordion-button {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .accordion-collapse>div>p {
        margin-left: 0%;
    }
    #categories {
        padding: 0 0 48px 0 !important;
        text-align: center;
        width: 100%;
        margin: 0 0 !important;
        overflow: hidden !important;
    }
    #categories h1 {
        width: 90%;
        margin: auto;
    }
    #categories .cat-des {
        width: 90%;
        margin: auto;
        margin-bottom: 25px;
    }
    #categories>div.row>div.subcat>.row {
        width: 95%;
        margin: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: center;
    }
    #categories>div>div.subcat>div>div:nth-child(n) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #categories>div>div.subcat>div>div:nth-child(n)>a {
        font-size: 14px;
    }
    #cta {
        width: 100%;
        height: 300px;
        padding: 30px 0;
        text-align: center;
        overflow: hidden !important;
    }
    #cta>div.row>div.cta-btn {
        margin-bottom: 0;
        width: 100%;
    }
    #cta>div.row>div.cta-btn #pros {
        padding: 0 3vw;
    }
    #experts {
        width: 100%;
        padding: 0 0 !important;
        position: relative;
        margin-bottom: 0 !important;
    }
    #experts #bg-experts2 {
        position: absolute;
        top: 48%;
        right: 0;
        width: 100%;
        background-size: cover;
        box-sizing: border-box;
        object-fit: cover;
        z-index: -99;
    }
    #experts #bg-experts2 img {
        width: 100%;
        height: 900px;
    }
    #experts .expert-select {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }
    #experts .expert-select::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    #experts .similar {
        color: #2c2c2c;
        transition: 0.3s ease;
        border: 1px solid #745be7;
        border-radius: 19px;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background: none;
        display: inline-block;
        white-space: nowrap;
        background: transparent;
        box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.09);
        margin: 0 5px;
    }
    #experts .similar.active {
        border-radius: 19px;
        color: #fff !important;
        background: #745be7;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
        margin-top: 0;
    }
    #experts .similar .head img {
        display: none;
    }
    /* #experts .similar.active .head img {
        filter: invert(100%);
        -webkit-filter: invert(100%);
    } */
    #experts .similar .head h6 {
        padding: 6px 19px !important;
        font-size: 14px;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    #experts .similar.active .head h6 {
        color: #fff;
    }
    #experts .similar .tags {
        display: none;
    }
    #experts .experts-profile {
        margin-top: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
        padding: 30px 0;
    }
    #experts .experts-profile::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    #experts>div.experts-container.mt-5>div.experts-profile>div:nth-child(n)>div:nth-child(n) {
        position: relative;
        width: 170px;
        height: 100%;
        margin: 0 10px;
    }
    #experts>div.experts-container.mt-5>div.experts-profile>div:nth-child(n) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #experts .experts-profile .profile .pro-details .pro-starts {
        display: none;
    }
    #experts .experts-profile .profile .pro-details .tags {
        display: none;
    }
    #talent {
        margin-bottom: 0 !important;
    }
    #talent ul li {
        list-style: none;
        margin: 0 10px;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    #talent ul li img {
        width: 45px;
        height: 45px;
        margin-bottom: 20px;
    }
    #talent ul li a p {
        font-weight: 700;
        font-size: 0.8rem;
    }
    #talent .developers {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }
    #talent .developers::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    #talent .developers .develop {
        width: 100%;
        height: 100%;
        margin: 0 10px 40px 10px;
    }
    #talent>div.talent-container>div>div:nth-child(1)>p:nth-child(4),
    #talent>div.talent-container>div>div:nth-child(2)>p:nth-child(4),
    #talent>div.talent-container>div>div:nth-child(3)>p:nth-child(4) {
        width: 300px;
    }
    #blog {
        width: 100%;
        padding: 0 0 5rem 0 !important;
        overflow: hidden !important;
        margin-bottom: 0 !important;
    }
    #blog p {
        width: 90%;
        margin: auto;
    }
    #blog .main-blog .main-img img {
        height: 250px;
        object-fit: cover;
    }
    #blog .main-blog .main-img::before {
        top: 200px;
        left: 20px;
        box-shadow: 5px 6px 10px 0px rgb(0 0 0 / 10%);
    }
    #blog .main-blog .main-text {
        padding: 60px 15px 20px 15px;
    }
    #blog .side-blog .sub-blog {
        padding: 20px 15px 0 15px;
        box-shadow: 0 35px 30px rgb(0 0 0 / 14%);
        border-bottom-left-radius: 25px;
        position: relative;
        background: #fff;
    }
    #blog .side-blog .sub-blog .main-img img {
        width: 100%;
        height: 150px !important;
        object-fit: cover;
        margin-bottom: 15px;
    }
    #blog>div.blog-box.mt-4>div.main-blog.aos-init.aos-animate>div.main-text>p {
        margin: 0;
        width: 100%;
        font-size: 16px;
    }
    #blog>div.blog-box.mt-4>div.side-blog>div:nth-child(n)>div.main-text.col-lg-8.col-md-9.col-12.p-0>p {
        margin-left: 0;
        width: 100%;
        font-size: 16px
    }
    #footer {
        width: 100%;
        overflow: hidden !important;
    }
    #footer .navigation {
        text-align: center;
    }
    #footer .navigation ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #footer .navigation ul li a {
        font-size: 14px;
    }
    #footer>div.row>div.payment {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-left: 0;
    }
    #footer .payment img:nth-child(1) {
        margin: 0 auto 25px auto;
    }
    #footer .payment img:nth-child(2) {
        margin: 0 auto 25px auto;
    }
    #footer>div.row.pt-5.pb-4>div.social.col-lg-4.col-md-6.col-12 {
        text-align: center;
        padding: 0;
    }
    #footer>div.row.pt-5.pb-4>div.social.col-lg-4.col-md-6.col-12>div.sub.d-flex.align-content-center.flex-wrap {
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #footer .social .profile a {
        color: #fff;
        font-size: 28px;
        margin: 0 13px;
    }
    #footer>div.copyright.row.d-flex.align-items-center.justify-content-between.pb-3>div.col-lg-3.col-md-4.col-12 {
        padding: 0;
        text-align: center;
    }
    #footer>div.copyright.row.d-flex.align-items-center.justify-content-between.pb-3>div.col-lg-3.col-md-5.col-12.d-flex.align-items-center {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 376px) {
    /* Gloabal */
    .wrapper ul {
        top: 45%;
        right: -80%;
        height: 90%;
        flex-wrap: wrap;
    }
    .menu-btn {
        right: 15px;
        top: 13px;
        height: 50px;
        width: 60px;
    }
    .wrapper {
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
    }
    nav .navigation .nav-links .wrapper ul {
        height: 280px;
        display: flex;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        flex-wrap: wrap !important;
    }
    nav #engine {
        width: 280px;
    }
    #engine.scrolled {
        width: 280px;
        height: 190px;
    }
    nav #engine .search-icon i {
        font-size: 20px;
        bottom: 20px;
        right: 20px;
    }
    /* #loginBtn {
        position: relative;
        top: 10px;
    } */
    ul.timeline>li a:hover {
        padding: 20px 30px 20px 43px;
        width: 100%;
        background: #fff;
        background-color: #fff;
        border-radius: 10px;
        color: rgb(36, 72, 252) !important;
        font-weight: 700;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    }
    ul.timeline>li a img {
        position: absolute;
        left: 0;
        bottom: 25%;
        width: 9%;
        visibility: hidden;
        transform: scale(0);
        transition: 0.7s ease;
        margin: 0 15px 0 15px;
    }
    #navigation>div.nav-links>div>ul>li:nth-child(4) {
        position: relative;
        top: 10px;
    }
    #hero .hero-profile .profile-box::before {
        top: -25px;
        left: 32px;
    }
    #hero .hero-profile .profile-line {
        width: 245px;
        margin-left: 65px;
    }
    #coverage {
        width: 100%;
        height: 100%;
        margin-top: 0 !important;
    }
    #coverage .cover-container .coverage-box {
        width: 100%;
        height: 300px;
        padding: 30px;
    }
    #coverage .cover-container .coverage-box .languages {
        width: 100%;
        right: 0;
    }
    #coverage .cover-container .coverage-box .blocks .block img {
        width: 65px;
        margin: 4px 15px;
        border-radius: 10px;
    }
    #coverage .cover-container .tags {
        padding-left: 25px;
    }
    #experts {
        padding: 0 1vw;
    }
    #experts>div.experts-container.mt-5>div.experts-profile>div:nth-child(n) {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }
    #experts>div.experts-container.mt-5>div.experts-profile>div:nth-child(n)>div:nth-child(n) {
        position: relative;
        width: 160px;
        height: 100%;
        margin: 0 10px;
    }
    #experts>div.experts-container.mt-5>div.experts-profile>div:nth-child(n)>div:nth-child(n)>.pro-details>.pro-img {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
    }
    #experts>div.experts-container.mt-5>div.experts-profile>div:nth-child(n)>div:nth-child(n)>.pro-details>.pro-img::before {
        width: 70px;
        height: 50px;
        left: -9px;
    }
    #experts>div.experts-container.mt-5>div.experts-profile>div:nth-child(n)>div:nth-child(n)>.pro-details>h4 {
        font-size: .9rem;
    }
    #remote .remote-container .video {
        position: relative;
        top: 20px;
        left: 17px;
        width: 90%;
    }
    #remote .remote-container .remote-text {
        padding: 60px 15px 30px 15px;
    }
    #remote .remote-container .remote-text .benefits {
        display: flex;
        margin: 15px 0;
        flex-wrap: wrap;
    }
    #remote .remote-container .remote-text .benefits p:nth-child(n) {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        border-bottom: 1px solid #c4cff0;
        border-right: 0;
    }
    #remote .remote-container .remote-text .benefits p:nth-child(3) {
        border-bottom: 0;
        border-right: 0;
    }
    #talent ul li a img {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
        transition: 0.4s ease;
    }
    #talent .developers .develop {
        width: 100%;
        height: 100%;
        margin: 0 7px 40px 7px;
    }
    #talent>div.talent-container>div>div:nth-child(1)>p:nth-child(4),
    #talent>div.talent-container>div>div:nth-child(2)>p:nth-child(4),
    #talent>div.talent-container>div>div:nth-child(3)>p:nth-child(4) {
        width: 270px;
    }
    #categories>div>div.subcat>div>div:nth-child(n)>a {
        font-size: 13px;
    }
}