@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'BigNoodle';
    src: url(../font/big_noodle_titling.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

h1 {
    font-family: "Anton", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: "Anton", sans-serif;
    font-size: 52px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: "Anton", sans-serif;
    font-size: 33px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-family: "Anton", sans-serif;
    font-size: 29px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: "Anton", sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: "Anton", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/select.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.btn10 {
    background: #0f4c87;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 3px 3px 17px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #fff;
    transition: 0.8s all;
}

.btn10.btn_badam:hover {
    color: #0f4c87 !important;
    border-color: #0f4c87 !important;
    background: #fff;
}

.btn10:hover span {
    background: #0f4c87;
}

.btn10:hover span img {
    filter: brightness(18.9);
}

.btn10 span {
    width: 44px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-left: 15px;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0 3px;
    margin: 0 10px;
    border-bottom: 1px solid #a6a6a6;
    margin-bottom: 12px;
}

.menuSec img {
    margin: 0;
}

.header-btn {
    text-align: end;
}

.menuSec ul {
    position: relative;
    text-align: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 80%;
    font-weight: 500;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #0f4c87;
    opacity: 1;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

.main_slider {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    position: relative;
    height: 700px;
    align-content: end;
    margin-bottom: 100px;
}

.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000110;
    width: 99%;
    right: 0;
    margin: 0 auto;
    height: 88%;
    z-index: -1;
    background-image: url(../images/baner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.baner-box {
    padding: 70px 20px;
    text-align: center;
    border: 1px solid #0f4c87;
}

.banr-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.banner-sec .col-md-6.col-lg-6.col-12 {
    background-color: #fff;
    padding: 35px;
}

.baner-box h2 {
    margin: 15px 0 18px;
}

.baner-box span {
    color: #0f4c87;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.baner-box p {
    color: #000;
    opacity: 70%;
    margin-bottom: 25px;
}

.bnr-call {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banr-btns .btn10 span {
    display: flex;
}

.bnr-cal-txt {
    text-align: justify;
}

.bnr-cal-txt span {
    color: #000;
    opacity: 50%;
    font-size: 15px;
    text-transform: none;
}

.bnr-cal-txt a {
    font-size: 19px;
    color: #0f4c87;
    font-weight: 500;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-side-left {
    padding-right: 30px;
    border-right: 2px solid #cccccc;
    margin-right: 16px;
}

.about-text h2 {
    margin-bottom: 10px;
}

.about-text p {
    margin-bottom: 16px;
    opacity: 70%;
}

.about-text img {
    margin-bottom: 14px;
}

.mission-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    overflow: hidden;
}

.about-sec {
    margin-bottom: 100px;
}

.mision-experience {
    background: #0f4c87;
    writing-mode: sideways-lr;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 315px;
    color: #fff;
    font-family: "Anton", sans-serif;
    font-size: 32px;
    gap: 6px;
}

.mission-img img {
    height: 315px;
    width: 100%;
    object-fit: cover;
    margin-right: 10px;
}

.mision-text p {
    margin: 12px 0 18px;
    opacity: 70%;
}

.about-img img {
    height: 301px;
    width: 100%;
    object-fit: cover;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.service-sec {
    position: relative;
    padding: 100px 0;
    margin-bottom: 100px;
}

.service-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 99%;
    height: 100%;
    background-color: #282828;
    background-image: url(../images/serv-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.service-head {
    text-align: center;
    margin-bottom: 35px;
}

.service-head p {
    width: 50%;
    margin: 0 auto;
    opacity: 70%;
    color: #fff;
}

.service-head h2 {
    color: #fff;
    margin-bottom: 6px;
}

.serv-main {
    position: relative;
    padding: 25px 27px 32px;
}

.serv-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: #fff;
    transition: 0.5s all;
}

.serv-image img {
    width: 100%;
    height: 313px;
    object-fit: cover;
    transition: 0.5s all;
}

.serv-main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: #0f4c87;
    transition: 0.5s all;
}

.service-slider .slick-current+.slick-slide .serv-main .serv-image img, .serv-main:hover .serv-image img {
    filter: brightness(0.5);
    transform: scale(1.2);
}

.service-slider .slick-current+.slick-slide .serv-main:after, .serv-main:hover:after {
    height: 80%;
}

.service-slider .slick-current+.slick-slide .serv-main *, .serv-main:hover * {
    color: #fff;
}

.service-slider .slick-current+.slick-slide .serv-main a, .serv-main:hover a {
    border: 1px solid #fff;
}

.serv-image {
    margin-bottom: 37px;
    overflow: hidden;
}

.service-text p {
    margin: 10px 0 15px;
    opacity: 70%;
}

.service-text {
    padding: 0 2px;
}

.service-text .btn10 span img {
    width: max-content;
}

/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Gallery Section Start ------------------------------------------------------------- */

.gallery-img-main img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    transition: 0.5s all;
}

.gallery-head {
    text-align: center;
    margin-bottom: 25px;
}

.gallery-head h2 span {
    display: block;
    color: #165685;
    text-transform: uppercase;
    font-size: 65px;
}

.galley-img-side img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: 0.7s all;
}

.side-right-gllry {
    padding-left: 72px;
}

.galley-img-side {
    margin-bottom: 20px;
    overflow: hidden;
}

.slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.galley-img-side.tyu {
    margin: unset;
}

.gallery-slider {
    padding-right: 55px;
}

.gallery-slider .slick-slide {
    margin: 0 5px 0 0px;
}

.gallery-slider button.slick-prev {
    top: 55%;
    left: 98%;
}

.slick-arrow:before {
    opacity: 1 !important;
    content: '\f053';
    width: 100%;
    height: 100%;
    display: flex;
    color: #bdbdbd;
    font-size: 23px;
    font-family: 'FontAwesome';
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}

.slick-arrow {
    border: 2px solid #bdbdbd;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.slick-next:after {
    transform: rotate(220deg) !important;
    left: unset !important;
    right: 0px;
}

.gallery-img-main {
    overflow: hidden;
}

.gallery-img-main:hover img {
    transform: scale(1.4);
    filter: brightness(0.5);
}

.galley-img-side:hover img {
    transform: scale(1.4);
    filter: brightness(0.5);
}

.gallery-slider button.slick-next {
    right: -40px;
    top: 42%;
}

.service-slider button.slick-prev {
    left: -70px;
}

.service-slider button.slick-next {
    right: -70px;
}

.testi-slider button.slick-prev {
    left: -70px;
}

.testi-slider button.slick-next {
    right: -70px;
}

.slick-arrow:hover:before {
    color: #0f4c87;
}

.slick-next:before {
    content: '\f054';
}

.slick-arrow:hover {
    border-color: #0f4c87;
}

.gallery-sec {
    margin-bottom: 100px;
}

.gallery-head p {
    color: #222222;
    opacity: 70%;
    width: 50%;
    margin: 7px auto 0;
}

.gallery-head h2 {
    color: #222222;
}

/*---------------------------------------------------- Gallery Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

.contact-img {
    margin-right: 50px;
}

.contact-main {
    padding: 70px 70px 70px 0;
}

.contact-main input, .contact-main select, .contact-main textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #d3d3d3;
    padding: 10px 20px;
    color: #000;
    font-family: 'Montserrat';
}

.contact-main textarea {
    height: 167px;
    resize: none;
    margin-bottom: 30px;
}

.contact-main label {
    margin-bottom: 6px;
    color: #222222;
    opacity: 70%;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
}

.contact-main .col-lg-6 {
    margin-bottom: 25px;
}

.contact-main h2 {
    margin-bottom: 21px;
}

.contact-main .row {
    box-shadow: none !important;
}

.contact-main input::placeholder, .contact-main textarea::placeholder {
    opacity: 40%;
    font-size: 14px;
    color: #000;
}

.contact-main button {
    border: unset;
}

.contact-sec {
    position: relative;
    padding: 100px 0;
}

.contact-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 99%;
    height: 70%;
    background-color: #282828;
    background-image: url(../images/serv-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact-sec .row {
    background: #fff;
    box-shadow: 0px 17px 120px 5px rgba(0, 0, 0, 0.09);
}

.contact-img img {
    width: 100%;
    height: 741px;
    object-fit: cover;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Us Section Start ------------------------------------------------------------- */

.counter-mid-main {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 9px 36.27px 2.73px rgba(0, 0, 0, 0.09);
    text-align: center;
    padding: 32px 0 18px;
    position: relative;
    z-index: 0;
}

.counter-mid-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0f4c87;
    width: 100%;
    height: 3px;
    transition: 0.5s all;
    z-index: -1;
}

.counter-mid-main:hover * {
    color: #fff !important;
}

.counter-mid-main:hover:before {
    height: 100%;
}


.whychoose-sec {
    margin-bottom: 100px;
}

.counter-codemid {
    font-size: 62px;
    color: #0f4c87;
    display: block;
    margin-bottom: 15px;
    font-family: 'BigNoodle';
    line-height: 1;
}

.counter-mid-main p {
    font-size: 16px;
    opacity: 80%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.whychoose-image img {
    width: 100%;
    height: 545px;
    object-fit: cover;
}

.whychoose-image {
    position: relative;
    margin-right: 56px;
}

.whychoose-image:before {
    content: '';
    position: absolute;
    top: 12%;
    right: -40px;
    border: 2px solid #0f4c87;
    width: 100%;
    height: 80%;
    z-index: -1;
}

.whychose-text p {
    opacity: 70%;
}

.whychose-text .row {
    margin-top: 20px;
}

.whychose-text h2 {
    margin-bottom: 14px;
}

.wychse-benfit ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.whychose-clarify {
    text-align: center;
    border: 1px solid #0f4c87;
    padding: 30px 37px;
    height: 100%;
    align-content: center;
}

.whychoose-sec .row.scnd {
    margin-top: 50px;
}

.whychose-text {
    margin-right: -10px;
}

.clarifycall {
    background: #ffff;
    box-shadow: -0.07px 1.999px 18.96px 5.04px rgba(0, 0, 0, 0.11);
    padding: 20px;
    margin-right: 20px;
}

.whychose-clarify h4 {
    color: #000;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
}

.whychose-clarify a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'BigNoodle';
    font-size: 24px;
    color: #0f4c87;
    justify-content: center;
}

.whychose-clarify a img {
    background: #0f4c87;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    object-fit: scale-down;
}

.wychse-benfit h5 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
}

.wychse-benfit p {
    margin-bottom: 12px;
}

/*---------------------------------------------------- Why Choose Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonials Section Start ------------------------------------------------------------- */

.testimonial-sec {
    margin-bottom: 100px;
}

.testi-head {
    text-align: center;
    margin-bottom: 25px;
}

.testi-head p {
    width: 50%;
    margin: 4px auto 0;
}

.quote-testi img {
    width: max-content;
}

.quote-testi {
    background-color: rgb(40, 40, 40);
    width: 82px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px -20px auto;
    position: relative;
    top: -20px;
}

.testi-main {
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
}

.testi-main ul {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 24px;
}

.testi-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #282828;
    padding: 15px 30px;
    margin-top: 33px;
}

.testi-slider .slick-slide {
    margin: 20px 15px;
}

.testi-main p {
    opacity: 70%;
}

.testi-main ul i {
    color: #141414;
}

.testi-box-text {
    padding: 0 32px;
}

.testi-user * {
    color: #fff;
}

.testi-user h6 {
    font-size: 21px;
}

.testi-user span {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    opacity: 70%;
}

.quote-testi:before {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    background: #424242;
    width: 15px;
    height: 21px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

/*---------------------------------------------------- Testimonials Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    position: relative;
    padding: 60px 0;
}

.quick-links ul li a:hover {
    color: #0f4c87 !important;
}

footer:before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 99%;
    height: 100%;
    background-color: #282828;
    background-image: url(../images/footer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -330px;
    z-index: -1;
}

.footer-info {
    background-color: #fff;
    padding: 20px 20px;
    margin-right: 21%;
}

.foter-infobox {
    background-color: #fff;
    padding: 45px 30px;
    border: 1px solid #0f4c87;
}

.ftr-logo {
    margin-bottom: 12px;
}

.foter-infobox p {
    margin-bottom: 25px;
}

.foter-infobox h6 {
    margin-bottom: 20px;
    font-size: 23px;
}

.ftr-infomail {
    position: relative;
    overflow: hidden;
}

.ftr-infomail input {
    width: 100%;
    height: 70px;
    padding: 10px 21px;
    border: 1px solid #000;
}

.ftr-infomail button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #0f4c87;
    height: 54px;
    width: 63px;
    border: unset;
    color: #fff;
    font-size: 22px;
}

footer .row .col-lg-6 .row .col-lg-6 * {
    color: #fff;
}

.quick-links ul li {
    margin-bottom: 16px;
}

.quick-links ul {
    column-count: 2;
}

.contact-info-footer ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
}

footer h3 {
    margin-bottom: 25px;
    font-size: 35px;
}

footer .row .col-lg-6 .col-lg-12 {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    text-align: center;
}

.footer-line p {
    color: #fff;
    opacity: 80%;
}

.contact-info-footer ul li:Last-child {
    border: unset;
    padding: unset;
}

.contact-info-footer {
    width: max-content;
    margin: 0 0 0 auto;
}

.quick-links {
    width: 102%;
}

.contact-info-footer a, .contact-info-footer p {
    opacity: 80%;
    font-size: 14px;
}

.quick-links ul li a {
    font-size: 14px;
    transition: 0.5s all;
}

.container-fluid {
    padding: 0 5%;
}

footer .container-fluid {
    padding: 0 7% 0 4%;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */