﻿/* General Styles */
.custom-heading {
    font-size: 50px;
}

.btn-style {
    background-color: #F4743B;
    font-weight: 800;
}
.menubar-padding{
    padding-top:10px;
}


.color-orange {
    color: #F4743B;
}
.back-color {
    background-color: #211f47;
}
.paragraph-style {
    color: #fff;
    font-weight: 500 !important;
    font-size: 25px !important;
}

.carousel-padding {
    padding: 80px 0;
}

.element-style {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.25s ease 0s;
    width: 9960px;
    padding-left: 200px;
    padding-right: 200px;
}

/* Portfolio Items */
.items-padding {
    margin-bottom: 20px;
    padding: 0 10px;
}

/* About Us */
.border-size {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

/* Parallax Area */
.area-style {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 58px;
}

.area-p {
    padding-left: 60px;
}


  /* End Index */
    .menu {
        padding-left: 0px;
        position: absolute;
        left: 0;
    }

.header-heading {
    font-size: 35px !important;
    color: #ff5b21 !important;
    padding-top:30px;
}
.col-md-4 {
    padding: 10px!important;
}

.border-top-box {
    border-top: 2px solid #666666;
    padding-top: 20px;
    position: relative;
}






/* Trusted */
.Trusted {
    padding-top: 30px;
    text-align: center;
}

.Trusted-RightHalfLine,
.Trusted-LeftHalfLine {
    display: inline-block;
    width: 25%;
    border-top: 1px solid black;
    margin-right: 2px;
}
.tab-scroll {
    font-size: 30px;
    color: #3f3f3f;
    padding: 25px;
}
.faq-paddig {
    padding-left: 60px  !important;
}

.logo-heading {
    display: inline-block;
}

.hr {
    border-top: 2px solid black;
    margin: 0;
}

/* Start Five-column Section */
h1 {
    color: #05164d;
}

h3 {
    color: #05164d;
}

h1 span {
    color: #666666;
}

p {
    font-size: 14px !important;
    line-height: 1.6;
    margin:5px !important;
}

.col-md-6,
.col-sm-4 {
    padding: 10px;
}

.col-sm-4 div, col-md-6 div {
    border-top: 2px solid #ff5b21;
    padding-top: 20px;
}
    
.span-line {
    border-top: 2px solid #ff5b21;
    padding-top: 20px;
}
.bottom-line {
    border-bottom: 0.5px solid black;
}

.box-link {
    display: block;
    margin-top: 20px;
}

    .box-link a {
        text-decoration: none;
        color: #ff5b21;
    }

        .box-link a .toggle-icon {
            float: right;
            color: #ff5b21;
        }
.styled-list {
    list-style-type: none;
    padding: 0;
}

    .styled-list li {
        display: inline-block;
        padding: 10px 20px;
        margin: 5px;
        text-decoration: none;
        border: 1px solid #ccc;
        border-radius: 15px;
        background-color: #f0f0f0;
        color: #333;
        transition: background-color 0.3s ease;
    }
/* Poster */
.background-section {
    background-color: #c15424;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.content-head.clr-white {
    font-size: 16px; /* Adjust the font size as needed */
}

.head-txt {
    max-width: 600px;
    padding-top: 50px;
}
.client-padding{
    padding-bottom:30px;
}
.model-padding{
    padding-bottom:20px;
}

    .head-txt h2,
    .head-txt p {
        color: white;
        font-size: 20px;
    }

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
}

.rounded {
    border-radius: 5px;
}

.text-white {
    color: white;
}

.button-rounded {
    border-radius: 5px;
}

.button-large {
    padding: 15px 30px;
    font-size: 18px;
}

.text-transform-none {
    text-transform: none;
}

.ls-0 {
    letter-spacing: 0;
}

.font-primary {
    font-family: Arial, sans-serif;
}

/* Six Col Section */
.text-center {
    text-align: center !important;
}

.border-top {
    border-top: 2px solid #ff5b21 !important;
    padding-top: 20px;
}

/* Inner Box In Two Col */
.Inerbox {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #3f3f3f;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.section-padding {
    padding-top: 30px;
}
.top{
    padding-top:50px;
    padding-bottom:10px;
}

.head-top{
    padding-top:20px !important;
}

.guide-top {
    padding-top: 50px;
}

.guide-top-2 {
    padding-top: 120px;
}

.guide-top-3 {
    padding-top: 110px;
}
.guide-top-4 {
    padding-top: 64px;
}
.guide-top-5 {
    padding-top: 76px;
}


.left-border{
    padding-left:60px !important;
}
.relative-right{
    padding-left:20px !important;
}
.guide-left{
    padding-left:30px !important;
}

.common-image{
    padding-top:60px !important;
}


.dark-theme-img {
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
}

    .dark-theme-img img {
        margin-right: 10px; /* Adjust the margin as needed */
    }

    .dark-theme-img h3 {
        margin: 0; /* Remove default margin */
    }
.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
}

h2,
h3 {
    margin-top: 0;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
    
    color: #05164d;
}

h3 {
    font-size:20px !important;
    margin-bottom: 0.5em;
}



/* Start Toggles */
.accordion-toggle {
    cursor: pointer;
    color: #ff5b21;
}

.padded-container {
    padding-left: 90px;
    padding-top: 100px;
}

.toggle-span {
    color: #ff5b21 !important;
    font-size: 20px;
}

.toggle-icon {
    float: right;
    color: #ff5b21 !important;
}

.accordion-content {
    display: none;
    font-size: 15px;
}

.toggle-p {
    margin-bottom: 5px;
}

/* Common Part */
/*.custom-list li span {
    color: #ff5b21;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ff5b21;
    margin-right: 5px;
    font-size: 20px;
   
}



.custom-list {
    list-style-type: none;
    font-size: 14px;
    padding-left: 40px !important;
}*/
.custom-list {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 10px;
}

    .custom-list li {
        font-size: 14px !important;
        line-height: 1.5;
       /* color: #333;*/
        padding-left: 20px;
        position: relative;
    }

        .custom-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.5em;
            width: 7px;
            height: 7px;
            background-color: #F4743B;
            border-radius: 50%;
        }

/* Guide Topic */
.col-md-9 {
    width: 700px;
    padding-top: 0px;
}

.large-font-list {
    font-size: 20px;
}

    .large-font-list li {
        margin-bottom: 10px;
    }

.tab-scroll-section h3 {
    color: #212121;
}

.h2-guide {
    font-size: 36px;
    line-height: 49px;
    font-weight: 600;
    color: #05164d;
    margin: 0 0 20px;
}

/* Hiring Models */
.section-container {
    height: auto !important;
}

.row {
    display: flex;
    align-items: start;
}

.col {
    float: left;
    width: 30%;
    margin-right: 2%;
    margin-left: 1%;
}

.box-container {
    padding: 10px;
    height:auto !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.dark-theme-img img {
    width: 64px;
    height: 61px;
}

.model-txt {
    color: white;
}



.content-box ul {
    padding-left: 20px;
}

.haring_text {
    font-size: 16px;
}

.box-inner {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height:400px;
}
.bg {
    background-color: #e9ecef;
}
.col-md-2 {
    display: flex;
    flex-direction: column;
    height:350px;
}
.box-inner-box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 600px;
}

/* FAQ */
.faq-section {
   
    height: auto;
}

.faq-h2 {
    color: #ff5b21;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.head-txt {
    text-align: center;
    margin-bottom: 30px;
}

    .head-txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

.faq-span {
    font-size: 20px;
}

.faq-outer {
    margin-top: 30px;
}

    .faq-outer > div {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid black;
    }

        .faq-outer > div span:first-of-type {
            color: #ff5b21;
            display: inline-block;
            margin-bottom: 10px;
        }

        .faq-outer > div span:last-of-type {
            cursor: pointer;
            font-size: 20px;
            text-align: right;
            margin-left: 20px;
            color: #F4743B;
            padding-left: 80px;
        }

        .faq-outer > div .content {
            display: block;
            font-size: 15px;
        }

.faq-list {
    font-size: 16px !important;
    list-style:none  !important;
}

.faq-outer > div .content p {
    margin-bottom: 5px;
}

.faq-outer > div .content ul {
    list-style-type: disc;
    padding-left: 20px;
}

    

        .faq-outer > div .content ul li strong {
            font-weight: bold;
        }
.faq-outer > div .content ul li {
    margin-bottom: 5px;
}
.faq-list {
    font-size: 20px;
    list-style: none !important; /* Remove default bullets */
}

.faq-outer > div .content ul li {
    position: relative; /* Position relative to allow ::before pseudo-element */
    margin-bottom: 5px;
}

    .faq-outer > div .content ul li::before {
        content: "\2022";
        color: #F4743B;
        font-size: 1.9em;
        position: absolute;
        left: -0.7em;
        top: -0.4em;
        margin-right: -2.5em;
        margin-right: -2.5em;
    }

.faq-bullet {
    flex: 1;
    margin-left: 65px !important ;
}


/* Client Feedback */
.feedback-item {
    background-color: #c15424;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    margin: 0 20px 20px;
    margin-bottom: 20px;
    color: #fff;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px !important;
}
    .feedback-item p {
        font-size: 18px !important; /* Adjust the font size as needed */
    }
.feedback-section {
    height: 500px;
    padding: 50px;
}

/* Related Services */
.services-heading {
    color: #ff5b21;
    padding-bottom:20px !important;
    padding-left:20px !important;
}

.tags-outer {
    display: flex;
    flex-wrap: wrap;
    padding-top:15px !important;
}

.service-tag {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    background-color: #f0f0f0;
    color: #333;
    transition: background-color 0.3s ease;
}

    .service-tag:hover {
        background-color: #e0e0e0;
    }

    .toggle-top{
        padding-top:10px !important;
    }


.col-md-4 {
    width: 33.3333%;
    padding: 15px;
    box-sizing: border-box;
}

.bg-image {
    width: 419.6px;
    height: 202px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .bg-image img {
        width: 100%;
        transition: transform 0.3s ease;
    }

    .bg-image:hover img {
        transform: scale(1.1);
    }

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.top-50 {
    top: 50%;
}

.bottom-0 {
    bottom: 0;
}

.start-50 {
    left: 50%;
}

.translate-middle-x {
    transform: translateX(-50%);
}

.translate-middle {
    transform: translate(-50%, -50%);
}

.m-0 {
    margin: 0;
}

.content-box-num {
    border-top: 2px solid #ff5b21;
    padding-top: 20px;
    position: relative;
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.top-right-box {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    padding-top: 0px !important;
}

.guide-li{
    text-indent:-21px !important;
    padding-left:10px;
}

.guide-li-2 {
    text-indent: -18px !important;
    padding-left: 10px;
}

.guide-li-3 {
    text-indent: -18px !important;
    padding-left: 10px;
}

.date-box {
    background-color: #ccc;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
    @media (max-width: 768px) {
        .custom-heading {
            font-size: 30px;
        }
       

        .toggle-top {
            padding-top: 170px !important;
        }

        .btn-style {
            font-size: 14px;
            padding: 8px 16px;
        }

        .paragraph-style {
            font-size: 18px !important;
        }

        .carousel-padding {
            padding: 40px 0;
        }

        .text-center {
            text-align: center !important;
        }

        .element-style {
            width: auto;
            padding-left: 20px;
            padding-right: 20px;
        }

        .items-padding {
            padding: 0 5px;
        }

        .area-style {
            font-size: 28px;
            line-height: 40px;
        }

        .area-p {
            padding-left: 20px;
        }

        .header-heading {
            font-size: 24px !important;
        }

        .Trusted-RightHalfLine,
        .Trusted-LeftHalfLine {
            width: 20%;
        }

        h1,
        h3 {
            font-size: 18px;
        }

        p {
            font-size: 16px;
            line-height: 1.4;
        }

        .col-md-6,
        .col-sm-4 {
            padding: 5px;
        }

        .background-section {
            height: auto;
            padding: 20px;

        }

        .head-txt {
            padding-top: 20px;
        }

        .btn {
            padding: 8px 16px;
            font-size: 14px;
        }

        .button-large {
            padding: 10px 20px;
            font-size: 16px;
        }

        .Inerbox {
            font-size: 18px;
            line-height: 25px;
        }

        .row {
            flex-direction: column;
        }

        .col-md-6 {
            max-width: 100%;
        }

        .image-wrap {
            height: 400px;
        }

        .padded-container {
            padding-left: 20px;
            padding-top: 50px;
        }

        .accordion-content {
            font-size: 14px;
        }
        .custom-list {
            list-style-type: none;
            
            font-size: 14px;
            padding-left: 40px !important;
        }

        .large-font-list {
            font-size: 18px;
        }

        .tab-scroll-section h3 {
            font-size: 24px;
        }

        .section-container {
            height: auto;
        }

        .col {
            width: 100%;
            margin: 10px 0;
        }

        .box-container {
            height: auto;
        }

        .faq-section {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .head-txt h2 {
            font-size: 28px;
        }

        .faq-span {
            font-size: 20px;
        }

        .faq-outer > div span:last-of-type {
            padding-left: 10px;
        }

        .feedback-item {
            background-color: #3E357B;
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
            color: #fff;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .feedback-section {
            height: auto;
        }

        .service-tag {
            padding: 8px 16px;
            font-size: 14px;
        }

        .ug-heading {
            font-size: 20px;
        }

        .text-center {
            text-align: center;
        }

        .description {
            font-size: 16px;
        }

        .subheading {
            font-size: 18px;
        }
        .box-inner {
            border: 1px solid #ccc;
            padding: 20px;
            background-color: #f9f9f9;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            height: 400px;
        }

        .bg {
            background-color: #e9ecef;
        }

        .col-md-2 {
            display: flex;
            flex-direction: column;
            height: 350px;
        }

        .box-inner-box {
            border: 1px solid #ccc;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            height: 600px;
        }
        .top {
            padding-top: 30px;
            padding-bottom: 10px;
        }

        /* Header Styles for Mobile */
        .header {
            padding: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

            .header .logo {
                width: 100px;
                margin-bottom: 10px;
            }

            .header .nav {
                width: 100%;
                display: flex;
                justify-content: space-around;
                flex-wrap: wrap;
            }

                .header .nav a {
                    font-size: 16px;
                    padding: 10px;
                }

                    .header .nav a:hover {
                        background-color: #f0f0f0;
                        border-radius: 5px;
                    }

        #footer {
            text-align: center;
            padding: 30px 0; /* Add padding for spacing */
        }

        .widget {
            text-align: center; /* Center align contents */
        }

            .widget img {
                max-width: 100%; /* Ensure the image fits within the container */
                height: auto; /* Maintain aspect ratio */
            }

        .menu {
            padding-left: 0px;
            position: absolute;
            left: 0;
        }
        .col-md-4 {
            padding: 10px !important;
            width: 390px;
        }


    }
.guide-p {
    margin-bottom: 5px !important;
}
.single-line {
    display: inline;
}
.pt {
    padding-top: 30px;
    padding-top: 25px;
}
.margin-b {
    margin-bottom: 10px;
}

