@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&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('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

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

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

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

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

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

img {
    max-width: 100%
}


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

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'eroded';
    src: url(../fonts/eroded.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'blender';
    src: url(../fonts/blender.ttf);
    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;
}

.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: 'eroded';
    font-size: 120px;
    color: #ffffff;
    font-weight: 500;
    line-height: 0.9;
    margin: 0 0 40px;
    position: relative;
}

h2 {
    font-family: 'eroded';
    font-size: 70px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 0.9;
}


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

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

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

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

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

/* Header 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;
    color: #393939;
    padding: 0;
    font-size: 20px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #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 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;
}


.menuSection {
    text-align: center;
    padding: 20px 0;
}

.header-logo a img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

/* Header Ends */


/* Banner 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;
}

.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;
}
.main_slider {
    position: relative;
}

.main_slider::before {
    position: absolute;
    content: '';
    width: 40%;
    height: 40%;
    background-image: url(https://cmscustom-staginglink2.com/Ray-Pinky-Velazquez/wp/wp-content/uploads/2026/01/client-image-2-5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 8%;
    right: 3%;
    margin: auto;
    z-index: 9;
}
.banner_text h1 span {
    display: block;
}
.banner_text p {
    font-family: 'blender';
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.banner_text h1 span {
    letter-spacing: 15px;
}
section.main_slider .container-fluid {
    padding: 0 50px;
}

.banner_images img {
    width: 95%;
    position: relative;
    z-index: 9;
}
.banner_images {
    text-align: end;
}
.banner_text h1:before {
    content: "";
    position: absolute;
    background: #473f3a;
    width: 180%;
    height: 1px;
    bottom: -22px;
    z-index: 1;
}
.main_slider .img-fluid {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}
.inner-contact-us-row video {
    width: 100%;
}
.banner_about_me p {
    color: #aeaaad;
}
.banner_about_me p {
    color: #aeaaad;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.banner_about_me {
    margin-top: 370px;
    margin-left:0px;
}
.btn-shine {
    background: linear-gradient(to right, #fff 0, #fcb0a2, #fcb0a2 33%, #fff 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}
@keyframes shine {
 0%,
 100% {
  background-position: 0;
 }

 10% {
  background-position: 50px;
 }

 20% {
  background-position: 100px;
 }

 30% {
  background-position: 150px;
 }

 40% {
  background-position: 200px;
 }

 50% {
  background-position: 250px;
 }

 60% {
  background-position: 300px;
 }

 70% {
  background-position: 350px;
 }

 80% {
  background-position: 400px;
 }

 90% {
  background-position: -450px;
 }
}


/* Banner Ends */

/*Inner Contact Us Start*/

.contact-us-heading h2 {
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    gap: 8px;
}

.contact-us-heading {
    text-align: center;
}
.contact-us-heading h2 img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.inner-contact-us-form input {
    width: 100%;
    height: 65px;
    background: #1e1c1bde;
    border: 1px solid #404040;
    margin-bottom: 30px;
    color: #9d9c9b;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    padding: 0 20px;
    font-weight: 600;
    border-radius: 10px;
}
.inner-contact-us-form textarea {
    width: 100%;
    height: 190px;
    background: #1e1c1bde;
    border: 1px solid #404040;
    margin-bottom: 18px;
    color: #9d9c9b;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 10px;
    resize: none;
}
.inner-contact-us-row {
    margin-top: 10px;
}
.inner-contact-us-form input::placeholder {
    color: #9d9c9b;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}
.inner-contact-us-form textarea::placeholder {
    color: #9d9c9b;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}
.contact-us-sec {
    padding: 120px 0 180px;
    background-image: url(https://cmscustom-staginglink2.com/Ray-Pinky-Velazquez/wp/wp-content/uploads/2025/11/20251107201055_1-Center.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-top: -80px;
    position: relative;
}
.in-complete strong {
    font-family: "Montserrat", sans-serif;
    color: #969594;
    font-size: 13px;
    display: block;
    margin-bottom: 20px;
}
.contact-us-heading p {
    color: #858484;
    font-weight: 600;
    margin-bottom: 25px;
}
.in-complete input {
    margin-bottom: 5px;
}
.contact-us-heading {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.theme-btn-1 {
    background: #fcb0a2;
    padding: 18px 35px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #ffff;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #fff;
    animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
    0% {
            box-shadow: 0 0 0 0px rgb(247 175 161);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}
.inner-contact-us-phone ul li a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.inner-contact-us-phone ul li img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
}
.inner-contact-us-phone {
    background: #1e1c1bde;
    padding: 35px 25px;
    border: 1px solid #3b3a3a;
    width: 95%;
    border-radius: 10px;
}
.inner-contact-us-form {
    margin-left: 50px;
}

.inner-contact-us-phone ul li h2 {
    font-size: 35px;
    margin-bottom: 5px;
}
.inner-contact-us-phone ul {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

/*Inner Contact Us Ends*/



/*Footer Start*/

.join-our-mailing-list-sec {
    background-image: url(https://cmscustom-staginglink2.com/Ray-Pinky-Velazquez/wp/wp-content/uploads/2025/11/20251107201055_2-Footer.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 130px 0 0;
    margin-top: -90px;
    position: relative;
}
.join-our-mailing-list-copy-right-sec p {
    color: #7e7d7c;
    font-size: 14px;
    font-weight: 600;
}
.join-our-mailing-list-box {
    text-align: center;
    margin-bottom: 30px;
}
.join-our-mailing-list-box p {
    color: #878585;
    font-weight: 500;
}
.join-our-mailing-list-box h2 {
    font-size: 55px;
    margin-bottom: 12px;
}
.join-our-mailing-list-box form ul li input {
    width: 590px;
    height: 70px;
    border: 1px solid #626060;
    border-radius: 50px;
    padding: 0 30px;
    font-family: "Montserrat", sans-serif;
    background: transparent;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.join-our-mailing-list-box form ul li input::placeholder {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
     font-size: 14px;
}
.join-our-mailing-list-box ul {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: fit-content;
    margin: 0 auto;
}
.join-our-mailing-list-box form {
    margin-top: 18px;
}
.join-our-mailing-list-box button {
    padding: 18px 28px;
}
.join-our-mailing-list-box form strong {
    text-align: left;
    display: block;
    margin-left: 90px;
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
    color: #6f6d6d;
    font-size: 13px;
}
.join-our-mailing-list-socail-link ul {
    display: flex
;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.join-our-mailing-list-logo a img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.join-our-mailing-list-socail-link ul li a {
    border: 1px solid #3e3d3c;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #b1b0b0;
    transition: 0.5s;
    animation: pulse-animation 2s infinite;
}
.join-our-mailing-list-socail-link ul li a:hover {
    background: #fcb0a2;
    transition: 0.5s;
    color: #fff;
}
.join-our-mailing-list-copy-right-sec {
    text-align: center;
    border-top: 1px solid #323030;
    margin-top: 30px;
}
.join-our-mailing-list-copy-right-sec p {
    margin-bottom: 0;
    padding: 20px 0;
}







/*Footer Ends*/



















/*Media Query Start*/

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

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .main_slider .img-fluid {
        height: 700px;
        object-fit: cover;
    }
    .in-complete strong {
    font-size: 11px;
    margin-bottom: 20px;
}
    .join-our-mailing-list-sec {
   
    padding-bottom: 0px !important;
} 
    .banner_about_me {
        margin-top: 30px;
        margin-left: 0;
    }
    .banner_text h1 span {
    letter-spacing: 8px;
}
    .carousel-caption {
        top: 0;
    }
    .menuSection {
   
    padding: 0px 0;
}
    h1 {
        font-size: 50px;
            line-height: 1;
    }
    h2 {
        font-size: 40px;
    }
    .banner_about_me p {
        font-size: 16px;
    }
   .banner_images {
        width: 65%;
        margin: 0;
    }
    
  .main_slider::before {
        width: 20%;
        top: 30px;
        right: 0;
    }
    .contact-us-heading.wow.bounceIn p {
    margin: 10px 0 0px 0 !important;
    font-size: 18px;
}
    .inner-contact-us-phone ul li h2 {
    justify-content: left;
}
    .contact-us-heading.wow.bounceIn p {
        font-size: 16px;
    }
    .contact-us-heading {
        width: 100%;
    }
    .inner-contact-us-row video {
        width: 100%;
    }
    .inner-contact-us-form {
        margin-left: 10px;
    }
    .inner-contact-us-form input {
        height: 50px;
        margin-bottom: 10px;
    }
        .in-complete strong {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .inner-contact-us-phone p {
    margin-bottom: 0 !important;
}
.banner_about_me p {
    margin-bottom: 0;
}
    .join-our-mailing-list-sec.ex_cls.chg {
    padding-top: 100px !important;
}
.contact-us-sec {
    padding: 100px 0 100px !important;
  
}
.join-our-mailing-list-sec.chg-1 {
    padding-top: 150px !important;
    padding-bottom: 60px !important;
}
    p {

    font-size: 12px !important;
    line-height: 20px !important;
}
    .join-our-mailing-list-box p {
        font-size: 16px;
    }
    .carousel-caption {
        top: 50px;
    }
      footer .join-our-mailing-list-sec {
        margin-top: -70px;
        padding-top: 50px;
    }
    
    .join-our-mailing-list-sec {
        margin-top: -110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main_slider .img-fluid {
        height: 700px;
        object-fit: cover;
    }
    .join-our-mailing-list-sec {
   
    padding-bottom: 0px !important;
} 
    .banner_about_me {
        margin-top: 30px;
        margin-left: 0;
    }
    .banner_text h1 span {
    letter-spacing: 8px;
}
    .carousel-caption {
        top: 0;
    }
    .menuSection {
   
    padding: 0px 0;
}
    h1 {
        font-size: 50px;
            line-height: 1;
    }
    h2 {
        font-size: 40px;
    }
    .banner_about_me p {
        font-size: 16px;
    }
   .banner_images {
        width: 65%;
        margin: 0;
    }
    
   .main_slider::before {
        width: 20%;
        top: 130px;
        right: 0;
    }
    .contact-us-heading.wow.bounceIn p {
        font-size: 16px;
    }
    .contact-us-heading {
        width: 100%;
    }
    .inner-contact-us-row video {
        width: 100%;
    }
    .inner-contact-us-form {
        margin-left: 10px;
    }
    .inner-contact-us-form input {
        height: 50px;
        margin-bottom: 10px;
    }
       .in-complete strong {
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .inner-contact-us-phone p {
    margin-bottom: 0 !important;
}
.banner_about_me p {
    margin-bottom: 0;
}
    .join-our-mailing-list-sec.ex_cls.chg {
    padding-top: 100px !important;
}
.contact-us-sec {
    padding: 100px 0 100px !important;
  
}
.join-our-mailing-list-sec.chg-1 {
    padding-top: 150px !important;
    padding-bottom: 60px !important;
}
    p {

    font-size: 12px !important;
    line-height: 20px !important;
}
    .join-our-mailing-list-box p {
        font-size: 16px;
    }
    .carousel-caption {
        top: 50px;
    }
      footer .join-our-mailing-list-sec {
        margin-top: -70px;
        padding-top: 50px;
    }
    
    .join-our-mailing-list-sec {
        margin-top: -110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_slider .img-fluid {
        height: 700px;
        object-fit: cover;
    }
    .join-our-mailing-list-sec {
   
    padding-bottom: 0px !important;
} 
    .banner_about_me {
        margin-top: 30px;
        margin-left: 0;
    }
    .banner_text h1 span {
    letter-spacing: 8px;
}
    .carousel-caption {
        top: 0;
    }
    .menuSection {
   
    padding: 0px 0;
}
    h1 {
        font-size: 50px;
            line-height: 1;
    }
    h2 {
        font-size: 40px;
    }
    .banner_about_me p {
        font-size: 16px;
    }
    .banner_images {
        width: 65%;
        margin: 0 0 -40px -20px;
    }
    
   .main_slider::before {
        width: 20%;
        top: 130px;
        right: 0;
    }
    .contact-us-heading.wow.bounceIn p {
        font-size: 16px;
    }
    .contact-us-heading {
        width: 100%;
    }
    .inner-contact-us-row video {
        width: 100%;
    }
    .inner-contact-us-form {
        margin-left: 10px;
    }
    .inner-contact-us-form input {
        height: 50px;
        margin-bottom: 10px;
    }
    .in-complete strong {
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .inner-contact-us-phone p {
    margin-bottom: 0 !important;
}
.banner_about_me p {
    margin-bottom: 0;
}
    .join-our-mailing-list-sec.ex_cls.chg {
    padding-top: 100px !important;
}
.contact-us-sec {
    padding: 100px 0 100px !important;
  
}
.join-our-mailing-list-sec.chg-1 {
    padding-top: 150px !important;
    padding-bottom: 60px !important;
}
    p {

    font-size: 12px !important;
    line-height: 20px !important;
}
    .join-our-mailing-list-box p {
        font-size: 16px;
    }
    .carousel-caption {
        top: 50px;
    }
      footer .join-our-mailing-list-sec {
        margin-top: -70px;
        padding-top: 50px;
    }
    
    .join-our-mailing-list-sec {
        margin-top: -110px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    section.main_slider .container-fluid {
        padding: 0px 15px !important
    }
    h1 {
        font-size: 60px;
        line-height: 1.1;
    }
      .banner_images img {
        width: 60%;
        margin: 0px 0;
        margin-left: 40px;
    }
    .banner_text {
        text-align: center;
        margin-bottom: 30px;
    }

.banner_text h1 span {
    letter-spacing: 5px;
}
.menuSection {  
    padding: 0px 0;
}


      .banner_about_me {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }
    .contact-us-sec {
    padding: 70px 0 130px;
}

.banner_about_me p {
    margin-bottom: 0;
}
    .main_slider .img-fluid {
        height: 1700px;
        object-fit: cover;
        object-position: right;
    }
    h2 {
        font-size: 50px;
    }
    .banner_about_me p {
        font-size: 14px;
    }
      .banner_text {
        margin-top: 0px;
    }

    .main_slider .carousel-caption {
        top: 7%;
    }
    .main_slider::before {
        top: -45px;
        right: 0;
        width: 50%;
        left: 0;
        margin: auto;
    }
    .contact-us-heading {
        width: 100%;
    }
    .inner-contact-us-phone {
        width: 100% !important;
            padding: 15px 15px !important;
    }
    .contact-us-heading .container-fluid {
        padding: 0 !important;
    }
       .main_slider .img-fluid {
        height: 1350px;
    }

    .banner_images {
    text-align: center;
}
    .contact-us-heading.wow.bounceIn p {
        font-size: 14px;
    }
    .inner-contact-us-row video {
        width: 100%;
        height: auto;
    }
    .inner-contact-us-form {
        margin-left: 0;
        margin-top: 40px;
    }
    .inner-contact-us-form input {
        height: 50px;
        margin-bottom: 10px;
    }
     .in-complete strong {
        font-size: 12px !important;
        margin-bottom: 10px !important;
        line-height: 20px !important;
    }
    .banner_about_me p {
    margin-bottom: 0;
}


    .inner-contact-us-phone ul li h2 {
    font-size: 35px;
    margin-bottom: 0px;
    justify-content: flex-start !important;
    line-height: 30px;
}
.inner-contact-us-phone ul li p {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}
    .inner-contact-us-phone ul li img {
    width: 60px;
    height: 60px;
   
}
    .inner-contact-us-button {
    text-align: center;
}
html    .contact-us-sec {
    padding: 60px 0 120px !important;
  
}
.join-our-mailing-list-sec.ex_cls.chg {
    padding-top: 80px !important;
}
  p {
    font-size: 12px !important;
    line-height: 20px !important;
}

.join-our-mailing-list-box h2 {
    font-size: 40px;
    margin-bottom: 12px;
}
.join-our-mailing-list-sec .join-our-mailing-list-box.wow.bounceIn {
    padding-bottom: 30px !important;
}
    footer .join-our-mailing-list-sec {
        margin-top: -50px;
    }
      .join-our-mailing-list-sec {
        padding: 100px 0 50px !important;
        margin-top: -115px;
    }
    .join-our-mailing-list-sec.ex_cls {
    padding: 50px 0 0px !important;
}


    .join-our-mailing-list-sec .join-our-mailing-list-box.wow.bounceIn {
    padding-bottom: 30px;
}
.join-our-mailing-list-socail-link ul li a {
    width: 45px;
    height: 45px;
}
    .join-our-mailing-list-logo {
        text-align: center;
    }
    .join-our-mailing-list-socail-link ul {
        justify-content: center;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    section.main_slider .container-fluid {
        padding: 0px 15px !important
    }
    h1 {
        font-size: 60px;
        line-height: 1.1;
    }
      .banner_images img {
        width: 80%;
        margin: 10px 0;
        margin-left: 30px;
    }
.banner_text {
    text-align: center;
    margin-bottom: 10px;
}

.banner_text h1 span {
    letter-spacing: 5px;
}
.menuSection {  
    padding: 0px 0;
}


      .banner_about_me {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }
    .contact-us-sec {
    padding: 70px 0 130px;
}

.banner_about_me p {
    margin-bottom: 0;
}
    .main_slider .img-fluid {
        height: 1700px;
        object-fit: cover;
        object-position: right;
    }
    h2 {
        font-size: 50px;
    }
    .banner_about_me p {
        font-size: 14px;
    }
      .banner_text {
        margin-top: 0px;
    }

    .main_slider .carousel-caption {
        top: 7%;
    }
    
       .main_slider::before {
        top: -90px;
        right: 0;
        width: 50%;
        left: 0;
        margin: auto;
    }
    .contact-us-heading {
        width: 100%;
    }
    .inner-contact-us-phone {
        width: 100% !important;
            padding: 15px 15px !important;
    }
    .contact-us-heading .container-fluid {
        padding: 0 !important;
    }
       .main_slider .img-fluid {
        height: 1350px;
    }

    .banner_images {
    text-align: center;
}
    .contact-us-heading.wow.bounceIn p {
        font-size: 14px;
    }
    .inner-contact-us-row video {
        width: 100%;
        height: auto;
    }
    .inner-contact-us-form {
        margin-left: 0;
        margin-top: 40px;
    }
    .inner-contact-us-form input {
        height: 50px;
        margin-bottom: 10px;
    }
     .in-complete strong {
        font-size: 12px !important;
        margin-bottom: 10px !important;
        line-height: 20px !important;
    }
    .banner_about_me p {
    margin-bottom: 0;
}


    .inner-contact-us-phone ul li h2 {
    font-size: 35px;
    margin-bottom: 0px;
    justify-content: flex-start !important;
    line-height: 30px;
}
.inner-contact-us-phone ul li p {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}
    .inner-contact-us-phone ul li img {
    width: 60px;
    height: 60px;
   
}
    .inner-contact-us-button {
    text-align: center;
}
html    .contact-us-sec {
    padding: 60px 0 120px !important;
  
}
.join-our-mailing-list-sec.ex_cls.chg {
    padding-top: 80px !important;
}
  p {
    font-size: 12px !important;
    line-height: 20px !important;
}

.join-our-mailing-list-box h2 {
    font-size: 40px;
    margin-bottom: 12px;
}
.join-our-mailing-list-sec .join-our-mailing-list-box.wow.bounceIn {
    padding-bottom: 30px !important;
}
    footer .join-our-mailing-list-sec {
        margin-top: -50px;
    }
      .join-our-mailing-list-sec {
        padding: 100px 0 50px !important;
        margin-top: -115px;
    }
    .join-our-mailing-list-sec.ex_cls {
    padding: 50px 0 0px !important;
}


    .join-our-mailing-list-sec .join-our-mailing-list-box.wow.bounceIn {
    padding-bottom: 30px;
}
.join-our-mailing-list-socail-link ul li a {
    width: 45px;
    height: 45px;
}
    .join-our-mailing-list-logo {
        text-align: center;
    }
    .join-our-mailing-list-socail-link ul {
        justify-content: center;
    }
}

html {
    overflow-x: hidden;
}

/*Media Query End*/