#services {
    color: #4285F4!important;
    font-weight: 800!important;
}
.header .container-fluid,.header .row {
    height: 100%;
}
.header .col-md-6 {
    z-index: 9;
    position: relative;
}
.header .bg-white {
    padding: 4px 6px 1px!important;
}
.header .header-top {
    margin-top: -60px;
}
.header img,svg {
    width: 55%!important;
}
.header .ps-5 {
    padding-left: 10rem!important;
}
.header .fs-1 {
    font-size: 45px!important;
}
#top-navbar .child {
    /* transform: rotate(90deg); */
    margin-top: -280px;
}
#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;
}
.about-background a.button {
    padding: 10px 20px;
    font-size: 16px;
}
.about-background .arrow {
    color: #ffffff!important;
    background-color: #E84336!important;
    border-radius: 6px;
}
.about-background .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;
}
.about-background .arrow:hover::after {
    animation: slide1 1s ease-in-out infinite;
}
.about-background p, #crafting p, #chooses .carousel-item p, #strategies .owl-slide h6 {
    text-indent: 6rem;
    text-align: justify;
}
@keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(10px, 0);
    }
}
.about-background .fb-about {
    width: 90%;
}
.craft-background .top-card {
    height: 300px;
    width: 300px;
    background-color: #F7FAFF;
    z-index: -1;
    /* margin-right: -72px; */
}
.craft-background .btm-card {
    margin-top: -190px;
}
.craft-background .fs-1 {
    font-size: 2.1rem!important;
}
#industries h3 {
    color:#202D63;
}
.industries-background {
    background-image: linear-gradient(to bottom, #244189, #1f397c, #1a316f, #152963, #0f2257);
}
#industries .card:hover {
    /* border: 1px solid #CFD8F9!important; */
    box-shadow: rgb(135 196 255 / 20%) 0px 8px 24px;
    transform: scale(1.02);
}
#industries .card {
    transition: 0.3s;
    height: 90%;
}
.cirtri {
    gap: 1rem;
}
#strategies .owl-slide {
    width: 83%!important;
}
#strategies h3 {
    color: #202D63;
}
#strategies .card {
    box-shadow: -1px 1px 10px #ff000026;
}
#industries #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: 12px;
    height: 6px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #FBBC05;
    transform: rotate(34deg);
}
#industries #triangle,
#industries #triangle::before {
      display: block;
      box-sizing: border-box;
      border-right: 3px solid transparent
}
#industries #triangle::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 16px;
    border-left: 1px solid #FBBC05;
    border-top: 1px solid #FBBC05;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -2px;
    bottom: -10px;
}
#industries #circle {
    height: 13px;
    width: 15px;
    border-color: white;
    border: 1px solid #ffffff;
    background: none;
    border-radius: 50%;
}
#industries .circle {
    border-radius: 50%;
    border: none;
    height: 90px;
    width: 90px;
    margin: 1rem;
}
#industries .dots {
    width: 23%;
    transition: 0.6s;
}
#industries .top-img {
    position: absolute;
    width: 95%;
    justify-content: space-around;
    transition: 0.6s;
}
#industries .svg_f {
    z-index: 1;
    position: relative;
}
#industries .circle img {
    width: 80%;
    height: 80%;
}
#industries .dsg {
    opacity: 0;
    transition: 0.5s;
}
#industries .card {
    transition: 0.5s;
}
#industries .card:hover {
    .dsg {
        opacity: 1;
    }
    .top-img {
        justify-content: space-between;
    }
}
#strategies .owl-nav {
    display: none;
}
@media (min-width: 1900px) and (max-width: 2000px){
    #industries .dots {
        width: 13%;
        transition: 0.6s;
    }
    #strategies .owl-slide {
        width: 88%!important;
    }
}
@media (min-width: 1700px) and (max-width: 2000px){
    .header {
        height: 650px!important;
    }
    .header .fs-1 {
        font-size: 76px!important;
    }
    .header h3 {
        font-size: 38px!important;
    }
    .about-background a.button {
        font-size: 25px!important;
    }
    #crafting .fb-craft {
        width: 65%!important;
    }

}
@media (min-width: 1400px) and (max-width: 1700px){
    #industries .dots {
        width: 21%!important;
    }
}
@media (max-width: 1024px){
    #about-us .col-md-6 {
        width: 100%;
    }
    #about-us .fb-about {
        width: 70%;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    #industries .w-75 {
        width: 95%!important;
    }
    #industries .card h5 {
        padding-top: 1rem;
    }
    #strategies .round {
        width: 75%;
    }
}
@media (min-width: 700px) and (max-width: 990px){
    .header .fs-1 {
        font-size: 36px!important;
    }
    .header .ps-5 {
        padding-left: 5rem!important;
    }
    .header h1 {
        font-size: 2.3rem!important;
    }
    .top-header .child {
        margin-top: -150px!important;
    }
    .header img, svg {
        width: 85%!important;
    }
    .header .ps-4 {
        padding-left: 0rem!important;
    }
    #industries .p-5, #strategies .p-5 {
        padding: 1rem!important;
    }
    #industries .col-md-4 {
        width: 50%!important;
    }
    #crafting .p-5 {
        padding: 0.5rem!important;
    }
    #strategies .owl-dots {
        display: none;
    }
    #strategies .me-5 {
        margin-right: 1rem!important;
    }
    #strategies .ms-5 {
        margin-left: 1rem!important;
    }
    #strategies .owl-slide .card {
        background-repeat: no-repeat!important;
        background-position: top;
    }
    #strategies .pe-5 {
        padding-right: 0rem!important;
    }
    #strategies img, #crafting img {
        width: 75%!important;
    }
    #strategies .owl-slide {
        width: 80%!important;
    }
    #crafting .col-md-6, #strategies .col-md-6, #strategies h1 {
        width: 100%!important;
    }
    #crafting .w-100 {
        width: 75%!important;
    }
    #crafting h3, #crafting h1 {
        text-align: center;
    }
    #industries .m-5 {
        margin: 1rem!important;
    }
    #industries .dots {
        width: 22%;
    }
    #industries #circle {
        width: 23px;
    }
}
@media (min-width: 600px) and (max-width: 712px){
    .header .ps-5 {
        padding-left: 2rem!important;
    }
    .header img, svg {
        width: 90%!important;
    }
    #top-navbar .child {
        display: none;
    }
    .about-background a.button {
        font-size: 14px;
    }
    .top-card {
        margin-top: -30px!important;
        margin-left: -30px!important;
    }
}
@media (max-width: 600px){
    .header {
        height: 650px!important;
        background-repeat: no-repeat!important;
        background-size: cover!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 .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: -285px!important;
    }
    .cirtri {
        gap: 0rem;
      }
    #about-us {
        margin-top: -120px;
    }
    #about-us .mb-5 {
        margin-bottom: 1.5rem!important;
    }
    #crafting img {
        width: 75%!important;
    }
    #crafting h1 {
        font-size: 22px!important;
        line-height: 1.5;
    }
    #industries #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: 12px;
        height: 6px;
        border-left: 1px solid transparent;
        border-bottom: 1px solid #FBBC05;
        transform: rotate(34deg);
    }
    #industries #triangle,
    #industries #triangle::before {
        display: block;
        box-sizing: border-box;
        border-right: 3px solid transparent
    }
    #industries #triangle::before {
        content: "";
        position: absolute;
        width: 14px;
        height: 16px;
        border-left: 1px solid #FBBC05;
        border-top: 1px solid #FBBC05;
        border-bottom: 3px solid transparent;
        transform: rotate(45deg) skew(10deg,10deg);
        left: -2px;
        bottom: -10px;
    }
    #industries #circle {
        height: 13px;
        width: 22px;
        margin-left: 10px;
        border-color: white;
        border: 1px solid #ffffff;
        background: none;
        border-radius: 50%;
    }
    #industries .card h5 {
        padding-top: 20px;
    }
    #industries .dots {
        width: 22%;
    }
    #industries .m-5 {
        margin: 1rem!important;
    }
    #strategies .p-5, #industries .p-5 {
        padding: 0.5rem!important;
    }
    #strategies h1 {
        font-size: 18px!important;
        line-height: 1.5!important;
        width: 100%!important;
    }
    #strategies .nxt .card, #strategies .prev .card {
        display: flex!important;
    }
    #strategies .pe-5 {
        padding-right: 0rem!important;
    }
    #strategies .owl-slide .card {
        background-repeat: no-repeat!important;
        background-position: center;
    }
    #strategies .mb-4 {
        margin-bottom: 0.5rem!important;
    }
    #strategies .me-5 {
        margin-right: 0.5rem!important;
        margin-left: 0.5rem;
    }
    #strategies .m-3 {
        margin: 0.2rem!important;
    }
    #strategies .prev .card {
        margin-right: -15px!important;
        z-index: 9!important;
    }
    #strategies .nxt .card {
        margin-left: -17px!important;
        z-index: 9!important;
    }
    #strategies .owl-slide {
        width: 87%!important;
    }
    #industries .w-75 {
        width: 100%!important;
    }
    .choose-background {
        height: 60%;
    }
    .choose-background::after {
        height: 40%;
    }
    #industries .px-5 {
        padding-right: 0rem!important;
        padding-left: 0rem!important;
    }
}