@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-color: #f8f8f8;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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;
}

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;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** 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: 'good-time';
    src: url(../fonts/good-times.otf);
}


/***** 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;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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: 'good-time';
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
}

h2 {
    font-family: 'good-time';
    font-size: 57px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

h3 {
    font-family: 'good-time';
    font-size: 45px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'good-time';
    font-size: 38px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'good-time';
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'good-time';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    margin: 0px;
}

.theme-span {
    color: #2b4494;
}


/*header css start */

.menuSec {
    padding: 30px 0;
}

.menuSec img {
    margin: 0;
    min-width: 250px;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    margin-left: auto;
    margin-right: -130px;
}

.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: 0;
    font-size: 16px;
    text-transform: capitalize;
}

header {
    position: relative;
    z-index: 9;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.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: #2890cd;
}

.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;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/* Header Section End */


/* Home Banner Start */

.home-banner-sec {
    position: relative;
}

.home-baner-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
}

.baner-top-text h1 {
    text-transform: capitalize;
    color: #fff;
}

.baner-top-text p {
    color: #fff;
}

.banner-image {
    position: relative;
}

.banner-image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2a66aea1;
    border-radius: 45px 45px 0 0;
}

.btn1 {
    background-image: -moz-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(12 120 0) 0%, rgb(129 183 1) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
    padding: 10px 50px !important;
    border-radius: 50px;
    color: #fff !important;
    font-size: 14px !important;
    display: inline-flex;
}

.btn1:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(43, 68, 148) 0%, rgb(39, 167, 223) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(43, 68, 148) 0%, rgb(39, 167, 223) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(43, 68, 148) 0%, rgb(39, 167, 223) 100%);
    color: #fff !important;
}

.menuSec .row {
    align-items: center;
}

.baner-top-text {
    padding: 50px 0;
    z-index: 5;
    position: relative;
}

.baner-btn {
    margin-top: 30px;
}

.btn2:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
    color: #fff;
}

@keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(00deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img.baner-1 {
    width: 100%;
    object-fit: cover;
    border-radius: 50px 50px 0px 0px;
    height: 700px;
}


/* Counter Section Start */

.couter-sec {
    position: relative;
    padding: 50px 0;
    background: #4e9b00;
}

.counting {
    font-size: 50px;
    color: #fefefe;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.conter-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 30px 0;
}

.conter-box h5 {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
}

.couter-span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.couter-span span {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.conter-box:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 5px;
    top: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.conter-box.no-border:after {
    display: none;
}


/* Counter Section End */


/* Work Section Start */

.heading-design {
    position: relative;
}

.sec-head h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.heading-design:after {
    position: absolute;
    content: '';
    width: 18%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
}

.heading-design:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: 0;
    bottom: -5px;
    z-index: 1;
    background-image: -moz-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
}

.work-sec {
    padding: 80px 0;
}

.work-sec .col-lg-2 {
    width: 20%;
    margin: 0 auto;
}

.work-box {
    text-align: center;
}

.work-text h5 {
    font-size: 18px;
    color: #636363;
    margin-top: 20px;
}

.work-imag img {
    height: 100px;
    object-fit: none;
}


/* Work Section End */


/* About Section Start */

.about-sec {
    position: relative;
    padding: 60px 0 80px;
}

.about-sec .row {
    align-items: center;
}

.about-image:after {
    position: absolute;
    content: '';
    width: 40%;
    height: 30%;
    left: -40%;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #2b4494;
    z-index: -1;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.about-text h3 {
    color: #2e2e2e;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.about-text .heading-design:after {
    width: 25%;
}

.about-text p {
    font-size: 14px;
    color: #000000;
    padding: 10px 0;
    font-weight: 500;
}

.about-btn {
    margin-top: 20px;
}

.about-image {
    position: relative;
}

.about-snd-row {
    margin-top: 70px;
}


/* About Section End */


/* Service Section Start */

.service-sec {
    padding: 80px 0;
    position: relative;
}

.service-sec h2 {
    margin-bottom: 20px;
}

.service-text h5 {
    font-size: 20px;
}

.service-sec .sec-head {
    margin-bottom: 60px;
}

.service-sec .sec-head p {
    width: 25%;
}

.service-box {
    background: #007fff;
    border-radius: 20px;
    overflow: hidden;
}

.service-text {
    padding: 40px 30px;
    height: 130px;
}

.service-text p {
    color: #ffffff9e;
    font-size: 17px;
    padding: 30px 0;
    display: none;
}

.btn3 {
    background: #fff;
    color: #2b4494 !important;
    font-weight: 600;
}

.service-image {
    overflow: hidden;
}

.service-image img {
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
}

.service-slider .slick-active {
    opacity: 1;
}

.service-slider .slick-slide {
    margin: 0px 0px;
}

.service-slider .slick-center .service-box {
    background: #2b4494;
}

.service-slider .slick-list {
    margin-top: -210px;
    padding-top: 210px !important;
}

.service-slider .slick-current {
    margin-top: -100px;
}

.service-slider .slick-current+.slick-slide {
    margin-top: -210px;
    transition: 0.5s all;
}

.service-slider .slick-list {
    margin-top: -330px;
    padding-top: 400px !important;
}

.service-slider .slick-current {
    margin-top: -150px;
}

.service-slider .slick-current+.slick-slide {
    margin-top: -330px;
    transition: 0.5s all;
}

.service-slider .slick-prev,
.service-slider .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: 80px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    transform: translate(0px, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.service-slider .slick-prev {
    left: 35%;
}

.service-slider .slick-next {
    right: auto;
    left: 40%;
}

.service-slider .slick-prev::before,
.service-slider .slick-next::before {
    position: absolute;
    content: '\f061';
    width: 50px;
    height: 50px;
    background: #1c8100;
    border-radius: 50px;
    opacity: .5;
    font-weight: 700;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease-in-out;
}

.service-slider .slick-prev:hover::before,
.service-slider .slick-next:hover::before {
    opacity: 1;
}

.service-slider .slick-prev::before {
    content: '\f060' !important;
}

.service-sec:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 65%;
    left: 0;
    bottom: 10%;
    background: #ebebeb;
    z-index: -1;
}

.abs-box span {
    width: 200px;
    height: 200px;
    background: #ebebeb;
}

span.ser-box-1 {
    position: absolute;
    left: 34%;
    bottom: 10%;
    z-index: -1;
}

span.ser-box-2 {
    position: absolute;
    right: 25%;
    bottom: 22.7%;
    z-index: -1;
}

span.ser-box-3 {
    position: absolute;
    right: 0;
    bottom: 0;
}


/* Service Section End */


/* Overview Section Start */

.overview-sec .row {
    align-items: center;
}

.overview-image img {
    width: 100%;
    border-radius: 20px;
    height: 350px;
    object-fit: cover;
}

.overview-text h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.overview-text p {
    line-height: 2;
    font-size: 14px;
}


/* Overview Section End */


/*why choose us css start*/

.why_choose {
    position: relative;
}

.why_choose .whyy_img img {
    width: 95%;
    margin: 0 auto;
    display: block;
    height: 545px;
    object-fit: cover;
    border-radius: 15px;
}

.why_choose .why_wrpr .box_abs {
    padding: 30px;
    box-shadow: 0px 0px 15px #cbcbcb;
    margin: 52px 0 0 -130px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
}

.why_choose .why_wrpr .box_abs p {
    font-size: 15px;
}

.why_choose .why_wrpr .box_abs ul {
    padding: 30px 0 0 0;
}

.why_choose .why_wrpr .box_abs ul li {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 600;
}

.why_choose .why_wrpr .box_abs ul li i {
    padding: 0 10px 0 0;
    vertical-align: middle;
    color: #4c9b2d;
}

section.why_choose:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 60px;
    width: 95px;
    height: 110px;
    background: #2b4494;
}

.why_wrpr .heading-design:after {
    width: 30%;
}

.why_choose span.ser-box-1 {
    left: 30px;
    top: 60px;
    width: 150px;
    height: 150px;
}

.why_choose span.ser-box-2 {
    position: absolute;
    right: 6%;
    top: 44%;
    width: 200px;
    height: 200px;
}

.why_choose .abs-box span {
    background: #ebebeb73;
}


/*why choose us css end*/


/*footer css start*/

footer {
    padding: 100px 0 0px 0;
    background: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 80px 80px 0 0;
    object-fit: cover;
    overflow: hidden;
}

.footer-border {
    position: relative;
    height: 100%;
}

.footer-border:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 136%;
    left: -40px;
    top: -100px;
    background: #fff;
}

.footer-border:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 136%;
    right: -40px;
    top: -100px;
    background: #fff;
}

footer .ftr_wrp img {
    margin: 0 0 50px 0;
    /* filter: brightness(0) saturate(100%) invert(41%) sepia(95%) saturate(838%) hue-rotate(55deg) brightness(93%) contrast(101%); */
}

footer .ftr_wrp p {
    font-size: 13px;
    color: #fff;
    line-height: 1.9;
    width: 80%;
}

footer .ftr_wrp ul {
    margin: 50px 0 0 0;
}

footer .ftr_wrp ul li {
    margin: 0 0 20px 0;
}

footer .ftr_wrp ul li a {
    display: flex;
    align-items: center;
    gap: 30px;
}

footer .ftr_wrp ul li a .left_f i {
    padding: 15px;
    background: #4e9900;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
}

footer .ftr_wrp ul li a .rigth_f h6 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

footer .ftr_wrp ul li a .rigth_f span {
    color: #fff;
    font-size: 15px;
}

footer .form_wrpr {
    padding: 0 0 15px 0;
}

footer .form_wrpr h4 {
    font-size: 39px;
    font-weight: 700;
    margin: 0 0 35px 0;
    color: #4e9900;
}

footer .form_wrpr .grp {
    margin: 0 0 20px 0;
}

footer .form_wrpr .grp input {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 0;
    padding: 10px;
    color: #000;
}

footer .form_wrpr .grp textarea {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    border: 0;
    padding: 10px;
    color: #000;
}

footer .form_wrpr .grp button {
    font-size: 14px;
    color: #2b4494;
    padding: 10px 40px;
    border: 0;
    font-weight: 800;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
}

.links_q {
    padding: 0 0 0 60px;
}

.links_q h3 {
    margin: 0 0 35px 0;
    font-size: 30px;
    color: #4e9900;
}

.links_q li {
    padding: 0 0 20px 0;
}

.links_q li a {
    font-size: 17px;
    color: #4e9900;
}

.links_q li a i {
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.ftr_btm {
    padding: 15px 0;
    text-align: center;
    background: #000;
}

.ftr_btm p {
    color: #fff;
}

.service-sec:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 65%;
    left: 0;
    bottom: 10%;
    background: #ebebeb;
    z-index: -1;
}

.abs-box span {
    width: 200px;
    height: 200px;
    background: #ebebeb;
}

span.ser-box-1 {
    position: absolute;
    left: 34%;
    bottom: 10%;
    z-index: -1;
}

span.ser-box-2 {
    position: absolute;
    right: 25%;
    bottom: 22.7%;
    z-index: -1;
}

span.ser-box-3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.why_wrpr .heading-design:after {
    width: 30%;
}

footer .form_wrpr .grp input::placeholder {
    color: #7c7c7c;
}

footer .form_wrpr .grp textarea::placeholder {
    color: #7c7c7c;
}


/*footer css start*/


/* Home Banner End */


/* Inner PAges Start */

.inner-banner-sec {
    position: relative;
}

.inner-banner-box {
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.inner-banner-text h1 {
    font-size: 81px;
    color: #fff;
    font-weight: 700;
}


/* About PAge Start */

.about-bottom-text p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.about-bottom-text {
    margin-top: 20px;
}


/* About PAge End */


/* Service Page Start */

.service-image img {
    width: 100%;
}

.ser-box-bg {
    background: #2b4494;
}

.service-page .service-text {
    padding: 50px;
    height: 350px;
}

.service-page .service-box {
    margin: 10px 0;
}

.service-page:after {
    display: none;
}

.rds-box h4 {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    text-align: center;
}

ul.rds-list li {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 5px;
    margin: 10px 0;
}

ul.rds-list p {
    font-size: 14px;
    line-height: 22px;
}

.rds-box h4:after {
    position: absolute;
    content: '';
    width: 90%;
    height: 5px;
    left: 0;
    bottom: -10px;
    background: #4f9c00;
    margin: 0 auto;
    right: 0;
}

.service-page .col-lg-2 {
    width: 20%;
}


/* Service Page End */


/* Service Detail Section Start */

.service-detail-sec {
    padding: 80px 0;
    position: relative;
}

.service-detail-sec .row {
    align-items: center;
}

.ser-detail-text h2 {
    display: grid;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.ser-detail-text .heading-design:after {
    width: 25%;
}

.ser-detail-text p {
    font-size: 15px;
    color: #000000;
}

.ser-detail-bottom-text {
    margin-top: 30px;
}

.service-detail-image img {
    width: 100%;
    border-radius: 15px;
}

.row.ser-det-last-row {
    margin-top: 70px;
}

.ser-detail-text p {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    padding: 20px 0;
}

.ser-detail-text {
    padding-left: 40px;
}

.ser-det-abs-box span {
    width: 150px;
    height: 150px;
    background: #f2f2f2;
}

span.ser-det-box-4 {
    background: #007fff;
    position: absolute;
    right: -80px;
    bottom: 45%;
}

span.ser-det-box-1 {
    position: absolute;
    top: 80px;
    left: 50px;
    z-index: -1;
}

span.ser-det-box-2 {
    position: absolute;
    bottom: 3%;
    left: -60px;
}

span.ser-det-box-3 {
    position: absolute;
    right: 70px;
    bottom: 34%;
    z-index: -1;
}


/* Service Detail Section End */


/* Contact Page Start */

.contact-page {
    padding: 100px 0;
    background: #f8f8f8;
}

.contact-page-map iframe {
    border-radius: 20px;
    background-color: rgb(0, 0, 0);
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.13);
    width: 95%;
    height: 500px;
}

.contact-page-form h3 {
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-page-form p {
    font-size: 16px;
    font-weight: 600;
    width: 80%;
    color: #3c3c3c;
}

ul.contact-page-info {
    margin-top: 50px;
}

ul.contact-page-info li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}

ul.contact-page-info li i {
    background: #2b4494;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 70px;
}

ul.contact-page-info a {
    color: #3c3c3c;
    font-size: 16px;
}


/* Contact Page End */


/* Inner PAges End */

img.contact-page-log {
    margin-top: 30px;
}


/* Who we Are Section Start */

.who-we-sec .mytabs.current {
    display: block;
    -webkit-animation: .8s ease-out slide-right;
    -moz-animation: .8s ease-out slide-right;
}

.who-we-sec .mytabs {
    display: none;
    padding: 0px 0 0;
}

.who-we-sec ul.tbing li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 10px;
    border: 1px solid #989898;
    border-left: 0;
    cursor: pointer;
}

.who-we-sec ul.tbing li img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #989898;
    object-fit: none;
    border-radius: 50px;
}

.who-we-sec ul.tbing h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #7c7c7c;
}

.who-we-sec li.current img {
    background: #55a001 !important;
}

.who-we-sec li.current h3 {
    color: #000;
}

.who-we-sec li.current {
    border-right: 0 !important;
    border-left: 1px solid #989898 !important;
}

.who-we-sec .sec-head {
    margin-bottom: 70px;
}

.who-we-sec .sec-head * {
    padding-bottom: 15px;
    color: #4e9b00 !important;
}

.who-we-image img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.who-we-text h4 {
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px 0;
}

.who-we-text p {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}

.who-we-sec .row {
    align-items: center;
}


/* Who we Are Section End */

.service-text a.btn1.btn3 {
    display: none;
}

.overview-text h6 {
    color: #4e9b00;
}


/*banner css 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: -60px;
    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: flex-end;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50px 50px 0px 0px;
}

.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;
}

img.home-banner-image {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 50px 50px 0px 0px;
}

section.main_slider {
    position: relative;
    z-index: 4;
    border-radius: 50px 50px 0px 0px;
}

section.main_slider:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2a66ae52;
    border-radius: 45px 45px 0 0;
}


/*banner css end*/


/*Media Query Start*/

@media only screen and (min-width: 1451px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .couter-span {
        width: 130px;
    }
    .conter-box h5 {
        font-size: 13px;
        text-align: left;
    }
    .conter-box {
        gap: 0;
    }
    .conter-box:after {
        right: 0;
    }
    .service-text h5 {
        font-size: 17px;
    }
    .links_q h3 {
        font-size: 26px;
    }
    .inner-banner-text h1 {
        font-size: 70px;
    }
    .rds-box h4 {
        font-size: 13px;
        line-height: 23px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-page .col-lg-2 {
        width: 33%;
        margin: 10px 0;
    }
    .menuSec ul {
        width: 80%;
        margin-right: -40px;
    }
    .baner-top-text {
        padding: 0 0 70px 0;
    }
    img.home-banner-image {
        height: 600px;
    }
    h1 {
        font-size: 30px;
    }
    p {
        font-size: 15px;
    }
    .couter-sec {
        padding: 30px 0;
    }
    .couter-span {
        width: 130px;
    }
    .counting {
        font-size: 30px;
    }
    .couter-span span {
        font-size: 30px;
    }
    .conter-box {
        gap: 0px;
    }
    .conter-box h5 {
        font-size: 12px;
        text-align: left;
    }
    .conter-box:after {
        right: -20px;
    }
    .work-text h5 {
        font-size: 16px;
    }
    .about-text h3 {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .service-sec .sec-head p {
        width: 35%;
    }
    .service-text h5 {
        font-size: 14px;
    }
    h3 {
        font-size: 40px;
    }
    .rds-box h4 {
        font-size: 12px;
        line-height: 23px;
    }
    .service-slider .slick-slide {
        opacity: 1;
    }
    span.ser-box-1 {
        left: 50%;
    }
    .service-slider .slick-next {
        right: auto;
        left: 62%;
    }
    .service-slider .slick-prev {
        left: 55%;
    }
    h2 {
        font-size: 50px;
    }
    .why_choose .why_wrpr .box_abs {
        padding: 30px;
        margin: 35px 0 0 -110px;
        width: 120%;
    }
    section.why_choose:after {
        z-index: -1;
    }
    .who-we-text h4 {
        font-size: 20px;
    }
    .links_q {
        padding: 0 0 0 10px;
    }
    footer .ftr_wrp p {
        width: 100%;
    }
    footer .ftr_wrp ul li a {
        gap: 10px;
    }
    footer .form_wrpr h4 {
        font-size: 30px;
        text-align: center;
    }
    .links_q h3 {
        font-size: 26px;
    }
    footer .ftr_wrp ul li a .rigth_f span {
        font-size: 14px;
    }
    footer {
        padding: 70px 0 0px 0;
        border-radius: 50px 50px 0 0;
    }
    .footer-border:after {
        height: 130%;
        left: -10px;
        top: -70px;
    }
    .footer-border:before {
        height: 130%;
        right: -10px;
        top: -70px;
    }
    footer .ftr_wrp img {
        margin: 0 0 30px 0;
    }
    .service-page .service-text {
        padding: 20px;
        height: 350px;
    }
    h5 {
        font-size: 25px;
    }
    span.ser-det-box-4 {
        right: -80px;
        bottom: 41%;
        width: 130px;
        height: 100px;
        z-index: -1;
    }
    .service-detail-image img {
        height: 550px;
        object-fit: cover;
    }
    span.ser-det-box-2 {
        bottom: 1%;
        left: -60px;
        z-index: -1;
    }
    .inner-banner-text h1 {
        font-size: 60px;
    }
}

ul.rds-list {
    padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-btn .btn1 {
        padding: 14px 35px !important;
    }
    .menuSec ul {
        width: 80%;
        margin-right: -20px;
    }
    img.home-banner-image {
        height: 550px;
    }
    section.main_slider:after {
        background: #2a66ae61;
    }
    h1 {
        font-size: 30px;
    }
    p {
        font-size: 15px;
    }
    .couter-sec .col-md-4 {
        padding: 0;
    }
    .counting {
        font-size: 30px;
    }
    .couter-span {
        width: 110px;
    }
    .couter-span span {
        font-size: 30px;
    }
    .conter-box {
        gap: 0px;
    }
    .conter-box h5 {
        font-size: 11px;
        text-align: left;
    }
    .conter-box:after {
        right: 0;
    }
    .couter-sec {
        padding: 30px 0;
    }
    .service-text {
        padding: 20px 10px;
        height: 100px;
    }
    .service-text h5 {
        font-size: 12px;
    }
    .overview-text h3 {
        font-size: 30px;
    }
    .overview-sec {
        padding: 60px 0;
    }
    .who-we-sec {
        padding: 0 0 60px;
    }
    .who-content-box {
        padding-top: 20px;
        text-align: center;
    }
    .work-text h5 {
        font-size: 12px;
    }
    .work-sec {
        padding: 50px 0 20px;
    }
    .work-sec .col-lg-2 {
        padding: 0 0px;
    }
    .about-sec {
        padding: 60px 0 0;
    }
    .about-image img {
        height: 600px;
    }
    .about-text h3 {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .service-sec .sec-head p {
        width: 45%;
    }
    .service-slider .slick-slide {
        opacity: 1;
    }
    .abs-box span {
        width: 180px;
        height: 180px;
    }
    span.ser-box-1 {
        left: 50%;
    }
    .service-slider .slick-next {
        right: auto;
        left: 62%;
    }
    .service-slider .slick-prev {
        left: 55%;
    }
    h2 {
        font-size: 40px;
    }
    .why_choose .why_wrpr .box_abs {
        padding: 20px;
        margin: 40px 0 0 -110px;
        width: 140%;
    }
    section.why_choose:after {
        z-index: -1;
    }
    .links_q {
        padding: 0 0 0 10px;
    }
    footer .ftr_wrp p {
        width: 100%;
    }
    footer .ftr_wrp ul li a {
        gap: 10px;
    }
    footer .ftr_wrp ul li a .rigth_f span {
        font-size: 14px;
    }
    .form_wrpr.footer-border .col-md-6 {
        width: 100%;
    }
    footer .form_wrpr h4 {
        font-size: 20px;
        margin: 0px 0 20px 0;
    }
    .links_q h3 {
        margin: 0 0px 30px 0;
        font-size: 20px;
    }
    .ftr_btm {
        z-index: 2;
        position: relative;
    }
    footer {
        padding: 70px 0 0px 0;
        border-radius: 50px 50px 0 0;
    }
    .footer-border:after {
        height: 130%;
        left: -10px;
        top: -70px;
    }
    .footer-border:before {
        height: 130%;
        right: -10px;
        top: -70px;
    }
    footer .ftr_wrp img {
        margin: 0 0 30px 0;
    }
    .service-page .service-text {
        padding: 20px;
        height: 350px;
    }
    h5 {
        font-size: 25px;
    }
    span.ser-det-box-4 {
        right: -85px;
        bottom: 40%;
        width: 130px;
        height: 100px;
        z-index: -1;
    }
    .service-detail-image img {
        height: 550px;
        object-fit: cover;
    }
    span.ser-det-box-2 {
        bottom: 1%;
        left: -60px;
        z-index: -1;
    }
    .ser-detail-text {
        padding-left: 0;
    }
    .ser-detail-text p {
        font-size: 14px;
        line-height: 26px;
        padding: 8px 0;
    }
    .inner-banner-text h1 {
        font-size: 50px;
    }
    .about-page {
        padding-bottom: 50px;
    }
    .service-page .col-lg-2 {
        width: 50%;
        margin: 20px 0;
    }
    .contact-page-form h3 {
        font-size: 30px;
    }
    img.contact-page-log {
        margin-top: 20px;
    }
    ul.contact-page-info li {
        padding: 10px 0;
    }
    .contact-page-map iframe {
        height: 460px;
    }
    ul.rds-list {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .slicknav_menu {
        background-image: -moz-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
    }
    .slicknav_nav a:hover {
        color: #fff;
        background-image: -moz-linear-gradient( 90deg, rgb(43, 68, 148) 0%, rgb(39, 167, 223) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(43, 68, 148) 0%, rgb(39, 167, 223) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(43, 68, 148) 0%, rgb(39, 167, 223) 100%);
    }
    ul.slicknav_nav a.btn1 {
        display: none;
    }
    .header-logo {
        text-align: center;
    }
    .baner-top-text {
        padding: 20px 0;
        text-align: center;
    }
    h1 {
        font-size: 30px;
    }
    section.main_slider:after {
        background: #2a66ae8c;
    }
    .service-text {
        padding: 40px 30px;
        height: auto;
    }
    .service-box {
        margin: 20px 0;
    }
    .overview-sec {
        padding: 40px 0;
    }
    .who-we-sec {
        padding: 20px 0 50px;
    }
    .who-content-box {
        text-align: center;
        padding: 20px 0 0 0;
    }
    img.baner-1 {
        height: 300px;
        border-radius: 25px 25px 0px 0px;
    }
    .btn2 {
        margin: 40px auto -150px;
    }
    .couter-sec .col-6 {
        width: 100%;
    }
    .conter-box {
        display: grid;
        justify-content: center;
        gap: 30px;
        padding: 30px 0;
    }
    .couter-sec {
        padding: 30px 0;
    }
    .conter-box:after {
        display: none;
    }
    .work-sec {
        padding: 50px 0;
    }
    h2 {
        font-size: 40px;
        padding-bottom: 10px;
    }
    .work-sec .col-lg-2 {
        width: 50%;
    }
    .work-box {
        margin: 30px 0;
    }
    .about-text {
        margin-top: 30px;
    }
    .about-sec:after {
        width: 10%;
        height: 15%;
        left: 0;
        top: 19%;
        bottom: auto;
    }
    .about-sec {
        padding: 60px 0 0;
    }
    .service-slider .slick-list {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .service-sec .sec-head p {
        width: 100%;
    }
    .service-slider .slick-current {
        margin-top: 0;
    }
    .abs-box span {
        z-index: -1;
    }
    .why_choose .whyy_img img {
        width: 100%;
        height: 100%;
    }
    .why_wrpr {
        margin-top: 40px;
    }
    .why_choose .why_wrpr .box_abs {
        padding: 20px;
        margin: 40px 0 0 0px;
        width: 100%;
    }
    section.why_choose:after {
        bottom: 40px;
        z-index: -1;
    }
    footer {
        padding: 60px 0 0px 0;
        border-radius: 30px 30px 0 0;
    }
    .footer-border {
        margin: 30px 0;
    }
    .links_q {
        padding: 0;
    }
    img.inner-baner-1 {
        height: 250px;
        width: 100%;
        object-fit: cover;
        border-radius: 30px 30px 0 0;
    }
    .inner-banner-box {
        top: 100px;
        align-items: baseline;
    }
    .about-page {
        padding-bottom: 50px;
    }
    .service-page h2.heading-design {
        font-size: 30px;
    }
    .service-page .col-lg-2 {
        width: 50%;
        margin: 10px 0;
    }
    .contact-page-map iframe {
        width: 100%;
        height: 400px;
    }
    .inner-banner-text h1 {
        font-size: 41px;
    }
    .service-page .service-text {
        padding: 20px 10px;
        height: 300px;
    }
    h5 {
        font-size: 20px;
    }
    .service-text p {
        font-size: 15px;
        padding: 20px 0;
    }
    .ser-detail-text {
        padding-left: 0;
        margin-top: 40px;
    }
    .ser-detail-text p {
        padding: 10px 0;
    }
    .row.ser-det-last-row {
        margin-top: 40px;
        flex-direction: column-reverse;
    }
    .ser-det-abs-box {
        display: none;
    }
    .contact-page-form {
        margin-top: 40px;
    }
    .rds-box h4:after {
        width: 100%;
        left: 0;
        right: auto;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .menuSec img {
        margin: 0;
        min-width: 170px;
    }
    .slicknav_menu {
        background-image: -moz-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(120, 179, 1) 0%, rgb(38, 134, 0) 100%);
    }
    .slicknav_nav a:hover {
        color: #fff;
        background-image: -moz-linear-gradient( 90deg, rgb(43, 68, 148) 0%, rgb(39, 167, 223) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(43, 68, 148) 0%, rgb(39, 167, 223) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(43, 68, 148) 0%, rgb(39, 167, 223) 100%);
    }
    ul.slicknav_nav a.btn1 {
        display: none;
    }
    .header-logo {
        text-align: center;
    }
    .baner-top-text {
        padding: 20px 0;
        text-align: center;
    }
    section.main_slider:after {
        background: #2a66ae63;
    }
    h1 {
        font-size: 20px;
    }
    img.baner-1 {
        height: 300px;
        border-radius: 25px 25px 0px 0px;
    }
    .btn2 {
        margin: 10px auto -100px;
        font-size: 15px;
        width: 150px;
        height: 150px;
        border: 10px solid #fff;
        margin-left: auto !important;
    }
    .about-image img {
        height: 100%;
    }
    .about-text h3 {
        margin-bottom: 10px;
    }
    .couter-sec .col-6 {
        width: 100%;
    }
    .conter-box {
        display: grid;
        justify-content: center;
        gap: 30px;
        padding: 30px 0;
    }
    .couter-sec {
        padding: 30px 0;
    }
    .conter-box:after {
        display: none;
    }
    .heading-design:after {
        width: 40% !important;
        height: 3px;
    }
    .work-sec {
        padding: 50px 0;
    }
    h2 {
        font-size: 35px;
        padding-bottom: 10px;
    }
    .work-sec .col-lg-2 {
        width: 100%;
    }
    .work-box {
        margin: 30px 0;
    }
    .about-text {
        margin-top: 30px;
    }
    .about-sec:after {
        display: none;
    }
    .about-sec {
        padding: 60px 0 0;
    }
    .service-slider .slick-list {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .service-sec .sec-head p {
        width: 100%;
    }
    .service-slider .slick-current {
        margin-top: 0;
    }
    .service-text {
        padding: 20px 10px;
        height: auto;
    }
    .service-text h5 {
        font-size: 17px;
    }
    .service-box {
        margin: 20px 0;
    }
    .overview-sec {
        padding: 60px 0 0;
    }
    .who-we-sec .sec-head h3 {
        font-size: 34px;
    }
    .who-content-box {
        text-align: center;
        padding-top: 20px;
    }
    .who-we-text h4 {
        font-size: 20px;
    }
    .overview-text h3 {
        font-size: 26px;
    }
    .overview-text {
        margin-bottom: 20px;
    }
    .abs-box span {
        z-index: -1;
    }
    .why_choose .whyy_img img {
        width: 100%;
        height: 100%;
    }
    .why_wrpr {
        margin-top: 40px;
    }
    .why_choose .why_wrpr .box_abs {
        padding: 10px;
        margin: 40px 0 0 0px;
        width: 100%;
    }
    section.why_choose:after {
        bottom: 40px;
        z-index: -1;
    }
    footer {
        padding: 60px 0 0px 0;
        border-radius: 30px 30px 0 0;
    }
    .footer-border {
        margin: 30px 0;
    }
    footer .ftr_wrp p {
        width: 100%;
    }
    footer .form_wrpr h4 {
        font-size: 26px;
    }
    .ftr_btm p {
        font-size: 15px;
    }
    .links_q {
        padding: 0;
    }
    img.inner-baner-1 {
        height: 200px;
        width: 100%;
        object-fit: cover;
        border-radius: 30px 30px 0 0;
    }
    .inner-banner-box {
        top: 80px;
        align-items: baseline;
    }
    .inner-banner-text h1 {
        font-size: 30px;
    }
    .about-snd-row {
        margin-top: 0;
    }
    .service-page .col-lg-2 {
        width: 100%;
        margin: 10px 0;
    }
    .service-page .service-text {
        padding: 20px 10px;
        height: auto;
    }
    .service-page .col-6 {
        width: 100%;
    }
    h5 {
        font-size: 20px;
    }
    .service-text p {
        font-size: 15px;
        padding: 20px 0;
    }
    .ser-detail-text {
        padding-left: 0;
        margin-top: 40px;
    }
    .ser-detail-text p {
        padding: 10px 0;
    }
    .row.ser-det-last-row {
        margin-top: 40px;
        flex-direction: column-reverse;
    }
    .ser-det-abs-box {
        display: none;
    }
    .contact-page-form {
        margin-top: 40px;
    }
    .contact-page-form h3 {
        font-size: 26px;
    }
    .contact-page-map iframe {
        width: 100%;
        height: 350px;
    }
    ul.contact-page-info li i {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .menu-btn .btn1 {
        font-size: 14px;
        padding: 11px 20px !important;
    }
    .rds-box h4:after {
        width: 100%;
        left: 0;
        right: auto;
    }
}


/*Media Query End*/


/*Media Query End*/

.carousel-caption {
    background: rgb(0 0 0 / 0%);
    border-radius: 50px 50px 0px 0px;
}

.menu-btn {
    justify-content: end;
    display: flex;
}