/*!
Theme Name: Omicron_Journeys-edited
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: omicron_journeys-edited
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Omicron_Journeys-edited is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */




@charset "utf-8";
@import url('https://cdn-uicons.flaticon.com/2.5.1/uicons-regular-rounded/css/uicons-regular-rounded.css');
/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    line-height: normal !important;
    font-family: "Jost", sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    padding-top: 15px;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Jost", sans-serif;

}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 50px;
}

.heading small {
    font-size: 18px;
    color: #1a73e9;
}

.heading small a {
    color: inherit;
}

/* 
.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #d72a79;
    position: absolute;
    bottom: 0;
} */

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #fddc00;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}



.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;

    background-color: orangered;
    color: white;
}

.btn-primary {
    background: #1a73e9 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

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


@keyframes bn13bouncy {
    0% {
        top: 0em;
    }

    40% {
        top: 0em;
    }

    43% {
        top: -0.9em;
    }

    46% {
        top: 0em;
    }

    48% {
        top: -0.4em;
    }

    50% {
        top: 0em;
    }

    100% {
        top: 0em;
    }
}

/* -----------------nav bar --------------------------- */



.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar {
    min-height: 0px;
    margin-bottom: 0px;
}

.navbar-nav {
    margin: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fbc118;
    background: none;
    border-radius: 25px;
    padding: 14px 25px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position: absolute;
    right: 0;
    top: 11px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    /* width: 300px; */
    top: 0px;
    left: 46px;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
    /* position: absolute; */
    top: 87px;
    background: #575757;
    right: -100px;
}

.navbar-nav>li a {
    text-decoration: none;
    color: #fff;
    /* Adjust text color */
    font-size: 16px;
    position: relative;
}

.dropdown-menu li {
    padding: 6px 12px;
    border-bottom: 1px solid #fff;
    display: block;
}
.navbar-brand>img {
    /* display: block; */
    /* padding: 11px 8px; */
    margin: 5px 0px !important;
    /* background-color: #6d6c6c; */

    padding: 0 !important;
    height: 80px;
}

/* .navbar-default {
    border: none;
    padding: 5px 0px;
    background: white;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 42px;
    box-shadow: 0px 6px 16px -15px #000;
} */


.navbar-default {
    border: none;
    padding: 5px 0px;
    background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 42px;
    height: 90px;
    border-radius: 0px;
    box-shadow: 0px 1px 10px -1px #000000
}


.navbar-nav>li {
    float: left;
    padding: 0px 10px;
}

.navbar-nav {
    margin: 0;
    padding: 0px 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    font-size: 16px;
    transition: 0.5s;
    border-radius: 0px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fddc00;
    background: none;
    border-radius: 0px;
}

.navbar-default .navbar-nav>.open>a:hover{
    /*	color: #fff;*/
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.open>a{

    background-color: transparent !important;
}

/* .navbar-default .navbar-nav>.open>a .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #e7e7e7;
}*/










.navbar-nav li {
    display: inline-block;
    position: relative;
    padding: 10px 4px;
    display: block;
}

.navbar-default .navbar-nav>li>a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    /* Adjust as needed to align arrow */
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #333 transparent;
    transform: translateY(50%) rotate(180deg);
    opacity: 0;
    /* Initially hide the arrow */
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity */
}

.navbar-nav>li>a:hover>a::before {
    opacity: 1;
    /* Show the arrow on hover */
    border-color: transparent transparent #3498db transparent;
    /* Change color on hover */
    position: absolute;
}

.top-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    z-index: 999;
    width: 100%;
    padding-left: 50px;
    position: fixed;
    z-index: 11111;
}

.contact-info {
    display: flex;
    gap: 20px;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 18px;
    font-weight: 500;
}

.contact-info i {
    color: #ffee00;
    font-size: 20px;
}

.contact-info a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}






.dropdown-menu li:hover {
    background-color: #fbc118;
    color: white;
}


.navbar-right .dropdown-menu {
    right: -20px;
    left: auto;
}



.dropdown-menu>li>a:hover{
    color: #000000;
    text-decoration: none;
    background-color: #f5f5f500;
}





.contact-info a:hover {
    text-decoration: underline;

}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.social-icons a:hover {
    color: #e1ff00;
}

.topnav-button a {
    display: inline-block;
    background-color: #fbc118;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 16px;
}

.topnav-button a:hover {
    background-color: #FFC700;
}



.nav .navbar-nav li img {
    padding: -5px 4px;
    margin: -12px 0px;
    background: none;
}

.nav .navbar-nav li img:hover {
    background: none;
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    transition: transform 0.3s ease;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .sticky-nav.no-translate {
        transform: none;
        /* Disable translation */
    }




}

.sticky-nav .top-nav {
    padding: 10px 0;
    text-align: center;
    background-color: #f0f0f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sticky-nav .main-nav {
    background-color: #333333;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}











/* -----------------nav bar --------------------------- */



/********** bannersection **********/

.bannersection {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    background: url(assets/images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 630px;
}

.banner {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bannertext {
    padding: 20px;
    margin-top: 70px;
    border-radius: 47px 0px;
}

.bannertext h2 small {
    color: #fff;
    font-weight: 600;
    display: block;
    font-size: 24px;
}
.bannertext h2 span{
    color: #fbc118;
}

.bannertext p {
    background: #fddc00;
    padding: 10px;
    color: #000000;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 500;
}


.bannertext h2:before {
    left: 0;
    transform: skew(0deg);
    opacity: 0.6;
}


.bannersection::before {
    position: absolute;
    background: url(../images/Dots.webp);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;

}

.bannertext h2 {
    color: #fff;
    background: rgb(0 0 0 / 73%);
    padding: 23px 19px;
    margin: 0;
}

.bannersection .bannerSlideImg {

    background-size: cover;
}

/********** form **********/

.OverviewSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: fixed;
    background: #fe6707;
    padding: 35px 0;
}


.OverviewSection h4 {
    text-align: center;
    color: #fff;
}

#carRentalForm {
    margin: 10px 5px 5px 5px;
}

#carRentalForm .omi-btn {
    top: 0;
}

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

label {
    display: block;
    margin-bottom: 5px;
    color: #464646;
}

input[type="text"],
input[type="date"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.06);
}

input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #555;
}


input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 20px;
}

.form {
    padding: 15px;
    background-color: #ffffff8a;
    box-shadow: 0px 0px 23px -12px #000;
    border-radius: 5px;
    float: right;
}



/*aboutSection*/
.aboutSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 70px 0 0px;
    /* background: #efefef; */
}

.aboutBlocksContainer {
    display: block;
    width: 100%;
    position: relative;
}

.aboutBlocksContainer:after {
    content: '';
    display: block;
    clear: both;
}

.aboutBlocks {
    display: block;
    width: 25%;
    float: left;
    padding: 0;
    height: 300px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 300ms;
    transform-style: preserve-3d;
    perspective: 800px;
}

.aboutBlocks:hover {
    background: #fff;
}

.aboutBlocks>img {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    /*background: #232957;*/
    color: #fff;
    padding: 20px;
    border: dashed 2px #fff;
    font-size: 40px;
    border-radius: 100%;
    margin: 75px auto 15px auto;
}

.aboutBlocks>h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    FONT-WEIGHT: 600;
    padding-top: 20px;
}

.aboutBlocksNo1 {
    background: #fddc00;
}
.aboutBlocksNo1:nth-child(2){
    background: #000000 !important;
}
.aboutBlocksNo1:nth-child(4){
    background: #000000 !important;
}
.aboutBlocksNo2 {
    background: #0c3e82;
}

.aboutBlocksNo3 {
    background: #1a73e9;
}


.aboutBlocksInner {
    display: block;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #eee;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
    transition: all 400ms;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
}

.aboutBlocksInner p {
    font-size: 18px;
    line-height: normal;
    position: relative;
    top: 40px;
}

.aboutBlocksInner a {
    position: relative;
    top: 70px;
}

.aboutBlocks:hover .aboutBlocksInner {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}

.aboutBlocksInner .btn {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
}



/*-----------extra-feature------------------*/

.extra-feature {
    position: relative;
    padding: 50px 0px;
    position: relative;
    background-color: #f4f4f442;
    width: 100%;
    /* overflow: hidden; */
    /* display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center; */
}

/* .extra-head {
    text-align: left;
} */

.extra-head1 {
    text-align: left;
    width: 100%;
}

.extra-head2 {
    text-align: right;

}

.extra-feature-head .col-md-12 {
    display: flex;
    align-items: end;
    align-content: center;
    justify-content: space-between;
    justify-items: center;
    text-align: center;
}

.extra-feature-head h3 {
    color: #34414b;
    font-size: 39px;
    font-weight: 300;

    margin-bottom: 0;
}

.extra-feature-head h2 {
    color: #34414b;
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0;

}

.extra-feature-head a {
    font-size: 16px;
    font-weight: 400;
    fill: #fff;
    color: #000000;
    background-color: #ffde00;
    border-radius: 0 0 0 0;
    position: relative;
    top: 0px;
}

.extra-feature-head a:hover {
    color: #fff;
    background-color: #000000;
}


.extra-block .col-md-3 {
    /* padding: 0; */
}

.extra {
    background-color: #fff;
    box-shadow: 0px 0px 17px -5px darkgrey;
    text-align: left;
    padding: 5px 25px;
    /* margin: 0 0 20px 0; */
    margin: 0 10px 20px 10px;
    height: 245px;

    /* border: 1px solid #fbc118; */
    border: 1px solid #8b8b8b5e;
}

.extra img {
    width: 100px;
}

.owl-carousel .item:nth-child(7) .extra img {
    width: 85px;
    padding: 0 0 15px 0;
}

.extra h1 {
    padding-top: 0px;
    margin-bottom: 5px;
    color: #292929;

    font-size: 21px;
    font-weight: 600;
}

.extra p {
    color: #494848;

    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}
.extra a {
    padding: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    /* padding-top: 20px; */
    padding: 5px 15px;
    position: relative;
    top: 10px;
    border: 1px solid;
}

.extra a:hover {
    /* color: #fec908; */
    background-color: #fec908;
    color: #000;
    transition: 0.9s;
    box-shadow: 3px 3px 2px 1px #9b9898;
    border: none;
}

.extra a i {
    padding: 0 0 0 10px;
}

/* extra feature end  */



/*overviewSection*/
.overviewSection {
    display: block;
    clear: both;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: url('assets/images/service-bg.jpg') fixed 100% 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.overviewSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}

.overviewSectionCol {
    display: block;
    width: 25%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
}

/* .overviewSectionCol:nth-child(1){
    background: green;
}
.overviewSectionCol:nth-child(2){
    background: red;
}
.overviewSectionCol:nth-child(3){
    background: blue;
} */



.divTableCell {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
}


.divTableCell-2 {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
}

/*overviewIconBlock*/
.overviewIconBlock {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    border-right: solid 1px rgba(255, 255, 255, 0.15);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.overviewSectionCol:hover .overviewIconBlock {
    top: -100%;
}

.overviewSectionCol:nth-of-type(4) .overviewIconBlock {
    border-right: none;
}

.overviewIconBlock span {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 30px auto;
    font-size: 70px;
    border: solid 2px #b29328;
    color: #788794;
    position: relative;
}

.overviewIconBlock span:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: solid 10px #fff;
    opacity: 0.1;
    border-radius: 100%;
}

.overviewIconBlock span img {
    width: 55px;
    position: relative;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
}

.overviewIconBlock h2 {
    display: block;
    padding: 0 20px;
    font-size: 26px;
    height: 50px;
}

/*overviewBlockDesc*/
.overviewBlockDesc {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    background: #fff;
    text-align: center;
}

.overviewBlockDesc .overviewBlockDescInner {
    display: block;
    padding: 0 30px;
    text-align: center;
}

.overviewBlockDesc .overviewBlockDescInner img {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto 5px auto;
    border-radius: 0%;
    position: relative;
    top: -10px;
}

.overviewSectionCol:hover .overviewBlockDesc {
    top: 0%;
}

.overviewBlockDescInner a {
    padding: 0;
    color: #1a73e9;

    font-size: 16px;
    font-weight: 500;
    /* padding-top: 20px; */
    padding: 5px 15px;
    position: relative;
    top: 23px;
    border: 1px solid;
}

.overviewBlockDescInner a:hover {
    background-color: #fec908;
    color: #000;
    transition: 0.9s;
    box-shadow: 3px 3px 2px 1px #9b9898;
    border: none;
}

.omi-btn {
    padding: 0;
    color: #000000;
    font-family:  "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    /* padding-top: 20px; */
    padding: 8px 15px;
    position: relative;
    top: 23px;
    border: 1px solid;
}

.omi-btn i {
    padding: 0 0 0 10px;
}

.omi-btn:hover {
    /* color: #000;
    transition: 0.9s;*/
    background: #fec908;

    color: #000;
    transition: 0.9s;
    box-shadow: 3px 3px 2px 1px #9b9898;
    border: none;
}

/* ========end */





/*careersSection*/
.careersSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 50px 0 50px;

    /* background: #efefef; */
    /* border-bottom: 1px solid #ccc; */
}

.careersSection .container-fluid {
    /* border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc; */
}

/* .careersSection .col-md-6 .careersSectionHalfLeft{
    padding: 0;
    width: 100%;
}
.careersSection .col-md-6:nth-child(1){
    padding: 0;
}*/
.careersSection .col-md-6:nth-child(2) {
    padding-top: 40px;
    /* padding-bottom: 10px; */
}

.careersSectionHalf {
    display: block;
    position: relative;
}

.careersSectionHalfLeft {
    /* background: url('../images/careersSectionHalfLeft.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    background-position: center; */
}

.careersSectionHalfLeft {
    background: url(assets/images/Dots-2.jpg);
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clear: both;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.careersSectionHalfLeft img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.careersSectionHalf .careersSectionHalfInner {
    display: block;
    /* padding: 70px; */
}

.careersSectionHalf .careersSectionHalfInner h4 {
    letter-spacing: 5px;
    text-transform: uppercase;
}

.careersSectionHalf .careersSectionHalfInner h2.heading {
    font-size: 40px;
    padding: 0;
    margin: 0;
}

.careersSectionHalf .careersSectionHalfInner h3 {
    font-size: 30px;
    font-weight: 300;
    display: block;
    padding-top: 00px;
    color: #1a73e9;
}

.careersSectionHalfInner p {
    font-size: 16px;

}









/*keyIndicatorsSection*/
.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url('assets/images/key-bg.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    background-position: center;
}

.keyIndicatorsSection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
}

.keyIndicatorsSectionHalf {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    /* background: #fff; */
}

.projectHighlighSectionBlock h2 {
    color: #fff;
}

.projectHighlighSectionBlock h2 span {
    color: #fddc00;
}

.projectHighlighSectionBlock {
    display: block;
    padding: 70px;
}

.keyIndicatorsSectionHalf .projectHighlighSectionBlock .col-sm-6:nth-of-type(1) {
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.keyIndicatorsSectionHalf .projectHighlighSectionBlock .col-sm-6:nth-of-type(2) {
    border-bottom: solid 1px #ddd;
}

.keyIndicatorsSectionHalf .projectHighlighSectionBlock .col-sm-6:nth-of-type(3) {
    clear: both;
    border-right: solid 1px #ddd;
}

.project-fig {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 15px auto;
    /*color: #fff;*/
}

.project-fig>div {
    display: block;
    padding: 10px;
}

.project-fig h2,
.project-fig h4 {
    margin: 0;
}

.project-fig h4 {
    font-size: 18px;
    padding-top: 8px;
    color: #fff;
    font-weight: 500;
}

.project-fig h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.project-fig i {
    display: block;
    margin: 0 auto 10px auto;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border-radius: 100%;
    background: #fbc118;
    /*background: #fff;*/
    color: #fff;
    border: solid 2px #fff;
    font-size: 46px;
}


/* ---------------------------------------------------------------------------------------- */
/*mediaGallery*/
.mediaGallery {
    /* background: url(../images/gallery-bg.jpg); */
    /* background: #efefef; */
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70px 0 0;
    border-top: solid 1px #ddd;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

/* .mediaGallery::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
} */

.mediaGallery .col-sm-3 {
    padding: 0;
}

.media-head {
    text-align: center;
    line-height: 5.9;
    position: relative;
}

.media-head h2 {
    color: #000 !important;
    /* font-family: 'Cabin Sketch', cursive; */
    line-height: 1.9 !important;
    font-size: 40px;

}

.media-head h2::after {
    top: -15px;
}

.media-head h2::after {
    display: block;
    content: url(../images/serperator.png);
    position: relative;
    top: -45px;
    width: 49px;
    height: 12px;
    margin: 0 auto 45px;
}

.mediaImgLink {
    display: block;
    width: 100%;
    float: left;
    background: #000;
    overflow: hidden;
    position: relative;
}

.mediaImgLink img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover img {
    opacity: 0.3;
}

.mediaImgLink h3 {
    display: block;
    position: absolute;
    transition: all 300ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    color: #fff;
    visibility: hidden;
    z-index: 1;
}

.mediaImgLink:hover h3 {
    top: 100px;
    visibility: visible;
    opacity: 1;
}

.mediaImgLink i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ebc00a;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 26px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover i {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
}





/* ============ tesstimonial ============== */

.tesstimonial {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 50px 00px 70px;
}

.testimonial-head {
    text-align: center;
    line-height: 1 !important;
}

.testimonial-head h2 {
    /* color: #000; */
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    /* font-weight: 700; */
    padding: 0;
    margin: 0;
}

.testimonial-head h3 {
    font-size: 30px;
    font-weight: 300;
    display: block;
    padding-top: 00px;
    color: #1a73e9;
}

.test-img {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    border-radius: 50px;
    position: relative;
    top: 55px;
}

.test-img img {
    border-radius: 100px;
}

.tesstimonial-box {
    width: 100%;
    padding: 30px 20px 20px;
    position: relative;
    float: left;
    background-color: #fddc00;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    border-radius: 30px;

}

.test-txt img {
    margin-bottom: 30px;
}

.advisor-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.test-txt p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.test-txt h3 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 10px 0px;
    font-size: 20px;
    text-transform: capitalize;
}

.tesstimonial-box .owl-pagination {
    margin-top: 0;
    text-align: right;
    position: relative;
    left: 0;
    bottom: 0;
}


.rating {
    display: inline-block;
}

.rating li {
    display: inline-block;
}

.rating li i {
    color: #000;
}

.tesstimonial .owl-theme .owl-controls .owl-page span {
    background: #fff;
}












/* /* ============================================================= */



.footer-widget__title {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.site-footer {
    width: 100%;
    position: relative;
    clear: both;
    background-color: #000;
    padding: 50px 0px;
}

.contact p>a {
    color: white;
    font-size: 16px;
    padding: 7px 0px;
    line-height: 2;

}

.contact p {
    color: white;
    font-size: 16px;
    padding: 0px 0px 3px;
    margin-bottom: 0px;

}

.contact p>a:hover {
    color: yellow;
    text-decoration: underline;

}

.links .sociallinks {
    padding: 5px 0px;
    display: flex;
    gap: 15px;
}

.links li {
    padding-right: 20px;
}

.links .fab {
    /* padding: 10px; */
    background: white;
    font-size: 25px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 1.8;
    text-align: center;
}

.links .fab:hover {
    color: black;
    background-color: #fbc118;
}

.links li a .fa {
    font-size: 25px;
    color: #a1a1a1;
    transition: 0.3s;
}

.links li a .fa:hover {
    color: black;

}

.footer-widget__links-list li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;


}

.links li {
    padding: 10px 0px;
}






.links li a:hover {
    color: #fbc118;
    text-decoration: underline;
}

.links P {
    color: white;
    font-size: 16px;
    text-align: left;

}


.footimg {
    margin-top: 60px;
}
/*
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1 !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #407f9d ;
}
.owl-theme .owl-controls .owl-page active{
    background: red !important
}*/

.footerlinks .linksmanu{
    padding-left: 70px;
}








/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #fbc118;
    /* padding: 12px 0; */
    color: #000;
    font-size: 14px;
    overflow: hidden;
}

.footerStrip .col-md-6 {
    padding: 0px;
}

.footerStrip p {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

.footerStrip strong {
    font-weight: bold;
}

.footerStrip a {
    color: #fff;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #ddd;
}

.footerStrip .lastupt {
    float: right;
    position: relative;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #fff;
    height: 45px;
    padding: 14px 10px;
}


.navbar-default .navbar-nav>li>a:focus {
    color:black;
    background-color: transparent;
}








/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 48px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #1a73e9;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/*---------------*/











.bn13 {
    display: inline-block;
    padding: 0.65em 1.6em;
    border: 3px solid #ffffff;
    margin-left: 16px;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    animation: bn13bouncy 5s infinite linear;
    position: relative;
}

.bn13:hover {
    background-color: white;
    color: #000000;
}














/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection {
    width: 100%;
    position: relative;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 100px;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 42px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head {
    position: absolute;
    top: 140px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: black;
}
.breadcrumb span a {
    font-weight: normal;
    color:  black;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #FFDD00 0%, #FFDD00 40%, #000000 40%, #000000 100%);
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */





































/*Media queries*/


@media (max-width: 768px) {

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-toggle .icon-bar {
        width: 24px;
        height: 4px;
    }

    .bannerStrip {
        display: none;
    }



    .navbar-default .navbar-nav>.open>a {
        color: #000 !important;
        background-color: transparent !important;
    }




    /* ----------------------------. */
    .aboutBlocks {
        width: 100%;
        height: 250px;
    }

    .overviewSection {
        height: 1236px;
        background-size: cover;
        background-position: center !important;
    }

    .overviewSectionCol {
        width: 100%;
        height: 310px;
    }

    .divTableCell {
        top: 10%;
    }

    .careersSection {
        padding: 50px 0 80px;
    }

    .careersSectionHalf .careersSectionHalfInner h2.heading {
        line-height: 47px !important;
        font-size: 40px;
    }

    .keyIndicatorsSection {
        width: 100%;
        /* height: 140vh; */
        padding: 50px 0;
        background-position: bottom right;
    }

    .keyIndicatorsSectionHalf {
        width: 100%;
    }

    .projectHighlighSectionBlock {
        padding: 0;
    }


    /* ------------extra-feature------------ */


    .extra-feature-head h3 {
        color: #34414b;
        font-size: 26px;
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0;
    }

    .extra-feature-head h2 {
        color: #34414b;
        font-size: 30px;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0;
        font-family: 'Poppins', sans-serif;
    }

    .extra-feature-head a {
        font-size: 15px;
        font-weight: 500;
        fill: #fff;
        color: #fff;
        background-color: #1a73e9;
        border-radius: 0 0 0 0;
        position: relative;
        top: 0px;
        font-family: 'Poppins', sans-serif;
    }

    .extra-feature {
        position: relative;
        padding: 50px 0px 35px;
        background-color: #f9f9f9;
        overflow: hidden;
        /* display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center; */
    }

    .extra-block {
        padding: 10px 30px;
    }

    .extra-feature-head .col-md-12 {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .extra {
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px darkgrey;
        text-align: left;
        padding: 27px 47px;
        margin-bottom: 30px;
        height: 270px;
    }

    .extra a {
        top: 15px;
    }

    .extra-block .col-md-3 {
        padding: 0px;
        /* display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center; */
    }

    /* end  */
    .media-head h2 {
        font-size: 40px;
    }

    .test-img {
        top: 0;
        padding: 0 27px;
    }

    .test-txt p {
        text-align: justify;
    }

    .testimonial-head h2 {
        font-size: 40px;
    }




    .footerlinks .linksmanu {
        padding-left: 0px;
    }


    .heading-center {
        font-size: 40px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: relative;
        right: 0;
        top: 13px;
    }
    .heading {
        font-size: 40px;
    }

    .bannersection {
        height: 23%;
    }

    .form {
        padding:15px;
        background-color: #fff;
        float: left;
        width: 100%;
    }

    .nav-tabs {
        width: 100%;
    }

    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        padding: 7px;
    }

    .navbar-nav2::before {
        transform: skew(0deg);
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }

    .navbar-brand img {
        width: 100%;
        height: 68px;
    }

    .navbar-toggle {
        top: -8px;
    }

    .banner {
        position: relative;
        bottom: 0px;
    }


    .bannertext {
        top: -130px !important;
    }

    .bannertext h2 {
        /* color: #ffffff; */
        font-size: 12px;
    }

    .bannertext h2 small {
        font-size: 18px;
    }

    .bannertext P {
        font-size: 10px;
        padding: 0 10px;
        margin-top: 0px !important;
    }

    .nav>li>a {
        padding: 9px 3px;
    }

    .nav-tabs>li>a {
        margin-right: 0px;
    }


    .bannertext {
        /* display: none; */
        position: absolute;
        top: -100px;
        padding: 0;
        margin-top: 0;
    }




    .navbar-default .navbar-nav>.open>a:hover {
        color: #000;
        background-color: transparent !important;
    }

    .footerlinks .links {
        padding-left: 0px;
    }

    .footerlinks .links p {

    }






    .bannersectionn {
        height: auto;
    }

    .footer-sectio {
        padding: 11px 0px;
    }

    .footer-box {
        padding: 0px 0px;
    }

    .footer-box1 {
        padding: 0px 0px;
    }




    .top-navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #407F9D;
        z-index: 999;
        width: 100%;
        padding-left: 50px;
        display: none;
    }

    .site-footer img {
        padding: 20px 0px;
        padding: -7px;
        padding-bottom: 10px;
        width: 172px;
    }

    .navbar-brand {
        float: left;
        height: 7px;
        padding: 5px 15px;
        font-size: 18px;
        line-height: 31px;
        top: -5px;
        left: -15px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 17px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-brand>img {
        display: block;
        padding: 0px 0px;
        /* margin: -69px -15px; */
        /* background-color: #fefefe;
        padding: 8px 24px; */
        /* border-radius: 33px; */
    }


    .navbar-default {
        border: none;
        padding: 5px 0px;
        background: #ffffff;
        width: 100%;
        z-index: 0;
        top: 0px;
        position: relative;
        height: auto;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #c6c6c6;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fbc118;
    }
    .sticky-nav {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 1000;
        transition: transform 0.3s ease;
    }

    .sticky-nav .main-nav {
        background-color: #333333;
        color: #ffffff;
        padding: 0px 0;
        text-align: center;
        position: relative;
    }


    .navbar-nav li {
        display: inline-block;
        position: relative;
        padding: 5px 3px;
        width: 100%;
    }

    .nav .navbar-nav li img {
        padding: -5px 4px;
        margin: 4px -5px;
        background: none;
        padding-top: 0px;
    }

    .navbar-nav {
        margin: 0;
        padding: 0px 0px;
        padding-bottom: 5px;
        background-color: #fff;
        text-align: left;
    }


    .navbar-nav li a {
        border-bottom: none !important;
        border-radius: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 18px;
        transition: 0.5s;
        border-radius: 0px;
        padding: 13px 25px;
        border-bottom: 1px solid #ccc;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #000;
        background: none;
        border-radius: 0px;
        padding: 13px 25px;
    }

    .navbar-default .navbar-nav>li>a:focus {
        color: #000 !important;
        background-color: transparent;
    }



    .innerBannerSection {
        margin-top:0px !important;
        height: 100px !important;
    }


    .innerBannerSection .head {
        position: absolute;
        top: 30px !important;
    }

    .innerBannerSection h1 {
        font-size: 24px !important;
    }




    .call-us{
        bottom: 60px !important;
    }


    #whatsapp-icon {
        bottom: 60px !important;
    }
    #whatsapp-icon img {
        width: 55px !important;
        height: 55px !important;
    }

    .call-us {
        width: 50px !important;
        height: 50px !important;
        line-height: 60px !important;
        right: 18px !important;
    }
    .call-us i {
        font-size: 26px !important;
    }
    .scrollup {
        border-radius: 50px;
        line-height: 46px;
        bottom: 15px;
    }
}




.call-us {
    width: 65px;
    height: 65px;
    line-height: 75px;
    text-align: center;
    opacity: 1;
    position: fixed;
    bottom: 98px;
    border-radius: 50%;
    right: 9px;
    color: #000;
    font-size: 26px;
    background: #fbc118;
    box-shadow: 0px 0px 17px -5px #000;
    z-index: 200;
}
.call-us i{
    font-size: 30px;
}
.call-us:hover {
    background: #4d4d4d;
    color: #fff;
    transform: rotate(45deg);
    transition: 0.9s;
}



/*whatsapp-icon*/

#whatsapp-icon {
    position: fixed;
    bottom: 90px;
    left: 10px;
    z-index: 9999;
}

#whatsapp-icon img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

#whatsapp-icon img:hover {
    transform: scale(1.1);
}

/*----------------Why Choose Us Section--------------------*/
.choose-section {
    position: relative;
    padding: 80px 0;

    background: url('assets/images/key-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}


.choose-section:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
}
.choose-section .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 60px 0;
}

.choose-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.choose-section h2 span {
    color: #fddc00;
}

.choose-section p {
    color: #eee;
    margin-bottom: 50px;
    font-size: 16px;
}

.choose-box {
    background-color: white;
    color: #fff;
    padding: 25px 20px;
    margin-bottom: 30px;
    transition: 0.3s ease;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}

.choose-box:hover {

    transform: translateY(-5px);
}
.icon-circle {
    background: #fddc00;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px auto;
    display: flex  ;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px -9px black;
}

.icon-circle img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.choose-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    color: black;
}

