@import url("https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&family=Poppins: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&display=swap"); body {
    font-family: Poppins, sans-serif;
    color: rgb(28, 28, 28);
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif !important;
    color: rgb(0, 0, 0);
}

span {
    font-family: Poppins, sans-serif !important;
}

p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
}

section.bnr {
    padding: 0px;
}

img {
    max-width: 100%;
}

section {
    padding: 60px 0px;
}

.text-justify {
    text-align: justify;
}

.fs-15px {
    font-size: 15px;
}

.fs-18px {
    font-size: 18px;
}

.main-table li {
    line-height: 28px;
}

.bg-1 {
    background-color: rgb(214, 166, 92);
}

.cl-1 {
    color: rgb(203, 147, 93);
}

.bg-2 {
    background-color: rgb(21, 40, 51);
}

ul li {
    font-family: Poppins, sans-serif !important;
    font-size: 15px;
}

.header-btn2 {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 11px 30px;
    transition: 0.4s;
    border-radius: 30px;
    position: relative;
    margin-top: 24px;
    z-index: 1;
    margin-right: 20px;
    font-family: Poppins, sans-serif !important;
}

.header-btn2 span {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    transition: 0.4s;
    line-height: 0px;
    text-align: center;
    padding: 5px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    position: relative;
    left: 10px;
    top: 0px;
    font-family: Poppins, sans-serif !important;
}

.header-btn2:hover {
    transition: 0.4s;
    transform: translateY(-5px);
    color: rgb(255, 255, 255);
}

.sub-heading {
    font-size: 18px;
    font-weight: 600;
}

#header {
    padding: 3px 0px;
    width: 100%;
    position: absolute;
    transition: 0.5s;
    z-index: 9999999;
}

#header .head-img {
    position: relative;
    padding: 15px 0px;
}

.dropdown-toggle {
    position: relative;
}

.nav-item ul li .dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 10px;
}

.navbar.bg-light {
    background-color: transparent !important;
    height: 100%;
}

.nav-link {
    font-weight: 400;
    color: rgb(255, 255, 255);
    padding: 6px !important;
}

.nav-fill {
    width: 100%;
    font-size: 15px;
}

.navbar-brand {
    margin: 0px;
}

.nav-item {
    position: relative;
}

.nav-link:focus, .nav-link:hover {
    color: rgb(225, 222, 222);
}

@media (max-width: 1170px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1px;
        padding-left: 1px;
    }
}

@media (max-width: 767px) {
    .team_sec {
        margin-bottom: 20px;
    }

    .navbar-collapse {
        margin-top: 5px;
        background-color: rgb(0, 0, 0) !important;
    }

    .navbar-toggler {
        background: rgb(238, 238, 238);
    }

    .navbar.navbar-expand-md {
        text-align: center;
    }

    .navbar.navbar-expand-md .container-fluid {
        display: block;
        padding: 0px;
    }

    .nav-fill .nav-item, .nav-fill > .nav-link {
        text-align: left;
    }

    .navbar-nav > li {
        display: block;
        text-align: left;
        padding: 4px 0px;
        border-bottom: 1px solid rgb(153, 153, 153);
        border-right: 0px;
    }

    .nav-item ul li .dropdown-toggle::after {
        transform: rotate(90deg);
    }

    .nav-item .nav-link.dropdown-toggle::after {
        position: absolute;
        right: 5px;
        top: 15px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.bnr-sec .bnr_img::after {
    content: "";
    background: linear-gradient(300deg, rgba(21, 40, 51, 0.62) 0%, rgba(21, 40, 51, 0.6) 44%, rgba(0, 0, 0, 0.64) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-content h4 {
    color: rgb(203, 147, 93);
    font-weight: 400;
    position: relative;
    margin: 0px 0px 25px;
}

.banner-content h4::after {
    position: absolute;
    content: "";
    background: rgb(203, 147, 93);
    height: 1px;
    width: 150px;
    left: 0px;
    bottom: -10px;
}

.banner-content h2 {
    font-size: 68px;
    line-height: 72px;
    letter-spacing: 0px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin: 0px 0px 30px;
}

.header-btn1 {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 11px 30px;
    transition: 0.4s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.header-btn1 span {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    transition: 0.4s;
    line-height: 0px;
    text-align: center;
    padding: 5px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    position: relative;
    left: 8px;
    top: 0px;
}

.header-btn1:hover {
    transition: 0.4s;
    transform: translateY(-5px);
    color: rgb(0, 0, 0);
}

.carousel-caption {
    top: 36%;
}

.abt_btm {
    transform: translateY(-50px);
    bottom: 90px;
    padding: 30px;
    box-shadow: rgb(165, 162, 162) 1px 1px 5px;
    border-radius: 4px;
}

.abt_btm .one {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 52px;
    padding: 20px 0 30px 0;
}

.abt_btm .two {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.background-cl {
    position: absolute;
    content: "";
    left: -40px;
    z-index: -1;
    top: -50px;
    width: 150px;
    height: 150px;
    background-color: rgb(199, 156, 88);
    border-radius: 100%;
    padding: 5px;
}

.abt_btm:hover .background-cl {
    left: -50px;
    top: -50px;
    transition: 0.2s linear;
}

.about_cont img {
    width: 70px;
    margin-bottom: 20px;
}

.about_cont .fa.fa-phone {
    font-size: 16px;
    margin-right: 12px;
}

.divider-style-03.divider-style-03-03 {
    border-top: 4px double;
    color: rgb(199, 156, 88);
}

.pt-50px h5 {
    color: rgb(0, 0, 0);
    font-size: 22px;
}

.pt-50px h5 span {
    font-weight: 600;
}

.abt-btm-sec {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.abt-btm-sec span {
    font-weight: 600;
}

.team-social ul li {
    display: inline-block;
}

.team-social ul li a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    background: rgb(203, 147, 93);
    border-radius: 50%;
    font-size: 15px;
}

.small-icon a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    margin: 2px;
}

.team_sec {
    background-color: rgb(255, 255, 255);
}

.team_sec:hover {
    background-color: rgb(246, 243, 239);
    transition: 0.2s linear;
}

.p-10 {
    padding: 8% !important;
}

.contact {
}

.contact_lft {
    animation: 3s ease 0s infinite alternate none running mover;
    z-index: 8;
    position: relative !important;
}

@keyframes mover {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.contact_lft_sec h2 {
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    font-size: 38px;
}

.contact_lft_sec span {
    font-size: 18px;
    font-weight: 400;
    color: black;
}

.dotted_img {
    bottom: -10px;
    right: -48px;
    z-index: 2;
}

.case1-section-area {
    position: relative;
    z-index: 1;
    padding: 70px 0px;
}

.case1-section-area .cs_case_study_1_list {
    display: flex;
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0px 8px;
    border-radius: 5px;
    height: 420px;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
    min-height: 400px;
}

.case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 {
    flex: 1 1 0%;
}

.case1-section-area .cs_case_study.cs_style_1 {
    height: 700px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.case1-section-area .cs_case_study_thumb {
    background-image: url("./Image/case-img1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.8);
}

.case1-section-area .cs_case_study_thumb2 {
    background-image: url("./Image/case-img2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.8);
}

.case1-section-area .cs_case_study_thumb3 {
    background-image: url("./Image/case-img3.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.8);
}

.case1-section-area .cs_case_study_thumb4 {
    background-image: url("./Image/case-img4.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.8);
}

.case1-section-area .cs_case_study_thumb5 {
    background-image: url("./Image/case-img5.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.8);
}

.case1-section-area .cs_case_study_thumb6 {
    background-image: url("./Image/case-img6.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.8);
}

.case1-section-area .cs_case_study_thumb7 {
    background-image: url("/Image/case-img7.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-header-area {
    margin-bottom: 25px;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1:hover {
    flex: 3 1 0%;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1:hover .content-area1 {
    display: none;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1:hover .content-area {
    opacity: 1;
    left: 0px;
}

.case1-section-area .content-area1 {
    position: absolute;
    transform: rotate(-90deg);
    width: 290px;
    height: auto;
    left: -80px;
    bottom: 162px;
    transition: 0.4s;
    font-weight: 600;
    opacity: 1;
}

.case1-section-area .content-area1 a {
    font-size: 17px;
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    display: inline-block;
    text-transform: capitalize;
    transition: 0.4s;
    width: 100%;
}

.case1-section-area .content-area {
    position: absolute;
    z-index: 1;
    transition: 0.4s;
    padding: 0px 24px 24px;
    bottom: 0px;
    left: -100%;
    opacity: 0;
}

.case1-section-area .content-area a {
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    display: inline-block;
    text-transform: capitalize;
    transition: 0.4s;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
}

.case1-section-area .content-area p {
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    transition: 0.4s;
    font-size: 15px;
}

.footer {
    background-color: rgb(21, 40, 51);
    padding-top: 60px;
}

.footer ul {
    padding: 0px;
    list-style: none;
}

.footer ul li {
    margin-bottom: 0px;
    line-height: 32px;
}

.footer ul li a {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.top {
    position: fixed;
    right: 18px;
    bottom: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(203, 147, 93);
    width: 50px;
    height: 49px;
    line-height: 49px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top.scll-top {
    opacity: 1;
    transition: 0.5s ease-in;
    bottom: 56px;
}

.top .fa {
    display: block !important;
}

@media screen and (max-width: 568px) {
    .dotted_img {
        display: none;
    }

    .service-rgt {
        display: none !important;
    }

    .services_lft {
        padding: 20px;
    }
}

.container-fluid.inner-pg {
    padding: 0px;
}

.inner-pg .tp-img {
    position: relative;
}

.tp-img img {
    width: 100%;
    height: 400px;
    filter: brightness(0.9);
}

.inner-pg .tp-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(17, 17, 17), transparent);
    z-index: 1;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

.inner-pg .innr-pg-heading {
    position: absolute;
    color: rgb(255, 255, 255);
    top: 200px;
    z-index: 9;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

.team-icons {
    display: flex;
    justify-content: center;
}

.team-icons a {
    color: rgb(21, 40, 51) !important;
}

.team-inr-box a {
    color: rgb(0, 0, 0);
}

.team-inr-box {
    padding: 30px;
}

.team-inr-box h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: inherit;
    text-align: center;
    padding-top: 60px;
}

.team-inr-box p {
    font-size: 14px;
    text-align: center !important;
}

.team-inr-content p {
    text-align: justify;
}

.team-inr-box img {
    background-color: rgb(255, 255, 255);
    transition: transform 0.2s;
}

.team-inr-box img:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transform: scale(1.2);
}

.team-p {
    text-align: center !important;
}

.table-responsive {
    padding: 0px !important;
}

#HeaderControl {
    position: absolute;
    float: left;
    left: 0px;
    top: 40px;
    right: inherit;
    transition: 0.5s;
    z-index: 997;
    background: transparent;
}

#MenuControl {
    position: absolute;
    float: right;
    left: inherit;
    top: 40px;
    right: 0px;
    transition: 0.5s;
    z-index: 997;
    background: transparent;
}

#MenuControl_C {
    background-color: transparent !important;
}

.about p {
    line-height: 26px;
    font-size: 15px;
}

.otherpagecss #RadDockZone1.container {
    max-width: 100% !important;
}

.main-table p {
    text-align: left;
    font-size: 15px;
    line-height: 26px;
}

.main-table ul li {
    text-align: left;
    font-size: 15px;
    line-height: 26px;
}

.main-table {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: rgb(9, 10, 11);
    text-align: justify;
}

.head-center {
    display: flex;
    justify-content: center;
}

#MenuControl .rdCenter, #HeaderControl .rdCenter {
    background: transparent !important;
}

#HeaderControl {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 30%;
    z-index: 9;
    border-bottom: 1px solid rgb(80, 79, 79);
}

#MenuControl {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 70%;
    border-bottom: 1px solid rgb(80, 79, 79);
}

@media (max-width: 767px) {
    #header img {
        margin: inherit;
    }

    #HeaderControl, #MenuControl {
        position: static;
        background: rgb(28, 28, 28);
        width: 100%;
    }
}

.navbar-toggler {
    background: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
    .navbar {
        background-color: rgb(0, 0, 0);
    }

    #widgetsControl {
        height: auto;
    }

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        justify-content: center;
    }

    .bnr_img img {
        height: auto;
    }
}

.bnr_img img {
    filter: brightness(0.9);
}

.cont_detail {
    margin-top: -6px;
}

.innr_cnt .cont_icon {
    background-color: rgb(62, 135, 17);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 70px;
    padding-top: 0px;
    position: relative;
}

.innr_cnt .cont_icon::after {
    position: absolute;
    content: "";
    right: 0px;
    height: 11px;
    width: 100%;
    top: -11px;
    z-index: 1;
    transition: 0.5s;
    background-color: rgb(62, 135, 17);
    transform: scale(1, 1.2);
}

.innr_cnt .cont_icon::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 60px;
    border-width: 0px 13px 12px 0px;
    border-style: solid;
    border-top-color: rgb(62, 135, 17);
    border-bottom-color: rgb(62, 135, 17);
    display: block;
    transition: 0.4s;
    opacity: 0.7;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.innr_cnt .cont_icon .fa {
    color: rgb(255, 255, 255);
    font-size: 30px;
}

.innr_cnt {
    position: relative;
}

.innr_cnt::after {
    transform: scaleX(0);
    transition: transform 800ms ease-in-out;
    position: absolute;
    content: "";
    border-bottom: 5px solid rgb(62, 135, 17);
    height: 1px;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.innr_cnt:hover::after {
    transform: scaleX(1);
    border-bottom-color: rgb(62, 135, 17);
}

.innr_cnt:hover .cont_icon .fa {
    transform: rotateY(180deg);
    transition: 0.3s;
}

.contact-us {
    padding-left: 20px;
    line-height: 24px;
}

.map-cont {
    margin-top: 10px;
    width: 56%;
    float: left;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
    padding: 10px 0px;
}

.map-cont img {
    max-width: 100%;
}

.bx-rht-cont {
    width: 40%;
    float: left;
    margin-left: 3%;
    text-align: left;
}

.bx-rht-cont a {
    cursor: pointer;
}

.bx-rht-cont h2 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.bx-rht-cont p {
    margin-bottom: 0px;
}

.brn-off {
    width: 31%;
    padding: 1% 1% 0px;
    float: left;
}

.cont-page h3 {
    margin: 0px 0px 8px;
    font-size: 18px;
}

.cont-page p {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 24px !important;
}

.feature-box-content {
    font-family: Poppins, sans-serif;
}

.cont-heading {
    margin: 0px 0px 8px;
    font-size: 15px;
    text-transform: uppercase;
    background: rgb(96, 53, 92);
    padding: 9px 10px;
    color: rgb(255, 255, 255);
}

.head-bx {
    float: left;
    width: 50%;
}

.contd-bx {
    float: left;
    width: 50%;
}

.brn-bx h2 {
    text-align: center;
}

.map-cont img {
    max-width: 100%;
}

.cont-page .st-feature-box {
    background: rgb(19, 19, 19);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: rgb(255, 255, 255);
}

.cont-page .feature-box-image {
    margin-top: 13px;
}

.brnh-off p {
    margin-bottom: 2px;
}

.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 0px;
}

.st-custom-heading-layout2 .st-heading-title > span {
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: rgb(17, 67, 102);
    margin: 0px;
}

.st-feature-box {
    padding-left: 75px;
    position: relative;
    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: rgb(17, 17, 17);
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 60px;
    transition: 0.3s;
}

.st-feature-box h3 {
    color: rgb(255, 255, 255);
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.cont-soc img {
    margin-right: 5px;
}

.cont-page h2 {
    font-weight: bold;
    color: rgb(17, 17, 17);
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 10px;
}

.cont-page h2 span {
    color: rgb(17, 17, 17);
    font-weight: normal;
    font-size: 18px;
}

.cont-page h5 {
    color: rgb(34, 34, 34);
    font-size: 19px;
    margin-bottom: 25px;
}

.cont-page h2 span {
    color: rgb(17, 17, 17);
    font-weight: normal;
    font-size: 18px;
}

.cont-page {
    text-align: left;
    font-family: arial;
    font-size: 14px;
}

.team_img {
    border: 2px solid rgb(209, 211, 212);
    border-radius: 50%;
}

.otherpagecss #RadDockZone1.container {
    max-width: 100%;
}

.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table {
    margin-top: 0px !important;
}

.innr-pg-bnnr {
    width: 100%;
    background-size: cover;
    min-height: 160px;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innr-pg-bnnr::after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(300deg, rgb(21, 40, 51) 0%, rgb(21, 40, 51), rgb(203, 147, 93) 100%);
}

.main-table.innr-pg {
    padding-bottom: 50px;
}

.innr-pg-bnnr h1 {
    color: rgb(255, 255, 255);
    text-align: start;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.innr-pg-bnnr h1::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0px;
    right: 0px;
    width: 100px;
    height: 4px;
    border-radius: 2px;
    background: rgb(255, 255, 255);
}

.inner-pages ul, .innr-pg ul {
    padding: 0px;
    margin-bottom: 0px;
}

.inner-pages li, .innr-pg li {
    position: relative;
    list-style: none;
    padding-left: 30px;
}

.inner-pages li::before, .innr-pg li::before {
    content: "?";
    position: absolute;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 30px;
    left: 7px;
    top: -2px;
    color: rgb(162, 213, 242);
}

.innr-pg-bnnr .fa {
    font-size: 20px;
}

.innr-pg-bnnr a {
    font-size: 15px;
}

#FooterrControl1_tr_hitCounter {
    color: rgb(255, 255, 255) !important;
}

.dropdown-item {
    font-size: 15px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgb(8, 58, 131) !important;
    color: rgb(255, 255, 255);
}

.dropdown-menu > li > a:hover::after {
    text-decoration: underline;
    transform: rotate(180deg);
}

.dropend .dropdown-menu {
    top: 0px;
    right: 100% !important;
    left: auto !important;
}

.dropdown-menu[data-bs-popper] {
    border-radius: 0px !important;
}

.main-table .sub-heading {
    font-size: 18px;
    font-weight: 600;
}

#header_top {
    background-color: rgb(33, 32, 38);
    height: 90px;
}

@media screen and (max-width: 992px) {
    #widgetsControl, #widgetsControl_C {
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {
    #header_top {
        display: none !important;
    }
}

@media screen and (max-width: 552px) {
    .abt_btm {
        transform: translateY(-50px);
        bottom: 50px;
    }
}

#widgetsControl, #widgetsControl_C {
    height: auto !important;
}

.services-section {
    position: relative;
    background-color: rgb(21, 40, 51);
}

.services-section .inner-container {
    position: relative;
    z-index: 10;
}

.services-block {
    position: relative;
    margin-bottom: 30px;
}

.services-block .inner-box {
    position: relative;
    padding: 35px 28px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
}

.services-block .inner-box .content {
    position: relative;
    padding-left: 65px;
}

.services-block .inner-box .content .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(27, 37, 35);
    font-size: 45px;
    display: inline-block;
    transition: 600ms;
}

.services-block .inner-box:hover .content .icon {
    color: rgb(203, 147, 93);
    transform: scale(-1) rotate(180deg);
}

.services-block .inner-box h4 {
    position: relative;
    color: rgb(0, 0, 0);
    margin: 0 0 10px 0;
}

.services-block .inner-box h4 a {
    position: relative;
    color: rgb(0, 0, 0);
    transition: 500ms;
    font-size: 20px;
    line-height: 1.45;
    margin: 0 0 20px 0;
}

.services-block .inner-box:hover h4 a {
    color: rgb(203, 147, 93);
}

.services-block .inner-box .content .text {
    margin-bottom: 14px;
    line-height: 25px;
    font-size: 14px;
}

.services-block .inner-box .arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 65px;
    height: 48px;
    z-index: 1;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 48px;
    text-align: center;
}

.services-block .inner-box .arrow::after {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    width: 82px;
    height: 82px;
    z-index: -1;
    border-radius: 50%;
    background-color: rgb(203, 147, 93);
    transition: 500ms;
}

.services-block .inner-box:hover .arrow::after {
    background-color: rgb(27, 37, 35);
}

.services-block .inner-box .fix_line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}


.enquiry .form-control {padding: 12px 15px;}
.enquiry input[type='button'] { background: #000; padding: 12px 27px; border-radius: 5px}

center #form1 #HeaderControl, center #form1 #MenuControl { position: relative; background: #212026; margin: -10px 0 0 0}
#HomepagecontentControl { margin: 10px 0 0 0}