/*
Theme Name: my theme
Theme URI:
Description: A custom WordPress theme converted from HTML template
Version: 1.0
Author:
Author URI:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-theme
*/

/*=== pre css part start ===*/
* {
    margin: 0;
    padding: 0;
    outline: 0;

}

ul,
li,
a {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

/*=== pre css part end ===*/


/*=== navbar part start ===*/
.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 76px;
    height: auto;
}

active {
    color: #FB5455 !important;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #325779;
    font-weight: 600;
    padding: 5px 30px;
    transition: 0.2s linear;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FB5455;
}

.laga_btn {
    font-size: 16px;
    margin-left: 30px;
    color: #FB5455;
    border: #FB5455 !important;
    border: 1px solid #FB5455 !important;
    transition: 0.2s linear;
}

.laga_btn:hover {
    background: #FB5455;
    color: white;
}

/*=== navbar part end ===*/

/*=== banner part start ===*/
#banner_part {
    background: #325779;
    padding: 150px 0 150px 0;
}

.banner_txt h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}

.banner_txt p {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.banner_txt h5 {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.banner_btn {
    padding: 40px 0;
}

.banner_btn a {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #FB5455;
    border: #FB5455 !important;
    border: 1.5px solid #FB5455 !important;
    transition: 0.2s linear;
    padding: 10px 20px;
    transition: 0.2s linear all;
}

.banner_btn a:hover {
    background: #FB5455;
    color: white;
}

.banner_img {
    text-align: right;
    border-bottom: 0.2px solid rgba(251, 84, 85, 0.67);
    border-right: 0.2px solid rgba(251, 84, 85, 0.67);
    box-shadow: 10px 10px #f0f8ff21;
}

.icon_box {
    padding: 20px 0;
}

.icon_box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.icon_item i {
    color: #FB5455;
}

.icon_item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: all 0.3s ease;
    color: white;
}

/*=== banner part end ===*/

/*=== addressing_common part start ===*/
#addressing_common {
    background: #f9f9f9;
    padding: 100px 0 80px 0;
}

.addressing_common_title {
    text-align: center;
    padding-bottom: 100px;
}

.addressing_common_title h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    position: relative;
    display: inline-block;
    color: #325779;
}

.addressing_common_title h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #FB5455;
}

.left_txt_box h4 {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

.right_txt_box i {
    color: #FB5455;
    font-size: 20px;
    font-weight: 600;
    padding-right: 5px;
}

.right_txt_box li {
    padding-bottom: 15px;
    font-weight: 600;
    color: #333333;
}

.small_bottom_txt {
    padding-top: 40px;
    text-align: center;
}

/*=== addressing_common part end ===*/

/*=== solutions part start ===*/

#solutions {
    padding: 80px 0;
}

.solution_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.card-body {
    background: #fff;
    border-radius: 4px;
    transition: 0.4s linear all;
}

.card-body:hover {
    border: 1px solid #FB5455;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.card-title {
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    color: #325779;
}

.service_box {
    margin-bottom: 25px;
    box-sizing: border-box;
    height: 250px;
    width: auto;
    box-sizing: content-box;
    background-color: white;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.service_box:hover {
    border: 1px solid #FB5455;
}

.service_title_box h5 {
    padding-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    color: #325779;
}

.service_title_box ul li {
    color: #000;
    padding: 6px 0;
    font-size: 14px;
}

/*=== solutions part end ===*/

/*=== why_choose part start ===*/
#why_choose {
    background: #f9f9f9;
    padding: 80px 0;
}

.why_choose_iteam {
    padding: 25px 0;
    display: flex;
}

.why_choose_iteam i {
    padding-right: 15px;
    color: #FB5455;
    font-size: 1.5rem;
}

.why_iteam_txt h4 {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    color: #325779;
}

.why_iteam_txt p {
    color: #333;
    padding-top: 10px;
    font-size: 16px;
}

/*=== why_choose part end ===*/

/*=== review part start ===*/
#review {
    padding: 80px 0;
}

.review-box {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.review_txt {
    font-family: "Open Sans", sans-serif;
}

.review-box {
    height: 250px;
    width: auto;
    box-sizing: border-box;
    transition: 0.2s linear all;
}

.review-box:hover {
    border-bottom: 1.5px solid #FB5455;
}

.review_txt span {
    color: #333333;
    font-weight: bold;
}

.review_star {
    padding: 20px 0 10px 0;
    ;
}

.review_star i {
    color: goldenrod;
}

/*=== review part end ===*/

/*=== faq part start ===*/
#faq-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    font-family: "Open Sans", sans-serif;
}

.faq-section {}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    background-color: white;
}

.faq-question {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.faq-question i {
    color: #FB5455;
    transition: all 0.3s ease;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 500px;
}

/*=== faq part end ===*/

/*=== contact part start ===*/
#contact {
    font-family: "Open Sans", sans-serif;
    padding: 80px 0;
}

.contactForm {}


.form_box {
    background: #f9f9f9;
    padding: 25px;
}

.touch_box {
    font-family: "Open Sans", sans-serif;
    color: #325779;
}

.touch_box h4 {
    font-weight: bold;
    padding-bottom: 25px;
}

.touch_box ul li i {
    color: #FB5455;
    font-size: 1.2rem;
    width: 30px;
}

.touch_box ul li {
    color: #333333;
    padding: 10px 0;

}

.contact-form {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.form-control:focus {
    outline: none;
    border-color: #FB5455;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.submit-btn {
    font-family: "Open Sans", sans-serif;
    background-color: #FB5455;
    color: white;
    width: 100%;
    transition: 0.2s linear;
}

.submit-btn:hover {
    color: white;
}

/*=== faq part end ===*/

/*=== fotter part start ===*/

#fotter {
    background: #325779;
    padding: 0 0 50px 0;
}

.copyright {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ccc;
    font-size: 0.9rem;
}

/*=== fotter part end ===*/
