@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'saphile';
    src: url(../fonts/saphile.otf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pt-8 {
    padding-top: 80px;
}

.pt-10 {
    padding-top: 100px;
}

.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;
}

.pb-10 {
    padding-bottom: 100px;
}

.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: 'saphile';
    font-size: 70px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'saphile';
    font-size: 65px;
    color: #222d35;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
}

h3 {
    font-family: 'saphile';
    font-size: 40px;
    color: #c00019;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h4 {
    font-family: 'saphile';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'saphile';
    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 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #7c7c7c;
    line-height: 25px;
}

/* Header Start */


.topSec {
    margin-bottom: 30px;
}


.container-fluid.add-padding {
    padding: 0 5%;
}

.topSec .row {
    border-bottom: 1px solid #aeafaf;
    padding: 15px 0;
}

.top-meun-bar a img {
    width: 31px;
    height: 20px;
    object-fit: contain;
}

.top-user-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.top-user-btn ul li a {
    background: #222d35;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}


body:before {
    content: "";
    position: absolute;
    background-image: url(../images/body-back.png);
    width: 100%;
    height: 100%;
    z-index: -10;
}

.top-main-logo {
    text-align: center;
}

.top-main-logo a img {
    width: 194px;
    height: 69px;
    object-fit: contain;
}


.meun-link-box #sideMenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 20%;
    height: 100vh;
    background: #c00019;
    color: #fff;
    transition: left 0.4s ease;
    z-index: 999;
}


.meun-link-box #sideMenu.active {
    left: 0;
}

.meun-link-box #sideMenu ul {
    list-style: none;
    padding: 100px 20px;
}

.meun-link-box #sideMenu ul li {
    margin: 20px 0;
}

.meun-link-box #sideMenu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}


.meun-link-box #closeBtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
}

/* Header Ends */


/* Banner Start */

.main-banner-heading {
    text-align: center;
    margin-bottom: -90px;
}

.main-banner-heading h1 span {
    display: block;
}
.ban-sm-ball-2 {
    position: absolute;
    left: -80px;
    top: 60px;
}
.main-banner-heading h1 {
    font-size: 72px;
    line-height: 1;
    color: #222d35;
    text-transform: uppercase;
}

/*.banner-bot-txt span {
    background: #c00019;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}*/

.banner-bot-txt span img {
    width: 70%;
    margin: 0 auto;
    height: 201px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 10px;
}

.banner-grass img {
    width: 100%;
    height: 303px;
    object-fit: cover;
}

.bannerLeftSlider {
    position: relative;
    z-index: 99999;
}



img.ban-ar {
    width: 22px;
    margin: 0 auto;
}

.bann-right-txt {
    text-align: center;
    background-color: #ffff;
    padding: 20px;
    height: 222px;
    display: flex;
    align-content: end;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 15px;
    margin-top: -110px;
    position: relative;
    z-index: 0;
}

.bann-right-txt a i {
    background-color: #c00019;
    font-size: 17px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bann-main-img img {
    height: 850px;
    object-fit: contain;
    object-position: bottom;
    width: 100%;
}

.banner-right img {
    position: relative;
    z-index: 1;
}

.banner-bot-txt p {
    font-size: 13px;
    line-height: 23px;
}

.banner-bot-txt {
    text-align: center;
    position: relative;
    z-index: 1;
}

.bann-main-img {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.bann-right-txt h6 {
    font-size: 20px;
    line-height: 1;
    color: #222d35;
    font-weight: 600;
    text-transform: uppercase;
}

.bann-right-txt p {
    font-size: 12px;
    color: #7c7c7c;
    line-height: 20px;
}

.main-banner-sec {
    position: relative;
}

h2.right-hand {
    position: absolute;
    right: 0;
    bottom: 90px;
    writing-mode: sideways-rl;
    transform: rotate(360deg);
    font-family: "Open Sans", sans-serif;
    font-size: 261px;
    color: #7777771a;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 160px;
}
h2.left-hand {
    position: absolute;
    left: 0;
    writing-mode: sideways-rl;
    transform: rotate(180deg);
    font-family: "Open Sans", sans-serif;
    font-size: 239px;
    color: #7777771a;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 160px;
    top: 0;
    z-index: -1;
}
.banner-grass {
    position: absolute;
    bottom: 0;
}

.bann-ball {
    position: absolute;
    bottom: -113px;
    right: 10%;
}

.bann-ball img {
    height: 305px;
    width: 305px;
    object-fit: contain;
    border-radius: 50%;
    /* animation: ballAnim 5s linear infinite; */
}
.ban-sm-ball-2 img {
    width: 155px;
    height: 156px;
    object-fit: contain;
    animation: ballAnim 5s linear infinite;
}

.bannerRightSlider {
    z-index: 99;
    position: relative;
}

.banner-right {
    margin-bottom: 20px;
}

.banner-right img {
    width: 100%;
    height: 244px;
    object-fit: contain;
    margin: 0 auto;
}


.bannerMain_parent {
    position: relative;
}
.ban_svg>svg {
    font-size: 13px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    width: 120px;
    font-weight: 500;
    fill: #000;
    animation: 10s abc linear infinite;
    transition: 0.3s ease-in-out;
}

.ban_svg>span {
    color: #000;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: 0.3s ease-in-out;
    border: 15px solid #222d35;
    border-radius: 50%;
    height: 72px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ban_svg {
    position: absolute;
    right: -440px;
    left: 0;
    margin: 0 auto;
    width: fit-content;
    top: 100px;
    background: #f4f5f1;
    border-radius: 50%;
    padding: 5px;
}

@keyframes abc {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.bann-main-img .banner_prd_wrp>.ban_svg:hover>svg {
    fill: var(--theme-light);
}

.bann-main-img .banner_prd_wrp>.ban_svg:hover>span {
    color: var(--theme-text);
}
/* Banner Ends */


/* Categories Silder Start*/

.categories-heading {
    border-bottom: 1px solid #b6b5b2;
    padding: 15px 0;
}

.categories-silder .slick-slide {
    margin: 0px 10px;
}

.categories-silder-items-text h2 {
    font-size: 20px;
}

.categories-silder-items {
    text-align: center;
}

.categories-silder-items-text {
    margin: 18px 0;
}

.categories-silder .slick-active {
    opacity: 1.5;
}

.categories-silder {
    margin-top: 40px;
}

.categories-silder-items-img img {
    width: 100%;
    height: 346px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #0000003b;
}

.categories-silder-items-img {
    border-radius: 30px;
    position: relative;
}

.categories-silder .slick-next {

    top: -23%;

}

.categories-silder .slick-prev {

    top: -23%;

}

.categories-silder .slick-next {
    right: 0;
}

.categories-silder .slick-prev {
    left: inherit;
    right: 60px;
}


.categories-silder button.slick-prev.slick-arrow.slick-disabled:hover {
    background: #c00019;
    transition: 0.5s;
}


.categories-silder button.slick-next.slick-arrow:hover {
    background: #c00019;
    transition: 0.5s;
}


.categories-silder button.slick-next.slick-arrow {
    background: #222d35;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: 0.5s;
}

.categories-silder-items-img:before {
    content: "";
    position: absolute;
    background: #c000197d;
    width: 100%;
    height: 0%;
    left: 0;
    border-radius: 30px;
    transition: 0.5s;
}

.categories-silder button.slick-prev.slick-arrow {
    background: #222d35;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: 0.5s;
}

.categories-silder .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/categories-silder-arrow.png);
    width: 21px;
    height: 11px;
    transform: rotate(180deg);
}

.categories-silder .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/categories-silder-arrow.png);
    width: 21px;
    height: 11px;
}


.categories-silder-items:hover .categories-silder-items-img:before {
    height: 100%;
    transition: 0.5s;
}

/* Categories Silder Ends */


/*About Robert Chorne Start */


.about-rebert-chorne-img img {
    width: 100%;
    height: 704px;
    object-fit: cover;
    border-radius: 30px;
}

.about-rebert-chorne-img {
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.about-rebert-chorne-img:before {
    content: "";
    position: absolute;
    background: #c00019;
    width: 100px;
    height: 200px;
    left: 0;
    z-index: -1;
}

.about-rebert-chorne-text {
    margin-left: 10px;

}

.about-rebert-chorne-text p {
    width: 89%;
}

.theme-btn-1 {
    background: #c00019;
    padding: 12px 35px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}

.about-rebert-chorne-button {
    margin-top: 25px;
}

.about-rebert-chorne-right-side-text h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 230px;
    color: #7777771a;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 160px;
}

.about-rebert-chorne-right-side-text {
    position: absolute;
    right: 0;
    bottom: 0;
    writing-mode: sideways-rl;
    transform: rotate(180deg);
}

.about-rebert-chorne-text h2 {
    font-size: 63px;
}

.about-rebert-chorne-sec {
    position: relative;
}

/*About Robert Chorne Ends */


/* Products Start */


.products-heading {
    text-align: center;
}

.products-sec {
    position: relative;
    margin-top: 20px;
}

.products-sec:before {
    content: "";
    position: absolute;
    background: #222d35;
    width: 100%;
    height: 480px;
    top: 0;
    z-index: -1;
    left: 0;
}

.products-heading h2 {
    color: #fff;
    margin-bottom: 0;
}

.products-row {
    background: #ebeae5;
    padding: 30px 10px;
    border-radius: 15px;
    margin-top: 45px;
}

.products-silder .slick-slide {

    opacity: 1.2;
}

.products-silder .slick-active {
    opacity: 1.5;
}

.products-silder .slick-slide {
    margin: 0px 15px;
}

.products-silder-items-img img {
    width: 88%;
    height: 408px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto;
}

.products-silder-items-text h2 {
    font-size: 25px;
    margin-bottom: 0;
}

.products-silder-items-text {
    text-align: center;
    background: #fff;
    padding: 140px 30px 5px;
    border-radius: 20px;
    margin-top: -120px;
}

.products-silder-items-text p {
    color: #6e757b;
}

.products-silder-items-text h2 span {
    display: block;
}

.products-silder-items-text ul {
    border-top: 1px solid #d7dbcd;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-silder-items-text ul li a {
    color: #9ba0a4;
    border: 1px solid #9ba0a4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}


.products-silder .slick-slide.slick-current.slick-active.slick-center .products-silder-items .products-silder-items-text {
    background: #c00019;
}

.products-silder .slick-slide.slick-current.slick-active.slick-center .products-silder-items .products-silder-items-text * {
    color: #fff;
}

.products-silder .slick-slide.slick-current.slick-active.slick-center .products-silder-items {
    margin-top: 30px;
}

.products-sec-ball {
    position: absolute;
    top: -100px;
    left: 80px;
}

.products-sec-ball img {
    width: 179px;
    height: 180px;
    object-fit: contain;
    animation: ballAnim 5s linear infinite;
}

@keyframes ballAnim {
    0% {
        transform: rotate(0deg) scale(1.2);
    }

    20% {
        transform: rotate(80deg) scale(1.2);
    }

    40% {
        transform: rotate(120deg) scale(.8);
    }

    60% {
        transform: rotate(160deg) scale(.6);
    }

    80% {
        transform: rotate(80deg) scale(1.2);
    }

    100% {
        transform: rotate(0deg) scale(1.2);
    }
}


/* Products Ends */


/*Golf Lessons for Long Start*/

.golf-lessions-text h2 {
    font-size: 63px;
    margin-bottom: 15px;
}

.golf-lessions-text p {
    margin-bottom: 25px;
    width: 92%;
}

.golf-lessions-images {
    margin-left: -90px;
    position: relative;
    display: flex;
    align-items: center;
}

.golf-lessions-images:before {
    content: "";
    position: absolute;
    background: #c00019;
    width: 100px;
    height: 200px;
    right: 0;
    z-index: -1;
}

/*Golf Lessons for Long Ends */

/*After 3rd Golf Start */

.after-3rd-golf-img img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    border-radius: 30px;
}

.after-3rd-golf-text h2 {
    font-size: 58px;
    margin-bottom: 10px;
}

.after-3rd-golf-text p {
    margin-bottom: 25px;
}

.after-3rd-golf-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.after-3rd-golf-video-icon {
    position: absolute;
}


.after-3rd-golf-video-icon a img {
    width: 119px;
    height: 119px;
    object-fit: contain;
}

.after-3rd-golf-sec {
    position: relative;
}

.after-3rd-golf-sec:before {
    content: "";
    position: absolute;
    background: #c00019;
    width: 50%;
    height: 500px;
    left: 0;
    top: 0;
    border-top-right-radius: 30px;
    z-index: -1;
}

/*After 3rd Golf Ends */


/*Technologically Advanced Start*/


.technologically-advanced-sec {
    position: relative;
    padding-top: 130px;
}

.technologically-advanced-img {
    position: absolute;
    right: 0;
    top: -165px;
}

.technologically-advanced-img img {
    width: 302px;
    height: 351px;
    object-fit: contain;
}

.technologically-advanced-sec .row {
    background: #222d35;
    padding: 40px 50px;
    border-radius: 20px;
}

.technologically-advanced-box ul li span {
    background: #c00019;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.technologically-advanced-box.chg-2 ul {
    justify-content: center;
}

.technologically-advanced-box.chg-3 ul {
    justify-content: end;
}

.technologically-advanced-box ul li img {
    width: 70px;
    height: 69px;
    object-fit: contain;
    animation: ballAnim 5s linear infinite;
}

.technologically-advanced-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}

.technologically-advanced-box ul li {
    font-size: 22px;
    color: #fff;
}

.technologically-advanced-box ul li {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
}

/*Technologically Advanced Ends */


/* Gallery Start*/

.gallery-heading {
    text-align: center;
}

.gallery-row {
    margin-top: 25px;
}

.gallery-three-box a img {
    width: 100%;
    height: 796px;
    object-fit: cover;
    border-radius: 15px;
    object-fit: cover;
}

.gallery-one-box a img {
    width: 100%;
    height: 259px;
    border-radius: 15px;
    object-fit: cover;

}

.gallery-two-box {
    text-align: end;
    margin-top: 30px;
}

.gallery-two-box a img {
    width: 223px;
    height: 378px;
    object-fit: cover;
    border-radius: 15px;
    object-fit: cover;
}

.gallery-four-box a img {
    width: 209px;
    height: 283px;
    border-radius: 15px;
    object-fit: cover;
}

.gallery-five-box {
    margin-top: 30px;
}

.gallery-five-box img {
    width: 100%;
    height: 255px;
    border-radius: 15px;
    object-fit: cover;
}

.gallery-sec a {
    width: 100%;
}

.gallery-six-box {
    text-align: end;
    margin-top: 30px;
}

.gallery-six-box img {
    width: 363px;
    height: 200px;
    border-radius: 15px;
}


/* Gallery Ends */


/* footer styling start  */

section.footer {
    padding-top: 80px;
    background-color: #000;
}

section.footer .wraper {
    background-color: #fff;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    padding: 40px 80px;
    position: relative;
    border-radius: 20px;
    align-items: center;
}

section.footer .wraper .map {
    display: flex;
    align-items: center;
    gap: 16px;
}

section.footer .wraper .map span {
    font-size: 15px;
    line-height: 20px;
    color: #1f1f1f;
    font-weight: 600;
}

section.footer .wraper .headbox ul {
    display: flex;
    margin: 0px;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

section.footer .wraper .headbox ul li a i {
    width: 45px;
    height: 45px;
    border: 1px solid #a1a1a1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    color: #a1a1a1;
    transition: 0.4s;
    font-size: 18px;
}

section.footer .wraper .headbox ul li a i:hover {
    color: #fff;
    background: #ce151d;
    transition: 0.5s;
}

section.footer .wraper .headbox {
    padding-bottom: 30px;
    position: relative;
}

section.footer .wraper .logo-img img {
    display: table;
    margin: 0px auto;
}

section.footer .wraper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #bbbbbb;
    left: 0;
    right: 0%;
    display: table;
    margin: 0px auto;
}



section.footer .wraper .botttom_box {
    padding-top: 40px;
}

section.footer .wraper .log-box {
    z-index: 12;
    position: relative;
    background-color: #fff;
}

section.footer .wraper .botttom_box p a {
    color: var(--black-color);
    font-size: 14px;
    transition: 0.4s;
    font-family: "Roboto";
}

section.footer .wraper .botttom_box p a:hover {
    color: var(--primary-color);
}

section.footer .wraper .botttom_box p {
    margin: 0px;
    margin-top: 19px;
    font-size: 15px;
    line-height: 20px;
    color: #1f1f1f;
    font-weight: 600;
}

section.footer .wraper .botttom_box .ft-ctc {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin: 10px 0px;
}

section.footer .wraper .botttom_box .ft-ctc span {
    margin: 0px;
    margin-top: 19px;
    font-size: 15px;
    line-height: 20px;
    color: #1f1f1f;
    font-weight: 600;
}

.visa-img img {
    width: 230px;
    height: 32px;
    object-fit: contain;
}

.ft-bottom {
    padding-bottom: 30px;
    padding-top: 20px;
}

.ft-bottom img {
    display: table;
    margin: 0px auto;
}

section.footer .wraper .botttom_box .ft-ctc span:hover {
    color: var(--primary-color);
}

section.footer .wraper .botttom_box div#map {
    display: none;
}

div#copydNoe {
    display: none;
}

/* footer styling end  */









































/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/