@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..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 *****/

.heading {
    text-align: center;
    margin: 0 0 50px 0;
}

.heading p {
    width: 60%;
    margin: 0 auto;
}

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;
}

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;
}


/***** 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
}


/***** 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;
}


/* Buttons css Starts */

.theme1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat';
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #e43333;
    padding: 0 30px;
    height: 60px;
    color: #fff;
    border: none;
    font-weight: 600;
    clip-path: polygon(0% 15%, 0px 0px, 15% 0%, 95% 0%, 100% 25%, 100% 85%, 100% 100%, 95% 100%, 5% 100%, 0% 80%);
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme1:hover {
    background-color: #fbc71b;
    color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat';
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #fbc71b;
    padding: 0 30px;
    height: 60px;
    color: #000;
    border: none;
    font-weight: 600;
    clip-path: polygon(0% 15%, 0px 0px, 15% 0%, 95% 0%, 100% 25%, 100% 85%, 100% 100%, 95% 100%, 5% 100%, 0% 80%);
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme2:hover {
    background-color: #e43333;
    color: #fff;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.theme3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme3:hover {
    letter-spacing: 2px;
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}


.theme3::Before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #fff;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme3:hover::Before {
    width: 0;
    transition: ease-out;
    transition-duration: 0.2s;
}


/* 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: "Orbitron", sans-serif;
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
}

h2 {
    font-family: "Orbitron", sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: "Orbitron", sans-serif;
    font-size: 50px;
    line-height: 55px;
    color: #464e58;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}

h4 {
    font-family: "Orbitron", sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939c9;
    font-weight: 500;
    margin: 0 0 13px;
    text-transform: uppercase;
}

h5 {
    font-family: "Orbitron", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Orbitron", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", system-ui;
    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 start */
header {
    padding: 0;
}

.topSec {
    background-color: #464e58;
}

.topSec-contact ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.topSec-contact ul li a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 23px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.topSec-contact ul li a:hover {
    color: #fbc71b;
    transition: ease-out;
    transition-duration: 0.2s;
}

.top-bar-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0;
}

.top-bar-right ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #fbc71b;
    color: #464e58;
    font-size: 20px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.top-bar-right ul li a i:hover {
    background-color: #e43333;
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.menuSec ul li.active {
    background-color: #fbc71b;
}

.menuSec ul li.active a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1%) hue-rotate(70deg) brightness(107%) contrast(100%);
}

.menuSec ul li.active a {
    color: #fff;
}

.menuSec ul li.active:hover a {
    color: #000;
}

.menuSec {
    padding: 0.;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.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: #454545;
    padding: 8px 22px;
    font-size: 14px;
    line-height: 70px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition: ease-in;
    transition-duration: 0.2s;
}

.menuSec ul li a:hover {
    color: #fbc71b;
    transition: ease-out;
    transition-duration: 0.2s;
}


.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.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:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.topSec-contact-extra {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}


/*header css start */

/*banner css start */

section.main_slider {
    position: relative;
}

section.main_slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54%;
    height: 100%;
    background-color: #464e58e0;
    z-index: 1;
}

section.main_slider::after {
    content: '';
    position: absolute;
    top: 46%;
    left: 0;
    width: 54%;
    border-bottom: 1px solid #ffffff26;
    z-index: 1;
}

.banner_text {
    position: relative;
    z-index: 9;
}

.carousel-item {
    height: 783px;
}

.banner_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 783px;
    width: 100%;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    /*z-index: 9;*/
}

.main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.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 {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 11px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    background-clip: padding-box;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
    background-color: #0000;
    margin: 0 30px !important;
}

.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 {
    justify-content: start;
    margin-left: 30%;
    height: 71px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #fbc71b;
    width: 10px;
    height: 11px;
    position: relative;
    border: nonr;
}

.carousel-indicators .active::Before {
    content: '';
    position: absolute;
    top: -7px;
    right: -7px;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 100px;
}

.banner_text p {
    color: #ffffff70;
    margin: 40px 0;
}

button.carousel-control-prev,
button.carousel-control-next {
    height: 50px;
    width: 50px;
    position: relative;
    clip-path: polygon(0% 15%, 0px 0px, 15% 0%, 75% 0%, 100% 30%, 100% 95%, 100% 100%, 95% 100%, 25% 100%, 0% 80%);
    background-color: #fff;
    border-radius: 5px;
}

button.carousel-control-prev:hover,
button.carousel-control-next:hover {
    background-color: #fbc71b;
    scale: 1.2;
    transition: ease-in;
    transition-duration: 0.2s;
}

button.carousel-control-prev:hover::before,
button.carousel-control-next:hover::before {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.2s;
}

button.carousel-control-prev::before {
    content: '\f0d9';
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #000;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: ease-out;
    transition-duration: 0.2s;
}

button.carousel-control-next::before {
    content: '\f0da';
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #000;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: ease-out;
    transition-duration: 0.2s;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}

.banner-bottom {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    border: 1px solid #ffffff30;
    border-right: none;
    border-left: none;
    padding: 10px 0 10px 320px;
    z-index: 1;
    transition: ease-out;
    transition-duration: 0.2s;
}

/*banner css end*/

/*Inner Banner css Starts*/

section.inner-banner .banner_text ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 30px 0 0 0;
}

section.inner-banner .banner_text ul * {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

section.inner-banner .banner_text ul li a h5 {
    transition: ease-in;
    transition-duration: 0.2s;
}

section.inner-banner .banner_text ul li a h5:hover {
    color: #fbc71b;
    transition: ease-out;
    transition-duration: 0.2s;
}

section.inner-banner::after {
    top: 52%;
}

section.inner-banner .carousel-item {
    height: 546px;
}

section.inner-banner .main-banner-img {
    width: 54%;
    object-position: 0 43%;
}

section.inner-banner .banner_img img {
    height: 70%;
}

/*Inner Banner css Ends*/


/*About Us Sec css Starts*/

.about-txt p {
    margin: 20px 0;
}

.about-card-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0;
}

.about-txt-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 0 40%;
}

.about-btn {
    margin: 0 0 20px 0;
}

.about-img img {
    height: 764px;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.about-card-main .about-card {
    width: 100%;
}

.about-card-team-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.about-card-team {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.about-card-team-txt h5 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0;
}

.about-card-team-txt p {
    margin: 0;
}

.about-card-team-img img {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 100px;
}




/*About Us Sec css Ends*/

/*Services Sec css Starts*/

.services-heading h3 {
    width: 100%;
}

.services-heading {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 0 50px 0;
}

.services-card-txt {
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 40px 70px;
}

.services-card-txt h5 {
    font-size: 25px;
    line-height: 29px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}

.services-card-img img {
    height: 572px;
    width: 100%;
    object-fit: cover;
}

.services-card-txt * {
    color: #fff;
}

.services-card {
    position: relative;
    margin: 20px 0;
}

.services-card::Before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(70 78 88 / 88%) 90%);
}

section.services-sec .slick-active {
    opacity: 1;
}

.services-card:hover {
    transition: ease-in;
    transition-duration: 0.2s;
}

.services-card-extra {
    height: 0;
    overflow: hidden;
    transition: ease-out;
    transition-duration: 0.2s;
}

.services-card:hover .services-card-extra {
    height: 100%;
    transition: ease-in;
    transition-duration: 0.2s;
}

section.services-sec .slick-next:before {
    content: '\f0da';
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #fff;
    height: 50px;
    width: 50px;
    position: relative;
    clip-path: polygon(0% 15%, 0px 0px, 15% 0%, 75% 0%, 100% 30%, 100% 95%, 100% 100%, 95% 100%, 25% 100%, 0% 80%);
    background-color: #464e58;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: ease-out;
    transition-duration: 0.2s;
}

section.services-sec .slick-prev:before {
    content: '\f0d9';
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    clip-path: polygon(0% 15%, 0px 0px, 15% 0%, 75% 0%, 100% 30%, 100% 95%, 100% 100%, 95% 100%, 25% 100%, 0% 80%);
    background-color: #464e58;
    border-radius: 5px;
    font-size: 20px;
    transition: ease-out;
    transition-duration: 0.2s;
}

section.services-sec .slick-prev.slick-disabled:before,
section.services-sec .slick-next.slick-disabled:before {
    opacity: 1;
}

section.services-sec .slick-prev:hover::before,
section.services-sec .slick-next:hover::before {
    background-color: #fbc71b;
}

.services-card-main .services-card:hover::Before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(70 78 88) 50%);
}

.services-slider-main {
    position: relative;
    z-index: 999;
}

/*Services Sec css Ends*/

/*Services Bottom Sec css Starts*/

section.services-bottom-sec {
    background-image: url('../images/services-bottom-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin: 0 0 200px 0;
}

section.services-bottom-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #464e58ba;
}

.services-bototm-txt h3 {
    width: 70%;
    color: #fff;
}

.services-bototm-txt p {
    color: #fff;
}

.services-bototm-txt ul {
    margin: 10px 0;
}

.services-bototm-txt ul li p {
    text-transform: uppercase;
    font-family: 'Orbitron';
}

.services-bototm-txt ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.services-bototm-txt {
    position: relative;
    z-index: 9;
}

.services-bottom-img {
    position: relative;
    z-index: 9;
}

section.services-bottom-sec .extra-img {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1036px;
    width: 659px;
}

section.services-bottom-sec .extra-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 55%;
}

.extra-img-main {
    position: relative;
    top: -350px;
}

.extra-img-main::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1036px;
    width: 659px;
    background-color: #fbc71bcc;
    z-index: 9;
}

/*Services Bottom Sec css Ends*/

/*Projects Sec css Starts*/

.projects-card-img {
    position: relative;
}

.projects-card-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #161616d4;
}

.projects-card:hover .projects-card-img::before {
    background-color: #fbc71bcc;
}

.projects-card {
    position: relative;
}

.projects-card-txt-extra {
    display: none;
}


.projects-card-txt h5 {
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 0;
}

.projects-card-txt {
    text-align: center;
    position: absolute;
    top: 45%;
    width: 100%;
}

.projects-card-txt * {
    color: #fff;
}

.projects-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
    width: 100%;
    object-fit: cover;
}

.projects-card:hover .projects-card-txt-extra {
    display: block;
}

.choose-txt ul li {
    margin: 10px 0;
}

.choose-txt ul li h5 {
    font-size: 20px;
    line-height: 25px;
}



.choose-txt {
    margin: 0 0 50px 0;
}

.choose-img {
    position: relative;
}

.choose-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    width: 100%;
}

.choose-img img.choose1 {
    height: 475px;
    object-position: left;
}

.choose-img img.choose2 {
    height: 498px;
    object-position: left;
    width: 75%;
    margin: 0 289px 0 0;
}

.choose-txt h5 {
    font-size: 22px;
    line-height: 29px;
    margin: 0;
    text-transform: uppercase;
}

/* .choose-txt ul li p {
        font-family: 'Orbitron';
        line-height: 16px;
        margin: 5px 0;
    } */

section.choose-sec .choose-sec-bottom {
    margin: 70px 0 0 300px;
}

.choose2-img {
    display: flex;
    align-items: center;
    justify-content: end;
}

.choose-txt ul {
    margin: 0 0 80px 0;
}

/*Projects Sec css Ends*/


/*Testimonial Sec css Starts*/

section.testimonial-sec {
    /* background-color: #f6f6f6; */
}

section.testimonial-sec .slick-list.draggable {
    padding: 0 250px 0 0 !important;
}

.testimonial-heading p {
    color: #878787;
}

.testimonial-card-user {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 0 0 0 -100px;
    position: relative;
}

.testimonial-card-user-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    border: 5px solid #fff;
    object-fit: cover;
}

.testimonial-card-user-txt h5 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    margin: 0;
    font-family: 'Montserrat';
}

.testimonial-card-user-txt h6 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 500;
}

.testimonial-card-txt p {
    font-size: 13px;
    line-height: 30px;
    color: #9c9c9c;
    position: relative;
}

.testimonial-card-txt p::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -20px;
    background-image: url("../images/quote1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 14px;
    width: 15px;
    object-fit: contain;
}

.testimonial-card-txt p::after {
    content: '';
    position: absolute;
    bottom: 5%;
    left: 40%;
    background-image: url("../images/quote2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 14px;
    width: 15px;
    object-fit: contain;
}

.testimonial-card-main {
    padding: 50px 20px;
    background-color: #fff;
    /* box-shadow: 0 0 5px 0px #00000036; */
    margin: 20px 0;
    position: relative;
}

.testimonial-card-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fbc71b;
    height: 100%;
    width: 10%;
}

section.testimonial-sec .slick-slide {
    opacity: 1;
    margin: 0 10px 0 0;
}

.testimonial-card {
    margin: 0 0 0 120px;
}

/*Testimonial Sec css Ends*/

/*Footer css Starts*/

footer {
    background-color: #272727;
    padding: 80px 0 0 0;
}

footer .container-fluid {
    width: 85%;
    margin: 0 0 0 auto;
}

.footer-link h5 {
    font-size: 25px;
    line-height: 50px;
    color: #161616;
    padding: 0 0 0 20px;
    margin: 0 0 40px 0;
    background-color: #fbc71b;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.footer-txt p {
    color: #868686;
    margin: 50px 0;
}

.footer-logo-txt {
    padding: 0 140px 0 0;
}

.footer-link ul li a {
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    font-family: 'Montserrat';
    color: #ffffffa3;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer-link ul li a:hover {
    color: #fbc71b;
    transition: ease-out;
    transition-duration: 0.2s;
}

ul.footer-link-first {
    column-count: 2;
    /* margin: 0 40px; */
}

.footer-link ul li {
    margin: 0 0 30px 0;
}

.footer-copy p {
    color: #fff;
    line-height: 16px;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #ffffff45;
    margin: 0;
}

.footer-socials ul {
    display: grid;
    align-items: center;
    justify-content: center;
}

.footer-socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    height: 73px;
    width: 60px;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-socials ul li a i:hover {
    color: #fbc71b;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer-link-mid ul {
    border: 1px solid #ffffff45;
    border-top: none;
    border-bottom: none;
    padding: 50px 30px 40px 30px !important;
    height: 100%;
}

.footer-link ul {
    padding: 50px 50px 0 30px;
}

ul.footer-link-first {
    border-left: 1px solid #ffffff45;
    padding: 50px 50px 95px 30px;
}

/*Footer css Ends*/

/*About Us Page css Starts*/

section.inner-about-sec .about-img img {
    height: 700px;
}

section.team-sec {
    padding: 80px 0 0 0;
}


.team-card-img img {
    height: 340px;
    width: 100%;
    object-fit: cover;
}

.team-card-txt {
    /* text-align: center; */
    /* margin: -26px 0 0 0; */
}

.team-card-txt h4 span {
    font-size: 13px;
}

.team-card-txt h4 {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 35px;
}

.team-card-link a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    color: #002a51 !important;
    background-color: #fff;
    border-radius: 100px;
    position: relative;
}

.team-card-txt h5 {
    font-size: 16px;
    line-height: 27px;
    margin: 10px auto;
    width: 90%;
}

.team-card-extra-ink a {
    color: #464e58;
    font-size: 20px;
    line-height: 27px;
    font-family: "Orbitron", sans-serif;
    font-weight: 500;
}

.team-card-main {
    /* height: 490px; */
    margin: 20px 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

/* .team-card-main:hover .team-card-txt * {
        color: #fff;
    }

    .team-card-main:hover {
        padding: 10px;
        height: 510px;
        margin: 0;
        background-color: #464e58;
        transition: ease-out;
        transition-duration: 0.2s;
    }

    .team-card-main:hover .team-card-link a i {
        background: #fbc71b;
    }
     */
section.inner-services-bottom-sec {
    margin: 0;
}

section.inner-choose-sec .choose-txt ul {
    margin: 0;
}

section.inner-choose-sec .choose-img img.choose1 {
    height: 517px;
}

.footer-link-end ul {
    padding: 50px 50px 40px 30px;
    border-right: 1px solid #ffffff45;
}

/*About Us Page css Ends*/

/*Services Page css Ends*/

section.inner-services-sec .services-heading {
    display: block;
}

.inner-services-detail-txt ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.inner-services-detail-extra-txt {
    margin: 70px 0 0 0;
}

.inner-services-detail-txt ul li p {
    font-family: 'Orbitron';
    line-height: 14px;
    margin: 10px 0;
}

/*Services Page css Ends*/


/*Contact Form Sec css Ends*/

/*contact-us*/



.contact-box {

    padding: 70px 20px;

    background: #464e58;

    height: 100%;

    width: 100%;

    text-align: center;

    position: relative;

    transition: 0.3s ease-in-out;
}

.contact-box:hover {

    background-color: #fbc71b;

    transition: 0.3s ease-in-out;
}

.contact-box:hover * {
    color: #000;
}

.contact-box:hover .con_icos {

    background-color: dimgrey;

    transition: 0.3s ease-in-out;

}

.contact-box:hover .contact-box img {
    filter: invert(1);
}

.contact-box p {

    font-weight: 400;

}

.contact-box a {

    display: block;

}

.con_icos {

    width: 70px;

    height: 70px;

    border-radius: 50px;

    position: absolute;

    top: -16%;

    left: 50%;

    transform: translateX(-50%);

    background: #a0b3ba;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow: 0 0 20px #0000003b;

}

.contact-box h3 {

    color: #fff;

    font-size: 25px;

    font-weight: 600;

    font-family: "Orbitron", sans-serif;

    margin-top: 20px;
}

.contact-box p {

    color: #fff;

    font-size: 16px;

    line-height: 20px;

    margin: 0;
}



.line {

    line-height: 20px;

    width: 60px;

    height: 5px;

    border-right: 5px;

    background: #fff;

    margin: 0% auto;

    margin-top: 30px;

    text-align: center;

}

.contact-form {

    padding: 50px 0px;

}

.contact-box a {

    color: #fff;

    font-size: 15px;

}

.contact-form h2 {

    font-size: 55px;

    color: #000;

    line-height: 60px;

    text-align: center;

}

.contact-form span {

    font-size: 64px;

    font-weight: 400;

    color: #000000;

}

.contat-form input {

    width: 100%;

    height: 50px;

    border: 1px solid #e4e4e4;

    border-radius: 10px;

    padding-left: 15px;

}

.contat-form textarea {

    width: 100%;

    border: 1px solid #e4e4e4;

    border-radius: 10px;

    padding: 15px;

}

.contat-form label {

    font-size: 16px;

    color: #5d5d5d;

    font-family: 'Roboto', sans-serif;

}

.contact-box ul {

    text-align: center;

    margin-top: 20px;

}

.contact-box ul li {

    display: inline-block;

}

.contact-box ul li i {

    width: 36px;

    height: 36px;

    border-radius: 30px;

    border: 2px solid #fff;

    font-size: 20px;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

}



.contat-form button {

    margin: 0 auto;

    width: 13%;

    padding: 14px 7px;

}


section.contact-form-sec {
    padding: 80px 0;
    background-image: url('../images/contact-form-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contact-form-sec-heading h3 {
    color: #000;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.contact-form-sec-input input,
.contact-form-sec-input textarea {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 20px;
    background-color: #0000;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #00000059;
}

.contact-form-sec-input textarea {
    resize: none;
    height: 160px;
}

/* section.contact-form-sec .contact-space {
        padding: 50px 20px;
        background-color: #fff;
        border-radius: 30px;
    } */

.contact-form-sec-img {
    width: 100%;
    margin: 0 auto;
}

/* .contact-form-sec-img img {
        border-radius: 30px;
    } */

.contact-form-sec-heading h3 {
    font-size: 56px;
    line-height: 65px;
    color: #fff;
}

.contact-heading h5 {
    font-size: 41px;
    line-height: 53px;
    margin: 0;
    text-align: center;
    transform: rotate(-90deg);
    text-transform: uppercase;
}

.contact-heading {
    position: relative;
}

.contact-heading::before {
    content: '';
    position: absolute;
    top: -349px;
    left: 0;
    height: 771px;
    width: 80%;
    background-color: #fbc71b;
}

.contact-form-sec-img img {
    width: 100%;
}

.contact-form-sec-txt-main form {
    margin: 0 100px 0 0;
}

.contact-box img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    object-fit: contain;
}

.contact-box:hover img {
    filter: invert(1);
}

/*Contact Form Sec css Ends*/

/*Book Sec css Starts*/

.book-form-input input,
.book-form-input textarea,
.book-form-input select {
    width: 100%;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    border: 1px solid #6c757d63;
    background-color: #f8f8f8;
}

.book-form-input textarea {
    height: 200px;
    resize: none;
}

.book-form-btn {
    width: 15%;
    margin: 0 auto;
}

.contact-sec-h p a {
    color: #6c757d;
    font-weight: 600;
    position: relative;
    transition: ease-in;
    transition-duration: 0.2s;
}

.contact-sec-h p a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.contact-sec-h p a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.2s;
}

/*Book Sec css Ends*/

/*Team Page Sec css Starts*/

section.team-inner-sec {
    padding: 80px 0;
}

section.team-inner-sec .team-card-txt {
    text-align: start;
}

section.team-inner-sec .team-card-img img {
    height: 100%;
}

section.team-inner-sec .team-card-main {
    height: 100%;
    margin: 0;
}

section.team-inner-sec .team-card-main:hover {
    padding: unset;
    height: unset;
    margin: 0;
    background-color: unset;
    transition: unset;
    transition-duration: unset;
}


/*Team Page Sec css Ends*/

/*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) {
    /* Home css Starts */

    .banner_img {
        width: 50%;
    }

    /* Home css Ends */
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    /* Home css Starts */

    .banner_img {
        width: 50%;
    }


    /* Home css Ends */
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {

    /* Home css Starts */

    .banner_img {
        width: 50%;
    }

    /* Home css Ends */

    .book-form-btn {
        width: fit-content;
        margin: 0 auto;
    }

    .inner-services-detail-extra-txt {
        margin: 20px 0 0 0;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {

    .inner-services-detail-extra-txt {
        margin: 20px 0 0 0;
    }

    /* Home css Starts */
    .banner_img {
        width: 50%;
    }

    .book-form-btn {
        width: fit-content;
        margin: 0 auto;
    }

    /* Home css Ends */
    .contact-heading h5 {
        font-size: 39px;
        line-height: 53px;
        margin: 0;
        text-align: center;
        transform: rotate(-90deg);
        text-transform: uppercase;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-box {
        padding: 70px 10px;
    }
    .contact-form-sec-txt-main form {
        margin: 0 10px 0 0;
    }



    .contact-heading h5 {
        font-size: 35px;
        line-height: 53px;
        margin: 0;
        text-align: center;
        transform: rotate(-90deg);
        text-transform: uppercase;
    }

    .contact-form-sec-input input,
    .contact-form-sec-input textarea {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 15px 10px;
        background-color: #0000;
        color: #000;
        font-family: 'Montserrat';
        font-weight: 500;
        border: none;
        border-bottom: 1px solid #00000059;
        font-size: 14px;
    }

    .book-form-btn {
        width: fit-content;
        margin: 0 auto;
    }

    /* Home css Starts */

    footer .container-fluid {
        width: 90%;
        margin: 0 0 0 auto;
    }

    ul.footer-link-first {
        border-left: 1px solid #ffffff45;
        padding: 50px 20px 95px 20px;
    }

    .all-section {
        padding: 50px 0;
    }

    .footer-logo-txt {
        padding: 0 10px 0 0;
    }

    section.services-bottom-sec {
        background-image: url('../images/services-bottom-bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        margin: 0 0 0px 0;
    }

    .extra-img-main::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 901px;
        width: 659px;
        background-color: #fbc71bcc;
        z-index: 9;
    }

    section.services-bottom-sec .extra-img {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 800px;
        width: 659px;
    }

    .services-card-txt {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        z-index: 9;
        padding: 40px 20px;
    }

    .services-bottom-img img {
        height: 500px;
        width: 100%;
    }

    .services-bototm-txt h3 {
        width: 100%;
        color: #fff;
    }

    .services-card-img img {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .banner_img {
        position: absolute;
        top: 0;
        right: 0;
        height: 783px;
        width: 50%;
        z-index: 7;
    }


    .contact-heading::before {
        content: '';
        position: absolute;
        top: -249px;
        left: 0;
        height: 571px;
        width: 80%;
        background-color: #fbc71b;
    }

    .contact-form-sec-btn {
        margin-bottom: 30px;
    }

    h3 {
        font-family: "Orbitron", sans-serif;
        font-size: 40px;
        line-height: 55px;
        color: #464e58;
        font-weight: 600;
        margin: 10px 0;
        text-transform: uppercase;
    }

    .inner-services-detail-extra-txt {
        margin: 20px 0 0 0;
    }

    /* Home css Ends */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .inner-services-detail-txt {
        margin: 40px 0 0 0;
    }

    section.contact-us .contact-box {
        width: 70%;
        margin: 0 auto;
    }

    .contact-form-sec-input input,
    .contact-form-sec-input textarea {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 15px 0px;
        background-color: #0000;
        color: #000;
        font-family: 'Montserrat';
        font-weight: 500;
        border: none;
        border-bottom: 1px solid #00000059;
        font-size: 12px;
    }

    .contact-form-sec-txt-main form {
        margin: 0 20px 50px 0;
    }

    .contact-form-sec-img img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

    .contact-box {
        padding: 60px 20px;
        background: #464e58;
        height: 100%;
        width: 100%;
        text-align: center;
        position: relative;
        transition: 0.3s ease-in-out;
    }

    h5 {
        font-family: "Orbitron", sans-serif;
        font-size: 17px;
        line-height: 25px;
        color: #393939;
        font-weight: 500;
        margin: 0 0 20px;
    }

    .heading p {
        width: 100%;
        margin: 0 auto;
    }

    section.inner-banner .carousel-item {
        height: 400px;
    }

    section.inner-about-sec .about-img img {
        height: 400px;
    }

    .services-heading {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 0 0 20px 0;
    }

    .banner_img {
        position: absolute;
        top: 0;
        right: 0;
        height: 783px;
        width: 50%;
        z-index: 7;
    }

    .choose-txt ul {
        margin: 0 0 30px 0;
    }

    section.services-bottom-sec {
        background-image: url('../images/services-bottom-bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        margin: 0 0 60px 0;
    }

    .choose-img {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }

    .choose-txt {

        width: 90%;
        margin: 10px auto;
    }

    .choose-img img.choose1 {
        height: 500px;
        object-position: left;
        margin: 20px 0;
    }

    .extra-img-main {
        position: relative;
        top: -50px;
    }

    .extra-img-main::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 80vh;
        width: 100vw;
        background-color: #fbc71bcc;
        z-index: 9;
    }

    section.services-bottom-sec .extra-img {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80vh;
        width: 100vw;
    }

    .slick-prev {
        left: 9px;
        z-index: 1;
    }

    .slick-next {
        right: -1px;
    }

    .services-heading h3 {
        width: 100%;
        text-align: center;
    }

    .services-card-txt {
        text-align: center;
        position: absolute;
        bottom: 0;
        z-index: 9;
        padding: 40px 10px;
        width: 100%;
    }

    .services-bottom-img img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    /* Home css Starts */
    .banner_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: -9;
    }

    .about-img img {
        height: 500px;
        width: 100%;
        object-fit: cover;
        object-position: left;
        margin: 0 0 30px 0;
    }

    .about-txt-main {
        width: 90%;
        margin: 0 auto;
    }

    .all-section {
        padding: 50px 0;
    }

    .about-img-main {
        width: 90%;
        margin: 0 auto;
    }

    .carousel-item {
        height: 600px;
    }

    h1 {
        font-family: "Orbitron", sans-serif;
        font-size: 36px;
        line-height: initial;
        color: #fff;
        font-weight: 500;
        margin: 10px 0;
        text-transform: uppercase;
    }

    .book-form-btn {
        width: fit-content;
        margin: 0 auto;
    }

    /* Home css Ends */
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .inner-services-detail-img {
        width: 90%;
        margin: 0 auto;
    }

    .inner-services-detail-txt {
        width: 90%;
        margin: 20px auto !important;

    }

    .inner-services-detail-txt h3 {
        font-size: 28px;
    }

    .inner-services-detail-extra-txt {
        margin: 10px 0 0 0;
    }

    .book-form-btn {
        width: fit-content;
        margin: 0 auto;
    }

    /* Home css Starts */
    /* Home css Starts */
    .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logo img {
        object-fit: scale-down;
    }

    .topSec-contact ul {
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .menuSec img {
        margin: 0;
        object-fit: scale-down;
        height: 120px;
    }


    section.main_slider::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #464e58e0;
        z-index: 1;
    }

    .banner_img img {
        display: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 9;
        opacity: 0;
    }

    .top-bar-right ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 10px 0;
    }

    .all-section {
        padding: 30px 0;
    }

    .theme2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 18px;
        font-family: 'Montserrat';
        letter-spacing: 3px;
        text-transform: uppercase;
        background-color: #fbc71b;
        padding: 0 20px;
        height: 45px;
        color: #000;
        border: none;
        font-weight: 600;
        clip-path: polygon(0% 15%, 0px 0px, 15% 0%, 95% 0%, 100% 25%, 100% 85%, 100% 100%, 95% 100%, 5% 100%, 0% 80%);
        border-radius: 10px;
        transition: ease-in;
        transition-duration: 0.2s;
    }

    .carousel-item {
        height: 510px;
    }

    .about-card-main {
        display: grid;
        align-items: center;
        justify-content: start;
        gap: 0;
    }

    p {
        color: #000;
        font-size: 14px;
        line-height: 23px;
        font-family: "Montserrat", system-ui;
        font-weight: 400;
        margin: 10px 0;
    }

    h3 {
        font-family: "Orbitron", sans-serif;
        font-size: 40px;
        line-height: normal;
        color: #464e58;
        font-weight: 600;
        margin: 10px 0;
        text-transform: uppercase;
    }

    .about-img img {
        height: 350px;
        width: 100%;
        object-fit: cover;
        object-position: left;
    }

    .banner_text p {
        color: #ffffff70;
        margin: 10px 0;
    }

    .services-card-txt {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        z-index: 9;
        padding: 20px 10px;
    }

    .services-card-img img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .services-bototm-txt h3 {
        width: 100%;
        color: #fff;
        line-height: initial;
    }

    .services-heading {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 0 0 10px 0;
    }

    .services-heading h3 {
        width: 100%;
        text-align: center;
        line-height: inherit;
    }

    .services-bottom-img img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    section.services-bottom-sec .extra-img {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .extra-img-main::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: #fbc71bcc;
        z-index: 9;
    }

    section.services-bottom-sec::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #464e58ba;
    }

    h1 {
        font-family: "Orbitron", sans-serif;
        font-size: 50px;
        line-height: initial;
        color: #fff;
        font-weight: 500;
        margin: 10px 0;
        text-transform: uppercase;
    }

    section.team-sec {
        padding: 30px 0 0 0;
    }

    .slick-next {
        right: 30px;
    }

    .team-card-txt h4 {
        text-transform: capitalize;
        font-size: 30px;
        line-height: normal;
    }

    .footer-logo-txt {
        padding: 0;
    }

    .footer-link ul li a {
        font-size: 14px;
        line-height: normal;
        margin: 0;
        font-family: 'Montserrat';
        color: #ffffffa3;
        text-transform: uppercase;
        transition: ease-in;
        transition-duration: 0.2s;
    }

    .footer-link-mid ul {
        border: 1px solid #ffffff45;
        border-top: none;
        border-bottom: none;
        padding: 20px !important;
        height: 100%;
    }

    .footer-socials ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-socials ul li a i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        height: 50px;
        width: 60px;
        transition: ease-out;
        transition-duration: 0.2s;
    }

    ul.footer-link-first {
        column-count: 1;
        /* margin: 0 40px; */
    }

    ul.footer-link-first {
        border-left: 1px solid #ffffff45;
        padding: 20px;
    }

    footer {
        background-color: #272727;
        padding: 60px 0 0 0;
    }

    .footer-link ul li {
        margin: 0 0 5px 0;
    }

    .choose-txt {
        margin: 0;
    }

    .footer-txt p {
        color: #868686;
        margin: 20px 0 20px 0;
    }

    footer .container-fluid {
        width: 80%;
        margin: 0 auto;
    }

    .choose-txt ul {
        margin: 0 0 30px 0;
    }

    .heading {

        text-align: center;
        margin: 0 0 10px 0;
    }

    .choose-img img.choose1 {
        height: 350px;
        object-position: left;
    }

    section.services-bottom-sec {
        background-image: url('../images/services-bottom-bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        margin: 0;
    }

    .slick-prev {
        z-index: 9;
        left: 30px;
    }


    /* About  */


    .slicknav_nav a img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(55deg) brightness(93%) contrast(116%);

    }

    section.inner-about-sec .about-img img {
        height: 250px;
    }

    section.inner-choose-sec .choose-img img.choose1 {
        height: 250px;
    }

    section.inner-banner .banner_text ul {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        margin: 10px 0 0 0;
    }

    h5 {
        font-family: "Orbitron", sans-serif;
        font-size: 20px;
        line-height: 25px;
        color: #393939;
        font-weight: 500;
        margin: 0 0 20px;
    }

    section.main_slider.inner-banner .carousel-item {
        height: 400px;
    }

    .slicknav_nav a:hover {
        background: #fbc71b;
        color: #fff;
    }

    .about-img-main {
        width: 90%;
        margin: 0 auto;
    }

    .about-txt-main {
        width: 90%;
        margin: 0 auto;
    }

    .choose-img {
        width: 90%;
        margin: 0 auto;
    }

    .choose-txt {
        width: 90%;
        margin: 0 auto;
    }


    .heading p {
        width: 100%;
        margin: 0 auto;
    }

    /* Home css Ends */
    .contact-box {
        padding: 50px 10px;
        background: #464e58;
        height: 100%;
        width: 100%;
        text-align: center;
        position: relative;
        transition: 0.3s ease-in-out;
    }

    .contact-heading::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #fbc71b;
    }

    .contact-heading h5 {
        font-size: 45px;
        padding: 20px 0;
        line-height: 53px;
        margin: 0;
        text-align: center;
        transform: rotate(0deg);
        text-transform: uppercase;
    }


    .contact-form-sec-txt-main form {
        margin: 30px 10px;
    }

    .contact-box img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        margin: 0 auto;
        object-fit: contain;
    }

    .contact-form-sec-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    html{
        overflow-x:hidden;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    html{
        overflow-x:hidden;
    }
    .contact-box {
        padding: 50px 10px;
        background: #464e58;
        height: 100%;
        width: 100%;
        text-align: center;
        position: relative;
        transition: 0.3s ease-in-out;
    }

    .contact-heading::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #fbc71b;
    }

    .contact-heading h5 {
        font-size: 33px;
        padding: 10px 0;
        line-height: 53px;
        margin: 0;
        text-align: center;
        transform: rotate(0deg);
        text-transform: uppercase;
    }


    .contact-form-sec-txt-main form {
        margin: 30px 10px;
    }

    .contact-box img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        margin: 0 auto;
        object-fit: contain;
    }

    .heading p {
        width: 100%;
        margin: 0 auto;
    }

    /* Home css Starts */

    .topSec-contact ul {
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .menuSec img {
        margin: 0;
        object-fit: contain;
        height: 130px;
        width:60%;
    }
    
    .header-logo {
        text-align: center;
    }
    .team-card-txt h4 span {
        display: block;
    }


    section.main_slider::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #464e58e0;
        z-index: 1;
    }

    .banner_img img {
        display: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 9;
        opacity: 0;
    }

    .top-bar-right ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 10px 0;
    }

    .all-section {
        padding: 30px 0;
    }

    .theme2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 18px;
        font-family: 'Montserrat';
        letter-spacing: 3px;
        text-transform: uppercase;
        background-color: #fbc71b;
        padding: 0 20px;
        height: 45px;
        color: #000;
        border: none;
        font-weight: 600;
        clip-path: polygon(0% 15%, 0px 0px, 15% 0%, 95% 0%, 100% 25%, 100% 85%, 100% 100%, 95% 100%, 5% 100%, 0% 80%);
        border-radius: 10px;
        transition: ease-in;
        transition-duration: 0.2s;
    }

    .carousel-item {
        height: 510px;
    }

    .about-card-main {
        display: grid;
        align-items: center;
        justify-content: start;
        gap: 0;
    }

    p {
        color: #000;
        font-size: 14px;
        line-height: 20px;
        font-family: "Montserrat", system-ui;
        font-weight: 400;
        margin: 10px 0;
    }

    h3 {
        font-family: "Orbitron", sans-serif;
        font-size: 30px;
        line-height: normal;
        color: #464e58;
        font-weight: 600;
        margin: 10px 0;
        text-transform: uppercase;
    }

    .about-img img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        object-position: left;
    }

    .banner_text p {
        color: #ffffff70;
        margin: 10px 0;
    }

    .services-card-txt {
        text-align: center;
        position: absolute;
        bottom: 0;
        z-index: 9;
        padding: 20px 10px;
        width:100%;
    }

    .services-card-img img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .services-bototm-txt h3 {
        width: 100%;
        color: #fff;
        line-height: initial;
    }

    .services-heading {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 0 0 10px 0;
    }

    .services-heading h3 {
        width: 100%;
        text-align: center;
        line-height: inherit;
    }

    .services-bottom-img img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    section.services-bottom-sec .extra-img {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .extra-img-main::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: #fbc71bcc;
        z-index: 9;
    }

    section.services-bottom-sec::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #464e58ba;
    }

    h1 {
        font-family: "Orbitron", sans-serif;
        font-size: 29px;
        line-height: initial;
        color: #fff;
        font-weight: 500;
        margin: 10px 0;
        text-transform: uppercase;
    }

    section.team-sec {
        padding: 30px 0 0 0;
    }

    .slick-next {
        right: 30px;
    }

    .team-card-txt h4 {
        text-transform: capitalize;
        font-size: 30px;
        line-height: normal;
    }

    .footer-logo-txt {
        padding: 0;
    }

    .footer-link ul li a {
        font-size: 14px;
        line-height: normal;
        margin: 0;
        font-family: 'Montserrat';
        color: #ffffffa3;
        text-transform: uppercase;
        transition: ease-in;
        transition-duration: 0.2s;
    }

    .footer-link-mid ul {
        border: 1px solid #ffffff45;
        border-top: none;
        border-bottom: none;
        padding: 20px !important;
        height: 100%;
    }

    .footer-socials ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-socials ul li a i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        height: 50px;
        width: 60px;
        transition: ease-out;
        transition-duration: 0.2s;
    }

    ul.footer-link-first {
        column-count: 1;
        /* margin: 0 40px; */
    }

    ul.footer-link-first {
        border-left: 1px solid #ffffff45;
        padding: 20px;
    }

    footer {
        background-color: #272727;
        padding: 30px 0 0 0;
    }

    .footer-link ul li {
        margin: 0 0 5px 0;
    }

    .choose-txt {
        margin: 0;
    }

    .footer-txt p {
        color: #868686;
        margin: 20px 0 20px 0;
    }

    footer .container-fluid {
        width: 95%;
        margin: 0 auto;
    }

    .choose-txt ul {
        margin: 0 0 30px 0;
    }

    .heading {

        text-align: center;
        margin: 0 0 10px 0;
    }

    .choose-img img.choose1 {
        height: 300px;
        object-position: left;
    }

    section.services-bottom-sec {
        background-image: url('../images/services-bottom-bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        margin: 0;
    }




    .slick-prev {
        z-index: 9;
        left: 30px;
    }


    /* About  */


    .slicknav_nav a img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(55deg) brightness(93%) contrast(116%);

    }

    section.inner-about-sec .about-img img {
        height: 250px;
    }

    section.inner-choose-sec .choose-img img.choose1 {
        height: 250px;
    }

    section.inner-banner .banner_text ul {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 3px;
        margin: 10px 0 0 0;
    }

    h5 {
        font-family: "Orbitron", sans-serif;
        font-size: 15px;
        line-height: 25px;
        color: #393939;
        font-weight: 500;
        margin: 0 0 20px;
    }




    section.main_slider.inner-banner .carousel-item {
        height: 250px;
    }

    .slicknav_nav a:hover {
        background: #fbc71b;
        color: #fff;
    }

    .book-form-btn {
        width: fit-content;
        margin: 0 auto;
    }

    .inner-services-detail-txt h3 {
        font-size: 28px;
    }

    .inner-services-detail-extra-txt {
        margin: 10px 0 0 0;
    }

    /* Home css Ends */
}


/*Media Query End*/