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

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

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    background: #111828;
    color: #ffffff;
    overflow-x: hidden;
}

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

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

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

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

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


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

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

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

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

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

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

img {
    max-width: 100%
}


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

@font-face {
    font-family: 'brunson';
    src: url(../fonts/Brunson.ttf);
}

@font-face {
    font-family: 'heavitas';
    src: url(../fonts/Heavitas.ttf);
}

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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 0 0 100px;
}

.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: 'brunson';
    font-size: 100px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: normal;
}

h2 {
    font-family: 'brunson';
    font-size: 48px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 5px;
    letter-spacing: 1px;
}

h3 {
    font-family: 'brunson';
    font-size: 35px;
    color: #ec4899;
    font-weight: 400;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

h4 {
    font-family: 'brunson';
    font-size: 35px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 0px;
}

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

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

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

/*header css start */

.menuSec {
    padding: 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.menuSec ul li {
    margin: 0;
    padding: 0;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 40px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

#menu1 {
    justify-content: flex-end;
}

#menu2 {
    justify-content: flex-start;
}

#menu {
    justify-content: center;
}

.menuSec ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ec4899;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

.menuSec ul li a:hover::after,
.menuSec ul li a.active::after {
    transform: scaleX(1);
}

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

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

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

.droopdwon {
    float: left;
}

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

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


/*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*/

/* header */

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

#menu {
    display: none;
}

.menuSection {
    position: relative;
}

ul#menu2 {
    justify-content: flex-start;
}

.menuSection::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100px;
    background: #4a505b;
    width: 39.4%;
    height: 1px;
}

.menuSection::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100px;
    background: #4a505b;
    width: 39.4%;
    height: 1px;
}

.header-logo {
    height: 150px;
    width: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0px auto -90px;
}

.header-logo::before {
    content: '';
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    border: 1px solid #000;
    border-radius: 50%;
    border-top: none;
}

.menuSection {
    position: absolute;
    width: 100%;
    z-index: 99;
}

/* header */

/* banner */


.enquiry form input,
.enquiry form textarea,
.enquiry form select {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #232732;
    font-size: 13px;
    border-radius: 5px;
    background-color: transparent;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.enquiry form select {
    background: transparent url(../images/selectarrow.png) no-repeat 95%;
}

.enquiry form textarea {
    resize: none;
    height: 90px;
}

.enquiry form button {
    padding: 0 0 0 40px;
}

.enquiry form input::placeholder,
.enquiry form textarea::placeholder {
    color: #85878d;
}

.enquiry {
    padding: 30px 30px;
    border-radius: 10px;
    background: #0a0f1b;
    height: auto;
    width: 470px;
    position: absolute;
    right: 100px;
    bottom: 30px;
    z-index: 99;
}

.enquiry h2 {
    font-size: 40px;
}

.banner_text h1 span {
    display: block;
    font-size: 70px;
}

.banner_text h3 {
    font-size: 29px;
}

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

.main_slider {
    position: relative;
}

.banner_text p {
    width: 93%;
}

.themebtn span {
    position: relative;
    z-index: 3;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #ffffff;
    transition: all .3s ease-in;
}

.themebtn span img {
    object-fit: contain;
    width: auto;
    height: 13px;
    transition: all .3s ease-in;
}

.themebtn {
    color: #ffffff;
    font-size: 13px;
    border-radius: 5px;
    background: #7e29c8;
    border: 1px solid transparent;
    display: inline-flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .3s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.themebtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ec4899;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: all .3s ease-in;
}

.themebtn:hover::before {
    width: 100%;
}

.themebtn:hover {
    box-shadow: 0 0 40px #ffffffa6;
    color: #ffffff;
    border: 1px solid #ffffffa6;
}

.themebtn:hover span {
    color: #ffffff;
    background: #7e29c8;
    border: 1px solid #7e29c8;
}

.themebtn:hover span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(132deg) brightness(103%) contrast(103%);
    transform: rotate(360deg);
}

.bnr_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bnr_img {
    width: 30%;
    height: 80vh;
    position: absolute;
    bottom: 0;
    right: 31%;
    text-align: center;
    z-index: 1;
}

.main_slider::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(13, 18, 28, 1) 0%, rgba(13, 18, 28, 0) 30%);
    height: 100%;
    width: 100%;
    z-index: 3;
}

/* banner */

/* about */

.about_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about_img img {
    height: 450px;
    border-radius: 10px;
}

.about_txt {
    padding: 0 20px;
}

/* about */

/* service */

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

.service_txt h3 {
    margin-bottom: 0;
    font-family: 'heavitas';
}

.service_txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.service_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.service_img img {
    height: 290px;
    border-radius: 10px;
}

.service_main {
    margin: 15px;
    border-radius: 10px;
    background: #0a0f1b;
}

.service_main a {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ce4088;
    text-decoration: underline;
}

.service_txt {
    padding: 30px;
}

/* service */

/* why choose us */

.wcu_icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7e29c8;
}

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

.wcu_txt span {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #b8babf;
}

.why_choose_us_txt ul {
    column-count: 2;
}

.why_choose_us_txt ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.why_choose_us_txt {
    width: 90%;
}

.why_choose_us {
    position: relative;
    padding: 100px 0;
    background: #0a0f1b;
}

.why_choose_us_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    object-fit: cover;
}

.why_choose_us_img img {
    height: 100%;
}

/* why choose us */

/* areas we cover */


.areas_we_cover_main {
    height: 260px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.areas_we_cover_main::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(13, 18, 28, 1) 0%, rgba(13, 18, 28, 0) 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.areas_we_cover_main img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.areas_we_cover_main h3 a {
    color: #fff;
    font-size: 25px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}

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

/* areas we cover */

/* testimonial */

.testimonial_btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.testimonial_btns button {
    height: 60px;
    width: 60px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #414652;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.testimonial_btns_next img {
    transform: rotate(180deg);
}

.testimonial_btns button:hover {
    background: #7e29c8;
    border-color: #7e29c8;
}

.testimonial_btns button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(78deg) brightness(102%) contrast(101%);
}

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

.avatar ul li h3 {
    font-size: 21px;
    color: #ec4899;
    font-weight: 400;
    margin-bottom: 0;
}

.avatar ul li p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.stars i {
    color: #f39f1e;
    transition: color 0.3s ease-in;
}

.avatar ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 40px;
}

.avatar {
    margin-top: 30px;
}

.stars {
    margin-top: 20px;
    margin-bottom: 20px;
}

.review_txt {
    padding: 40px;
    background-color: transparent;
    border-radius: 20px;
    position: relative;
    transition: background-color 0.3s ease-in;
}

.review_txt::before {
    content: "";
    position: absolute;
    top: -10%;
    width: 65px;
    height: 45px;
    left: 9%;
    background-size: contain;
    background-image: url(../images/shape.PNG);
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

.review_txt::after {
    content: "";
    position: absolute;
    bottom: 40%;
    width: 30%;
    height: 20%;
    left: 36%;
    background-image: url(../images/commas.png);
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.1s ease-in;
}

.review_txt p {
    transition: color 0.3s ease-in;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 400;
}

.box {
    transition: all ease-in 0.3s;
}

.box:hover .review_txt::after {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(66%) sepia(46%) saturate(5481%) hue-rotate(185deg) brightness(99%) contrast(90%);
}

.box:hover .review_txt::before {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(40%) sepia(54%) saturate(2629%) hue-rotate(305deg) brightness(98%) contrast(89%);
}

.box:hover .review_txt {
    background-color: #0a0f1b;
}

.box:hover .review_txt p {
    color: #fff;
}

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

.avatar ul li img {
    border: 3px solid #ec4899;
    border-radius: 50%;
    height: 85px;
    width: 85px;
    object-fit: none;
    transition: border 0.3s ease-in;
}

.testi_slider .slick-track {
    margin-top: 50px;
}

.testi_slider .slick-current .review_txt {
    background-color: #0a0f1b;
}

.testi_slider .slick-current .review_txt p {
    color: #fff;
}

.testi_slider .slick-current .review_txt::after {
    opacity: 1;
}

.testi_slider .slick-current .review_txt::before {
    opacity: 1;
}

/* testimonial */

/* footer */


.footerSec {
    padding-top: 100px;
    background: #0a0f1b;
}

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

.footerSec h2 {
    font-size: 29px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 14px;
    margin-bottom: 20px;
}

.newletter input {
    width: 100%;
    background: transparent;
    border: 1px solid #202530;
    padding: 15px 25px;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.newletter input::placeholder {
    color: #64676f;
}

.newletter button {
    background: #7e29c8;
    color: #fff;
    padding: 15px 35px;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.newletter {
    position: relative;
    width: 70%;
    margin: 0 auto 20px;
}

.copy-txt p {
    text-align: end;
    margin-bottom: 0;
    color: #fff;
}

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

.soc_icons a:hover {
    color: #ffffff;
    background: #7e29c8;
    border: 1px solid #7e29c8;
}

.soc_icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

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

.footer-btm::before {
    content: '';
    position: absolute;
    top: 0;
    width: 90%;
    height: 1px;
    background: #3b3f49;
    left: 50%;
    transform: translateX(-50%);
}

.ftr_links ul li a {
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease-in;
}

.ftr_links ul li a:hover {
    color: #eb4898;
    text-shadow: 0 0 5px #eb4898,
        0 0 15px #eb4898,
        0 0 30px #eb4898;
    transform: scale(1.05);
}

.ftr_links ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 40px auto 50px;
}

/* footer */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
	.why_choose_us_txt ul li {
    display: block;
}

.why_choose_us_txt ul li .wcu_icon {
    margin-bottom: 20px;
}
}

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

@media only screen and (min-width: 992px) and (max-width: 1290px) {
	.menuSection .menuSec ul li a {
    padding: 30px 11px;
}

.main_slider .banner_text h1 {
    font-size: 52px;
}

.main_slider .banner_text h3 {
    font-size: 21px;
}
	
.why_choose_us_txt ul li {
    gap: 15px;
    display: block;
}

.why_choose_us_txt ul li .wcu_icon {
    /* height: 90px; */
    /* width: 120px; */
    margin-bottom: 30px;
}
	.footerSec h2 {
    letter-spacing: 4px;
}

.copy-txt p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 0;
}
.about_txt h2 {
    font-size: 32px;
}
	.about_txt p {
    font-size: 13px;
    line-height: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.menuSec ul {
    gap: 5px;
}

.menuSec ul li a {
    padding: 30px 6px !important;
    font-size: 12px;
}

.menuSection .container-fluid {
    padding: 0 10px;
}

.menuSection .col-lg-5 {
    width: 37%;
}

.menuSection .col-md-6 {
    width: 26%;
}

.menuSection::before {
    left: 0px;
}

.menuSection::after {
    right: 0px;
}
	
	.enquiry {
    width: 100%;
    right: 0;
    bottom: 30px;
    padding: 20px 20px;
    position: relative;
}

.main_slider .container-fluid {
    padding: 0 20px;
}

.main_slider .col-md-8 {
    width: 50%;
}

.main_slider .col-md-4 {
    width: 50%;
}

.main_slider .banner_text h1 {
    font-size: 55px;
}

.main_slider img.img-fluid {
    height: 950px;
}

.main_slider .carousel-caption {
    top: 90px;
}
	
.enquiry {
    padding: 20px 30px !important;
    width: 390px !important;
    right: 20px !important;
    bottom: 30px !important;
}

.main_slider .container-fluid {
    padding: 0 20px;
}

.main_slider .col-md-8 {
    width: 50%;
}

.main_slider .col-md-4 {
    width: 50%;
}

.main_slider .banner_text h1 {
    font-size: 55px;
}

.main_slider img.img-fluid {
    height: 950px;
}

.main_slider .carousel-caption {
    top: 90px;
}

.why_choose_us .col-lg-6 {
    width: 100%;
}

.why_choose_us .row.align-items-center {
    flex-direction: column-reverse;
}

.why_choose_us_img {
    position: relative;
    margin-bottom: 40px;
	width: 100%;
}
	.why_choose_us_txt ul {
    column-count: 1;
}
	h2 {}

.footerSec h2 {
    letter-spacing: 1px;
}

.ftr_links ul {
    width: 100%;
}

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

.footer-btm .col-lg-6 {
    width: 50%;
}

.footer-btm .copy-txt p {
    text-align: left;
    font-size: 10px;
    margin-bottom: 0;
}
	
}

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

@media only screen and (min-width: 300px) and (max-width: 519px) {
	.main_slider .enquiry {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
    margin-top: 40px;
}

.main_slider img.img-fluid {
    height: 1380px;
}

.main_slider {}

.main_slider .banner_text h1 {
    font-size: 45px;
}

.main_slider .banner_text {
    padding-top: 120px;
}

.main_slider .bnr_img {
    display: none;
}
	.menuSection::before {
    display: none;
}
	.menuSection::after{
		display: none;
	}
	.about .about_txt {
    padding: 0;
    padding-top: 30px;
}

.why_choose_us .why_choose_us_txt {
    width: 100%;
}

.why_choose_us .why_choose_us_img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.why_choose_us .row {
    flex-direction: column-reverse;
}

.why_choose_us h2 {
    font-size: 40px;
}

.why_choose_us p {
    font-size: 12px;
}

.why_choose_us .why_choose_us_txt ul li {
    gap: 13px;
    display: block;
}

.why_choose_us .why_choose_us_txt ul li .wcu_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
	.about .about_txt {
    padding: 0;
    padding-top: 30px;
}

.why_choose_us .why_choose_us_txt {
    width: 100%;
}

.why_choose_us .why_choose_us_img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.why_choose_us .row {
    flex-direction: column-reverse;
}

.why_choose_us h2 {
    font-size: 40px;
}

.why_choose_us p {
    font-size: 12px;
}

.why_choose_us .why_choose_us_txt ul li {
    gap: 13px;
    display: block;
}

.why_choose_us .why_choose_us_txt ul li .wcu_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.areas_we_cover h2 {
    font-size: 31px;
}

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

.testimonial .testimonial_heading {}

.testimonial .testimonial_heading h3 {
    font-size: 29px;
}

.footerSec h2 {
    letter-spacing: 0;
}

.newletter {
    width: 100%;
}

.ftr_links ul {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.ftr_links ul li {
    display: inline-block;
    margin: 0 8px;
    text-align: center;
}

.soc_icons {
    justify-content: center;
    margin-bottom: 20px;
}

.copy-txt p {
    text-align: center;
    font-size: 14px;
}

html, body {
    overflow-x: hidden;
}
.header-logo {
    height: 90px !important;
    width: 90px !important;
}	
	
}


/*Media Query End*/