@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');

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

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('https://cms-staginglink2.com/GRBS-LImited/wp/wp-content/uploads/2025/10/right-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: 'thundernova';
    src: url(../fonts/fonnts.com-ThunderNovaCondensed-Yzjdo.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: 'thundernova';
    font-size: 139.07px;
    line-height: 130px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 20px;
}

h2 {
    font-family: 'thundernova';
    font-size: 80px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'thundernova';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'thundernova';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'thundernova';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'thundernova';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */
.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

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

.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;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #143153;
    transition: all 0.5s ease;
}

.menuSec ul li a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #1e61cc;
    transition: width 0.3s ease;
}

.menuSec ul li a:hover::after,
.menuSec ul li a.active::after {
    width: 50%;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #143153;
}

.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 css start */
/*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: 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;
}

/*banner css end*/
/* themebtn */
.btn-text {
    padding: 17px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    background-color: #1e61cc;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    overflow: hidden;
}

.btn-img {
    width: 65px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.themebtn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.btn-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
    transition: width 1s;
    z-index: -1;
}

.btn-text:hover::before {
    width: 100%;
}

.btn-text:hover {
    color: #1e61cc;
}

.btn-img img {
    transition: transform 0.3s ease;
}

.themebtn:hover .btn-img img {
    transform: rotate(360deg);
}

.themebtn:hover .btn-img {
    background-color: #1e61cc;
}

/* themebtn */
/* thembtn2 */
.btn-text2 {
    padding: 17px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    background-color: #1e61cc;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    overflow: hidden;
}

.btn-img2 {
    width: 65px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e61cc;
    transition: background-color 0.3s ease;
}

.themebtn2 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.btn-text2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
    transition: width 1s;
    z-index: -1;
}

.btn-text2:hover::before {
    width: 100%;
}

.btn-text2:hover {
    border: 1px solid #1e61cc;
    color: #1e61cc;
}

.btn-img2 img {
    transition: transform 0.3s ease;
}

.themebtn2:hover .btn-img2 img {
    transform: rotate(360deg);
}

.themebtn2:hover .btn-img2 {
    border: 1px solid #1e61cc;
    background-color: #1e61cc;
}

/* thembtn2 */
/* header */
.header_btn {
    text-align: end;
}

.menuSection {
    background-color: #fff;
    padding: 20px 0;
}

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

.header-logo {
    width: 20%;
}

/* header */
/* banner */
/* banner slider btns */
.bnr_sld_btns a {
    width: 65px;
    height: 60px;
    border: 1px solid #5a6f86;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.bnr_sld_btns {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.bnr_sld_btns_left:hover {
    background-color: #1e61cc;
    border: 1px solid #1e61cc;
}

.bnr_sld_btns_right:hover {
    background-color: #1e61cc;
    border: 1px solid #1e61cc;
}

.bnr_sld_btns_left img,
.bnr_sld_btns_right img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(12%) saturate(996%) hue-rotate(172deg) brightness(88%) contrast(81%);
}

.bnr_sld_btns_left:hover img,
.bnr_sld_btns_right:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(329deg) brightness(103%) contrast(101%);
}

/* banner slider btns */
.main_slider .container-fluid {
    padding: 0 0 0 5%;
}

.slid_img img {
    height: 580px;
    width: 300px;
    object-fit: cover;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.slick-slide.slick-current.slick-active .slid_img img {
    height: 790px;
    width: 500px;
    object-fit: cover;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.banner_slider .slick-slide {
    transform: scale(0.8);
    transition: all 0.3s ease;
    opacity: 0.5;
}

.banner_slider .slick-center {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.main-banner-silders .slick-slide {
    margin: 0px 0px;
}

.main-banner-silder .slick-slide {
    margin: 0px 0px;
}

.main-banner-silders-items img {
    clip-path: polygon(27% 0%, 100% 0%, 75% 100%, 0% 100%);
    height: 790px;
    width: 700px;
    object-fit: cover;
    object-position: 20%;
}

.main-banner-silder-items img {
    clip-path: polygon(47% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 480px;
    height: 570px;
    object-fit: cover;
}

.main-banner-silder-items {
    position: relative;
}

.main_slider {
    position: relative;
}

.main-banner-silder-items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e61ccbd;
    clip-path: polygon(47% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bnr_sld_btns {
    position: absolute;
    width: 10%;
    z-index: 99;
    bottom: 3%;
    right: 2%;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.bnr_bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner_text h3 {
    font-size: 13px;
    color: #fff;
    padding: 10px;
    background-color: #1e61cc;
    border-radius: 5px;
    width: fit-content;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.banner_text p {
    color: #bac2cb;
    margin-bottom: 20px;
}

.main-banner-silders {
    position: relative;
}

.banner_slider_wrp {
    position: relative;
}

.banner_slider_wrp .slide-number-heading {
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 160px;
    color: #fff;
    z-index: 10;
    font-family: 'thundernova';
    line-height: 1;
    opacity: 0.3;
}

/* banner */
/* about */
.abt {
    padding: 180px 0;
}

.abt_left {
    position: relative;
    z-index: 1;
}

.abt_left::before {
    content: '';
    position: absolute;
    top: -8%;
    left: 5%;
    width: 560px;
    height: 550px;
    background-color: #1e61cc;
    clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
    z-index: -1;
}

.abt_left::after {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    width: 640px;
    height: 520px;
    background-image: linear-gradient(rgb(39 66 97 / 97%), rgb(39 66 97 / 88%)), url(../images/abt-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.abt_right p {
    margin-bottom: 40px;
    color: #4c4c4c;
    text-align: justify;
}

.abt_right {
    padding: 0 50px 0 20px;
}

.abt_left img {
    height: 470px;
    width: 100%;
    object-fit: cover;
}

.abt_extra_con p {
    margin-bottom: 40px;
    color: #4c4c4c;
    text-align: justify;
    padding-right: 90px;
}

.inr_abt {
    padding: 180px 0 50px;
}

.abt_extra .container-fluid {
    padding: 0 9%;
}

section.abt_extra {
    padding-bottom: 100px;
}

/* about */
/* services */
.service {
    background-image: url(../images/service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.ser_heading {
    margin-bottom: 30px;
    text-align: center;
}

.ser_heading h3 {
    font-size: 13px;
    color: #fff;
    padding: 10px;
    background-color: #1e61cc;
    border-radius: 5px;
    width: fit-content;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 10px;
}

.ser_heading h2 {
    color: #fff;
}

.ser_img img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.ser_txt h3 {
    color: #ffffff;
    font-size: 2.97vw;
    font-weight: 500;
    margin-bottom: 5px;
}

.ser_txt p {
    color: #b8c1cb;
    margin-bottom: 20px;
}

.ser_txt a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #b8c1cb;
    text-transform: uppercase;
    line-height: 20px;
}

.ser_card {
    position: relative;
    height: 500px;
    margin: 0 20px;
}

.ser_txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #102e50;
    padding: 40px 30px 40px 30px;
    width: 95%;
    transition: background-color 0.3s ease;
}

.ser_card:hover .ser_txt {
    background-color: #1e61cc;
}

.ser_btn {
    margin-top: 40px;
    text-align: center;
}

.ser_heading p {
    color: #b8c1cb;
}

/* services */
/* why choose us */
.wcu {
    padding: 120px 0;
}

.wcu_left p {
    margin-bottom: 30px;
    color: #4c4c4c;
}

.wcu_left h3 {
    margin-bottom: 20px;
}

.wcu_left span {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.verify {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.wcu_btn {
    margin-top: 40px;
}

/* why choose us */
/* Testimonials */
.testimonials {
    padding: 120px 0;
}

.testimonials_right p {
    margin-bottom: 30px;
    color: #4c4c4c;
}

.cient img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 50%;
}

.cient_txt h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.stars i {
    font-size: 16px;
    color: #fd8f00;
}

.client_quo i {
    color: #3f5069;
    font-size: 60px;
}

.testi_box_flx {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

.testi_box_flxinr {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.testimonials_right {
    padding: 0 20px;
}

.testi_box p {
    color: #a1adba;
}

.testi_box {
    padding: 25px 100px 25px 70px;
    background-color: #102d4e;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 5% 100%);
    margin-bottom: 20px;
    position: relative;
}

.testi_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 110%;
    background-color: #1e61cc;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 5% 100%);
    z-index: -1;
    transform: rotate(-10deg);
}

.testi_box.dif_tb {
    background-color: #1e61cc;
    clip-path: polygon(5% 0%, 100% 0%, 94% 100%, 0% 100%);
}

.testi_box.dif_tb::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 26px;
    height: 110%;
    background-color: #102d4e;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 5% 100%);
    z-index: -1;
    transform: rotate(10deg);
}

.testi_box.dif_tb p {
    color: #bcd0f0;
}

.testi_box.dif_tb .client_quo i {
    color: #4676d2;
}

/* Testimonials */
/* contact */
.contact_left form select {
    appearance: none;
    background: url(../images/down-chevron.png) no-repeat right 20px center;
    background-size: 13px;
}

.contact_left form input,
.contact_left form textarea,
.contact_left form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cccccc;
    font-size: 16px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
}

.contact_left form input::placeholder,
.contact_left form textarea::placeholder {
    color: #737373;
}

.contact_left form textarea {
    resize: none;
    min-height: 150px;
}

.contact_left p {
    margin-bottom: 30px;
    color: #4c4c4c;
}

.contact_right {
    text-align: end;
    position: relative;
    z-index: 1;
}

.contact_right::before {
    content: '';
    position: absolute;
    top: -8%;
    left: 1%;
    width: 655px;
    height: 640px;
    background-color: #1e61cc;
    clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
    z-index: -1;
}

.contact {
    padding: 0 0 120px;
}

.contact_left form button {
    border: none;
    background: none;
}

/* contact */
/* footer */
.footerSec {
    background-color: #102e50;
    padding: 120px 0 0;
}

.ftr_socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ftr_socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #758699;
    background-color: transparent;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid #758699;
    transition: all 0.3s ease;
}

.ftr_socials a:hover {
    transform: scale(1.1);
    background-color: #1e61cc;
    color: #fff;
    border: 1px solid #1e61cc;
}

.ftr_left p {
    color: #fff;
    margin: 20px 0;
}

.newsletter p {
    color: #9fabb9;
    margin: 20px 0;
}

.ftr_links h5 {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin-bottom: 60px;
}

.newsletter h5 {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin-bottom: 65px;
}

.ftr_links ul li a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
}

.ftr_links ul li a:hover {
    transform: translateX(5px);
    color: #1e61cc;
    text-decoration: underline;
}

.ftr_links ul li {
    margin-bottom: 30px;
}

.ftr_links ul {
    column-count: 2;
}

.copy-txt p {
    color: #8d9bab;
    text-align: center;
    padding: 20px 0;
}

.footer-btm .container-fluid {
    border-top: 1px solid #334d6a;
}

.subscribe_form {
    max-width: 370px;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);

    &:focus {
        outline: none;
    }

    .form-control {
        border: none;

        &:focus {
            box-shadow: none;
        }
    }

    input {
        height: 60px;
        background: #1c3859;
        border-radius: 5px;
    }

    button {
        border: none;
        height: 60px;
        background-color: #1e61cc;
        color: #fff;
        margin: -1px;
        border-radius: 0;
        width: 65px;
        border-radius: 5px;
        text-transform: uppercase;
        position: relative;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;

        &:hover,
        &:focus,
        &:active,
        &:visited {
            color: #fff;
            background-color: #102e50;
            outline: none;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;

            &:before {
                background-color: #102e50;
                transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -o-transition: all ease 0.3s;
                -ms-transition: all ease 0.3s;
            }
        }

        &:before {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            height: 1px;
            background-color: #1e61cc;
            width: 100%;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;
        }
    }

    .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group {
        z-index: 2;
        margin-left: 0px;
    }
}

.ftr_left {
    padding: 0 20px 120px;
    border-right: 1px solid #364e69;
}

.ftr_links {
    border-right: 1px solid #364e69;
    padding: 0 30px 95px;
}

.newsletter {
    padding: 0 40px 60px;
}

.ftr_lgo {
    width: 30%;
    background: #fff;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
}

.ftr_left h3 {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
}

.ftr_left h5 {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

/* footer */
/* our Projects */
.projects .container-fluid {
    padding: 0;
}

.projects {
    background-color: #102e50;
    padding: 70px 0;
}

.proj_main img {
    height: 470px;
    width: 100%;
    object-fit: cover;
}

.project_slider .slick-slide {
    color: #FFF;
    margin: 0 100px 0 0;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

.project_slider .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.1);
}

.project_slider .slick-slide.slick-current.slick-active.slick-center .proj_main img {
    height: 490px;
    width: 100%;
    object-fit: cover;
}

.proj_txt h3 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 500;
}

.proj_txt p {
    color: #c0d1e2;
    width: 80%;
}

.pro_btn a {
    background-color: #102e50;
    border-radius: 5px;
    height: 60px !important;
    width: 65px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_btn a img {
    height: 12px !important;
    width: 20px !important;
    object-fit: contain !important;
}

.proj_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    opacity: 0;
}

.proj_main {
    position: relative;
}

.proj_main::before {
    background: linear-gradient(0deg, rgba(67, 119, 203, 1) 0%, rgba(255, 255, 255, 0.16) 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0;
}

.project_slider .slick-slide.slick-current.slick-active.slick-center .proj_content {
    opacity: 1;
}

.project_slider .slick-slide.slick-current.slick-active.slick-center .proj_main::before {
    opacity: 1;
}

.custom-arrow {
    background: transparent;
    border: none;
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.project_slider .slick-prev {
    left: 5%;
}

.project_slider .slick-next {
    right: 9%;
}

.custom-arrow img {
    width: 40px;
    height: auto;
}

.project_slider .slick-prev:before,
.project_slider .slick-next:before {
    display: none;
}

/* our Projects */
/* Scrollbar*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #143153;
}

::-webkit-scrollbar-thumb {
    background: #1e61cc;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #1e61cc;
}

/* Scrollbar*/
/* inner pages */
/* inner banner */
.inr_bnr_bg img {
    object-fit: cover;
    height: 500px;
    width: 100%;
}

.inr_banner_text h1 {
    text-align: center;
}

/* inner banner */
/* inner services */
.inr_ser_heading h2 {
    color: #000000;
}

.inr_service {
    padding: 70px 0;
}

.inr_ser_heading h3 {
    font-size: 13px;
    color: #fff;
    padding: 10px;
    background-color: #1e61cc;
    border-radius: 5px;
    width: fit-content;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 10px;
}

.inr_ser_heading {
    margin-bottom: 50px;
    text-align: center;
}

.inr_ser_card_mb {
    margin-bottom: 90px;
}

/* inner services */
/* services details */
.inr_ser_detail {
    padding: 100px 0;
}

.inr_ser_detail_content img {
    object-fit: cover;
    height: 700px;
    margin-bottom: 10px;
    width: 100%;
}

.inr_ser_detail_content p {
    margin-bottom: 30px;
    color: #4c4c4c;
    text-align: justify;
}

/* services details */
/* inner projects */
.inr_proj {
    padding: 100px 0;
}

.inr_proj_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}

.inr_proj_main::before {
    background: linear-gradient(0deg, rgba(67, 119, 203, 1) 0%, rgba(255, 255, 255, 0.16) 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.inr_proj_txt h3 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 500;
}

.inr_proj_txt p {
    color: #c0d1e2;
    margin-bottom: 10px;
}

.inr_proj_txt a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #b8c1cb;
    text-transform: uppercase;
    line-height: 20px;
}

.inr_proj_main img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.inr_proj_main {
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inr_proj_main:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* inner projects */
/* inner testimonials */
.inr_test {
    padding: 100px 0;
}

.inr_testi_box_flx {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

.inr_testi_box_flxinr {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.inr_cient img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 50%;
}

.inr_cient_txt h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.inr_stars i {
    font-size: 16px;
    color: #fd8f00;
}

.inr_client_quo i {
    color: #3f5069;
    font-size: 60px;
}

.inr_testi_box p {
    color: #a1adba;
}

.inr_testi_box {
    padding: 30px;
    background-color: #102d4e;
    margin-bottom: 50px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    height: 280px;
}

.inr_testi_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-color: #1e61cc;
}

.inr_testi_box:hover .inr_client_quo i {
    color: #4676d2;
    transition: color 0.3s ease;
}

.inr_testi_box:hover p {
    color: #bcd0f0;
    transition: color 0.3s ease;
}

/* inner testimonials */
/* inner contact us */
.inr_contact {
    padding: 100px 0;
}

/* inner contact us */
/* services details */
.proj_detail {
    padding: 100px 0;
}

.proj_detail_content img {
    object-fit: cover;
    height: 700px;
    margin-bottom: 10px;
    width: 100%;
}

.proj_detail_content p {
    margin-bottom: 30px;
    color: #4c4c4c;
    text-align: justify;
}

/* services details */
/* inner pages */
html,
body {
    overflow-x: hidden;
}

.d-block {
    display: block;
}

/*Media Query Start*/
@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project_slider .slick-slide {
		margin: 0;
	}
	
	.proj_main {
    position: relative;
    width: 80%;
    margin: 0 auto 0;
}
	.project_slider .slick-next {
    right: 5%;
}
	.bnr_sld_btns a {border-color: #fff;}

.bnr_sld_btns_left img, .bnr_sld_btns_right img {
    filter: inherit;
}
	
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .bnr_bg img {
        height: 400px;
    }

    .banner_slider_wrp {
        display: none;
    }

    .main-banner-silder {
        display: none;
    }

    .bnr_sld_btns {
        display: none;
    }

    .d-block {
        display: inline !important;
    }

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

    .banner_text h3 {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .banner_text p {
        margin-bottom: 10px;
    }

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

    .btn-text {
        padding: 7px 10px;
        font-size: 10px;
    }

    .btn-img {
        width: 45px;
        height: 40px;
    }

    .btn-img img {
        height: 10px;
        width: 12px;
    }

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

    .header_btn {
        text-align: center;
    }

    .header-logo {
        width: 20%;
        margin: 10px auto;
    }

    .menuSection {
        padding: 10px 0;
    }

    .abt_left::before {
        width: 250px;
        height: 240px;
    }

    h2 {
        font-size: 35px;
    }

    .abt_right p {
        margin-bottom: 10px;
    }

    .abt_right {
        padding: 30px 0 0;
    }

    .abt {
        padding: 50px 0;
    }

    .abt_left img {
        height: 250px;
    }

    .abt_left::after {
        top: -4%;
        left: -4%;
        width: 280px;
        height: 270px;
    }

    .btn-text2 {
        padding: 7px 10px;
        font-size: 10px;
    }

    .btn-img2 {
        width: 45px;
        height: 40px;
    }

    .btn-img2 img {
        height: 10px;
        width: 12px;
    }

    .ser_heading h3 {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .service {
        padding: 50px 0;
    }

    .ser_img img {
        height: 200px;
    }

    .ser_card {
        height: 350px;
        margin: 0 0 40px;
    }

    .ser_txt h3 {
        font-size: 8vw;
    }

    .ser_txt a {
        font-size: 12px;
    }

    .ser_txt {
        padding: 20px 20px 20px 20px;
    }

    .ser_btn {
        margin-top: 10px;
    }

    .wcu_left p {
        margin-bottom: 10px;
    }

    .wcu {
        padding: 50px 0;
    }

    .wcu_left ul {
        align-items: flex-start;
        margin-bottom: 0px;
        flex-direction: column;
    }

    .wcu_btn {
        margin-top: 20px;
    }

    .verify {
        gap: 8px;
    }

    .wcu_left span {
        font-size: 12px;
    }

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

    .proj_content {
        padding: 10px;
        bottom: 10px;
        flex-direction: column;
        text-align: center;
    }

    .proj_txt h3 {
        font-size: 25px;
    }

    .proj_txt p {
        width: 100%;
    }

    .pro_btn a {
        height: 40px !important;
        width: 45px !important;
    }

    .project_slider .slick-slide.slick-current.slick-active.slick-center .proj_main img {
        height: 300px;
    }

    .proj_main img {
        height: 250px;
    }

    .pro_btn a img {
        height: 10px !important;
        width: 13px !important;
    }

    .projects {
        padding: 50px 0;
    }

    .testi_box {
        padding: 20px
    }

    .cient img {
        height: 50px;
        width: 50px;
        border: 2px solid #fff;
    }

    .testi_box_flxinr {
        gap: 10px;
    }

    .cient_txt h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .stars i {
        font-size: 10px;
    }

    .client_quo i {
        color: #3f5069;
        font-size: 40px;
    }

    .testi_box::before {
        width: 12px;
        transform: rotate(-4deg);
    }

    .testi_box.dif_tb::before {
        width: 12px;
        transform: rotate(4deg);
    }

    .testimonials_right p {
        margin-bottom: 10px;
    }

    .testimonials {
        padding: 50px 0;
    }

    .contact_left p {
        margin-bottom: 10px;
    }

    .contact_left form select {
        background-size: 10px;
    }

    .contact_left form input,
    .contact_left form textarea,
    .contact_left form select {
        padding: 8px 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .contact_right {
        margin-top: 50px;
        text-align: center;
    }

    .contact_right::before {
        width: 255px;
        height: 290px;
    }

    .contact {
        padding: 0 0 60px;
    }

    .footerSec {
        padding: 50px 0 0;
    }

    .ftr_left {
        padding: 0 0px 30px;
        border-right: 1px solid #152f4f;
    }

    .ftr_links {
        border-right: 1px solid #152f4f;
        padding: 0 0px 30px;
    }

    .ftr_links ul li a {
        font-size: 12px;
    }

    .ftr_links ul li {
        margin-bottom: 10px;
    }

    .ftr_left p {
        margin: 10px 0;
    }

    .ftr_socials a {
        font-size: 12px;
        height: 30px;
        width: 30px;
    }

    .ftr_links h5 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .newsletter {
        padding: 0 0px 30px;
    }

    .newsletter h5 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .form-control {
        font-size: 12px;
    }

    .subscribe_form input {
        height: 50px;
    }

    .subscribe_form button {
        height: 50px;
        width: 55px;
        font-size: 12px;
    }

.inr_bnr_bg img {
    height: 300px;
    object-fit: cover;
}

.inr_abt {
    padding: 100px 0px 50px;
}    
.abt_extra_con p {
    padding-right: unset;
}    
 .abt_extra .container-fluid {
    padding: 0 2%;
}
.slicknav_nav a:hover {
    background: #3062cf;
    color: #fff;
}
    
}




/*Media Query End*/

/* portfolio page  */

.limewash_slider img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.row.pg_space {
    margin-top: 30px;
}

.builiding_slider img {
    height: 300px;
}

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

.limewash_slider {
    margin-bottom: 30px;
}

.limewash_slider a {
    width: 100%;
}
/* portfolio page  */