#services {
    color: #4285F4!important;
    font-weight: 800!important;
}
.header .container-fluid,.header .row {
    height: 100%;
}
.header .header-top {
    margin-top: 3rem;
}
.header .col-md-6 {
    z-index: 9;
    position: relative;
}
.header img, svg {
    z-index: 1;
    position: relative;
    width: 53%!important;
}
.header .circle {
    background-image: linear-gradient(to left top, #4674e7, #476ce1, #4965db, #4b5dd5, #4d55cf);
    height: 21rem;
    width: 25%!important;
    position:absolute;
    opacity: 0.4;
}
.header .ps-5 {
    padding-left: 10rem!important;
}
.header h1 {
    margin-top: 2rem;
}
.header .fs-1 {
    font-size: 45px!important;
}
.header .lh-lg {
    line-height: 1.6!important;
}
#top-navbar .child {
    /* transform: rotate(90deg); */
    margin-top: -185px;
}
#top-navbar .firstline {
    border: 1px solid #ccc;
    /* transform: rotate(180deg); */
    height: 62px;
    margin-top: 4px;
    width: 1px;
    opacity: 0.5;
    margin-left: 9px!important;
}
#top-navbar .scroll {
    writing-mode: vertical-lr;
}

#top-navbar a.button, .craft-background a.button {
    padding: 10px 20px;
    font-size: 16px;
    display: table-cell;
}
#top-navbar .arrow, #about-us .arrow, #strategies .arrow {
    color: #ffffff!important;
}
#about-us .arrow, #strategies .arrow {
    background-color: #E84336!important;
    padding: 0.7rem;
    border-radius: 6px;
}
#top-navbar .arrow::after, #about-us .arrow::after, #strategies .arrow::after {
    display: inline-block;
    padding-left: 8px;
    content: "\0279E";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
#top-navbar .arrow:hover::after, #about-us .arrow:hover::after, #strategies .arrow:hover::after {
    animation: slide1 1s ease-in-out infinite;
}
@keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(10px, 0);
    }
}
#marketing {
    background-color: #F7FAFF;
}
#marketing hr {
    margin: 0 0 1rem!important;
    color: #FBBC05!important;
    border-width: 3px!important;
    /* border-top: var(--bs-border-width) solid; */
    opacity: 1!important;
    width: 5%!important;
}
#marketing .lh-lg, #about-us p  {
    text-indent: 7rem;
    text-align: justify;
}
#about-us .brand-about {
    width: 90%;
}
#benefit .container-fluid {
    padding-bottom: 137px!important;
}
#web_develop .background {
    position: relative;
    margin-top: -94px;
    overflow: hidden;
}
#web_develop .background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: white;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: scaleX(2);
    z-index: -1;
}
#web_develop h1, #web_develop h4 {
    color:#172569;
}
#web_develop .active {
    background-color:#F1F7FF;
    border-width: 0 0 0 5px!important;
    border-image: linear-gradient(to bottom, #5082ff, #597ce9, #4965db, #4b5dd5, #4d55cf) 1;
    border-radius: 0;
}
#web_develop .inactive {
    background-color: #FAFCFF;
    border: none;
}
.accordion {
    --bs-accordion-bg: #FAFCFF;
}
.accordion-body {
    padding: 0 10px 5px 20px!important;
}
.accordion-button {
    padding: 15px 20px 5px!important;
}
.accordion-button:not(.collapsed), .accordion-body {
    background-color: #F1F7FF;
    box-shadow: none;
}
#web_develop .inactive .web-img, #web_develop .active .display {
    display: none!important;
}
#web_develop .active .web-img {
    display: block!important;
    width: 20%;
}
#web_develop .display .w-25 {
    width: 15%!important;
}
#web_develop .text-muted {
    color: #807e7e!important;
    font-size: 14px!important;
}
#web_develop .inactive .display {
    display: contents!important;
}
#web_develop .row {
    overflow: visible!important;
}
#web_develop .web-img {
    box-shadow: 0px 3px 15px #4285F433;
}
#strategies button {
    background: none!important;
    border: none!important;
}
#strategies .branding-img {
    width: 70%;
}
#strategies .owl-nav {
    position: absolute;
    bottom: 75px;
    display: flex;
    justify-content: end;
    width: 90%;
    z-index: 9;
}
#strategies .carousel-dots {
    z-index: 9;
    position: relative;
}
#strategies .brand-carousel h6 {
    text-align: justify;
}
#strategies .carousel-dots .dot {
    color: darkgray;
    cursor: pointer;
} 
#strategies .carousel-dots  .active {
    color: #ffffff;
}
#strategies .carousel-dots  .dot:hover {
    color: #ffffff;
}
#strategies .owl-carousel .owl-nav, #strategies .owl-carousel .owl-dots, #benefit .owl-carousel .owl-nav, #benefit .owl-carousel .owl-dots {
    display: none;
}
#benefit .cirtri {
    gap: 5rem;
}
#benefit .card p, #chooses .carousel-item p {
    text-indent: 5rem;
    text-align: justify;
}
#benefit #triangle {
    /* width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #f1ad0a;
    border-bottom: 10px solid transparent; */
    position: relative;
    transform: scale(var(--ggs,1));
    width: 19px;
    height: 17px;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #FBBC05;
    transform: rotate(34deg);
}
#benefit #triangle, #benefit #triangle::before {
    display: block;
    box-sizing: border-box;
    border-right: 3px solid transparent
}
#benefit #triangle::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-left: 1px solid #FBBC05;
    border-top: 1px solid #FBBC05;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -2px;
    bottom: -9px;
}
#benefit #circle {
    height: 15px;
    width: 15px;
    border: 1px solid #4ca5e7;
    background: none;
    border-radius: 50%;
}
#benefit .card {
    height: 90%;
}
#benefit .card:hover {
    box-shadow: rgb(142 198 255 / 20%) 0px 8px 24px;
    transform: scale(1.02);
}
@media (min-width: 1700px) and (max-width: 2000px){
    .header {
        height: 580px!important;
    }
    .header .fs-1 {
        font-size: 60px!important;
    }
    .header p {
        font-size: 30px!important;
    }
    .header img, svg {
        width: 49%!important;
    }
    #benefit .card p {
        text-align: left;
    }
}
@media (max-width: 1024px){
    #about-us .brand-about {
        width: 70%;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    #about-us .col-md-6 {
        width: 100%;
    }
    #strategies .carousel-dots::-webkit-scrollbar {
        width: 0px;
        height: 1px;
    }
    #strategies .owl-nav {
        bottom: 12px;
    }
    #benefit .card p::-webkit-scrollbar {
        width: 1px;
        height: 0px;
    }
}
@media (min-width: 600px) and (max-width: 990px){
    .header .fs-1 {
        font-size: 36px!important;
    }
    .header .ps-5 {
        padding-left: 5rem!important;
    }
    .header .ms-5 {
        margin-left: 0rem!important;
    }
    .header img, svg {
        width: 80%!important;
    }
    #about-us .p-5, #strategies .p-5, #web_develop .p-5 {
        padding: 2rem 1rem!important;
    }
    #benefit .p-5 {
        padding: 2rem 1rem 6rem 1rem!important;
    }
    #benefit .m-5 {
        margin: 0.5rem!important;
    }
    #benefit .card p {
        text-align: left;
    }
    #strategies .carousel-dots {
        text-wrap: nowrap;
        overflow: scroll;
        justify-content: start!important;
    }
    #benefit .card p {
        height: 300px;
        overflow: scroll;
    }
    #web_develop .active .web-img {
        border-radius: 12px!important;
    }
    #benefit .card p {
        text-indent: 1rem;
        line-height: 1.7!important;
    }
    #benefit .card h5 {
        font-size: 18px!important;
        padding-top: 1rem;
    }
}
@media (min-width: 712px) and (max-width: 990px){
    #chooses .owl-dots {
        text-align: end!important;
        margin-top: -55px!important;
    }
}
@media (min-width: 600px) and (max-width: 712px){
    #chooses .owl-dots {
        text-align: end!important;
        margin-top: -39px!important;
    }
}
@media (max-width: 600px){
    .header {
        height: 570px!important;
    }
    .header img, svg {
        width: 73%!important;
    }
    .header .mt-5 {
        margin-top: 0rem!important;
    }
    .essential-background::after {
        background: none!important;
    }
    .header .header-img {
        text-align: center;
    }
    .header .fs-1 {
        margin-top: 7rem;
        font-size: 40px!important;
    }
    .header .ps-5 {
        padding-left: 1rem!important;
    }
    .header .lh-lg {
        line-height: 1.3!important;
    }
    .header .align-self-end {
        align-self: start!important;
    }
    .header .child .ms-5 {
        margin-left: 0rem!important;
    }
    .child .ms-5 {
        margin-left: 2rem!important;
        padding-right: 2.5rem!important;
    }
    .child {
        margin-top: -195px!important;
    }
    .header .header-top {
        margin-top: 0rem!important;
    }
    #about-us .p-5, #web_develop .p-5 {
        padding: 0.5rem!important;
    }
    #strategies .p-5 {
        padding: 1rem 1rem!important;
    }
    #strategies .carousel-dots {
        text-wrap: nowrap;
        overflow: scroll;
        justify-content: start!important;
    }
    #strategies .branding-img {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #strategies .carousel-dots {
        padding-bottom: 1rem;
    }
    #strategies .carousel-dots::-webkit-scrollbar {
        width: 0px;
        height: 1px;
    }
    #strategies .owl-nav {
        bottom: 50px;
    }
    #benefit .cirtri {
        gap: 0rem;
    }
    #benefit #circle {
        width: 29px;
    }
    #benefit .m-5 {
        margin: 2rem!important;
    }
    #web_develop .w-75 {
        width: 100%!important;
    }
    #web_develop .active .web-img {
        border-radius: 12px!important;
    }
    #web_develop .background {
        position: relative;
        margin-top: -31px;
        overflow: hidden;
        padding-top: 50px;
    }
    #web_develop .background:before {
        transform: scaleX(3);
    }
    #benefit .p-5 {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem!important;
    }
}