* {
    margin: 0;
    padding: 0;
    font-family: poppins-r;
}

/* font family */
@font-face {
    font-family: poppins-r;
    src: url(../Css/Font/Poppins-Regular.ttf);
}

/* global css */
.txt-ellipsis-2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-ellipsis-3 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

p {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.menulist li a {
    color: #000000;
    border-radius: 0.375rem;
    position: relative;
}

.top-auto {
    top: auto;
}

a {
    text-decoration: none;
}

.btn-tabbing {
    background: transparent !important;
    border: 0.063rem solid #ff7607 !important;
    color: #ff7607 !important;
    transition: 0.2s;
    border-radius: 0.375rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.btn-tabbing:hover {
    background: #ff7607 !important;
    border: 0.063rem solid #ff7607 !important;
    color: #ffffff !important;
}

.btn-tabbing.active {
    background: #ff7607 !important;
    border: 0.063rem solid #ff7607 !important;
    color: #ffffff !important;
    transition: 0.2s;
}

.btn-bx-size {
    background: #ff7607 !important;
    border: 0.063rem solid #ff7607 !important;
    color: #ffffff !important;
    transition: 0.2s;
}

.btn-bx-size:hover {
    background: transparent !important;
    border: 0.063rem solid #ff7607 !important;
    color: #ff7607 !important;
}

.btn-bx-size:hover i {
    color: #ff7607 !important;
}

.btn-bx-size::after {
    display: none !important;
}

.btn-bx-size-line {
    background: transparent !important;
    border: 0.063rem solid #ff7607 !important;
    color: #ff7607 !important;
    transition: 0.2s;
    border-radius: 0.375rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.btn-bx-size-line:hover {
    background: #ff7607 !important;
    border: 0.063rem solid #ff7607 !important;
    color: #ffffff !important;
}

.btn-bx-size-bg {
    background: #ffff !important;
    border: 0.063rem solid #ffffff !important;
    color: #000000 !important;
    transition: 0.2s;
    border-radius: 0.375rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.btn-bx-size-bg:hover {
    background: transparent !important;
    border: 0.063rem solid #ffffff !important;
    color: #ffffff !important;
}

.btn-bx-size-orange {
    background: #ff7607 !important;
    border: 0.063rem solid #ff7607 !important;
    color: #ffffff !important;
    transition: 0.2s;
    border-radius: 0.375rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.btn-bx-size-orange:hover {
    background: transparent !important;
    border: 0.063rem solid #ffffff !important;
    color: #ffffff !important;
}

.zindex-1 {
    z-index: 1;
}

.zindex {
    z-index: 999;
}

.bottom-img::after {
    content: "";
    background: url(../images/HomePage/Line.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    width: 100%;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    flex: 0 0 calc(100% / 4);
}

.top-head,
#menubar {
    transition: 0.2s;
}

.top-head-hide {
    opacity: 0;
    visibility: hidden;
    margin-top: -2.344rem;
}

.logo {
    width: 18rem;
}

.menu-active {
    font-weight: 600;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background: #ff7607;
    color: #ffffff;
}

.droprotate {
    transform: rotate(180deg);
}

.pointer {
    cursor: pointer;
}

.change-txt-orange {
    color: #ff7607;
    transition: 0.2s;
}

.change-txt-orange:hover {
    color: #ffffff;
}

.title-before,
.title-after {
    color: #000000;
}

.title-before::before,
.title-after::after,
.full-title-after::after,
.product-full-title-after::after {
    content: "";
    width: 0.313rem;
    top: -0.5rem;
    bottom: -0.5rem;
    background: #ff7607;
    position: absolute;
    left: -0.625rem;
}

.title-after::after {
    width: 3rem;
    position: unset;
    margin: auto;
    height: 0.25rem;
    display: block;
    margin-top: 0.5rem;
}

.full-title-after::after {
    margin: auto;
    height: 0.25rem;
    left: 0;
    right: 0;
    bottom: -1rem;
    top: unset;
    width: 100%;
    display: inline-block;
}

.product-full-title-after::after {
    margin: auto;
    height: 0.25rem;
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
    width: 100%;
    display: inline-block;
}

.title-down {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1.75rem;
}

.title-down-2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 3.8rem;
}

.graph-bx {
    background: #1D2C67;
    padding: 1.2rem;
    border-radius: 1.375rem 1.375rem 0 0;
    color: #ffffff;
    font-size: 1.2rem;
}

.graph-bx-1 {
    border-radius: 0 0 1.375rem 1.375rem;
}

.youtube-bx {
    background-image: linear-gradient(to right, #0E133F, transparent);
    padding: 1rem 1.25rem;
    color: #ffffff;
    font-size: 1.313rem;
    position: absolute;
    bottom: 0;
    left: 4%;
}

.stiky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0 0 10px 0 #0000002b;
}

.services-bx>img {
    max-height: 17.5rem;
    min-height: 17.5rem;
    border: 1px solid #dee2e6;
}
.services-top-title {
    background: url(../Images/ProductsServices/title-bg.jpg);
background-attachment: fixed;  
}
.footer-logo{
   max-width: 30rem; 
}
 .sub-footer{
    border-top: 1px solid #D9D9D9;
  }
  .social-media{
    font-size: 2.313rem;
    color: #0E133F;
    transition: 0.2s;
  }
  .social-media:hover{
    color: #ff7607;
  }
/* borders */
.border-white{
    border: 0.0625rem solid #ffffff;
}
.border-light-gray {
    border: 0.0625rem solid #B3B3B3;
}

.border-gray {
    border: 0.0625rem solid #D4D4D4;
}

.border-bottom-white {
    border-bottom: 0.063rem solid #ffffff;
}

/* border redius */
.rounded-left-right {
    border-radius: 0.375rem 0.375rem 0 0;
}

.rounded-top-left-1_125 {
    border-top-left-radius: 1.125rem !important;
}

.rounded-top-right-1_125 {
    border-top-right-radius: 1.125rem !important;
}

/* margins */
.mb-1_3rem {
    margin-bottom: 1.3rem;
}

.mb-1_75rem {
    margin-bottom: 1.75rem;
}

.mb-2_5rem {
    margin-bottom: 2.5rem;
}

.mb-6 {
    margin-bottom: 4rem;
}

.mt-0_5rem {
    margin-top: 0.5rem;
}

.mt-3_938rem {
    margin-top: 3.938rem;
}

.mt5625rem {
    margin-top: 5.5625rem;
}

.ml0_6rem {
    margin-left: 0.6rem;
}

/* padding */
.pt-5rem{
    padding-top: 5rem;
    }
    .pb-3_5rem{
        padding-bottom: 3.5rem;
        }
.p0_8rem {
    padding: 0.8rem;
}

.px2_2rem {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

.py-0_8rem {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.py-0_625rem {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-1rem {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-1_5rem {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-2_5rem {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-5rem {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* lineheights */
.lh1_1 {
    line-height: 1.1;
}

.lh1_2 {
    line-height: 1.2;
}

.lh2_2 {
    line-height: 2.2;
}
.lh38rem {
    line-height: 3.8rem;
}

/* background */
.bg-orange {
    background: #ff7607;
}

.bg-blue {
    background: #1D2C67;
}

.bg-gray {
    background: #FAFAFA;
}

/* color */
.txt-gray-color {
    color: #6C6C6C;
}

.txt-light-gray {
    color: #ECECEC;
}
.txt-blue{
    color: #1D2C67;
}

.txt-orange {
    color: #ff7607;
}

.txt-black {
    color: #000000 !important;
}

/* width */
.fit-width {
    width: -webkit-fill-available;
}

.w-0 {
    width: 0;
}

.w-90 {
    width: 90%;
}

.mx-w-9rem {
    max-width: 9rem;
}

.mx-w-17rem {
    max-width: 17rem;
}

/* height */
.h-90 {
    height: 90%;
}

.h-6rem {
    height: 6rem;
}

/* font size */
.fs-1_063rem {
    font-size: 1.063rem;
}

.fs-1_125rem {
    font-size: 1.125rem;
}

.fs-1_313rem {
    font-size: 1.313rem;
}

.fs-1_5rem {
    font-size: 1.5rem;
}

.fs-1_625rem {
    font-size: 1.625rem;
}

.fs-3_125rem {
    font-size: 3.125rem;
}

.fs-4_4rem {
    font-size: 4.4rem;
}

.fs-5rem {
    font-size: 5rem;
}

@media only screen and (min-width:992px) {
    .w-sm-100 {
        width: 100%;
    }

    .p-4rem {
        padding: 4rem;
    }

    .py-lg-5rem {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .border-right{
        border-right: 0.063rem solid #5f6ca0;
    }
}

@media only screen and (min-width:768px) {
    .w-md-70 {
        width: 70%;
    }
}

@media only screen and (min-width:992px) {
    .border-start-lg-0 {
        border-left: 0 !important;
    }

    .position-lg-relative {
        position: relative;
    }

    .bg-0 {
        background: transparent;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .d-lg-contents {
        display: contents;
    }

    .menu-active::after {
        margin-left: auto;
    }

    .visible-lg {
        visibility: visible;
    }

    .overflow-lg-visible {
        overflow: visible;
    }

    .bg-lg-orange {
        background: #ff7607;
    }

    .rounded-lg-0 {
        border-radius: 0;
    }

    .menu-active,
    .menu-active:hover,
    .menu-active:active,
    .menu-active:focus {
        color: #ff7607 !important;
    }

    .menu-active button,
    .menu-active:hover button,
    .menu-active:active button,
    .menu-active:focus button {
        color: #ff7607 !important;
    }

    .menu-active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -0.25rem;
        background: #ff7607;
        height: 0.219rem;
    }

}

@media only screen and (max-width:992px) {
    .mx-lg-max-0 {
        margin-left: 0;
        margin-right: 0;
    }
    
    .border-right{
        border-bottom: 0.063rem solid #5f6ca0;
    }

    .menu-active,
    .menu-active.active,
    .menu-active:hover,
    .menu-active:active,
    .menu-active:focus {
        background: #ff7607 !important;
        color: #ffffff !important;
    }

    .menu-active button,
    .menu-active.active button,
    .menu-active:hover button,
    .menu-active:active button,
    .menu-active:focus button {
        background: #ff7607 !important;
        color: #ffffff !important;
    }
    .pab-lg-0 {
        padding-bottom: 0;
    }
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #00263D;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* controls */

@media only screen and (min-width:992px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (max-width:992px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (max-width:576px) {
    html {
        font-size: 9px;
    }
}
@media only screen and (max-width:400px) {
    .footer{
        display: flex;
       flex-direction: column;
      }
      .footer .col-6{
        margin-bottom: 3rem !important;
        width: auto;
      }
}
