html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

body.has-nav {
    overflow-y: hidden!important;
    height: 100vh;
}

button {
    outline: none;
}

a {
    text-decoration: none!important;
    transition: 0.5s;
}

a:hover {
    color: #ea7105!important;
}

section.banner {
    min-height: 1115px;
    background-image: url(../images/banner-bg.png);
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

button.bar-icon {
    background: no-repeat;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: 0.5s;
    z-index: 11111;
}

button.bar-icon:hover img {
    filter: brightness(0) invert(1);
}

.sidenav {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 100px;
    top: 120px;
}

.sidenav:hover .an-navbar {
    top: 0px;
    right: 0px;
}

button.bar-icon img {
    transition: 0.5s;
}

.brand-logo {
    position: absolute;
    top: 125px;
    left: 100px;
}

section.banner p {
    font-size: 22px;
    font-weight: 400;
}

section.banner h1 {
    font-size: 50px;
    font-weight: 200;
}

.prmary-btn {
    height: 60px;
    padding: 0px 30px;
    transition: 0.5s;
    z-index: 1;
    position: relative;
}

.prmary-btn.orange {
    background: #ea7105;
    color: white;
    font-size: 15px;
    border: 2px solid #ea7105;
    border-radius: 7px;
}

.prmary-btn:before,
.prmary-btn:after {
    content: '';
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transition: all .4s cubic-bezier(0, 0, 0, 0.24);
    transition: all .4s cubic-bezier(0, 0, 0, 0.24);
    z-index: -1;
}

.prmary-btn:after {
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.prmary-btn:hover:before,
.prmary-btn:hover:after {
    width: 100%;
    height: 100%;
}

.prmary-btn.orange:hover {
    color: #ea7105;
}

.hire-item {
    position: relative;
    padding: 30px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    min-height: 420px;
    transition: 0.5s;
}

.hire-item:hover {
    box-shadow: 0px 0px 25px 0px #e2e2e2;
}

.hire-item img {
    margin-bottom: 20px;
}

.hire-item h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.hire-item p {
    color: #6b6a67;
}

.hire-item a {
    color: #00bfff;
    text-decoration: none;
}

.hire-number {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 95px;
    line-height: 85px;
    font-weight: 100;
    color: #dedede;
}

.hiring-second-wrap {
    margin-top: 85px;
}

.primary-heading {
    position: relative;
    font-size: 50px;
    font-weight: 200;
}

.primary-heading::before {
    content: "";
    position: absolute;
    width: 75px;
    height: 2px;
    background: #ea7105;
    bottom: -10px;
    left: 0px;
}

.hiring-third-wrap p {
    color: #6b6a67;
    font-size: 18px;
    margin-top: 30px;
}

.hiring-third-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.cybick-fix-section img {
    width: 100%;
}

section.cybick-fix-section .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

section.cybick-fix-section {
    position: relative;
}

section.cybick-fix-section p {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 40px;
}

button.prmary-btn.blue {
    background: #00bfff;
    color: white;
    font-weight: 600;
    border: 2px solid #00bfff;
}

button.prmary-btn.blue:hover {
    color: #00bfff;
}

section.AI-section {
    padding: 50px;
}

section.AI-section img {
    max-width: 100%;
}

section.AI-section .row {
    align-items: center;
}

section.AI-section p {
    margin-top: 30px;
    font-size: 18px;
}

section.AI-section button {
    margin-top: 30px;
}

section.dispurt-section {
    min-height: 1110px;
    display: flex;
    align-items: center;
    background-image: url(../images/banner-3.png);
    background-size: cover;
    background-position: left bottom;
    text-align: center;
}

.dispurt-item-img img {
    height: 150px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.dispurt-item-img {
    position: relative;
    height: 160px;
    margin-bottom: 30px;
}

.dispurt-item {
    min-height: 360px;
    background: hsla(204, 38%, 20%, 0.86);
    border: 1px solid transparent;
    padding: 30px;
    color: white;
    transition: 0.5s;
    margin-bottom: 30px;
}

.dispurt-item:hover {
    border-color: white;
}

.dispurt-item:hover img:nth-child(2) {
    opacity: 0;
}

section.dispurt-section .row {
    justify-content: center;
    color: white;
}

.primary-heading.center-h::before {
    left: 50%;
    transform: translateX(-50%);
}

section.dispurt-section .primary-heading {
    margin-bottom: 50px;
}

section.dispurt-section .container {
    margin-bottom: 100px;
}

.ds-rebort {
    position: absolute;
    right: -190px;
    bottom: -100px;
    height: 400px;
}

section.testimonial-section {
    text-align: center;
}

section.testimonial-section {
    text-align: center;
    background-image: url(../images/testimonial-bg.png);
    background-size: 100% 100%;
    background-position: 0px 100px;
    padding-bottom: 200px;
}

.tes-item span {
    font-size: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 130px;
}

.tes-item {
    position: relative;
    text-align: left;
    padding-left: 50px;
    padding-top: 30px;
}

.tes-item h5 {
    color: #40cfff;
}

.tes-item h5 b {
    color: black;
    font-weight: 600;
}

.testimonial-slider button {
    position: absolute;
    color: transparent;
    width: 47px;
    border: none;
    background: none;
    outline: none!important;
}

.testimonial-slider .slick-prev::before {
    content: "←";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    color: black;
    font-size: 50px;
    transition: 0.5s;
}

.testimonial-slider .slick-prev:hover::before {
    color: #ea7105;
}

.testimonial-slider .slick-prev {
    left: 0pc;
    bottom: 0px;
}

.testimonial-slider .slick-next::before {
    content: "→";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 70px;
    right: 0px;
    color: black;
    font-size: 50px;
    transition: 0.5s;
}

.testimonial-slider .slick-next:hover::before {
    color: #ea7105;
}

.testimonial-slider .slick-next {
    left: 0pc;
    bottom: 0px;
}

section.testimonial-section .primary-heading {
    margin-bottom: 40px;
}

section.blog-section {
    text-align: center;
    padding: 300px 0px 230px 0px;
    margin-top: -100px;
    background-image: url(../images/blog-bg.png);
    background-size: cover;
    background-position: top;
    color: white;
}

.blog-content {
    height: 100%;
    background: hsla(204, 38%, 20%, 0.86);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 50px;
}

.blog-img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.blog-content a {
    color: #3ecdfd;
}

.blog-content p {
    margin-bottom: 40px;
}

.blog-content h5 {
    margin-bottom: 40px;
}

section.blog-section .primary-heading {
    margin-bottom: 70px;
}

section.abou-section .row {
    align-items: top;
    margin-top: -150px;
}

.about-content {
    padding-top: 250px;
}

.about-content h2 {
    margin-bottom: 40px;
}

.about-content p {
    font-size: 18px;
    margin-bottom: 40px;
}

section.get-in.touch {
    padding: 100px 0px;
}

section.get-in.touch .container {
    display: flex;
    justify-content: center;
    text-align: center;
}

.get-touch-wrap {
    padding: 70px;
    background-image: url(../images/get-in-touch-bg.png);
    border-radius: 10px;
    background-size: cover;
    color: white;
    position: relative;
}

.get-touch-wrap .form-control {
    background: no-repeat;
    min-height: 50px;
    border: none;
    border-bottom: 2px solid white;
    color: white;
    outline: none!important;
    box-shadow: none;
    border-radius: 0px;
}

.get-touch-wrap h2 {
    margin-bottom: 50px;
}

.get-touch-wrap::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 530px;
    right: -220px;
    background-image: url(../images/get-vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
    bottom: -60px;
}

.gallery-controls-previous::before {
    content: "→";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    color: black;
    font-size: 50px;
    transition: 0.5s;
    line-height: 15px;
}

.gallery-controls-next::before {
    content: "← ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    color: black;
    font-size: 50px;
    transition: 0.5s;
    line-height: 15px;
}

.gallery-controls-previous:hover::before,
.gallery-controls-next:hover::before {
    color: #ea7105;
}

.gallery-controls-previous {
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.logo-slider button {
    position: absolute;
    color: transparent;
    width: 47px;
    border: none;
    background: none;
    outline: none!important;
}

.gallery-controls-next {
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.logo-item div {
    padding: 30px;
    border: 1px solid #dedede;
}

.logo-item div img {
    width: 100%;
}

.logo-item div {
    padding: 30px;
    border: 1px solid #dedede;
    height: 230px;
    display: flex;
    align-items: center;
}

.slick-active.slick-center {
    width: 460px!important;
}

ul.gallery-nav {
    display: none;
}

.gallery-controls button {
    background: none;
    color: transparent;
}

.gallery-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.gallery {
    position: relative;
}

.gallery-controls-previous::before,
.gallery-controls-next::before {
    border: none;
    transform: none;
}

.gallery-item div {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dadad9;
}

button.flipster__button svg {
    display: none;
}

button.flipster__button.flipster__button--prev::before {
    content: "← ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    color: black;
    font-size: 50px;
    transition: 0.5s;
    line-height: 15px;
}

button.flipster__button.flipster__button--next::before {
    content: "→ ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    color: black;
    font-size: 50px;
    transition: 0.5s;
    line-height: 15px;
}

button.flipster__button {
    margin: 0px;
    width: 70px;
    height: 10px;
    opacity: 1!important;
    outline: none!important;
}

button.flipster__button.flipster__button--next:hover::before,
button.flipster__button.flipster__button--prev:hover::before {
    color: #ea7105;
}

.flipster__item__content div {
    padding: 20px;
    width: 300px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dadad9;
    background: white;
}

.flipster__item__content div img {
    max-width: 100%;
    width: 200px;
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
    -webkit-transform: translateX(0%) rotateY(20deg) scale(.65);
    transform: translateX(0%) rotateY(20deg) scale(.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
    -webkit-transform: rotateY(20deg) scale(.8);
    transform: rotateY(20deg) scale(.8);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
    -webkit-transform: translateX(-0%) rotateY(-20deg) scale(.65);
    transform: translateX(-0%) rotateY(-20deg) scale(.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
    -webkit-transform: rotateY(-s20deg) scale(.8);
    transform: rotateY(-20deg) scale(.8);
}

.flipster__item.flipster__item--current .flipster__item__content div {
    box-shadow: 0px 0px 20px 0px #d8d7d7;
}

.flipster--carousel .flipster__item__content {
    padding: 30px 0px;
}

.an-footer {
    min-height: 730px;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: top;
    padding-top: 90px;
    color: #848787;
}

.footer-top {
    min-height: 160px;
    display: flex;
    align-items: center;
    background: #12b6e9;
    color: white;
    padding: 20px 80px;
    margin-bottom: 90px;
}

.footer-top h3 {
    font-size: 25px;
    font-weight: 300;
}

.footer-top .newsletter {
    width: 100%;
    position: relative;
    background: white;
}

.footer-top .row {
    width: 100%;
}

.footer-top .newsletter {
    width: 100%;
    position: relative;
    background: white;
    height: 70px;
    padding-right: 120px;
    border-radius: 6px;
    overflow: hidden;
}

.footer-top .newsletter input {
    width: 100%;
    height: 70px;
    background: none;
    outline: none;
    border: none;
    padding: 10px;
}

.footer-top .newsletter button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 70px;
    width: 120px;
    background: #ea7105;
    border: 2px solid #ea7105;
    color: white;
    font-size: 30px;
    transition: 0.5s;
}

.footer-top .newsletter button:hover {
    background: white;
    color: #ea7105;
}

footer.an-footer h5 {
    font-size: 20px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

footer.an-footer a {
    color: #848787;
}

footer.an-footer ul li {
    list-style: none;
    line-height: 45px;
}

footer.an-footer ul {
    padding: 0px;
}

.footer-contact-info a {
    display: flex;
    align-items: center;
}

.footer-contact-info a i {
    font-size: 25px;
    margin-right: 10px;
    color: #ea7105;
}

.an-footer hr {
    border-color: #848787;
}

footer.an-footer .footer-social {
    margin-top: 30px;
}

footer.an-footer .footer-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #3b5998;
    text-align: center;
    border-radius: 100%;
    margin: 5px;
    color: white;
    border: 2px solid #3b5998;
}

footer.an-footer .footer-social a:nth-child(2) {
    background: #0976b4;
    border: 2px solid #0976b4;
}

footer.an-footer .footer-social a:hover {
    background: none;
    transform: scale(0.8);
}

.copyright {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    color: white;
    background: #ea7105;
}

.copyright p {
    margin-bottom: 0px;
}

footer.an-footer h5::before {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 50px;
    left: 0px;
    background: #12b6e9;
}

footer.an-footer h5 {
    position: relative;
}

.footer-top .row {
    align-items: center;
}

.get-in.touch::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 50%;
    background-image: url(../images/form-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

section.get-in.touch {
    position: relative;
}

.get-in.touch::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 70%;
    background-image: url(../images/form-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1;
}

section.blog-section .container::before {
    content: "";
    position: absolute;
    right: calc(100% - 20px);
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 450px;
    background: url(../images/blog-vector.png) center;
    z-index: 1;
    background-size: contain;
}

section.blog-section .container {
    position: relative;
}

.banner.sub-banner {
    min-height: 690px;
    background-image: url(../images/sub-banner.png);
    background-size: cover;
}

.cybick-fix-section .primary-heading {
    color: deepskyblue;
}

section.machine-learning-sectio {
    padding: 125px 0px;
    text-align: center;
}

section.machine-learning-sectio .primary-heading {
    margin-bottom: 80px;
}

section.machine-learning-sectio .machine-wrap {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    padding: 30px;
}

section.machine-learning-sectio .machine-wrap img {
    max-width: 100%;
}

section.machine-learning-sectio .row .machine-wrap:nth-child(1) {
    border-right: 1px solid #dadada;
}

section.machine-learning-sectio .row .machine-wrap:nth-child(2) {
    border-right: 1px solid #dadada;
}

section.machine-learning-sectio .row .machine-wrap:nth-child(3) {
    border-right: 1px solid #dadada;
}

section.machine-learning-sectio .row:nth-child(3) {
    border-top: 1px solid #dadada;
}

section.machine-learning-sectio .row:nth-child(4) {
    border-top: 1px solid #dadada;
}

section.machine-learning-sectio .machine-wrap:hover {
    box-shadow: 0px 0px 30px 0px #cac8c8;
}

section.machine-learning-page-section {
    padding: 125px 0px;
    text-align: center;
}

section.machine-learning-page-section h2 {
    margin-bottom: 50px;
}

section.machine-learning-page-section .row {
    align-items: center;
    text-align: left;
    margin-top: 50px;
}

section.machine-learning-page-section img {
    max-width: 100%;
}

section.machine-learning-page-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

ul.before-dots {
    padding-left: 0px;
}

ul.before-dots li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #12b6e9;
    border-radius: 100%;
    left: 0px;
    top: 10px;
}

ul.before-dots li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}

section.who-we-do img {
    max-width: 100%;
}

section.who-we-do {
    padding: 70px 0px;
}

section.who-we-do p {
    font-size: 18px;
    margin-top: 30px;
}

section.who-we-do-section-2 .row {
    justify-content: center;
}

.primary-heading.center-h {
    text-align: center;
}

h2.primary-heading.white-h {
    color: white;
}

h2.primary-heading.white-h::before {
    background: white;
}

section.who-we-do-section-2 {
    padding-top: 250px;
    padding-bottom: 300px;
    margin-bottom: -200px;
    background-image: url(../images/who-sectio-2-bg.png);
    background-size: 100% 100%;
    color: white;
    text-align: center;
}

section.who-we-do-section-2 h2 {
    margin-bottom: 50px;
}

.why-cybick-wrap h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.why-cybick-wrap img {
    height: 80px;
    margin-bottom: 30px;
}

.why-cybick-wrap {
    padding: 30px;
}

.why-cybick-wrap {
    border-right: 1px solid hsla(0, 0%, 100%, 0.38);
}

.why-cybick-wrap:last-child {
    border: none;
}

section.who-we-do .row {
    align-items: center;
}

section.who-we-do .primary-heading::before {
    background: #12b6e9;
}

.an-navbar ul li>span a {
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 0px;
    background-color: transparent;
    display: inline-block;
    margin-left: 0px;
}

.an-navbar ul li>span a:hover {
    color: #ea7105 !important;
}

.an-navbar ul li:hover span {
    color: #ea7105 !important;
}

.an-navbar ul li>span {
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 0;
    padding-bottom: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
}

.an-navbar ul li a {
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 4px;
    display: inline-block;
    background-color: #ea7105;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    padding: 2px 12px;
    margin-left: 20px;
}

.an-navbar ul li {
    margin: 0px 30px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 2px solid #e1e0de;
    padding: 3px 0px 5px;
}

.an-navbar a:hover {
    color: white !important;
}

.an-navbar ul {
    padding: 0px;
    margin-bottom: 0px;
}


/*.an-navbar {
    background: linear-gradient(45deg, #011c4b, #004cb2);;
  width: 3000px;
  height: 3000px;
  border-radius: 50%;
  position: fixed;
  z-index: 8000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.001);
          transform: translateY(-50%) translateX(-50%) scale(0.001);
  opacity: 0;
}*/


/*.open-navbar {
    -webkit-animation: showMenu 1.5s cubic-bezier(0.02, 1.25, 1, 1) forwards;
            animation: showMenu 1.5s cubic-bezier(0.02, 1.25, 1, 1) forwards;
  }
  @-webkit-keyframes showMenu {
    0% {
      -webkit-transform: translateY(-50%) translateX(-50%) scale(0.001);
              transform: translateY(-50%) translateX(-50%) scale(0.001);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
              transform: translateY(-50%) translateX(-50%) scale(1);
      opacity: 1;
    }
  }
  .hideMenu {
    -webkit-animation: hideMenu 1.5s cubic-bezier(0.02, 1.25, 1, 1) forwards;
            animation: hideMenu 1.5s cubic-bezier(0.02, 1.25, 1, 1) forwards;
  }
  
  @-webkit-keyframes hideMenu {
    0% {
      -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
              transform: translateY(-50%) translateX(-50%) scale(1);
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-50%) translateX(-50%) scale(0.001);
              transform: translateY(-50%) translateX(-50%) scale(0.001);
      opacity: 0;
    }
  }

  .an-navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}*/


/*.an-navbar ul {
    opacity: 0;
}*/

.an-navbar.open-navbar ul {
    opacity: 0;
    display: block;
    -webkit-animation: navli .5s cubic-bezier(0.02, 1.25, 1, 1) forwards;
    animation: navli .5s cubic-bezier(0.02, 1.25, 1, 1) forwards;
    animation-delay: .5s;
}

.an-navbar.open-navbar ul li {
    opacity: 0;
    display: block;
    -webkit-animation: navli .5s cubic-bezier(0.02, 1.25, 1, 1) forwards;
    animation: navli .5s cubic-bezier(0.02, 1.25, 1, 1) forwards;
    animation-delay: .5s;
}

@-webkit-keyframes navli {
    0% {
        opacity: 0;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.section-caret {
    position: relative;
}

.section-caret::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 120%;
    top: -20%;
    background-size: 100% 100%;
}

.section-caret {
    position: relative;
}

.section-caret.caret-r::before {
    right: 0px;
}

.section-caret.caret-l::before {
    left: 0px;
}

.caret-1::before {
    background-image: url(../images/caret-1.png);
}

.caret-2::before {
    background-image: url(../images/caret-2.png);
}

.caret-3::before {
    background-image: url(../images/caret-3.png);
}

.caret-4::before {
    background-image: url(../images/caret-4.png);
}

.caret-5::before {
    background-image: url(../images/caret-5.png);
}

.caret-6::before {
    background-image: url(../images/caret-6.png);
}

section.who-we-do.ai-talent-section {
    position: relative;
    padding: 150px 0px;
}

.ai-talent-section img {
    position: absolute;
    right: 0px;
    top: 50%;
    height: auto;
    max-width: 50%!important;
    transform: translateY(-50%)
}

section.cybick-fix-section img {
    min-height: 700px;
    object-fit: cover;
    object-position: right;
}


/*===========================================Media Query============================*/

@media screen and (max-width: 1600px) {
    section.blog-section .container::before {
        height: 200px;
        background-repeat: no-repeat;
        background-position: right;
        width: 100px;
        left: 0px;
    }
}

@media screen and (max-width: 1500px) {
    section.banner {
        min-height: 900px;
    }
    .ds-rebort {
        position: absolute;
        right: -80px;
        bottom: 0px;
        height: 200px;
    }
    section.testimonial-section {
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
    }
    .get-touch-wrap::before {
        width: 150px;
        height: 230px;
        right: -70px;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {
    .banner.sub-banner {
        min-height: 590px;
    }
    section.blog-section .container::before {
        display: none;
    }
    section.testimonial-section .text-right {
        text-align: center!important;
    }
    .testimonial-slider p {
        font-size: 14px;
        line-height: 20px;
    }
    section.testimonial-section {
        padding-bottom: 50px;
    }
    section.testimonial-section {
        background: none;
    }
    section.dispurt-section {
        padding: 50px 0px;
        padding-bottom: 150px;
    }
    .ds-rebort {
        display: none;
    }
    section.cybick-fix-section p {
        font-size: 14px;
    }
    section.banner {
        min-height: 700px;
    }
    section.banner h1 {
        font-size: 30px;
    }
    section.banner p {
        font-size: 16px;
    }
    .prmary-btn.orange {
        font-size: 13px;
    }
    button.bar-icon {
        top: 70px;
    }
    .brand-logo {
        top: 70px;
    }
    .primary-heading {
        font-size: 30px
    }
    .hire-number {
        font-size: 50px;
        top: -6px;
    }
    .hire-item img {
        width: 50px;
    }
    .hire-item {
        padding: 10px;
        min-height: 370px;
    }
    .hire-item p {
        color: #6b6a67;
        font-size: 14px;
    }
    section.AI-section p {
        margin-top: 20px;
        font-size: 15px;
    }
    .about-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .footer-top {
        padding: 20px 20px;
    }
    .an-footer {
        background-position: top right;
        padding-bottom: 90px;
    }
    section.who-we-do p {
        font-size: 15px;
    }
    section.machine-learning-page-section p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .why-cybick-wrap {
        border: none;
        margin-bottom: 30px;
    }
    section.who-we-do-section-2 {
        padding-top: 50px;
        padding-bottom: 200px;
        margin-bottom: -200px;
        background-size: 100% 100%;
        color: white;
        text-align: center;
        background-color: #1c7cc7;
        background-image: none;
    }
}

@media screen and (max-width: 767px) {
    section.machine-learning-sectio .machine-wrap {
        border: none!important;
        border-bottom: 1px solid #dadada!important;
    }
    .section-caret:nth-child(even) .row {
        flex-direction: column-reverse;
    }
    .ai-talent-section img {
        position: relative;
        right: -33px;
        top: 0%;
        height: auto;
        max-width: 100%!important;
        transform: translateY(0%);
        width: 100%;
        order: 2;
    }
    section.who-we-do.ai-talent-section {
        display: flex;
        flex-direction: column;
        padding: 40px;
    }
    .section-caret::before {
        display: none;
    }
    section.who-we-do {
        padding: 20px 0px;
    }
    .an-navbar.open-navbar ul {
        width: 300px;
    }
    section.get-in.touch {
        padding: 50px 0px;
    }
    .get-touch-wrap {
        padding: 20px;
    }
    .get-touch-wrap::before {
        display: none;
    }
    .blog-img-wrap {
        order: 2;
    }
    .blog-content-wrap {
        order: 1;
    }
    .AI-section img {
        margin-top: 20px;
    }
    section.cybick-fix-section .row>div {
        padding: 20px;
        background: hsla(0, 0%, 0%, 0.8196078431372549);
        width: 96%;
        margin: auto;
    }
    section.AI-section {
        padding: 20px;
    }
    .hire-item {
        min-height: auto;
    }
    .hiring-second-wrap {
        margin-top: 0px;
    }
    section.blog-section {
        padding-bottom: 50px;
    }
    section.abou-section .row {
        margin-top: 0px;
    }
    .about-content {
        padding-top: 50px;
    }
    section.abou-section img {
        margin-top: 30px;
    }
    button.bar-icon {
        top: 10px;
        left: auto;
        right: 10px;
    }
    .brand-logo {
        top: 70px;
        right: 50%;
        transform: translateX(50%);
    }
}

.an-navbar {
    height: 100%;
    width: 450px;
    position: fixed;
    z-index: 99999;
    top: 0%;
    right: -450px;
    background-color: white;
    overflow-x: hidden;
    padding-top: 0px;
    transition: 0.5s;
}


/* The navigation menu links */


/*.an-navbar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}*/


/* When you mouse over the navigation links, change their color */

.an-navbar a:hover {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.an-navbar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .an-navbar {
        padding-top: 15px;
    }
    .an-navbar a {
        font-size: 18px;
    }
}

a.close-nav {
    display: block;
    width: 60px;
    height: 40px;
    background-color: #1c7cc7;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-left: auto;
    margin-right: 0px;
    font-size: 20px;
}

.an-navbar ul li>span::before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
    font-size: 22px;
    color: #ea7105;
}


/*.an-navbar ul li a::before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
    font-size: 22px;
    color: #ea7105;
}*/

.an-navbar ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.blue {
    color: #00bfff;
}

.cbHeading {
    font-size: 45px;
}

.sub-banner .bar-icon {
    display: none;
}

.video-section {
    margin: 50px 0px;
}