@import url(./variable.css);

.upper-header {
    padding: 15px 0;
    background-color: var(--black-color);
    color: var(--white-color)
}

.upper-header a {
    color: var(--white-color)
}

.upper-header .upper-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.upper-header .upper-header-container .social-icons ul {
    display: flex;
    align-items: center;
    gap: 15px
}

.upper-header .upper-header-container .contact span {
    font-weight: 500;
    font-size: 14px
}

header nav .navbar-brand img {
    width: 180px
}

header nav .navbar-collapse ul li a {
    color: var(--black-color);
    font-weight: 600;
    font-family: var(--secondary-font);
    font-size: 17px;
    text-transform: capitalize
}

header nav .navbar-collapse ul li {
    margin: 0 10px
}

header nav .navbar-collapse .dropdown-menu {
    border: none
}

header nav .navbar-collapse .dropdown-menu li {
    padding: 5px
}

header nav .navbar-collapse .dropdown-menu li a {
    font-family: var(--primary-font)
}

header nav .navbar-collapse .dropdown:hover .dropdown-menu {
    display: block
}

header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--white-color)
}

.slick-slide-1 {
    background-image: linear-gradient(#070b3b61, #070b3b), url('../img/banner/banner-5.webp')
}

.slick-slide-2 {
    background-image: linear-gradient(#070b3b61, #070b3b), url('../img/banner/banner-6.webp')
}

.slick-slide-3 {
    background-image: linear-gradient(#070b3b61, #070b3b), url('../img/banner/banner-4.webp')
}

.slick-slider {
    position: relative;
    z-index: 1;
    height: auto
}

.slick-slide {
    position: relative;
    z-index: 1;
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.slick-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    opacity: .5
}

.banner .slick-slide .content {
    position: absolute;
    color: #fff;
    top: 10%;
    left: 5%
}

.banner .slick-slide .content h3 {
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 80px 0
}

.banner .slick-slide .content span {
    background-color: var(--white-color);
    color: var(--primary-color);
    padding: 10px 30px;
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 500
}

.banner .slick-slide .content .c-btn {
    padding: 15px 35px
}

.banner .slick-slide .content .get-quote {
    background-color: var(--secondary-color);
    font-weight: 600
}

.about-us .text-side .sub-heading {
    font-size: 48px;
    margin: 10px 0;
    font-weight: 400
}

.about-us .text-side .card-main .card-column {
    margin: 10px 0
}

.about-us .text-side .card-main .card-column {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .2)
}

.about-us .text-side .card-main .card-column p {
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 16px
}

.about-us .text-side .card-main .card-column i {
    font-size: 20px
}

.about-us .text-side .para-1,
.para-2 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .5px;
    word-spacing: 1px;
    line-height: 27px;
    margin: 10px 0
}

.about-us .text-side .para-2 {
    font-weight: 400;
    color: var(--light-text)
}

.about-us .img-side img {
    border-bottom: 1px solid var(--black-color);
    padding-bottom: 20px
}

.about-us .img-side .btn-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0
}

.about-us .img-side .btn-section .c-btn {
    padding: 15px 40px
}

.about-us .img-side .btn-section .call-us-section {
    display: flex;
    gap: 20px;
    align-items: center
}

.about-us .img-side .btn-section .call-us-section i {
    padding: 20px;
    border: 1px solid var(--light-text);
    border-radius: 100px;
    color: var(--primary-color)
}

.about-us .img-side .btn-section .call-us-section .number p {
    font-size: 20px;
    margin: 3px 0;
    font-weight: 500;
}

.about-us .img-side .btn-section .call-us-section .number p a {
    color: var(--black-color);
    font-weight: 500
}

.counter-section {
    position: relative
}

.counter-section .pattern {
    position: absolute;
    z-index: 7;
    width: 82px;
    left: 48px;
    bottom: 49px
}

.counter-section .row {
    padding: 30px 0
}

.counter-section .card {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0;
    border-right: 1px solid var(--light-text)
}

.counter-section .card img {
    width: 80px;
    margin: 10px 0
}

.counter-section .card .card-title {
    margin: 10px 0;
    font-weight: 600;
    font-size:28px;
}

.counter-section .card .card-text {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize
}

.counter-section .last {
    border-right: 0
}

.services-section .row {
    padding: 80px 0
}

.services-section .heading-section {
    justify-content: center
}

.services-section .heading-section h2 {
    color: var(--light-text);
    font-weight: 500;
    font-size: 28px
}

.services-section .sub-heading {
    text-align: center;
    font-weight: 700;
    font-size: 40px
}

.services-section .desktop-mode .card {
    margin-top: 60px
}

.services-section .card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 50px 15px 20px;
    border: 1px solid var(--light-text);
    transition: all .3s ease-in-out
}

.services-section .card:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: transparent
}

.services-section .card:hover i {
    background-color: var(--white-color);
    color: #070b3b;
    border: transparent
}

.services-section .card:hover .card-text {
    color: var(--white-color)
}

.services-section .card:hover .upper-icons {
    background-color: var(--primary-color);
    border: transparent
}

.services-section .card .upper-icons {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 1px solid var(--light-text);
    display: flex;
    align-items: center;
    background-color: var(--white-color);
    justify-content: center;
    top: -40px
}

.services-section .card .upper-icons img {
    width: 50px
}

.services-section .card i {
    padding: 20px;
    border: 1px solid var(--light-text);
    border-radius: 100px;
    color: var(--primary-color);
    font-size: 20px;
    margin: 10px 0
}

.services-section .card .card-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .4px;
    margin: 10px 0
}

.services-section .card .card-text {
    font-weight: 400;
    color: var(--light-text);
    margin: 10px 0;
    font-size: 16px
}

.faq .container-fluid {
    padding-right: 0
}

.faq .heading-section h2 {
    color: var(--light-text);
    font-size: 28px;
    font-weight: 500;
}

.faq .sub-heading {
    font-size: 48px;
    margin: 10px 0;
    font-weight: 400;
    line-height: 55px
}

.faq .accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: transparent;
    box-shadow: none;
    font-weight: 500
}

.faq .accordion .accordion-body p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify
}

.faq .accordion-button:focus {
    z-index: 3;
    border-color: var(--light-text);
    outline: 0;
    box-shadow: none
}

.faq button {
    border: 1px solid var(--light-text);
    font-weight: 500;
    font-size: 17px
}

.faq .accordion-button:after {
    background-image: url('../img/faq/arrow-down.avif')
}

.faq .accordion-item {
    margin: 15px 0
}

.faq .accordion {
    margin: 30px 0 0
}

.faq .accordion-collapse {
    border: 1px solid rgba(0, 0, 0, .2)
}

.bg-conatct-section {
    padding: 80px 0
}

.bg-conatct-section {
    background-image: linear-gradient(#070b3b61, #070b3b), url('../img/bg-contact-section/bg-img.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-conatct-section .text-content {
    text-align: center;
    color: var(--white-color)
}

.bg-conatct-section .text-content p {
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0
}

.bg-conatct-section .text-content h4 {
    font-size: 58px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: capitalize;
    margin-bottom: 40px
}

.bg-conatct-section .text-content .c-btn {
    background-color: var(--white-color);
    color: var(--primary-color);
    padding: 15px 40px
}

.Features .heading-section h3 {
    color: var(--light-text)
}

.Features .sub-heading {
    font-size: 50px;
    margin-top: 20px;
    font-weight: 700;
    line-height: 60px
}

.Features .card {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.Features .card img {
    width: 60px
}

.Features .card h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0
}

.Collaborate {
    position: relative;
    background-image: url('../img/bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #070b3b
}

.Collaborate .heading-section h3 {
    color: var(--white-color)
}

.Collaborate .sub-heading {
    font-weight: 700;
    font-size: 25px;
    margin: 10px 0;
    color: var(--white-color)
}

.Collaborate .sub-heading span {
    color: var(--secondary-color)
}

.Collaborate .card {
    border: none;
    height: 200px
}

.Collaborate .card .upper-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0
}

.Collaborate .card p {
    color: var(--light-text);
    font-size: 16px;
    letter-spacing: .4px;
    word-spacing: 1px
}

.Collaborate .card .upper-section img {
    width: 18px
}

.Collaborate .card .upper-section span {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.Collaborate .bottom-row {
    margin: 20px 0
}

.Collaborate .bottom-row .text {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.Collaborate .bottom-row .text a i {
    padding: 8px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
    font-size: 15px
}

.Collaborate .bottom-row .text a {
    font-weight: 600;
    font-size: 18px;
    color: var(--white-color)
}

.Collaborate .bottom-row .text .c-btn {
    color: var(--white-color);
    padding: 12px 50px
}

.Customer-feedback .row {
    justify-content: center;
    align-items: center
}

.Customer-feedback .heading-section h3 {
    color: var(--light-text)
}

.Customer-feedback .sub-heading {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 30px
}

.Customer-feedback .c-btn {
    padding: 15px 50px
}

.Customer-feedback .item p {
    font-size: 16px;
    color: var(--light-text);
    letter-spacing: .5px;
    word-spacing: 1px
}

.Customer-feedback .item .clinet-name {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px
}

.Customer-feedback .item h5 {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600
}

.Get-In-Touch .row {
    border-left: 5px solid var(--white-color);
    padding-left: 5px
}

.Get-In-Touch {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 70px 30px
}

.Get-In-Touch .text {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.Get-In-Touch .text .text-content h4 {
    font-weight: 600;
    font-size: 25px;
    margin: 10px 0
}

.Get-In-Touch .text .text-content p {
    font-size: 17px;
    margin: 10px 0 0
}

.Get-In-Touch .text .c-btn {
    background-color: var(--white-color);
    color: var(--primary-color);
    font-weight: 500;
    padding: 12px 50px
}

.Our-Employees .heading-section h2 {
    color: var(--light-text);
    font-size: 28px;
    font-weight: 500;
}

.Our-Employees .sub-heading {
    font-size: 30px;
    font-weight: 700
}

.Our-Employees .para {
    margin: 10px 0 0;
    color: var(--light-text);
    font-size: 16px
}
.Our-Employees .quotes{
    font-size: 16px;
    font-weight: 500;
}

.Our-Employees .card {
    border: transparent;
    background: 0 0;
    text-align: center;
    position: relative
}

.Our-Employees .card .card-title {
    margin: 5px 0;
    font-weight: 600;
    font-size: 20px;
    color: #070b3b
}

.Our-Employees .card .card-text {
    margin: 5px 0;
    color: var(--light-text);
    font-size: 17px;
    font-weight: 500
}

.Our-Employees .card .social-icons {
    position: absolute;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 15px;
    opacity: 0;
    transition: all .3s ease-in-out
}

.Our-Employees .card .social-icons i {
    font-size: 18px;
    padding: 5px 0
}

.Our-Employees .card:hover .social-icons {
    opacity: 1
}

.Our-Employees .swiper-3d .swiper-slide-shadow-left {
    background-image: none !important
}

.Our-Employees .swiper-3d .swiper-slide-shadow-right {
    background-image: none !important
}

.contact-us-section .heading-section h3 {
    color: var(--light-text);
    margin: 20px 0
}

.contact-us-section form .button {
    text-align: center;
    margin: 20px 0
}

.contact-us-section form .button .c-btn {
    width: 40%;
    padding: 12px 20px;
    border: 0
}

.contact-us-section form label {
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin: 10px 0
}

.contact-us-section .contact .card {
    padding: 2rem 25px;
    background-image: linear-gradient(#070b3b61, #070b3b), url('../img/contact/bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white-color)
}

.contact-us-section .contact h3 {
    font-size: 18px;
    color: var(--white-color);
    margin: 15px 0 10px;
    font-weight: 600
}

.contact-us-section .contact h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 5px 0
}

.contact-us-section .contact p {
    color: var(--white-color);
    font-size: 15px;
    margin: 10px 0
}

.contact-us-section .contact .phone {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 10px 0
}

.contact-us-section .contact .phone i {
    padding: 15px;
    font-size: 18px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    background-color: transparent;
    border-radius: 100px
}

.contact-us-section .contact .phone .content h5 {
    font-size: 18px;
    font-weight: 600
}

.contact-us-section .contact .phone .content p a {
    color: var(--white-color);
    font-size: 17px
}

footer {
    padding: 100px 0 50px;
    background-color: #070b3b;
    color: var(--white-color);
    color: var(--white-color)
}

footer p {
    font-size: 16px
}

footer h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    word-spacing: 1px;
    margin-bottom: 20px
}

footer a {
    color: var(--white-color);
    font-size: 16px
}

footer ul li {
    margin: 15px 0
}

footer .Quick-links ul li {
    border-bottom: 1px solid var(--white-color);
    padding: 5px 0
}

footer .contact i {
    margin-right: 5px
}

footer a:hover {
    color: var(--white-color)
}

footer .work-together p {
    margin-bottom: 30px
}

footer .work-together a {
    padding: 15px 20px;
    background-color: var(--white-color);
    color: var(--black-color);
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0;
    border-radius: 2px
}

.bottom-footer {
    padding: 30px 0;
    background-color: var(--black-color);
    color: var(--white-color);
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bottom-footer ul {
    display: flex;
    gap: 20px
}

.bottom-footer i {
    color: var(--white-color)
}

.bottom-footer .social-icons ul {
    display: flex;
    justify-content: end
}

.main-serives .icons {
    width: 70px
}

.main-serives .services-name {
    font-size: 24px;
    font-weight: 600;
    color: var(--black-color);
    margin: 20px 0
}

.main-serives .para {
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 1px;
    margin: 10px 0;
    font-family: var(--secondary-font);
    color: rgba(0, 0, 0, .8)
}

.main-serives ul {
    margin: 20px 0
}

.main-serives ul li {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 17px;
    margin: 10px 0;
    font-weight: 600
}

.main-serives ul li i {
    color: var(--primary-color)
}

.core-features {
    background-image: url('../img/bg.png');
    background-color: var(--black-color);
    color: var(--white-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0
}

.core-features .sub-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px
}

.core-features .text .row {
    margin: 40px 0;
    justify-content: center;
    align-items: center
}

.core-features .text .row img {
    width: 170px;
    border-radius: 10px
}

.core-features .text .row p {
    color: var(--light-text);
    font-size: 18px
}

.core-features .list ul li {
    padding: 20px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px
}

.core-features .list ul li:hover i {
    background-color: #070b3b;
    color: var(--white-color)
}

.core-features .list ul li i {
    padding: 15px;
    border-radius: 100px;
    color: #070b3b;
    border: 1px solid #070b3b;
    font-size: 18px;
    transition: .3s ease-in-out
}

.core-features .list ul li span {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: .2px;
    font-weight: 600
}

.carrier .card {
    justify-content: center;
    align-items: center;
    border: 0
}

.carrier .card h6 {
    font-size: 18px;
    text-align: center
}

.carrier .card ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0
}

.carrier .card ul li i {
    color: #1c2260;
    font-size: 20px
}

.popular-features {
    background-image: radial-gradient(circle, #f6f6f6, transparent);
    padding: 100px 0
}

.popular-features .heading {
    text-align: center
}

.popular-features .heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--black-color);
    margin: 20px 0
}

.popular-features .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    box-shadow: 0 1px 1px 0 rgba(31, 29, 13, .2);
    border: transparent;
    border-radius: 10px;
    padding: 20px 25px
}

.popular-features .card:hover {
    box-shadow: 0 10px 20px 0 rgba(31, 29, 13, .1);
    z-index: 1;
    transform: translateY(-4px)
}

.popular-features .card .img-container {
    width: 60px;
    height: 60px;
    display: flex;
    flex: 0 0 60px;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background-color: #f6f6f6
}

.popular-features .card .img-container img {
    max-width: 35px
}

.popular-features .card .card-title {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 600
}

.contact-section-1 {
    background-image: url('../img/bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #070b3b;
    padding: 100px 0
}

.contact-section-1 .card {
    display: flex;
    flex-direction: row;
    gap: 50px;
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 40px
}

.contact-section-1 .card img {
    width: 40px;
    height: 40px
}

.contact-section-1 .card .contact-details h6 {
    font-size: 18px;
    color: #070b3b;
    margin: 0 0 10px;
    font-weight: 600
}

.contact-section-1 .card .contact-details p {
    margin: 5px 0 0
}

.contact-section-1 .card .contact-details p a {
    color: var(--black-color);
    font-weight: 500;
    letter-spacing: .5px
}

.contact-section-2 .container-fluid {
    padding: 0
}

.contact-section-2 .map iframe {
    width: 100%;
    height: 600px
}

.contact-section-2 .form {
    padding: 30px
}

.contact-section-2 .form h2 {
    font-size: 25px;
    color: #070b3b;
    font-weight: 600;
    margin: 0 0 15px
}

.contact-section-2 .form .button {
    text-align: center;
    margin: 20px 0
}

.contact-section-2 .form .button button {
    padding: 15px 50px;
    border: transparent
}

.Terms-and-condition .heading {
    font-size: 22px;
    font-weight: 600;
    color: #070b3b;
    letter-spacing: .5px;
    margin: 15px 0
}

.Terms-and-condition p {
    font-size: 17px;
    color: var(--black-color);
    letter-spacing: .5px;
    word-spacing: 1px;
    margin: 10px 0;
    text-align: start
}