@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-image: url("../assets/images/home/bg/home-bg1366.png");
    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;
}

nav #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;
    opacity: 0;
}

nav #engine.scrolled {
    transition: 0.3s ease;
    /* visibility: visible; */
    opacity: 1;
    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;
    opacity: 0;
}

nav #engine .requirements:nth-child(n)>.box>select.scrolled {
    background: #EBEFF1;
    opacity: 1;
    /* 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;
    opacity: 0;
}

nav #engine .search input.scrolled {
    background: #EBEFF1;
    opacity: 1;
}

nav #engine .search input::placeholder {
    font-size: 15px;
    font-weight: bold;
    color: #d7d7d7;
    transition: 0.3s ease;
    opacity: 0;
}

nav #engine .search input.scrolled::placeholder {
    background: #EBEFF1;
    opacity: 1;
}

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;
}


/* Login Popup */


/* Hero Sectoion */

#hero {
    width: 100%;
    padding: 13vw 5.5vw 0 5.5vw;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background: transparent;
}

#hero .text {
    width: 60%;
    margin-top: 9vw;
}

#hero .text h1 {
    margin-bottom: 0;
    padding-bottom: 6px;
}

#hero .text .hero-text {
    width: 70%;
}

#hero #engine {
    width: 100%;
    height: 70px;
    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: flex-start;
    align-items: center;
    position: relative;
}

#hero #engine .requirements {
    /* border-right: .5px solid #c9c5c5; */
    position: relative;
    margin-right: 70px;
}

#hero #engine .requirements .head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

#hero #engine .requirements .head::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -35px;
    width: .5px;
    height: 50px;
    background: #c9c5c5;
}

#hero #engine .requirements .head h5 {
    font-size: 12px;
    font-weight: 700;
    color: #7b7b7b;
    line-height: 0;
    padding-right: 20px;
}

#hero #engine .requirements .head i {
    font-size: 14px;
    font-weight: 700;
    color: #7b7b7b;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
}

#hero #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;
    background: #fff;
}

#hero #engine .requirements:nth-child(n)>.box>select option {
    font-size: 15px;
    font-weight: 400;
    color: #2e2e2e;
    background: #fff;
    cursor: pointer;
    padding: 20px !important;
}

#hero #engine .search h5 {
    font-size: 12px;
    font-weight: 700;
    color: #7b7b7b;
    line-height: 0;
}

#hero #engine .search input {
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    color: #2e2e2e;
    border: none;
    outline: none;
    box-shadow: none;
}

#hero #engine .search input::placeholder {
    font-size: 15px;
    font-weight: bold;
    color: #d7d7d7;
}

#hero #engine .search-icon i {
    position: absolute;
    top: 25px;
    right: 20px;
    color: #5166ff;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
}

#hero .img {
    width: 36%;
    margin-right: 90px;
}

#hero .img img {
    width: 100%;
}


/* Customers Section */

#partner {
    width: 100%;
    padding: 0 5.5vw;
    margin-top: 15px;
    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);
}


/* Service Section */

#service {
    text-align: center;
    width: 100%;
    padding: 0 8vw;
    position: relative;
}

#service #bg-service {
    position: absolute;
    top: 20%;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
    z-index: -99;
    opacity: 0.2;
}

#service #bg-service img {
    width: 100%;
    height: 90%;
}

#service h1 {
    padding-bottom: 0;
}

#service .text {
    width: 60%;
    margin: auto;
}

#service .service-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 4rem;
    margin-top: 2rem;
}

#service .service-container .service-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 25px;
    height: 400px;
    padding: 20px;
    transition: 0.3s ease;
    background: #fff;
    position: relative;
    cursor: pointer;
}

#service .service-container .service-box:hover {
    background: #495df3;
}

#service .service-container .service-box.sactive {
    background: #495df3;
}

#service .service-container .service-box:hover h3,
#service .service-container .service-box:hover p {
    color: #fff;
}

#service .service-container .service-box.sactive h3,
#service .service-container .service-box.sactive p {
    color: #fff;
}

#service .service-container .service-box h3 {
    font-weight: 500;
    font-size: 23px;
    padding: 15px 0 5px 0;
    transition: 0.3s ease;
}

#service .service-container .service-box p {
    font-size: 16px;
    font-weight: 300;
    transition: 0.3s ease;
}

#service .service-container .service-box .svg-cont {
    width: 120px;
    height: 120px;
    margin: auto;
    /* background: red; */
}

#service .service-container .service-box .svg-cont svg {
    width: auto;
    height: auto;
}

#service .service-container .service-box:nth-child(1) .svg-cont svg image {
    -webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
    filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
}

#service .service-container .service-box:nth-child(1) .svg-cont svg path:nth-child(2) {
    -webkit-filter: invert(30%) grayscale(100%) brightness(70%) contrast(4);
    filter: invert(13%) grayscale(100%) brightness(70%) contrast(4);
}

#service .service-container .service-box:hover .svg-cont svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1) !important;
}

#service .service-container .service-box.sactive .svg-cont svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1) !important;
}

#service .service-container .service-box .svg-cont path {
    transition: 0.3s ease;
}

#service .service-container .service-box:hover .svg-cont path {
    opacity: 0.2;
}

#service .service-container .service-box.sactive .svg-cont path {
    opacity: 0.2;
}


/* #service .service-container .service-box:hover .svg-cont svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} */

#service .service-container .service-box .service-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

#service .service-container .service-box .service-btn i {
    font-size: 18px;
    margin-right: 10px;
    color: #495df3;
    transition: 0.3s ease;
}

#service .service-container .service-box:hover .service-btn i {
    margin-right: 0;
    color: #fff;
}

#service .service-container .service-box:hover .service-btn img {
    opacity: 0;
}

#service .service-container .service-box.sactive .service-btn i {
    margin-right: 0;
    color: #fff;
}

#service .service-container .service-box.sactive .service-btn img {
    opacity: 0;
}


/* Experties Section */

#experties {
    text-align: center;
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
}

#experties .text {
    width: 50%;
    margin: auto;
}

#experties ul {
    margin-top: 30px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
}

#experties ul li {
    list-style: none;
    position: relative;
}

#experties ul li a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
}

#experties ul li a::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    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%);
    width: 0;
    height: 2.5px;
    -webkit-transition: width .5s, right .5s;
    -moz-transition: width .5s, right .5s;
    -o-transition: width .5s, right .5s;
    transition: width .5s, right .5s;
}


/* #experties ul li a:hover::after {
    width: 100%;
} */

#experties ul li a.active::after {
    width: 100%;
}

#experties-cards {
    position: relative;
    margin: 4vw;
    height: 450px;
}

.fadein {
    display: none;
}

.fadein.fadeout {
    display: block;
}

#experties-cards h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
}

#experties-cards .experties1 {
    width: 300px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
    border-radius: 34px;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0;
    transform: translateY(130px);
    /* Y was 50 */
}

#experties1-det {
    opacity: 0;
}

#experties-cards .experties1 .card-img {
    width: 55px;
}

#experties-cards .experties1 .top-skills {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#experties-cards .experties1 .top-skills .top-skills-box {
    margin: 0 0 20px 0;
}

#experties-cards .experties1 .top-skills .top-skills-box div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 0 0 0;
}

#experties-cards .experties1 .top-skills .top-skills-box div img {
    width: 25px;
}

#experties-cards .experties1 .top-skills .top-skills-box div p {
    font-size: 14px;
    margin: 0 0 0 8px;
}

#experties-cards .experties2 {
    width: 500px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
    border-radius: 34px;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 25%;
    background: #fff;
    z-index: 2;
    opacity: 0;
    transform: translateY(240px);
    /* Y was 170 */
}

#experties2-det {
    opacity: 0;
}

#experties-cards .experties2 .card-img {
    width: 55px;
}

#experties-cards .experties2 .top-skills {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#experties-cards .experties2 .top-skills .top-skills-box {
    margin: 0 0 20px 0;
}

#experties-cards .experties2 .top-skills .top-skills-box div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0 0 0;
}

#experties-cards .experties2 .top-skills .top-skills-box div img {
    width: 25px;
}

#experties-cards .experties2 .top-skills .top-skills-box div p {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 8px;
}

#experties-cards .experties3 {
    width: 0;
    height: 0;
    /* Was width 400px, height no value */
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
    border-radius: 34px;
    padding: 30px;
    position: absolute;
    top: 0;
    right: 15%;
    opacity: 0;
    /* Was top 0 right 0 */
    background: #fff;
    z-index: 3;
}

#experties3-det {
    opacity: 0;
}

#experties-cards .experties3 .card-img {
    width: 55px;
}

#experties-cards .experties3 .tech-skills {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 45px 0 30px 0;
}

#experties-cards .experties3 .tech-skills img {
    width: 45px;
}


/* Skill Section */

#skills {
    width: 100%;
    padding: 0 8.5vw;
    position: relative;
}

#skills #bg-skill {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
    z-index: -99;
    opacity: 0.5;
}

#skills #bg-skill img {
    width: 100%;
}

#skills .text {
    text-align: center;
    width: 50%;
    margin: auto;
}

#skills .skill-container {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#skills .tree {
    width: 35%;
}

#skills ul.timeline {
    list-style-type: none;
    position: relative;
    transition: 0.3s ease;
    z-index: 400;
    background: transparent;
}

#more {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-left: 22px;
}

#more i {
    font-size: 12px;
}

ul.timeline .line {
    background-color: #bec0cc;
    background: #bec0cc;
    position: absolute;
    top: 10px;
    left: 0;
    width: 1.5px;
    height: 290px;
    z-index: 400;
}

ul.timeline>li {
    margin: 25px 0 25px -10px;
    padding-bottom: 5px;
    transition: 0.5s ease;
    position: relative;
}

ul.timeline>li>.dot {
    position: absolute;
    top: 14px;
    left: -16px;
    background: #bec0cc;
    background-color: #bec0cc;
    width: 14px;
    height: 1.5px;
    z-index: 400;
    transition: 0.3s ease;
    opacity: 0;
}


/* 
ul.timeline>li:active>.dot,
ul.timeline>li:focus>.dot {
    opacity: 1;
} */

ul.timeline>li>.dot.active {
    opacity: 1;
}


/* ul.timeline>li:nth-child(2) .dot {
    opacity: 1;
} */

ul.timeline>li a {
    font-size: 18px;
    text-decoration: none;
    color: #8f8f8f;
    font-weight: 500;
    transition: .5s ease-in-out;
}


/* ul.timeline>li a:active,
ul.timeline>li a:focus {
    padding: 20px 50px 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.active {
    padding: 20px 50px 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:nth-child(2) a {
    padding: 20px 50px 20px 43px;
    width: 100%;
    background: #fff;
    background-color: #fff;
    color: rgb(36, 72, 252);
    border-radius: 10px;
    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: 25px;
    visibility: hidden;
    transform: scale(0);
    transition: 0.7s ease-in-out;
    margin: 0 15px 0 15px;
    pointer-events: none;
}


/* ul.timeline>li a:active img,
ul.timeline>li a:focus img {
    visibility: visible;
    transform: scale(1);
} */

ul.timeline>li a.active img {
    visibility: visible;
    transform: scale(1);
}


/* ul.timeline>li:nth-child(2) a img {
    visibility: visible;
    transform: scale(1);
} */


/* ul.timeline:hover>li:nth-child(2) a img {
    visibility: hidden;
    transform: scale(0);
} */

ul.timeline>li:nth-child(n)::before {
    content: ' ';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.74);
    background: #2D3BA9;
    top: 12px;
    left: -24px;
    width: 5px;
    height: 5px;
    z-index: 400;
}

ul.timeline>li:nth-child(n)::after {
    content: ' ';
    position: absolute;
    border: 1px solid #4954aa;
    border-radius: 50%;
    top: 10px;
    left: -26px;
    height: 9px;
    width: 9px;
}

#skills .skill-profiles {
    width: 55%;
}

#skills .profile-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#skills .skillprofile {
    width: 230px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    text-align: center;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    cursor: pointer;
}

#skills .skillprofile:hover {
    opacity: 0.7;
}

#skills .skillprofile img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#skills .skillprofile h6 {
    font-size: 15px;
    font-weight: 800;
    margin: 10px 0 0 0;
}

#skills .skillprofile p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

#skills .skillprofile i {
    font-size: 12px;
    margin: 3px;
    color: rgb(149, 149, 233);
}

#skills .skillprofile .blocks a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 15px;
    color: #6b85ee;
    border-radius: 7px;
}

#skills .skillprofile .blocks {
    padding: 10px 0 20px 0;
}

#skills .skillprofile .blocks a:nth-child(1) {
    background-color: #cefff9;
}

#skills .skillprofile .blocks a:nth-child(2) {
    background-color: #f2f2f2;
}

#skills .procol-2 .skillprofile {
    width: 170px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    text-align: center;
    border-radius: 10px;
    background: #fff;
}

#skills .procol-2 .skillprofile img {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#skills .procol-2 .skillprofile h6 {
    margin: 0 0 0 0;
}

#skills .procol-2 .skillprofile .pro-starts {
    padding-bottom: 15px;
}


/* Work Section */

#work {
    position: relative;
    width: 100%;
    height: 650px;
    padding: 0 5.5vw;
}

#work #bg-work {
    position: absolute;
    top: 30%;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
    z-index: -99;
}

#work #bg-work img {
    width: 100%;
}

#work .text {
    width: 50%;
    margin: auto;
    text-align: center;
}

#work ul {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#work ul li {
    list-style: none;
    padding: 13px 35px;
    border-radius: 29px;
}

#work ul li.active {
    box-shadow: 0 7px 19px rgba(0, 0, 0, 0.07);
    background: #fff;
    transition: 0.3s ease;
}

#work ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
}

#work ul li a .icon-box {
    margin-right: 8px;
}

#work ul li.active a .icon-box {
    background: #3f65f0;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 27px;
    transition: 0.3s ease;
}

#work ul li a .icon-box i {
    font-size: 1rem;
    font-weight: 800;
    /* padding: 7px;
    line-height: 1rem; */
}

#work ul li.active a .icon-box i {
    color: #fff;
    transition: 0.3s ease;
}

#work ul li:nth-child(2) a .icon-box i,
#work ul li:nth-child(3) a .icon-box i,
#work ul li:nth-child(4) a .icon-box i {
    font-weight: 400;
}

#work ul li a p {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 800;
    color: #2c2c2c;
    text-align: center;
}

#work ul li.active a p {
    color: #3f65f0;
}

#work .slider {
    margin-top: 40px;
}

#work .img-slider {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 10px;
}

#work .img-slider .slide {
    /* clip-path: circle(0% at 0 50%); */
    position: relative;
    opacity: 1;
}


/* #work .img-slider .slide.active {
  clip-path: circle(150% at 0 50%);
    transition: 2s;
    opacity: 1;
    transition-property: clip-path; 
}*/

#work .img-slider .slide img {
    /* clip-path: circle(0% at 0 50%); */
    width: 500px;
    position: absolute;
    top: 0;
    left: 100px;
    opacity: 0;
    transition: 2s;
}

#work .img-slider .slide.active img {
    /* clip-path: circle(150% at 0 50%); 
    transition: 1s clip-path, 1s opacity;*/
    transition: 1s opacity;
    transition-property: opacity;
    opacity: 1;
}

#work .img-slider .slide .work1 {
    box-shadow: 10px 17px 59px rgba(0, 0, 0, 0.16);
    border-radius: 19px;
}

#work .img-slider .slide .work11 {
    position: absolute;
    top: 80px;
    left: -50px;
}

#work .img-slider .slide .info {
    position: absolute;
    top: 70px;
    right: 80px;
    width: 620px;
    padding: 40px;
    border-top-left-radius: 29px;
    border-bottom-right-radius: 29px;
    box-shadow: 17px 17px 79px rgba(0, 0, 0, 0.1);
    z-index: 99;
    background: #fff;
    opacity: 0;
    /* clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 15%, 100% 15%, 100% 100%, 65% 100%, 100% 100%, 100% 0%);*/
    transition: 2s;
    height: 100px;
}

#work .img-slider .slide.active .info {
    opacity: 1;
    transition: 1s opacity, 2s height;
    height: 240px;
    transition-delay: 2s;
    transition-property: height, opacity;
    /* transition-property: clip-path;
     clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 100%, 100% 100%, 100% 100%, 65% 100%, 100% 100%, 100% 0%); */
}

#work .img-slider .slide .info h1 {
    font-size: 1.8rem;
}

#work .img-slider .slide .info p {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 500;
    opacity: 0;
    transition: 2s;
    transition-delay: 1s;
}

#work .img-slider .slide.active .info p {
    opacity: 1;
    transition: 2s;
    transition-delay: 2s;
    transition-property: opacity;
}

#work .img-slider .slide2 {
    position: relative;
}

#work .img-slider .slide2 img {
    width: 550px;
    position: absolute;
    top: 0;
    left: 600px;
}

#work .img-slider .slide2 .work1 {
    box-shadow: none;
    border-radius: 19px;
}

#work .img-slider .slide2 .info {
    position: absolute;
    top: 70px;
    left: 50px;
    width: 620px;
    padding: 40px;
    border-top-left-radius: 29px;
    border-bottom-right-radius: 29px;
    box-shadow: 17px 17px 79px rgba(0, 0, 0, 0.09);
    z-index: 99;
    background: #fff;
}

#work>div>div>div.slide.slide3>img {
    width: 450px;
    position: absolute;
    top: 0;
    left: 110px;
    border-radius: 10px !important;
}

#work>div>div>div.slide.slide3>img {
    box-shadow: 10px 17px 59px rgba(0, 0, 0, 0.16);
    border-radius: 29px;
}

#work>div>div>div.slide.slide3>div>img {
    position: absolute;
    width: 20%;
    top: 20px;
    left: 140px;
    border-radius: 19px;
    box-shadow: -7px 12px 59px rgba(0, 0, 0, 0.19);
}

#work .img-slider .slide3 .info {
    position: absolute;
    top: 40px;
    right: 90px;
    width: 620px;
    padding: 40px;
    border-top-left-radius: 29px;
    border-bottom-right-radius: 29px;
    box-shadow: 11px 17px 79px rgba(0, 0, 0, 0.09);
    z-index: 99;
    background: #fff;
}

#work .img-slider .slide4 {
    position: relative;
}

#work .img-slider .slide4 img {
    width: 500px;
    position: absolute;
    top: 0;
    left: 600px;
}

#work .img-slider .slide .work4 {
    box-shadow: 10px 17px 59px rgba(0, 0, 0, 0.16);
    border-radius: 19px;
}

#work .img-slider .slide .work44 {
    width: 450px;
    position: absolute;
    top: 70px;
    left: 100px;
    border-bottom-right-radius: 19px;
}

#work .img-slider .slide .work44 img {
    box-shadow: 10px 17px 59px rgba(0, 0, 0, 0.16);
    width: 100%;
    border-bottom-right-radius: 19px;
    border-top-left-radius: 19px;
}

#work .img-slider .slide4 .info {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 620px;
    padding: 40px;
    border-top-left-radius: 29px;
    border-bottom-right-radius: 29px;
    box-shadow: 17px 17px 79px rgba(0, 0, 0, 0.09);
    z-index: 99;
    background: #fff;
}


/* Process Section */

#process {
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
}

#process #bg-process {
    position: absolute;
    top: -20%;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
    z-index: -99;
}

#process #bg-process img {
    width: 100%;
}

#process .process-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 2rem;
    margin-top: 4rem;
}

#process .process-container .process-box img {
    width: 65px;
}

#process .process-container .process-box h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 20px;
    margin: 25px 0 20px 0;
}

#process .process-container .process-box p {
    font-size: 15px;
    font-weight: 600;
}


/* Slider Section */

#slider {
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
}

#slider #bg-slider {
    position: absolute;
    top: 15%;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -99;
}

#slider #bg-slider img {
    width: 100%;
}

#slider .text {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

#slider .slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#slider .profile-slider {
    width: 50%;
}

#slider .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

#slider .swiper-slide {
    text-align: start;
    font-size: 18px;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    cursor: grab;
}

#slider .swiper-slide .swiper-img {
    width: 100%;
    position: relative;
}

#slider .swiper-slide .swiper-img img {
    width: 350px;
    height: 350px;
    border-radius: 55%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    border: 4px solid #f2f0f5;
    box-shadow: 3px 30px 45px rgba(76, 76, 78, 0.5);
    margin: 50px;
    z-index: 9;
}

#slider .swiper-slide .swiper-img .profile-logo {
    position: absolute;
    top: 300px;
    left: 300px;
    width: 150px;
    height: 50px;
    box-shadow: 3px 30px 45px rgba(76, 76, 78, 0.3);
    border-radius: 30px;
    z-index: 999;
    background: #fff;
}

#slider .swiper-slide .swiper-img .profile-logo img {
    width: 90%;
    height: auto;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    margin: 0;
    box-shadow: none;
    border-radius: 30px;
    outline: none;
    border: none;
    background: #fff;
    padding: 3px 0 0 15px;
}

#slider .swiper-pagination {
    transform: translateY(-30px);
}


/* #slider .swiper-slide .swiper-img .profile-logo::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    background-image: url("../assets/images/home/icons/clogo1.png");
    box-shadow: 3px 30px 45px rgba(76, 76, 78, 0.3);
    border-radius: 30px;
    z-index: 9;
} */

#slider .swiper-slide p {
    font-size: 18px;
    color: #b3acac;
}

#slider .swiper-slide p i {
    font-size: 38px;
    color: #e2e1e8;
    margin-right: 10px;
}

#slider .swiper-slide h6 {
    color: #3246e4;
    margin-bottom: 0;
}

#slider .swiper-slide p.small {
    font-size: 13px;
}

#slider .text-slider {
    width: 50%;
}

#slider .text-slider .swiper-container {
    width: 100%;
    height: 700px;
    padding: 30px;
    overflow-y: hidden;
}

#slider .text-slider .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: start;
    font-size: 18px;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-radius: 25px;
}

#swiper-wrapper-961765eb0cddc4af>div.swiper-slide.swiper-slide-active,
#swiper-wrapper-961765eb0cddc4af>div.swiper-slide.swiper-slide-next {
    height: 310px !important;
}

#slider .text-slider .swiper-slide .text-slide {
    background: #fff;
    box-shadow: 3px 10px 25px rgba(76, 76, 78, 0.06);
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 30px 40px 30px;
    border-radius: 25px;
    position: relative;
}

#slider .text-slider .swiper-slide .text-slide::before {
    content: "";
    position: absolute;
    top: 43px;
    left: -13px;
    width: 30px;
    height: 35px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../assets/images/home/icons/blue-cote.png");
    z-index: 9;
}

#slider .text-slider {
    width: 100%;
    position: relative;
}

#slider .text-slider .swiper-img .profile-logo {
    position: absolute;
    top: 180px;
    left: 380px;
    width: 150px;
    height: 50px;
    box-shadow: 3px 5px 25px rgba(76, 76, 78, 0.15);
    border-radius: 30px;
    z-index: 999;
    background: #fff;
}

#slider .text-slider .swiper-img .profile-logo img {
    width: 90%;
    height: auto;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    margin: 0;
    box-shadow: none;
    border-radius: 30px;
    outline: none;
    border: none;
    background: #fff;
    padding: 8px 0 0 15px;
}

#slider .text-slider .swiper-pagination {
    display: none;
}


/* 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;
}


/* Success Section */

#success {
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#success #bg-success {
    position: absolute;
    top: -15%;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -99;
}

#success #bg-success img {
    width: 100%;
}

#success .success-text {
    width: 40%;
    display: flex;
    align-items: center;
}

#success .success-text h1 {
    margin-bottom: 0;
}

#success .success-text p {
    width: 90%;
}

#success .success-text img {
    width: 50px;
    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);
    }
}

#success .success-container {
    width: 57%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}


/* #success .success-container .success-box::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    background: rgb(64, 23, 247);
    width: 5px;
    height: 80px;
} */

#success .success-container .success-box {
    width: 210px;
    height: 200px;
    box-shadow: 12px 12px 81px rgba(61, 70, 90, 0.28);
    border-radius: 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    background: #fff;
}

#success .success-container .success-box h1 {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 30px;
}

#success .success-container .success-box p {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}

#success .success-container .success-col .success-box {
    box-shadow: 0 12px 41px rgba(183, 188, 196, 0.28);
}


/* Categroies section */

#categories {
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
}

#categories .text {
    width: 50%;
    text-align: center;
    margin: auto;
}

#categories h3 {
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

#categories>h3:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 200px;
    background: #a7a2a2;
    width: 100%;
    height: 1px;
}

#categories>h3:nth-child(5)::after,
#categories>h3:nth-child(7)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 250px;
    background: #a7a2a2;
    width: 100%;
    height: 1px;
}

#categories>h3:nth-child(9)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 300px;
    background: #a7a2a2;
    width: 100%;
    height: 1px;
}

#categories>h3:nth-child(11)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 350px;
    background: #a7a2a2;
    width: 100%;
    height: 1px;
}

#categories .cat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#categories .cat-row .cat-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#categories .cat-row .cat-col a {
    text-decoration: none;
    font-size: 16px;
    color: #8f8f8f;
    font-weight: 400;
    padding: 5px 0;
}


/* 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 (min-width: 2000px) {
    nav .bg-main {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 120vh !important;
        box-sizing: border-box;
        object-fit: cover;
        z-index: -99;
    }
}

@media (min-width: 1980px) {
    nav .bg-main {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 90% !important;
        box-sizing: border-box;
        object-fit: cover;
        z-index: -99;
    }
}

@media (min-width: 1780px) {
    nav .bg-main {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 85% !important;
        box-sizing: border-box;
        object-fit: cover;
        z-index: -99;
    }
} */


/* 
@media (min-width: 2560px) {
    ul.timeline>li a img {
        bottom: 25%;
        width: 4% !important;
        margin: 0 15px 0 15px;
    }
}

@media (min-width: 1920px) {
    body {
        font-family: 'Mulish', sans-serif;
        background-image: url("images/graphics/home-shape1920.png") !important;
        background-position: top -70px right -100px !important;
        background-repeat: no-repeat;
    }
    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;
    }
    ul.timeline>li a img {
        bottom: 25%;
        width: 5%;
        margin: 0 15px 0 15px;
    }
}

/*  */

@media (min-width: 1919px) {
    body {
        background-image: url("../assets/images/home/bg/home-bg2048.png");
        background-position: top right;
        background-repeat: no-repeat;
    }
}

@media (max-width: 2561px) and (min-width: 2050px) {
    #hero {
        padding: 1vw 5.5vw 0 5.5vw;
    }
    #engine {
        width: 700px;
    }
    #hero .img {
        width: 27%;
        margin-right: 150px;
    }
    #experties-cards {
        height: 450px;
    }
    #experties-cards .experties1 {
        top: 0;
        left: 18%;
        transform: translateY(170px);
        /* Was y 50px */
    }
    #experties-cards .experties2 {
        top: 0;
        left: 36%;
        transform: translateY(280px);
        /* Was y 170px */
    }
    #experties-cards .experties3 {
        top: 0;
        right: 28%;
        /* Was right 18% */
    }
    #work .img-slider .slide img {
        width: 500px;
        top: 0;
        left: 600px;
    }
    #work .img-slider .slide .work11 {
        top: 80px;
        left: -50px;
    }
    #work .img-slider .slide .info {
        top: 70px;
        right: 650px;
        width: 620px;
        padding: 40px;
        height: 100px;
    }
    #work .img-slider .slide2 img {
        width: 550px;
        top: 0;
        left: 1160px;
    }
    #work .img-slider .slide2 .info {
        top: 70px;
        left: 630px;
        width: 620px;
    }
    #work>div.slider>div>div.slide.slide3>img {
        width: 500px;
        position: absolute;
        top: 0;
        left: 640px;
    }
    #work>div.slider>div>div.slide.slide3>div.work33>img {
        width: 250px;
        top: 30px;
        left: 680px;
    }
    #work .img-slider .slide3 .info {
        top: 40px;
        right: 610px;
        width: 620px;
        padding: 40px;
    }
    #work .img-slider .slide4 img {
        width: 500px;
        top: 0;
        left: 1130px;
    }
    #work .img-slider .slide .work44 {
        width: 450px;
        top: 70px;
        left: 100px;
    }
    #work .img-slider .slide4 .info {
        top: 30px;
        left: 590px;
        width: 620px;
        padding: 40px;
    }
    #skills {
        width: 100%;
        padding: 0 24.5vw;
        position: relative;
    }
    #slider .text-slider .swiper-img .profile-logo {
        top: 120px;
        left: 850px;
        width: 150px;
        height: 50px;
        box-shadow: 3px 5px 25px rgba(76, 76, 78, 0.15);
        border-radius: 30px;
    }
    #skills #bg-skill {
        top: -10%;
        right: 0;
    }
    #skills #bg-skill img {
        width: 100%;
        height: 1000px;
    }
    #slider #bg-slider {
        top: 0%;
        right: 0;
    }
    #process #bg-process {
        top: -40%;
        right: 0;
    }
    #blog #bg-blog {
        top: -15%;
        right: 0;
    }
    #success #bg-success {
        top: -35%;
        right: 0;
    }
}

@media (max-width: 2049px) and (min-width:1922px) {
    /* #hero {
        padding: 1vw 5.5vw 0 5.5vw;
    } */
    #hero .img {
        width: 35%;
        margin-right: 150px;
    }
    #engine {
        width: 700px;
    }
    #partner {
        margin-top: 30px;
    }
    #experties-cards {
        height: 450px;
    }
    #experties-cards .experties1 {
        top: 0;
        left: 16%;
        transform: translateY(170px);
        /* Was y 50px */
    }
    #experties-cards .experties2 {
        top: 0;
        left: 33%;
        transform: translateY(280px);
        /* Was y 50px */
    }
    #experties-cards .experties3 {
        top: 0;
        right: 26%;
        /* Was right 16% */
    }
    #skills {
        width: 100%;
        padding: 0 20.5vw;
        position: relative;
    }
    #work .img-slider .slide img {
        width: 500px;
        top: 0;
        left: 380px;
    }
    #work .img-slider .slide .work11 {
        top: 80px;
        left: -50px;
    }
    #work .img-slider .slide .info {
        top: 70px;
        right: 420px;
        width: 620px;
        padding: 40px;
        height: 100px;
    }
    #work .img-slider .slide2 img {
        width: 550px;
        top: 0;
        left: 920px;
    }
    #work .img-slider .slide2 .info {
        top: 70px;
        left: 380px;
        width: 620px;
    }
    #work>div.slider>div>div.slide.slide3>img {
        width: 500px;
        position: absolute;
        top: 0;
        left: 400px;
    }
    #work>div.slider>div>div.slide.slide3>div.work33>img {
        width: 250px;
        top: 30px;
        left: 440px;
    }
    #work .img-slider .slide3 .info {
        top: 40px;
        right: 410px;
        width: 620px;
        padding: 40px;
    }
    #work .img-slider .slide4 img {
        width: 500px;
        top: 0;
        left: 930px;
    }
    #work .img-slider .slide .work44 {
        width: 450px;
        top: 70px;
        left: 100px;
    }
    #work .img-slider .slide4 .info {
        top: 30px;
        left: 390px;
        width: 620px;
        padding: 40px;
    }
    #slider .text-slider .swiper-img .profile-logo {
        top: 150px;
        left: 630px;
        width: 150px;
        height: 50px;
        box-shadow: 3px 5px 25px rgba(76, 76, 78, 0.15);
        border-radius: 30px;
    }
}

@media (max-width: 1921px) and (min-width: 1602px) {
    #partner {
        margin-top: 90px;
    }
    #engine {
        width: 700px;
    }
    #experties-cards {
        height: 450px;
    }
    #experties-cards .experties1 {
        top: 0;
        left: 14%;
        transform: translateY(170px);
        /* Was y 50px */
    }
    #experties-cards .experties2 {
        top: 0;
        left: 32%;
        transform: translateY(280px);
        /* Was y 170px */
    }
    #experties-cards .experties3 {
        top: 0;
        right: 24%;
        /* Was right 14% */
    }
    #skills {
        width: 100%;
        padding: 0 19.5vw;
        position: relative;
    }
    #work .img-slider .slide img {
        width: 500px;
        top: 0;
        left: 330px;
    }
    #work .img-slider .slide .work11 {
        top: 80px;
        left: -50px;
    }
    #work .img-slider .slide .info {
        top: 70px;
        right: 360px;
        width: 620px;
        padding: 40px;
        height: 100px;
    }
    #work .img-slider .slide2 img {
        width: 550px;
        top: 0;
        left: 880px;
    }
    #work .img-slider .slide2 .info {
        top: 70px;
        left: 340px;
        width: 620px;
    }
    #work>div.slider>div>div.slide.slide3>img {
        width: 500px;
        position: absolute;
        top: 0;
        left: 380px;
    }
    #work>div.slider>div>div.slide.slide3>div.work33>img {
        width: 250px;
        top: 30px;
        left: 420px;
    }
    #work .img-slider .slide3 .info {
        top: 40px;
        right: 300px;
        width: 620px;
        padding: 40px;
    }
    #work .img-slider .slide4 img {
        width: 500px;
        top: 0;
        left: 850px;
    }
    #work .img-slider .slide .work44 {
        width: 450px;
        top: 70px;
        left: 100px;
    }
    #work .img-slider .slide4 .info {
        top: 30px;
        left: 320px;
        width: 620px;
        padding: 40px;
    }
    #slider .text-slider .swiper-img .profile-logo {
        top: 150px;
        left: 600px;
        width: 150px;
        height: 50px;
        box-shadow: 3px 5px 25px rgba(76, 76, 78, 0.15);
        border-radius: 30px;
    }
    #process #bg-process {
        top: -40%;
        right: 0;
    }
    #blog #bg-blog {
        bottom: 0%;
        right: 0;
    }
    #success #bg-success {
        top: -35%;
        right: 0;
    }
}

@media (max-width: 1601px) and (min-width: 1442px) {
    #hero {
        padding: 2vw 5.5vw 0 5.5vw;
    }
    #hero .img {
        width: 27%;
        margin-right: 150px;
    }
    #partner {
        margin-top: 40px;
    }
    #engine {
        width: 700px;
    }
    #experties-cards {
        height: 450px;
    }
    #experties-cards .experties1 {
        top: 0;
        left: 7%;
        transform: translateY(150px);
        /* Was Y 50px */
    }
    #experties-cards .experties2 {
        top: 0;
        left: 28%;
        transform: translateY(270px);
        /* Was Y 170px */
    }
    #experties-cards .experties3 {
        top: 0;
        right: 18%;
        /* Was right 8% */
    }
    #skills {
        width: 100%;
        padding: 0 14.5vw;
        position: relative;
    }
    #work .img-slider .slide img {
        width: 500px;
        top: 0;
        left: 200px;
    }
    #work .img-slider .slide .work11 {
        top: 80px;
        left: -50px;
    }
    #work .img-slider .slide .info {
        top: 70px;
        right: 200px;
        width: 620px;
        padding: 40px;
        height: 100px;
    }
    #work .img-slider .slide2 img {
        width: 550px;
        top: 0;
        left: 720px;
    }
    #work .img-slider .slide2 .info {
        top: 70px;
        left: 180px;
        width: 620px;
    }
    #work>div.slider>div>div.slide.slide3>img {
        width: 500px;
        position: absolute;
        top: 0;
        left: 220px;
    }
    #work>div.slider>div>div.slide.slide3>div.work33>img {
        width: 250px;
        top: 30px;
        left: 260px;
    }
    #work .img-slider .slide3 .info {
        top: 40px;
        right: 180px;
        width: 620px;
        padding: 40px;
    }
    #work .img-slider .slide4 img {
        width: 500px;
        top: 0;
        left: 730px;
    }
    #work .img-slider .slide .work44 {
        width: 450px;
        top: 70px;
        left: 100px;
    }
    #work .img-slider .slide4 .info {
        top: 30px;
        left: 200px;
        width: 620px;
        padding: 40px;
    }
    /* #slider .swiper-slide .swiper-img .profile-logo {
        top: 180px;
        left: 210px;
    } */
    #slider .text-slider .swiper-img .profile-logo {
        top: 180px;
        left: 490px;
        width: 150px;
        height: 50px;
        box-shadow: 3px 5px 25px rgba(76, 76, 78, 0.15);
        border-radius: 30px;
    }
}

@media (max-width: 1441px) and (min-width: 1368px) {
    /* #hero {
        padding: 1vw 5.5vw 0 5.5vw;
    } */
    nav #engine {
        position: relative;
        left: -70px;
    }
    #hero .img {
        width: 32%;
        margin-right: 150px;
    }
    #partner {
        margin-top: 35px;
    }
    #experties-cards {
        height: 450px;
    }
    #work .img-slider .slide img {
        width: 500px;
        top: 0;
        left: 140px;
    }
    #work .img-slider .slide .work11 {
        top: 80px;
        left: -50px;
    }
    #work .img-slider .slide .info {
        top: 70px;
        right: 130px;
        width: 620px;
        padding: 40px;
        height: 100px;
    }
    #work .img-slider .slide2 img {
        width: 550px;
        top: 0;
        left: 630px;
    }
    #work .img-slider .slide2 .info {
        top: 70px;
        left: 120px;
        width: 620px;
    }
    #work>div.slider>div>div.slide.slide3>img {
        width: 500px;
        position: absolute;
        top: 0;
        left: 150px;
    }
    #work>div.slider>div>div.slide.slide3>div.work33>img {
        width: 250px;
        top: 30px;
        left: 210px;
    }
    #work .img-slider .slide3 .info {
        top: 40px;
        right: 110px;
        width: 620px;
        padding: 40px;
    }
    #work .img-slider .slide4 img {
        width: 500px;
        top: 0;
        left: 650px;
    }
    #work .img-slider .slide .work44 {
        width: 450px;
        top: 70px;
        left: 100px;
    }
    #work .img-slider .slide4 .info {
        top: 30px;
        left: 120px;
        width: 620px;
        padding: 40px;
    }
}

@media only screen and (max-width: 1237px) {
    /* body {
        background-image: url("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);
    }
    nav #engine {
        opacity: 1;
        background: #fff;
    }
    nav #engine.scrolled {
        background: #fff;
    }
    nav #engine .requirements:nth-child(n)>.box>select {
        opacity: 1;
        background: #fff;
    }
    nav #engine .requirements:nth-child(n)>.box>select.scrolled {
        background: #fff;
    }
    nav #engine .search input {
        opacity: 1;
        background: #fff;
    }
    nav #engine .search input.scrolled {
        background: #fff;
    }
    nav #engine .search input::placeholder {
        opacity: 1;
        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 {
        overflow-x: hidden;
    }
    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 {
        width: 600px;
    }
    nav #engine .search input.scrolled {
        background: #fff;
    }
    .menu-btn {
        right: 20px;
        top: 15px;
        height: 50px;
        width: 60px;
    }
    #hero {
        overflow-x: hidden;
        width: 100%;
        margin-top: 8rem;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 0 3vw;
    }
    #hero .text {
        width: 90%;
        margin-bottom: 5vw;
    }
    #hero .text h1 {
        text-align: center;
        padding-bottom: 15px;
    }
    #hero .text .hero-text {
        display: none;
    }
    #hero .img {
        width: 60%;
        margin-right: 0;
    }
    #hero .img img {
        margin: 0 !important;
    }
    #hero #engine {
        width: 100%;
    }
    #partner {
        padding: 0 3vw;
        margin-top: 6vw !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%;
    }
    #partner .partner-row .part-img {
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    #partner .partner-row .part-img img {
        width: 18%;
        margin: 0 0 0 0;
    }
    #service {
        padding: 0 3vw;
    }
    #service .text {
        width: 90%;
    }
    #service .service-container {
        grid-gap: 1rem;
        margin-top: 2rem;
    }
    #experties {
        padding: 0 3vw;
    }
    #experties ul {
        position: relative;
        width: 90%;
        margin: 30px auto 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
        word-wrap: normal;
        flex-wrap: wrap;
    }
    #experties ul li {
        margin: 15px 10px 12px 0;
        transition: 0.3s ease;
        background: none;
    }
    #experties ul li a {
        color: #2c2c2c;
        transition: 0.3s ease;
        border: 1px solid #745be7;
        padding: 10px 19px;
        border-radius: 19px;
        width: 100%;
        background: none;
        box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.09);
    }
    #experties ul li a.active,
    #experties ul li a:focus {
        color: #fff;
        background-color: #745be7;
    }
    /* #experties ul li a.active::after {
        width: 100%;
    } */
    #experties ul li a::after {
        display: none;
    }
    #experties .text {
        width: 90%;
    }
    #experties-cards {
        height: 650px;
    }
    #experties-cards .experties1 {
        top: 0;
        left: 0;
        transform: translateY(100px);
        /* Was y 0px */
    }
    #experties-cards .experties2 {
        top: 0;
        left: 12%;
        transform: translateY(480px);
        /* Was y 380px */
    }
    #experties-cards .experties3 {
        top: 0;
        right: 15%;
        transform: translateY(40px);
        /* Was y 40px, right 0% */
    }
    #skills {
        padding: 0 3vw;
    }
    #skills .text {
        width: 90%;
    }
    #skills .skill-container {
        margin-top: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #skills .tree {
        width: 60%;
        margin: auto;
    }
    #skills .skill-profiles {
        width: 100%;
    }
    #skills .profile-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #skills .profile-box .procol-2 {
        display: flex;
        flex-direction: row;
    }
    #skills>div.skill-container>div.skill-profiles>div>div:nth-child(2) {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #skills>div.skill-container>div.skill-profiles>div>div:nth-child(2)>div:nth-child(n) {
        margin: 0 1rem 2rem 1rem;
    }
    #skills>div.skill-container>div.skill-profiles>div>div:nth-child(3)>div:nth-child(n) {
        margin: 0 1rem 2rem 1rem;
    }
    #work>ul {
        padding-left: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #work {
        padding: 0 3vw;
        height: 700px;
    }
    #work .text {
        width: 90%;
    }
    #work .img-slider .slide img {
        width: 400px;
        top: 0;
        left: 0;
    }
    #work .img-slider .slide .work11 {
        top: 80px;
        left: -50px;
    }
    #work .img-slider .slide .info {
        top: 70px;
        right: 0;
        width: 420px;
        padding: 40px;
        height: 100px;
    }
    #work .img-slider .slide.active .info {
        height: 300px;
    }
    #work .img-slider .slide2 img {
        width: 450px;
        top: 0;
        left: 280px;
    }
    #work .img-slider .slide2 .info {
        top: 60px;
        left: 0;
        width: 420px;
        padding: 40px;
        height: 100px;
    }
    #work .img-slider .slide2.active .info {
        height: 300px;
    }
    #work>div.slider>div>div.slide.slide3>img {
        width: 450px;
        top: 0;
        left: 0;
    }
    #work>div.slider>div>div.slide.slide3>div.work33>img {
        width: 200px;
        top: 40px;
        left: 60px;
    }
    #work .img-slider .slide3 .info {
        top: 80px;
        right: 0;
        width: 420px;
        padding: 40px;
        height: 100px;
    }
    #work .img-slider .slide3.active .info {
        height: 300px;
        right: 20px;
    }
    #work .img-slider .slide4 img {
        width: 400px;
        top: 0;
        left: 300px;
    }
    #work .img-slider .slide .work44 {
        width: 300px;
        top: 70px;
        left: 110px;
    }
    #work .img-slider .slide4 .info {
        top: 60px;
        left: 0;
        width: 420px;
        padding: 40px;
        height: 100px;
    }
    #work .img-slider .slide4.active .info {
        height: 300px;
    }
    #process {
        padding: 0 3vw;
    }
    #slider {
        padding: 0 3vw;
    }
    #slider .text {
        width: 90%;
    }
    #slider h1 {
        margin-bottom: 0 !important;
    }
    #slider .slider-container {
        flex-direction: column;
        justify-content: center;
    }
    #slider .profile-slider {
        width: 100%;
    }
    #slider .swiper-slide .swiper-img img {
        width: 280px;
        height: 280px;
        border-radius: 55%;
        box-shadow: 3px 30px 45px rgb(76 76 78 / 50%);
        margin: 50px;
    }
    #slider .swiper-slide .swiper-img .profile-logo {
        top: 200px;
        left: 250px;
        width: 150px;
        height: 50px;
        box-shadow: 3px 30px 45px rgb(76 76 78 / 30%);
        border-radius: 30px;
    }
    #slider .text-slider .swiper-img .profile-logo {
        top: 180px;
        left: 490px;
        width: 150px;
        height: 50px;
        box-shadow: 3px 5px 25px rgba(76, 76, 78, 0.15);
        border-radius: 30px;
    }
    #blog {
        padding: 0 3vw;
    }
    #blog #bg-blog {
        top: 30%;
        right: 0;
    }
    #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%;
    }
    #success {
        padding: 0 3vw;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #success #bg-success {
        top: 0;
        height: 400px;
    }
    #success #bg-success img {
        height: 900px;
    }
    #success .success-text {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #success .success-text p {
        width: 100%;
    }
    #success .success-text img {
        margin: 0 60px;
        transform: rotate(180deg);
        animation: myAnim2 8s ease-in-out 0s infinite alternate-reverse forwards;
        /* animation: none; */
    }
    @keyframes myAnim2 {
        0%,
        100% {
            transform: rotate(90deg) translateX(0);
        }
        10%,
        30%,
        50%,
        70% {
            transform: rotate(90deg) translateX(-7px);
        }
        20%,
        40%,
        60% {
            transform: rotate(90deg) translateX(7px);
        }
        80% {
            transform: rotate(90deg) translateX(8px);
        }
        90% {
            transform: rotate(90deg) translateX(-8px);
        }
    }
    #success .success-container {
        width: 100%;
        margin-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #categories {
        padding: 0 3vw;
    }
    #categories .text {
        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-image: none;
    }
    /* 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;
    }
    nav #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 {
        background-color: #3f65f0;
        margin-top: 0;
        padding-top: 48px;
    }
    #hero .text {
        width: 100%;
    }
    #hero .text h1 {
        color: #fff;
    }
    #hero .text h1 span {
        color: #fff;
    }
    #hero .img img {
        margin: auto !important;
    }
    #hero .img {
        margin-right: 0;
    }
    #hero #engine {
        margin: auto;
        width: 350px;
        height: 190px;
        padding: 20px 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #hero #engine .requirements {
        position: relative;
        margin-bottom: 15px;
    }
    #hero #engine .requirements .head {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #hero #engine .requirements .head::before {
        top: 45px;
        left: 0;
        width: 300px;
        height: .5px;
    }
    #hero #engine .requirements .head h5 {
        font-size: 12px;
        font-weight: 700;
        padding-right: 20px;
    }
    #hero #engine>div.search>h5 {
        text-align: start;
    }
    #hero #engine .requirements .head i {
        font-size: 14px;
        font-weight: 700;
        color: #7b7b7b;
    }
    #hero #engine .requirements:nth-child(n)>.box>select {
        font-size: 15px;
        font-weight: bold;
        background: #fff;
    }
    #hero #engine .search h5 {
        font-size: 12px;
        font-weight: 700;
    }
    #hero #engine .search input {
        font-size: 15px;
        font-weight: bold;
        width: 100%;
    }
    #hero #engine .search input::placeholder {
        font-size: 15px;
        font-weight: bold;
    }
    #hero #engine .search-icon i {
        color: #5166ff;
        font-size: 20px;
        font-weight: bolder;
        position: absolute;
        top: 145px;
        right: 35px;
    }
    #partner {
        width: 100%;
        padding: 40px 0 0 0;
        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%;
    }
    #service .text {
        width: 100%;
    }
    #service .service-container {
        margin: auto;
        width: 90%;
        grid-gap: 2rem;
        margin-top: 3rem;
    }
    #experties {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
    #experties .text {
        width: 100%;
    }
    #experties ul {
        position: relative;
        width: 100%;
        margin: 30px auto 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }
    #experties ul li {
        margin: 15px 10px 12px 0;
        transition: 0.3s ease;
        background: none;
    }
    #experties ul li a {
        color: #2c2c2c;
        transition: 0.3s ease;
        border: 1px solid #745be7;
        padding: 10px 19px;
        border-radius: 19px;
        width: 100%;
        background: none;
        display: inline-block;
        font-size: 14px;
        line-break: auto;
        white-space: nowrap;
        box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.09);
    }
    #experties ul::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    /* #experties ul {
        position: relative;
        width: 100%;
        margin: 30px auto 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
        word-wrap: normal;
        flex-wrap: wrap;
    }
    #experties ul li {
        margin: 15px 10px 12px 0;
        transition: 0.3s ease;
        background: none;
    }
    #experties ul li a {
        color: #2c2c2c;
        transition: 0.3s ease;
        border: 1px solid #745be7;
        padding: 10px 19px;
        border-radius: 19px;
        width: 100%;
        background: none;
        font-size: 1rem;
        box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.09);
    } */
    #experties ul li a::after {
        display: none;
    }
    #experties-cards {
        height: 1100px;
    }
    #experties-cards .experties1 {
        margin-top: 0px;
        width: 100%;
        top: 0;
        left: 0;
        transform: translateY(50px);
        /* Y was 0 */
    }
    #experties-cards .experties2 {
        width: 100%;
        top: 0;
        left: 0;
        transform: translateY(540px);
        /* Y was 435 */
    }
    #experties-cards .experties3 {
        width: 100%;
        top: 0;
        left: 0;
        transform: translateY(880px);
        /* Y was 820px */
    }
    #skills .tree {
        width: 100%;
    }
    #skills ul.timeline {
        list-style-type: none;
        display: flex;
        overflow-x: scroll;
        -ms-overflow-style: none;
        padding-left: 0;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }
    #skills ul.timeline::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    ul.timeline>li:nth-child(n)::before {
        display: none;
    }
    ul.timeline>li:nth-child(n)::after {
        display: none;
    }
    ul.timeline .line {
        display: none;
    }
    ul.timeline>li>.dot {
        display: none;
    }
    #skills ul.timeline li {
        margin: 15px 10px 12px 0;
        transition: 0.3s ease;
        background: none;
    }
    #skills ul.timeline li a {
        color: #2c2c2c;
        transition: 0.3s ease;
        border: 1px solid #745be7;
        padding: 10px 19px !important;
        border-radius: 19px;
        width: 100%;
        background: none;
        display: inline-block;
        font-size: 14px;
        line-break: auto;
        white-space: nowrap;
        background: transparent;
        box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.09);
    }
    /* #skills ul.timeline li a.active {
        color: #fff !important;
        background-color: #745be7 !important;
    } */
    #skills ul.timeline li a.active,
    #skills ul.timeline li a:focus {
        /* color: #fff !important;
        background-color: #745be7 !important; */
        color: #fff !important;
        background: #745be7;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    }
    ul.timeline>li a img {
        display: none;
    }
    #skills .profile-box {
        margin-top: 2rem;
    }
    #skills>div.skill-container>div.skill-profiles>div>div:nth-child(2)>div:nth-child(n) {
        margin: 0 .5rem 2rem .5rem;
    }
    #skills>div.skill-container>div.skill-profiles>div>div:nth-child(3)>div:nth-child(n) {
        margin: 0 .5rem 2rem .5rem;
    }
    #work {
        width: 100%;
        height: 1000px;
        margin-bottom: 0 !important;
    }
    #work ul {
        justify-content: flex-start;
        overflow-x: scroll;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        padding-left: 0;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }
    #work ul::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    #work ul li {
        margin: 20px 3px;
        background: none;
        padding: 0;
        transition: 0.3s ease;
    }
    #work ul li a {
        color: #2c2c2c;
        transition: 0.3s ease;
        border: 1px solid #745be7;
        padding: 10px 19px !important;
        border-radius: 19px;
        width: 100%;
        background: none;
        display: inline-block;
        font-size: 14px;
        line-break: auto;
        white-space: nowrap;
        background: transparent;
        box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.09);
    }
    #work ul li.active a,
    #work ul li a:focus {
        /* color: #fff !important;
        background-color: #745be7 !important; */
        background: #745be7;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    }
    #work ul li.active a p {
        transition: 0.3s ease;
        color: #fff !important;
    }
    #work ul li a .icon-box {
        display: none;
    }
    /* #work ul li {
        padding: 13px 25px;
        border-radius: 29px;
    } */
    #work .slider {
        margin-top: 0;
    }
    #work .img-slider .slide img {
        width: 100%;
        top: 315px;
        left: -10px;
    }
    #work .img-slider .slide .work11 {
        width: 100%;
        top: 80px;
        left: 00px;
    }
    #work .img-slider .slide .info {
        top: 0;
        right: 10px;
        width: 100%;
        padding: 40px 20px;
        height: 100px;
    }
    #work .img-slider .slide.active .info {
        height: 300px;
    }
    #work .img-slider .slide2 img {
        width: 100%;
        top: 300px;
        left: -10px;
    }
    #work .img-slider .slide2 .info {
        top: 0;
        left: -10px;
        width: 100%;
        padding: 40px 20px;
        height: 100px;
    }
    #work .img-slider .slide2.active .info {
        height: 300px;
    }
    #work>div.slider>div>div.slide.slide3>img {
        width: 100%;
        top: 320px;
        left: -10px;
    }
    #work>div.slider>div>div.slide.slide3>div.work33>img {
        width: 200px;
        top: 340px;
        left: 100px;
    }
    #work .img-slider .slide3 .info {
        top: 0;
        right: 10px;
        width: 100%;
        padding: 40px 20px;
        height: 100px;
    }
    #work .img-slider .slide3.active .info {
        height: 300px;
        right: 10px;
    }
    #work .img-slider .slide4 img {
        width: 100%;
        top: 320px;
        left: -10px;
    }
    #work .img-slider .slide .work44 {
        width: 300px;
        top: 55px;
        left: 20px;
    }
    #work .img-slider .slide4 .info {
        top: 0;
        left: -10px;
        width: 100%;
        padding: 40px 20px;
        height: 100px;
    }
    #work .img-slider .slide4.active .info {
        height: 300px;
    }
    #process>div.process-container>div:nth-child(n) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #slider .swiper-slide .swiper-img img {
        width: 230px;
        height: 230px;
        margin: 50px 50px 50px 60px;
    }
    #slider .text-slider .swiper-container {
        width: 100%;
        height: 400px;
        padding: 10px;
        justify-content: space-between;
    }
    #slider .swiper-slide .swiper-img .profile-logo {
        top: 220px;
        left: 160px;
    }
    #slider .text-slider .swiper-slide {
        margin: 0 0 40px 0;
        /* space between slides */
        width: 100%;
    }
    #slider .text-slider .swiper-slide .text-slide {
        background: #fff;
        box-shadow: 3px 10px 25px rgb(76 76 78 / 6%);
        width: 100%;
        padding: 30px 30px 40px 30px;
        border-radius: 25px;
        position: relative;
    }
    #slider .text-slider .swiper-img .profile-logo {
        position: absolute;
        bottom: 0;
        left: 160px;
        width: 150px;
        height: 50px;
        box-shadow: 3px 5px 25px rgba(76, 76, 78, 0.15);
        border-radius: 30px;
        z-index: 999;
        background: #fff;
    }
    #success {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #success .success-container {
        width: 100%;
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #success>div.success-container>div:nth-child(2),
    #success>div.success-container>div:nth-child(3) {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #success>div.success-container>div:nth-child(2)>div:nth-child(n),
    #success>div.success-container>div:nth-child(3)>div:nth-child(n) {
        width: 170px;
        height: 180px;
        margin: 10px;
    }
    #success>div.success-container>div:nth-child(2)>div:nth-child(n) p,
    #success>div.success-container>div:nth-child(3)>div:nth-child(n) p {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
    #categories {
        padding: 0 3vw;
        text-align: center;
        width: 100%;
    }
    #categories h3 {
        margin-bottom: 20px;
    }
    #categories>h3::after {
        display: none;
    }
    #categories .cat-col {
        width: 100%;
        text-align: center;
    }
    #categories .cat-row .cat-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #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;
    }
    nav #engine.scrolled {
        width: 280px;
        height: 190px;
    }
    nav #engine .search-icon i {
        font-size: 20px;
        bottom: 20px;
        right: 20px;
    }
    #loginBtn {
        position: relative;
        top: 10px;
    }
    #hero #engine {
        width: 100%;
    }
    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;
    }
    #experties ul li {
        margin: 15px 10px 12px 0;
        transition: 0.3s ease;
        background: none;
    }
    #experties ul li a {
        color: #2c2c2c;
        transition: 0.3s ease;
        border: 1px solid #745be7;
        padding: 10px 19px;
        border-radius: 19px;
        width: 100%;
        background: none;
        font-size: 1rem;
        box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.09);
    }
    #experties-cards {
        height: 1150px;
    }
    #experties-cards .experties3 {
        transform: translateY(950px);
        /* Y was 900px */
    }
    #skills>div.skill-container>div.skill-profiles>div>div:nth-child(2),
    #skills>div.skill-container>div.skill-profiles>div>div:nth-child(3) {
        width: 100%;
    }
    #success>div.success-container>div:nth-child(2),
    #success>div.success-container>div:nth-child(3) {
        width: 100%;
    }
    #work {
        height: 970px;
    }
    #work>div>div>div.slide.slide3>div.work33>img {
        left: 200px;
    }
    #work>div.slider>div>div.slide.slide3>div.work33>img {
        width: 180px;
    }
    #slider .text-slider .swiper-container {
        width: 100%;
        height: 400px;
        padding: 10px;
        justify-content: space-between;
    }
    #swiper-wrapper-bd3dbf92f10d63ab3>div.swiper-slide {
        height: 100%;
    }
    #slider .text-slider .swiper-img .profile-logo {
        position: absolute;
        top: 260px;
        left: 160px;
        width: 150px;
        height: 50px;
        box-shadow: 3px 5px 25px rgba(76, 76, 78, 0.15);
        border-radius: 30px;
        z-index: 999;
        background: #fff;
    }
}

#login-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

#login-popup.lshow {
    visibility: visible;
    opacity: 1;
}

#login-popup .login-bag {
    background-color: #ffffff;
    width: 650px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    margin-top: 50px;
    transition: all 1s ease;
    border-top-left-radius: 29px;
    border-bottom-right-radius: 29px;
}

#login-popup.lshow .login-bag {
    opacity: 1;
    margin-top: 0;
}

#login-popup .login-bag .img-area {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-top-left-radius: 29px;
    background: #4c6ef7;
}

#login-popup .login-bag .img-area h1,
#login-popup .login-bag .img-area h3 {
    /* font-size: 30px; */
    padding-left: 50px;
    color: #ffffff;
}

#login-popup .login-bag .img-area h1 {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

#login-popup .login-bag .img-area h3 {
    font-size: 20px;
    font-weight: 500;
}

#login-popup .login-bag .img-area img {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: auto;
    /* background-image: url("../assets/images/home/bg/login1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1; */
}

#login-popup .login-bag .form {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 30px;
}

#login-popup .login-bag .form h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
}

#login-popup .login-bag .form p {
    margin-left: 8px;
    font-size: 13px;
    color: #4121f3;
    font-weight: 500;
    margin-bottom: 9px;
}

#login-popup .login-bag .form .form-control {
    height: 45px;
    margin-bottom: 13px;
    width: 100%;
    border: none;
    color: #000000;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.09);
    border-radius: 11px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
}

#login-popup .login-bag .form .form-control::placeholder {
    font-size: 12px;
    color: #8a8787;
}

#login-popup .login-bag .form .form-control:focus {
    outline: none;
}

#login-popup .login-bag .form .form-group3 {
    margin-bottom: 40px;
}

#login-popup .login-bag .form .form-group3 a {
    font-size: 13px;
    margin-left: 8px;
    text-decoration: none;
    color: #4121f3;
}

#login-popup .login-bag .form .join-now {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-popup .login-bag .form .join-now p {
    color: #2b2b2b;
    padding-right: 7px;
}

#login-popup .login-bag .form .join-now a {
    /* color: #2b2b2b; */
    text-decoration: none;
}

#login-popup .login-bag .form .join-now a:hover {
    text-decoration: underline;
}

#login-popup .login-bag .form .sign {
    display: flex;
    margin: auto;
    width: 120px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    border-radius: 10px;
}

#login-popup .login-bag .form #closelogin {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 30px;
    cursor: pointer;
}

#project-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

#project-popup.pshow {
    visibility: visible;
    opacity: 1;
}

#project-popup .project-box {
    background-color: #ffffff;
    width: 650px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    margin-top: 50px;
    transition: all 1s ease;
    border-top-left-radius: 29px;
    border-bottom-right-radius: 29px;
}

#project-popup.pshow .project-box {
    opacity: 1;
    margin-top: 0;
}

#project-popup .project-box .img-area {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-top-left-radius: 29px;
    background: #4c6ef7;
}

#project-popup .project-box .img-area h1,
#project-popup .project-box .img-area h3 {
    /* font-size: 30px; */
    padding-left: 50px;
    color: #ffffff;
}

#project-popup .project-box .img-area h1 {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

#project-popup .project-box .img-area h3 {
    font-size: 20px;
    font-weight: 500;
}

#project-popup .project-box .img-area img {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: auto;
    /* background-image: url("../assets/images/home/bg/login1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1; */
}

#project-popup .project-box .img-area h1,
#project-popup .project-box .img-area h3 {
    font-size: 30px;
    padding-left: 50px;
    color: #ffffff;
}

@keyframes zoomInOut {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

#project-popup .project-box .form {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 30px;
}

#project-popup .project-box .form h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
}

#project-popup .project-box .form p {
    margin-left: 8px;
    font-size: 13px;
    color: #4121f3;
    font-weight: 500;
    margin-bottom: 9px;
}

#project-popup .project-box .form .form-control {
    height: 45px;
    margin-bottom: 13px;
    width: 100%;
    border: none;
    color: #000000;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.09);
    border-radius: 11px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
}

#project-popup .project-box .form .form-control::placeholder {
    font-size: 12px;
    color: #8a8787;
}

#project-popup .project-box .form .form-control:focus {
    outline: none;
}

#project-popup .project-box .form .form-group3 {
    margin-bottom: 30px;
}

#project-popup .project-box .form .form-group3 a {
    font-size: 13px;
    margin-left: 8px;
    text-decoration: none;
    color: #4121f3;
}

#project-popup .project-box .form .project {
    display: flex;
    margin: auto;
    width: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    border-radius: 10px;
}


/* #project-popup .project-box .form .btn {
    width: 100%;
    background-color: #E91E63;
    margin-top: 40px;
    height: 45px;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
} */

#project-popup .project-box .form #closeproject {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 30px;
    cursor: pointer;
}


/*responsive*/

@media(max-width: 767px) {
    #login-popup .login-bag {
        width: calc(100% - 30px);
    }
    #login-popup .login-bag .img-area {
        display: none;
    }
    #login-popup .login-bag .form {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #project-popup .project-box {
        width: calc(100% - 30px);
    }
    #project-popup .project-box .img-area {
        display: none;
    }
    #project-popup .project-box .form {
        flex: 0 0 100%;
        max-width: 100%;
    }
}