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

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html {
    overflow-x: hidden;
}

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

.heading {
    text-align: center;
    margin: 0 auto 50px auto;
    width: 68%;
}

.text-line {
    display: inline-block;
}

.txt-color {
    color: #0078dd;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

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;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
    /*text-align: center;*/
}


/***** Font Files *****/

@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: 'HelveticaMedium';
    src: url('../fonts/HelveticaNeueCyrMedium.ttf');
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.sec {
    padding: 80px 0;
}

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

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

/* Buttons Css Starts */

.theme1 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    border: 1px solid #0000;
    background-color: #0078dd;
    border-radius: 5px;
    padding: 0 5px;
    height: 48px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1:hover {
    background-color: #fff;
    border: 1px solid #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1 span.theme1-btn-txt {
    font-size: 14px;
    line-height: 20px;
    color: #0078dd;
    background-color: #fff;
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    list-style: cambodian;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1:hover span.theme1-btn-txt {
    color: #fff;
    background-color: #0078dd;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1 span.theme1-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 5px;
}

.theme1:hover span.theme1-btn-icon {
    filter: brightness(0) saturate(100%) invert(28%) sepia(93%) saturate(2756%) hue-rotate(191deg) brightness(96%) contrast(105%);
}

/* Buttons Css Ends */

.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;
}

h1 {
    font-family: 'HelveticaMedium';
    font-size: 51px;
    line-height: 62px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    /*text-transform: capitalize;*/
    text-align: center;
}

h2 {
    font-family: 'HelveticaMedium';
    font-size: 57px;
    line-height: 62px;
    color: #323e59;
    font-weight: 400;
    margin: 10px 0;
}

h3 {
    font-family: 'HelveticaMedium';
    font-size: 50px;
    line-height: 55px;
    color: #323e59;
    font-weight: 400;
    margin: 10px 0;
    t/*ext-transform: capitalize;*/
}

h4 {
    font-family: 'HelveticaMedium';
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 400;
    margin: 10px 0;
    text-transform: capitalize;
}

h5 {
    font-family: 'HelveticaMedium';
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    margin: 10px 0;
}

h6 {
    font-family: 'HelveticaMedium';
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 400;
    margin: 10px 0;
}

p {
    color: #3e3e3e;
    font-size: 14px;
    line-height: 23px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin: 10px 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

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

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

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

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


/*header CSS Starts */
header {
    padding: 20px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #ffffff30;
}

header .menuSec {
    width: 95%;
    margin: 0 auto;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 5px 0;
}
.menuSec {
    padding: 0px 0;
}

/* .menuSec img {
    margin: 0;
} */

.menu-box ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px !important;
}

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

.menu-box li ul {
    display: none;
}

.menu-box ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0 20px;
    font-size: 12px !important;
    line-height: 20px;
    font-family: 'Montserrat';
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    font-weight: bold;
}


.menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #0078dd;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: -1;
}

.menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.menu-box ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 0;
    background-color: #0078dd;
    transition: ease-out;
    transition-duration: 0.5s;
    z-index: -1;
}

.menu-box ul li a:hover::after {
    height: 100%;
    transition: ease-out;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
}


.menu-box ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

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

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

.menu-box li>ul>li,
.menu-box li>ul>li>a {
    display: block;
    margin: 0;
}

.menu-box li>ul>li>a:before,
.menu-box li>ul>li>a:after {
    display: none;
}

.menu-box li:hover li {
    float: none;
}

.menu-box li ul li a {
    transition: ease-in;
    transition-duration: 0.2s;
    transition-delay: 0s;
}

.menu-box li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
    transition: ease-out;
    transition-duration: 0.2s;
    transition-delay: 0s;
}

.menu-box 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;
}


/*header CSS Ends */

/*banner CSS Starts */

section.main_slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

section.main_slider {
    background-image: url(<?= get_image($ib['inner_banner_image_path'],$ib['inner_banner_image']) ?>);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

section.main_slider .carousel-caption .container-fluid, section.main_slider .carousel-caption .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 95%;
}

.main-banner-img {
    width: 100%;
    height: 100vh; /* Match the section height */
    object-fit: cover;
    object-position: center;
    filter: brightness(0.5);
}

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

.carousel-control-prev, .carousel-control-next {
    background-color: #0000;
    height: 50px;
    width: 50px;
    top: unset;
    bottom: 5%;
    padding: 15px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    background-color: #0078dd;
    border: 1px solid #0000;
}


.carousel-control-next {
    right: 5%;
}

.carousel-control-prev {
    left: unset;
    right: 10%;
}

.carousel-control-next-icon {
    background-image: url('../images/btn-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.carousel-control-prev-icon {
    background-image: url('../images/btn-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    rotate: 180deg
}

.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 {}

.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-item {
    height: 100vh;
}
.banner_text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner_text p {
    margin: 20px 0;
    color: #ffffffba;
    width: 70%;
}

.banner-ex, .banner-box, .banner-box-main {
    position: relative;
}

.banner-ex::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 31%;
    height: 25%;
    width: 1px;
    background-color: #ffffff36;
    z-index: 0;
}

.banner-box::before {
    content: '';
    position: absolute;
    top: 74%;
    right: 30.8%;
    height: 8px;
    width: 8px;
    border-radius: 100px;
    background-color: #fff;
    z-index: 0;
}

.banner-box-main::after {
    content: '';
    position: absolute;
    display: none;
    bottom: 48.7%;
    right: 50.7%;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    border: 1px solid #fff;
    z-index: 0;
}

.banner-ex::after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 40%;
    display: none;
    height: 1px;
    width: 11%;
    background-color: #ffffff36;
    z-index: 0;
}

.banner-box::after {
    content: '';
    position: absolute;
    bottom: 49.5%;
    right: 51%;
    display: none;
    height: 8px;
    width: 8px;
    border-radius: 100px;
    background-color: #fff;
    z-index: 0;
}

.banner-box-main::before {
    content: '';
    position: absolute;
    top: 73.1%;
    right: 30.4%;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    border: 1px solid #fff;
    z-index: 0;
}





/*banner CSS Ends*/

/*Range Sec CSS Starts*/

section.services-sec {
    background-color: #0078dd;
}

section.services-sec .container-fluid {
    width: 95%;
}

.services-card-box {
    width: 93%;
    margin: -175px 0 0 0;
}

.services-card {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 9;
    transition: ease-in;
    transition-duration: 0.5s;
}

.services-card:hover {
    transform: translate(0, -10px);
    box-shadow: 0 -7px 20px 0 #0000004f;
    transition: ease-out;
    transition-duration: 0.5s;
}

.services-card-txt {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background-color: #fff;
}

/* .services-card-txt:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 40%;
    height: 1px;
    background-color: #323e5954;
    transition: ease-in;
    transition-duration: 0.5s;
} */

.services-card:hover .services-card-txt:before {
    width: 0;
    transition: ease-out;
    transition-duration: 0.5s;
}

/* .services-card-txt:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #0078dd;
    transition: ease-in;
    transition-duration: 0.5s;
} */

.services-card:hover .services-card-txt:after {
    width: 40%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.services-card-txt h6 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: #0078dd;
}

.services-card-txt h5 {
    margin: 0;
    color: #323e59;
    text-transform: capitalize;
    transition: ease-in;
    transition-duration: 0.2s;
}

.services-card:hover .services-card-txt h5 {
    color: #0078dd;
    transition: ease-out;
    transition-duration: 0.2s;
}

.services-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 315px;
    width: 100%;
    object-fit: contain;
    background: #fff;
    object-position: center;
}

.services-txt * {
    color: #fff;
}

.services-txt {
    text-align: end;
}

section.services-ex-bototm-sec .services-card-txt ul {
    column-count: 2;
}

.services-card-main-bottom .services-card-txt ul {
    column-count: unset !important;
}

section.services-ex-bototm-sec .services-card-txt ul li {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 10px 0;
}

/*Range Sec CSS Ends*/

/*About Us Sec CSS Starts*/

section.about-sec {
    position: relative;
}

.about-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 590px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-txt * {
    margin: 0;
}

.about-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000033;
    padding: 30px 20px;
    position: absolute;
    top: 20%;
    /*left: 45%;*/
    width: 670px;
}

/*About Us Sec CSS Ends*/

/*Services Ex Sec CSS Starts*/

section.services-ex-bototm-sec {
    background-color: #fff;
}

section.services-ex-bototm-sec .services-card-img img {
    /*height: 220px;*/
}

section.services-ex-bototm-sec .services-card {
    border: 1px solid #0000005e;
    /*rder-bottom: none;*/
    border-radius: 5px 5px 0 0;
}

.services-card-txt p {
    margin: 0;
}

section.services-ex-bototm-sec .services-card-txt:before, section.services-ex-bototm-sec .services-card-txt:after {
    top: 10%;
}

section.services-ex-bototm-sec .services-card-txt:before {
    width: 85%;
}

section.services-ex-bototm-sec .services-card:hover .services-card-txt:after {
    width: 85%;
}

section.services-ex-bototm-sec .services-card:hover {
    transform: unset;
    box-shadow: 0 0 20px 0 #0000001f;
}

section.services-ex-bototm-sec .services-card-txt {
    gap: 15px;
}

/*Services Ex Sec CSS Ends*/

/*Services Bototm Sec CSS Starts*/

section.services-bototm-sec {
    background-image: url('../images/services-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: -220px 0 0 0;
    padding: 250px 0 100px 0;
}

section.services-bototm-sec .container-fluid {
    width: 95%;
}

.services-bototm-txt h4 {
    color: #fff;
    margin: 0;
}

.services-bototm-txt p {
    color: #ffffffba;
    margin: 0;
}

.services-bototm-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
    width: 85%;
}

.services-bototm-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 60%;
    margin: 0 auto;
    object-fit: contain;
}

.services-bototm-rihgt-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 40px;
    margin: 0 0 0 50px;
    position: relative;
}

.services-bototm-rihgt-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff3b;
    height: 100%;
    width: 0.5px;
}

.services-bototm-rihgt-txt {
    position: relative;
    padding: 0 0 0 30px;
}

.services-bototm-rihgt-txt::before {
    content: '';
    position: absolute;
    top: 20%;
    left: -2px;
    background-color: #fff;
    border-radius: 100%;
    height: 8px;
    width: 8px;
}

.services-bototm-rihgt-txt::after {
    content: '';
    position: absolute;
    top: 10%;
    left: -8px;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 20px;
    width: 20px;
}

.services-bototm-rihgt-txt h5 {
    font-size: 27px;
    line-height: 35px;
    margin: 0;
    color: #fff;
}

.services-bototm-rihgt-txt p {
    color: #ffffffba;
    margin: 0;
}

.services-bototm-rihgt-list ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 15px;
}

.services-bototm-rihgt-list ul li {
    position: relative;
    padding: 0 0 0 30px;
}

.services-bototm-rihgt-list ul li::before {
    content: '';
    position: absolute;
    top: 20%;
    left: -2px;
    background-color: #fff;
    border-radius: 100%;
    height: 8px;
    width: 8px;
}


.services-bototm-rihgt-list ul li h6 {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
}


/*Services Bototm Sec CSS Ends*/

/*Choose Sec CSS Starts*/

section.choose-sec.sec {
    padding: 80px 0 0 0;
}

.choose-box {
    width: 95%;
    margin: 0 0 0 auto;
}

.choose-card-main {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    padding: 20px;
    background-color: #0078dd;
    border-radius: 5px;
    align-items: start;
}

.choose-card {
    width: 20%;
    height: 82px;
    border-right: 1px solid #ffffff3d;
    margin: 0 10px 0 0;
}

.choose-card-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

.choose-card-txt p {
    margin: 0;
    color: #fff;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 28px;
}

.choose-card-list ul {
    column-count: 2;
    margin: 20px 0;
}

.choose-card-list ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.choose-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
    width: 100%;
    object-fit: cover;
    /*object-position: -340px 0;*/
    border-radius: 10px;
}

/*Choose Sec CSS Ends*/

/*Brand Sec CSS Starts*/

.brand_slider .slick-slide {
    opacity: 1;
}

.brand-card img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 150px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(0%) hue-rotate(249deg) brightness(90%) contrast(84%);
}

.brand-card img:hover {
    filter: unset;
}

/*Brand Sec CSS Ends*/

/*Testimonial Sec CSS Starts*/

section.testimonial-sec {
    padding: 80px 0 0 0;
}

.testimonial-card {
    /* padding: 30px 40px; */
    /* border-radius: 5px; */
    /* margin: 50px 0 0 0; */
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

/* .slick-current .testimonial-card {
    background-color: #0078dd;
}

.slick-current .testimonial-card * {
    color: #fff;
} */

.testimonial_slider .slick-dots {
    bottom: -55px;
}


.testimonial-card-user-img {
    width: 35%;
}

.testimonial-card-user-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: 0 0;
}

.testimonial-card-heading-main {
    /* margin: 30px 0 0 0; */
}

.testimonial-card-heading {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.testimonial-card-heading h5 {
    font-size: 25px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

.testimonial-card-heading h6 {
    font-size: 16px;
    line-height: 20px;
    color: #0078dd;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-card-star ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.testimonial-card-star ul li a i {
    font-size: 12px;
    color: #ffba00 !important;
}

.testimonial-card-quote img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 30px;
}

/* .slick-current .testimonial-card-quote img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(2%) hue-rotate(335deg) brightness(108%) contrast(101%);
} */

.testimonial-card-txt-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

.testimonial-card-txt-main p {
    font-size: 12px;
    margin: 0;
    font-style: italic;
}

.testimonial-card-quote {
    position: relative;
    margin: 20px 0;
}

.testimonial-card-quote::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 85%;
    border-top: 1px solid #0000003d;
}

/* .slick-current .testimonial-card-quote::before {
    border-top: 1px solid #fff;
} */

.testimonial_slider .slick-active, .testimonial_slider .slick-slide {
    opacity: 1;
}

.testimonial-card-txt-ex {
    display: none;
}

/* .slick-current .testimonial-card-txt-ex {
    display: block;
} */

.testimonial-card-box {
    width: 65%;
}

/*Testimonial Sec CSS Ends*/

/*News Sec CSS Starts*/

.news-heading {
    margin: 0 0 50px 0;
}

.news-heading p {
    width: 51%;
}

.news_slider .slick-active, .news_slider .slick-slide {
    opacity: 1;
}

/*.news_slider .slick-dots {*/
/*    bottom: unset;*/
/*    top: -20%;*/
/*    right: 0;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 16%;*/
/*}*/

.news-card-main {
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
    margin: 10px 0;
}

.news-card-main:hover {
    transition: ease-out;
    transform-origin: 0.5s;
}

.news-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 497px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.news-card-main:hover .news-card-img img {
    filter: blur(3px) grayscale(1);
    transition: ease-out;
    transition-duration: 0.5s;
}

.news-card-img .news1 {
    object-position: 15% 0;
}
.news-card-img.detail .news1 {
    object-position: 50% !important;
}

.news-card-img .news2 {
    object-position: 46% 0;
}

.news-card-img .news3 {
    object-position: 100% 0;
}

.news-card-txt-box {
/*    position: absolute;
    bottom: 5%;
    z-index: 999;*/
    margin: 10px 0 0 0;
}

.news-card-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*align-items: start;*/
    justify-content: center;
    gap: 10px;
}

.news-card-txt h5 {
    position: relative;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    transition: ease-out;
    transition-duration: 0.5s;
    text-align: center;
}

.news-card-txt h5::Before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #0078dd;
    transition: ease-in;
    transition-duration: 0.5s;
}

.news-card-txt h5:hover::Before {
    width: 100%;
}

.news-card-main:hover .news-card-txt h5 {
    color: #0078dd;
    transition: ease-in;
    transition-duration: 0.5s;
}

.news-card-txt p {
    margin: 0;
    text-align: center;
}

.news-card-user-main {
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 100%;
    border-top: 1px solid #00000030;
}

.news-card-user-img {
    width: 17%;
}

.news-card-user-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 100px;
}

.news-card-user-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.news-card-txt-main {
    padding: 30px 30px 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.news-card-main:hover .news-card-txt-main {
    scale: 1.05;
    transition: ease-out;
    transition-duration: 0.5s;
}

.news-card-user-txt h5 {
    color: #0078dd;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.news-card-user-txt h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    font-family: 'Montserrat';
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    font-size: 7px;
    color: #0078dd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li.slick-active button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #0078dd;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button:hover:before {
    color: #0078dd;
}

/*News Sec CSS Ends*/


/* Footer Mail section css st  */

section.mail-ft {
  position: relative;
  margin-top: 0;
}

section.mail-ft .mailWraper {
  width: 75%;
  margin: -60px auto;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
}

section.mail-ft .col-lg-4.col-md-4.col-12 {
  padding: 0;
}

section.mail-ft .connectLinks {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  padding: 20px;
  transition: 0.9s;
  height: 110px;
}

section.mail-ft .connectLinks .connecIcon {
  width: 65px;
  height: 45px;
  background: #0078dd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.9s;
  cursor: pointer;
  border-radius: 10px;
}

section.mail-ft .connectLinks .connecIcon i {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  transition: 0.9s;
}

section.mail-ft .connectLinks .conneTxt {
  position: relative;
  width: 100%;
}

section.mail-ft .connectLinks .conneTxt h6 {
  font-size: 14px;
  margin: 0px;
  color: #0078dd;
  text-transform: capitalize;
  letter-spacing: 2px;
}

section.mail-ft .connectLinks .conneTxt a {
  transition: 0.9s;
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: inline-block;
  padding-right: 20px !important;
}

section.mail-ft .connectLinks:hover .connecIcon {
  transform: translate(0px, -2px);
  background: #000;
}

section.mail-ft .connectLinks:hover a {
  text-decoration: underline;
}

section.mail-ft .mailWraper .row {
  margin: 0px auto;
  padding: 0;
  box-shadow: 0px 0px 20px 20px #1211110a;
}

section.mail-ft .differCol .connectLinks {
  background: #0078dd;
}

section.mail-ft .differCol .connectLinks h6 {
  color: #fff;
}

section.mail-ft .differCol .connectLinks a {
  color: #fff;
}

section.mail-ft .differCol .connectLinks .connecIcon {
  background: #fff;
}

section.mail-ft .differCol .connectLinks .connecIcon i {
  color: #0078dd;
}

footer .follow {
  margin-top: 24px;
}

footer ul li:first-child {
  display: inline;
}

footer h5 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 30px;
}

footer .follow ul li {
  margin: 0px;
}

footer .newlatter {
  position: relative;
}

footer .newlatter form {
  display: flex;
  position: relative;
  width: 90%;
  margin-top: 28px;
}

footer .newlatter form input {
  width: 100%;
  position: relative;
  background: #2e2e2e;
  border: 0px;
  padding: 12px 40px 12px 20px;
  border-radius: 10px;
  color: #ffffffad;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

footer .newlatter form input::placeholder {
  color: #fff;
  opacity: 40%;
  text-transform: uppercase;
}

footer .newlatter form button {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #0078dd;
  border-radius: 10px;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  right: 0;
  top: 1px;
  transition: 0.9s;
}

footer .newlatter form button:hover {
  transform: scale(0.985);
  background: #fff;
  color: #000;
}

footer .newlatter form button:hover i {
  color: #0078dd;
}
footer .newlatter form button i {
  color: #fff;
}

section.mail-ft .connectLinks .connecIcon i.fas.fa-phone-volume {
  transform: rotate(-35deg);
}

/* Footer Mail section css end  */

/* Footer styling start here  */

footer {
  background: #161616;
  color: #fff;
  padding: 100px 60px 0px 60px;
  overflow: hidden;
}

footer .padds {
  padding: 40px 0px 110px 0px;
  height: 100%;
}

footer.footerSec .row {
  overflow: hidden;
}

footer .ft-logo {
  margin-bottom: 18px;
}

footer p {
  color: #fff;
  opacity: 90%;
  font-weight: 300;
  line-height: 24px;
}

footer h3 {
  font-size: 28px;
  line-height: 37px;
  color: #fff;
  margin: 0;
}

footer ul {
  margin: 0px;
  position: relative;
}

footer ul li {
  margin: 24px 0px;
}

footer ul li a {
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat";
  letter-spacing: 1px;
  opacity: 60%;
}

footer ul li a:hover {
  opacity: 1;
  text-decoration: underline;
  opacity: 1;
  color: #0078dd;
}

footer .foot-links ul {
  position: relative;
  width: 70%;
  column-count: 2;
}

footer .follow ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .follow ul li a i {
  width: 40px;
  height: 40px;
  border-radius: 45px;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  font-size: 17px;
  opacity: 50%;
}

footer .follow ul li a i:hover {
  background: #0078dd;
  border: 1px solid #0078dd;
  color: #fff;
  opacity: 1;
}

footer .follow ul li a:hover {
  text-decoration: unset !important;
}

.footer-btm {
  padding: 20px 0;
  position: relative;
}

.footer-btm p {
  margin: 0px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  opacity: 50%;
}

footer .foot-links {
  position: relative;
  padding: 40px 0px 40px 30px;
}

footer .foot-links:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #363537;
  left: 0px;
  bottom: -20px;
}

/* footer .foot-links:after {
  position: absolute;
  content: "";
  width: 1px;
  right: 54px;
  height: 100%;
  background: #363537;
  bottom: -19px;
} */
.footer-btm:before {
  position: absolute;
  content: "";
  width: 115%;
  left: -120px;
  top: 0;
  background: #363537;
  height: 1px;
}

footer .ft-logo h2 {
  font-weight: 500;
}

.site_des.padds p {
    width: 82%;
}

/* Footer Mail section css Ends  */

/* Inner Banner Page Sec Css Starts  */

.banner-list ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.banner-list ul li h6 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}



/* Inner Banner Page Sec Css Ends  */

/* About Us Page Sec Css Starts  */

section.inner-choose-sec {
    padding: 80px 0 !important;
}

section.inner-choose-sec .choose-box {
    margin: 0 auto 0 0;
}

/* About Us Page Sec Css Ends  */

/* Capabilities Page Sec Css Starts  */

.capabilities-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 444px;
    width: 100%;
    object-fit: cover;
    margin: 50px 0;
}

/* Capabilities Page Sec Css Ends  */

/* Services Page Sec Css Starts  */

section.inner-services-sec {
    padding: 80px 0 150px 0;
}

/* Services Page Sec Css Ends  */

/* Services Details Page Sec Css Starts  */

section.services-details-sec .services-card {
    border: unset;
    border-radius: 5px;
}

section.services-details-sec .services-card-img img {
    height: 460px;
}

section.services-details-sec .services-card:hover {
    box-shadow: unset;
}

section.services-details-sec .services-card-txt:before, section.services-details-sec .services-card-txt:after {
    display: none;
}

/* Services Details Page Sec Css Ends  */

/* Careers Page Sec Css Starts  */

section.careers-sec {
    padding: 100px 0 150px 0;
}

section.careers-sec .career-space {
    margin: 100px 0 0 0;
}

.careers-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    object-position: -30px 0;
}

.careers-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

.careers-txt h3, .careers-txt p {
    margin: 0;
}

.careers-txt p {
    transition: ease-in;
    transition-duration: 0.2s;
}

.careers-txt a:hover p {
    color: #0078dd;
    transition: ease-out;
    transition-duration: 0.2s;
}

.careers_slider .slick-active, .careers_slider .slick-slide {
    opacity: 1;
}

.careers-card {
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.careers-card:hover {
    box-shadow: 0 0 20px 0 #00000033;
    transition: ease-out;
    transition-duration: 0.2s;
}

.careers-card-tag h6 {
    font-size: 8px;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 10px;
    border-radius: 100px;
    border: 1px solid #0000002e;
    color: #000000b5;
}

.careers-card-heading {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #00000012;
}

.careers-card-heading-txt h6 {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    color: #000000a8;
}

.careers-card-heading-txt h4, .careers-card-txt h4 {
    font-size: 21px;
    line-height: 26px;
    margin: 0;
}

.careers-card-heading-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 70px;
    object-fit: scale-down;
}

.careers-card-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
}

.careers-card-txt p {
    margin: 0;
}

.careers-card-bototm-main {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.careers-card-bototm {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.careers-card-bototm-con {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.careers-card-bototm-con-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.careers-card-bototm-con-txt h6 {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.careers-card-btn {
    display: none;
    transition: ease-in;
    transition-duration: 0.2s;
}

.careers-card:hover .careers-card-btn {
    display: block;
    transition: ease-out;
    transition-duration: 0.2s;
}

/* Careers Page Sec Css Ends  */

/* Careers Details Page Sec Css Starts  */

.careers-details-space {
    margin: 70px 0 0 0;
}

.filelabel {
    width: 100%;
    height: 150px;
    border: 2px dashed grey;
    border-radius: 5px;
    display: block;
    padding: 5px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}
.filelabel i,
.filelabel .title {
  color: grey;
  transition: 200ms color;
}
.filelabel:hover {
  border: 2px solid #0078dd;
}
.filelabel:hover i,
.filelabel:hover .title {
  color: #1665c4;
}
#FileInput{
    display:none;
}

/* Careers Details Page Sec Css Ends  */


/* Contact Us Start*/

section.contact-us {
    padding: 100px 0 150px 0;
}

.btn-theme.snd {
  padding: 2%;
}

/* .cntct-head h4 {
  font-size: 40px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 30px;
  color: #2a2a2a;
} */

.contact-input {
  position: relative;
}

.contact-input.selectbox:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 45px;
  top: 5px;
  left: 55px;
  background: url(../images/contact-input-bef.png) no-repeat;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.contact-input input {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat";
  border-radius: 7px;
}

.contact-input textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 12px 20px 12px 21px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  resize: none;
  background: transparent;
  border-radius: 11px;
}

.contact-input input:focus, .contact-input textarea:focus {
    background-color: #0078dd;
    color: #fff;
}

.contact-input input:focus::placeholder, .contact-input textarea:focus::placeholder {
    color: #fff;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #7e7e7e;
}

.contact-input i {
  /* position: absolute; */
  /* top: 15px; */
  /* left: 18px; */
  color: #008077;
  /* padding: 12px 16px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 0;
}

.send-btn {
  background-color: var(--golden);
  padding: 15px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  background: #0288d1;
  font-family: "Montserrat";
  border: none;
}

button.send-btn:hover {
  background: transparent;
  color: var(--golden);
  border: 1px solid var(--golden);
  transition: 0.5s all ease-in-out;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 34px 30px;
  border: 1px solid #c1c1c1;
  margin: 15px 0;
  transition: 0.8s all ease-in-out;
  background: #008077;
  border-radius: 6px;
}

.cntct-info-icon {
  width: 55px;
  height: 55px;
  border: 1px solid var(--golden);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.8s all ease-in-out;
}

.cntct-info-icon i {
  font-size: 28px;
  transition: 0.8s all ease-in-out;
  border: 1px solid;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #8d88883b;
  color: #008077;
}

.contact-info-item:hover i {
  transform: rotate(360deg);
  transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 1px;
  line-height: 35px;
}

.contact-info-item-details a,
.contact-info-item-details p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-family: "Montserrat";
}

.contact-input.selectbox select {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 80px 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat";
  border-radius: 7px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

/* section.contact-us .rates button.theme1 {
  border: 0px;
} */

section.contact-us .get-in-touch.cntct-head {
  padding-right: 30px;
}

.contact-input.selectbox:before {
  left: unset !important;
  right: 60px;
  transform: rotateY(156deg);
}

.contact-input.selectbox i.fa-solid.fa-angle-down {
  position: absolute;
  right: 20px;
  left: unset !important;
  top: 19px;
  color: #000;
  opacity: 40%;
  cursor: pointer;
}

.contact-input.textaryea:before {
  display: none;
}

.contact-input.textaryea textarea::placeholder {
  position: absolute;
  top: 20px;
}

section.contact-us .formWraper {
  width: 88%;
  margin: 0px auto;
}

section.contact-us .heading {
  margin-bottom: 50px;
}

section.contact-us .heading p {
  font-weight: 500;
  opacity: 100%;
  line-height: 26px;
  width: 60%;
  margin: 0px auto;
}

section.contact-map {
  position: relative;
  overflow: hidden;
}

section.contact-map iframe {
  width: 100%;
  margin-bottom: -7px;
}

.contact-heading {
    margin: 0 0 30px 0;
}

.cntct-head img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 95%;
    object-fit: cover;
    border-radius: 10px;
    object-position: -400px 0;
}

/* Contact Us End */

/* Certification Sec Starts */

.certification-card img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
    object-fit: contain;
    margin: 10px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.certification-card img:hover {
    box-shadow: 0 0 20px 0 #0000002e;
    transition: ease-out;
    transition-duration: 0.2s;
}


/* Certification Sec End */

/* Team Sec Starts */

section.team-sec {
    padding: 100px 0 150px 0;
}

.team-space {
    margin: 100px 0 0 0;
}

.team-img {
    width: 90%;
    margin: 0 auto 0 0;
}

.team-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 434px;
    width: 100%;
    object-fit: none;
    object-position: -111px -50px;
    border-radius: 5px;
}

.team-txt-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

.team-txt, .team-txt-ex {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.team-txt-ex h4 {
    color: #323e59;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.team-txt h3, .team-txt-main p, .team-txt-ex p {
    margin: 0;
}

.team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 50px 0;
}

.team-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.team-card-img img.team2 {
   /* object-position: -80px 0;*/
   width: 400px;
}

.team-card-img img.team3 {
    /*object-position: -270px 0;*/
}

.team-card-img img.team4 {
   /* object-position: -200px 0;*/
}

.team-card-img img.team5 {
    object-position: 0 0;
}

.team-card-img img.team6 {
    /*object-position: -350px 0;
*/}

.team-card-img img.team7 {
    object-position: 0 0;
}

.team-card-txt h5 {
    font-size: 22px;
    line-height: 27px;
    margin: 0;
}

.team-card-txt h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.team-card-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 20px 0;
    margin-top: -55px;
    margin-bottom: 30px;
}

.team-card-info-txt{
    margin-top: -20px;
}

.team-card-info-txt.white a{
    color: #fff;
}
.team-card-info-txt a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.team-card-info-txt a h5, .team-card-info-txt a i {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    color: #fff;
    font-weight: 200;
}

.team-card-mian {
    position: relative;
}

.team-card-info {
    position: absolute;
    height: 0;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: ease-out;
    transition-duration: 0.5s;
}

.team-card-img {
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
}

.team-card-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #0078dd9e;
    transition: ease-out;
    transition-duration: 0.5s;
}

.team-card:hover .team-card-img::before {
    height: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.team-card:hover .team-card-info {
    height: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

/* Team Sec End */

/* Quality Sec Starts */

.quality-space {
    margin: 100px 0;
}

.quality-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.quality-txt-main h3, .quality-txt-main h5, .quality-txt-main h4, .quality-txt-main p {
    margin: 0;
}

.quality-txt, .quality-txt-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

.quality-ex-txt-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quality-ex-txt-main .quality-ex-txt {
    width: 40%;
}

.quality-txt h4 {
    font-size: 25px;
    line-height: 30px;
    color: #323e59;
}

/* Quality Sec End */

/* testimonial Page Starts */

section.inner-testimonial-sec {
    padding: 100px 0 150px 0;
}

section.inner-testimonial-sec .testimonial-card {
    transition: ease-in;
    transition-duration: 0.2s;
}

/*section.inner-testimonial-sec .testimonial-card:hover {
    background-color: #0078dd;
    transition: ease-out;
    transition-duration: 0.2s;
}

section.inner-testimonial-sec .testimonial-card:hover * {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

section.inner-testimonial-sec .testimonial-card:hover .testimonial-card-quote img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(170deg) brightness(103%) contrast(102%);
    transition: ease-out;
    transition-duration: 0.2s;
}

section.inner-testimonial-sec .testimonial-card:hover .testimonial-card-txt-ex {
    display: block;
}*/

section.inner-testimonial-sec .testimonial-card {
    margin-bottom: 50px;
}

/* testimonial Page End */

/* testimonial Page End */

section.inner-news-sec .news-card-txt-box {
    position: relative;
    bottom: unset;
}

section.inner-news-sec .news-card-txt-main {
    width: 100%;
    padding: 20px 0;
    
}

section.inner-news-sec .news-card-main:hover .news-card-txt-main {
    scale: unset;
}

section.inner-news-sec .news-card-main:hover .news-card-img img {
    filter: unset;
}

/* testimonial Page End */

/* Culture Page Starts */

section.culture-sec {
    padding: 80px 0 130px 0;
}

.culture-txt-bottom {
    margin: 50px 0 0 0;
}

.culture-img {
    border-radius: 10px;
    overflow: hidden;
}

.culture-txt-ex-card-main {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
}

.culture-txt-ex-card {
    width: 40%;
    margin: 50px 0;
}

.culture-txt-ex-heading {
    text-align: center;
    width: 50%;
    margin: 50px auto 0 auto;
}

.culture-txt-ex-card {
    width: 40%;
    padding: 50px;
    background-color: #0078dd;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 250px;
}

.culture-txt-ex-card * {
    color: #fff;
}

.culture-txt ul {
    list-style-type: disc;
    padding: 0 0 0 50px;
}

/* Culture Page End */



/*Media Query Starts*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */




}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.menu-box ul {
    gap: 17px;
}

.services-card-box {
    width: 100%;
}

.about-txt {
    width: 600px;
    top: 10%;
}

footer .foot-links ul {
    width: 100%;
}

/* Home css Ends */


}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.menu-box ul {
    gap: 10px;
}

.services-card-box {
    width: 100%;
}

.about-txt {
    width: 600px;
    top: 10%;
}

.choose-card {
    width: 30%;
}

footer .foot-links ul {
    width: 100%;
}

/* Home css Ends */


}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.menu-box ul {
    gap: 10px;
}

.services-card-box {
    width: 100%;
}

.about-txt {
    width: 600px;
    top: 10%;
}

.choose-card {
    width: 30%;
}

footer .foot-links ul {
    width: 100%;
}

/* Home css Ends */


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */






}

@media only screen and (min-width: 768px) and (max-width: 991px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */




}

@media only screen and (min-width: 520px) and (max-width: 767px) {
.sec {
    padding: 20px 10px;
}

.heading {
    width: 100%;
    margin: 0 auto 20px auto;
}

/* Fonts css Starts */

h1 {
    font-size: 40px;
    line-height: 45px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

p {
    font-size: 12px;
    line-height: 20px;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme1 span.theme1-btn-txt {
    font-size: 12px;
    padding: 0 10px;
}

/* Buttons css Ends */




/* Home css Starts */

header {
    position: relative;
    background-color: #000;
    padding: 20px 0;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0px 0;
}

.header-btn {
    justify-content: end;
}

section.main_slider .carousel-caption .container-fluid, section.main_slider .carousel-caption .row {
    width: 100%;
}

.banner_text p {
    width: 100%;
}

.carousel-item {
    height: 600px;
}

.carousel-control-prev, .carousel-control-next {
    height: 40px;
    width: 40px;
    padding: 12px;
}

.carousel-control-prev {
    right: 20%;
}

.services-card-box {
    width: 100%;
    margin: 0;
}

.services-card-txt {
    padding: 10px;
}

.services-card-img img {
    height: 317px;
    object-fit: cover !important;
}
.banner_text h1 {
    font-size: 40px !important;
}

.services-txt h4 {
    line-height: 38px;
}
.about-img img {
    height: 330px;
}

.about-txt {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    padding: 20px;
    margin: 10px 0;
}

section.choose-sec.sec {
    padding: 20px 10px 0 10px;
}

.choose-img img {
    height: 580px;
    object-position: 0 0;
}

.choose-box {
    width: 100%;
}

.choose-card-main {
    padding: 15px;
    display: block;
}

.choose-card {
    width: 100%;
    height: 100%;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ffffff3d;
    border-right: none;
    padding: 0 0 20px 0;
}

.choose-card-txt {
    gap: 10px;
}

.choose-card-list ul {
    column-count: 1;
}

.choose-card-list ul li {
    gap: 10px;
}

section.testimonial-sec {
    padding: 20px 0 0 0;
}

.testimonial-card {
    padding: 0px 0px 30px;
}

.testimonial-card-heading-main {
    margin: 10px 0 0 0;
}
.testimonial-card-box {
    width: 100%;
}

.choose-img {
    margin-bottom: 20px;
}

section.choose-sec.sec .col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12.p-0 {
    margin-left: 10px !important;
    padding: 14px !important;
}
.news-heading p {
    width: 100%;
}

.news-heading {
    margin: 0 0 20px 0;
}

.news-card-txt-main {
    padding: 15px 0px;
    width: 100%;
}
.news-card-user-img {
    width: 26%;
}

.news-card-user-txt h5 {
    font-size: 14px;
}

.news-card-user-txt h6 {
    font-size: 12px;
}

.news-card-user-txt {
    flex-direction: column;
    gap: 5px;
    align-items: start;
    justify-content: start;
}

section.mail-ft .mailWraper {
    width: 100%;
    position: relative;
    margin: 10px 0;
}

footer {
    padding: 20px 20px 0px 20px;
}

footer .padds {
    padding: 30px 0;
}

.site_des.padds p {
    width: 100%;
}

footer .foot-links:before {
    display: none;
}

footer .foot-links ul {
    width: 100%;
    column-count: 1;
}

footer ul li {
    margin: 10px 0px;
}
section.main_slider.inner-banenr-sec .carousel-item {
    height: 310px;
}

section.inner-choose-sec {
    padding: 47px 0 !important;
}
.about-img {
    padding: 0px 13px;
}
/* Home css Ends */
.certification-card img {
    height: 250px;
}

.certification-card {
    text-align: center;
    margin-top: 30px;
}
.team-card-img img {
    height: 400px;
}

section.team-sec {
    padding: 0px 0 50px 0;
}
.quality-ex-txt-main .quality-ex-txt {
    width: 100%;
    margin-bottom: 23px;
}

.quality-ex-txt-main {
    display: unset;
}

.quality-txt h2 {
    line-height: 39px !important;
    font-size: 25px !important;
}

.quality-space {
    margin: 40px 0 32px;
}

.quality-space .col-xl-7.col-lg-7.col-md-12.col-sm-12.col-12 {
    width: 100%;
    padding: unset !important;
}

.quality-space  .col-xl-5.col-lg-5.col-md-12.col-sm-12.col-12 {
    padding: unset !important;
}
.capabilities-img img {
    height: 274px;
    margin: 50px 0 20px;
    border-radius: 10px;
}

.testimonial-heading.heading h2 {
    font-size: 28px;
}

.testimonial-heading.heading  p {
    display: none;
}
.culture-txt-ex-card-main {
    display: unset;
}

.culture-txt-ex-card {
    width: 100%;
    padding: 20px 20px;
    height: 100%;
    margin: 29px 0 10px;
}

.culture-txt ul {
    padding: 0 0 0 18px;
}

.culture-txt-ex-heading {
    width: 90%;
}

section.culture-sec {
    padding: 80px 0 67px 0;
}
.news-card-img img {
    height: 307px;
}
.careers-img img {
    height: 230px;
    margin-bottom: 10px;
}
.careers-img img {
        height: 360px;
        margin-bottom: 10px;
        object-fit: cover;
    }

.careers-card {
    padding: 0px;
    margin: 0px;
}

section.careers-sec {
    padding: 70px 0 90px 0;
}
.cntct-head img {
    height: 610px;
    width: 100%;
    object-fit: cover;
}
section.services-details-sec .services-card-img img {
    height: 340px;
}

.services-sec.inner-services-sec.services-details-sec.sec.services-ex-bototm-sec ul {
    column-count: 1;
}

section.inner-services-sec {
    padding: 80px 0 40px 0;
}
section.mail-ft .connectLinks {
    padding: 18px 10px;
}

section.mail-ft .connectLinks .conneTxt a br {
    display: none;
}
.footer-btm:before {
    width: 100%;
    left: 0px;
}
.quality-txt h3 {
    font-size: 24px;
}
header .menuSec .col-xl-2.col-lg-2.col-md-2.col-sm-12.col-12 {
    width: 50% !important;
}

header .menuSec .col-xl-3.col-lg-2.col-md-2.col-sm-12.col-12 {
    width: 50%;
}
section.team-sec .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12 {
    width: 50% !important;
}
.careers-card-heading-txt h4, .careers-card-txt h4 {
    font-size: 18px;
}
section.services-ex-bototm-sec .services-card-txt {
    gap: 4px;
}
section.news-sec.sec .col-md-4 {
    width: 50% !important;
}
.team-card-info {
    width: 100%;
}

.team-card-info-txt a h5, .team-card-info-txt a i {
    font-size: 14px;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {

.sec {
    padding: 20px 10px;
}
.team-card-info {
    width: 100%;
}

.team-card-info-txt a h5, .team-card-info-txt a i {
    font-size: 14px;
}
.heading {
    width: 100%;
    margin: 0 auto 20px auto;
}

/* Fonts css Starts */

h1 {
    font-size: 40px;
    line-height: 45px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

p {
    font-size: 12px;
    line-height: 20px;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme1 span.theme1-btn-txt {
    font-size: 12px;
    padding: 0 10px;
}

/* Buttons css Ends */




/* Home css Starts */

header {
    position: relative;
    background-color: #000;
    padding: 20px 0;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.header-btn {
    justify-content: center;
}

section.main_slider .carousel-caption .container-fluid, section.main_slider .carousel-caption .row {
    width: 100%;
}

.banner_text p {
    width: 100%;
}

.carousel-item {
    height: 600px;
}

.carousel-control-prev, .carousel-control-next {
    height: 40px;
    width: 40px;
    padding: 12px;
}

.carousel-control-prev {
    right: 20%;
}

.services-card-box {
    width: 100%;
    margin: 0;
}

.services-card-txt {
    padding: 10px;
}

.services-card-img img {
    height: 187px;
    object-fit: cover !important;
}
.banner_text h1 {
    font-size: 29px;
}

.services-txt h4 {
    line-height: 38px;
}
.about-img img {
    height: 200px;
}

.about-txt {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    padding: 20px;
    margin: 10px 0;
}

section.choose-sec.sec {
    padding: 20px 10px 0 10px;
}

.choose-img img {
    height: 200px;
    object-position: 0 0;
}

.choose-box {
    width: 100%;
}

.choose-card-main {
    padding: 15px;
    display: block;
}

.choose-card {
    width: 100%;
    height: 100%;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ffffff3d;
    border-right: none;
    padding: 0 0 20px 0;
}

.choose-card-txt {
    gap: 10px;
}

.choose-card-list ul {
    column-count: 1;
}

.choose-card-list ul li {
    gap: 10px;
}

section.testimonial-sec {
    padding: 20px 0 0 0;
}

.testimonial-card {
    padding: 0px 0px 30px;
}

.testimonial-card-heading-main {
    margin: 10px 0 0 0;
}
.testimonial-card-box {
    width: 100%;
}

.choose-img {
    margin-bottom: 20px;
}

section.choose-sec.sec .col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12.p-0 {
    margin-left: 10px !important;
    padding: 14px !important;
}
.news-heading p {
    width: 100%;
}

.news-heading {
    margin: 0 0 20px 0;
}

.news-card-txt-main {
    padding: 15px 10px;
}

.news-card-user-img {
    width: 26%;
}

.news-card-user-txt h5 {
    font-size: 14px;
}

.news-card-user-txt h6 {
    font-size: 12px;
}

.news-card-user-txt {
    flex-direction: column;
    gap: 5px;
    align-items: start;
    justify-content: start;
}

section.mail-ft .mailWraper {
    width: 100%;
    position: relative;
    margin: 10px 0;
}

footer {
    padding: 20px 20px 0px 20px;
}

footer .padds {
    padding: 30px 0;
}

.site_des.padds p {
    width: 100%;
}

footer .foot-links:before {
    display: none;
}

footer .foot-links ul {
    width: 100%;
    column-count: 1;
}

footer ul li {
    margin: 10px 0px;
}
section.main_slider.inner-banenr-sec .carousel-item {
    height: 310px;
}

section.inner-choose-sec {
    padding: 47px 0 !important;
}
.about-img {
    padding: 0px 13px;
}
/* Home css Ends */
.certification-card img {
    height: 250px;
}

.certification-card {
    text-align: center;
    margin-top: 30px;
}
.team-card-img img {
    height: 400px;
}

section.team-sec {
    padding: 0px 0 50px 0;
}
.quality-ex-txt-main .quality-ex-txt {
    width: 100%;
    margin-bottom: 23px;
}

.quality-ex-txt-main {
    display: unset;
}

.quality-txt h2 {
    line-height: 39px !important;
    font-size: 25px !important;
}

.quality-space {
    margin: 40px 0 32px;
}

.quality-space .col-xl-7.col-lg-7.col-md-12.col-sm-12.col-12 {
    width: 100%;
    padding: unset !important;
}

.quality-space  .col-xl-5.col-lg-5.col-md-12.col-sm-12.col-12 {
    padding: unset !important;
}
.capabilities-img img {
    height: 224px;
    margin: 50px 0 20px;
}

.testimonial-heading.heading h2 {
    font-size: 28px;
}

.testimonial-heading.heading  p {
    display: none;
}
.culture-txt-ex-card-main {
    display: unset;
}

.culture-txt-ex-card {
    width: 100%;
    padding: 20px 20px;
    height: 100%;
    margin: 29px 0 10px;
}

.culture-txt ul {
    padding: 0 0 0 18px;
}

.culture-txt-ex-heading {
    width: 90%;
}

section.culture-sec {
    padding: 80px 0 67px 0;
}
.news-card-img img {
    height: 357px;
}
.careers-img img {
    height: 230px;
    margin-bottom: 10px;
}
.careers-img img {
    height: 230px;
    margin-bottom: 10px;
}

.careers-card {
    padding: 16px 12px;
    margin: 0px;
}
.careers_slider .slick-slide {
    margin: 10px 7px;
}
.careers-card-bototm-con {
    gap: 4px;
}
section.careers-sec {
    padding: 70px 0 90px 0;
}
.cntct-head img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}
section.services-details-sec .services-card-img img {
    height: 200px;
}

.services-sec.inner-services-sec.services-details-sec.sec.services-ex-bototm-sec ul {
    column-count: 1;
}

section.inner-services-sec {
    padding: 80px 0 40px 0;
}
section.mail-ft .connectLinks {
    padding: 18px 10px;
}

section.mail-ft .connectLinks .conneTxt a br {
    display: none;
}
.footer-btm:before {
    width: 100%;
    left: 0px;
}
.quality-txt h3 {
    font-size: 24px;
}
.banner-list ul {
    display: block;
    text-align: center;
}

    section.main_slider.inner-banenr-sec .banner-list ul li h6 {
        font-size: 13px;
        margin: unset;
    }
.quality-img img {
    margin-bottom: 14px;
}
}


/*Media Query End*/

.choose-btn {
    margin-top: 20px;
}
.services-txt h4 {
    line-height: 38px;
}
footer .ft-logo a img {
    width: 100%;
}
.header-logo img{
    max-height: 120px !important;
}
.ft-logo img{
    max-height: 300px !important;
}




/*Adding check icon on service detail page */

/* Target the specific services section */
.services-sec.inner-services-sec.services-details-sec.sec.services-ex-bototm-sec ul {
  list-style-type: none;
  padding-left: 0;
}

.services-sec.inner-services-sec.services-details-sec.sec.services-ex-bototm-sec ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  line-height: 1.5;
}

/* Using the Flaticon check icon with blue color */
.services-sec.inner-services-sec.services-details-sec.sec.services-ex-bototm-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  /*background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%233F96DF"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');*/
  background-image: url('images/check.png');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
}


/* For better mobile display */
@media (max-width: 768px) {
  .services-sec.inner-services-sec.services-details-sec.sec.services-ex-bototm-sec ul li {
    padding-left: 25px;
  }
  
  .services-sec.inner-services-sec.services-details-sec.sec.services-ex-bototm-sec ul li::before {
    width: 16px;
    height: 16px;
    top: 4px;
  }
}

..carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.section-divider {
    display: flex;
    align-items: center;
    margin: 40px 0;
    width: 100%;
}

.divider-line {
    flex: 1;
    height: 2px;
    background-color: #e0e0e0; /* Light grey */
    background-image: linear-gradient(90deg, #e0e0e0, #f0f0f0, #e0e0e0);
}

.divider-icon {
    margin: 0 20px;
    color: var(--secondary); /* Your gold/yellow color */
    font-size: 24px;
    background: white;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

/* Alternative solid version */
.solid-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 40px 0;
    position: relative;
}

.solid-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 3px;
    background: var(--secondary);
}

/* For when you want to add text */
.text-divider {
    display: flex;
    align-items: center;
    margin: 40px 0;
    color: #777;
}

.text-divider::before,
.text-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.text-divider::before {
    margin-right: 20px;
}

.text-divider::after {
    margin-left: 20px;
}

.row.d-flex.justify-content-center.service-section {
    display: flex;
    align-items: start;
}

.clickbtn {
    display: inline-block;
    background: #0079C2;
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 15px;
   /* margin-top: 3px !important;
    margin-bottom: 3px !important;*/
}

.clickbtn:hover {
  background-color: #006BB0;
  /*text-decoration: underline;*/
}
.banner_text h1 {
    font-size: 29px;
    font-weight: 700;
}
.banner_text p {
    width: 100%;
    font-size: 17px;
    color: #fff;
}
section.main_slider .carousel-caption {
    background: rgb(0 0 0 / 31%);
}
.quality-txt h3 {
    font-size: 30px;
    text-align:  center !important;
    display: block;
    width: 100%;
}

.quality-txt h2 {
    font-size: 30px;
    line-height: 55px;
}