@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&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@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: 'HomeMoon';
    src: url(../font/Home\ Moon.ttf);
}

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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.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;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

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;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

h1 {
    font-family: 'HomeMoon';
    font-size: 80px;
    line-height: 1.1;
    color: #ff4880;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'HomeMoon';
    font-size: 65px;
    line-height: 1;
    color: #ff4880;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'HomeMoon';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'HomeMoon';
    font-size: 25px;
    line-height: 1;
    color: #171717;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'HomeMoon';
    font-size: 30px;
    line-height: 1.2;
    color: #271444;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'HomeMoon';
    font-size: 35px;
    line-height: 1.2;
    color: #271444;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section 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;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    background-color: #ff4880;
    border-radius: 45px;
    padding: 0px 5px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    height: 60px;
    color: #fff;
    border: 2px solid #fff;
    width: max-content;
}

.theme_btn img {
    transition: 0.6s;
}

.theme_btn:hover img {
    transform: rotate(360deg);
}

.theme_btn:hover {
    background-color: #4e364e;
}

.theme_btn:hover span {
    color: #FFF;
}

.theme_btn:hover .btn-img {
    background: #fff;
}

.theme_btn:hover .btn-img img {
    filter: brightness(0.1);
}

.theme_btn span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.curved-edge:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    --c: 50px;
    height: 180px;
    aspect-ratio: 2.7 / 2;
    mask: radial-gradient(60% var(--c) at bottom, #0000 calc(100% - 2px), #000);
    z-index: -1;
}

.btn-img img {
    width: min-content;
    height: min-content !important;
}

.btn-img {
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: -30px;
}

.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: #000;
    /* padding: 10px 23px; */
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.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: #ff4880;
}

.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;
}

.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;
    left: 0px;
    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;
}

.slick-slide {
    opacity: 1;
}

.container-fluid {
    padding: 0 5%;
}

.topSec {
    background: #271444;
    padding: 8px 0;
}

ul.socail-link {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
}

ul.cntn-tpsc {
    display: flex;
    align-items: center;
    gap: 50px;
}

ul.cntn-tpsc li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.topSec * {
    color: #fff;
}

ul.cntn-tpsc li a {
    font-size: 14px;
}

ul.cntn-tpsc li i {
    color: #ff4880;
}

ul.socail-link i {
    transition: 0.5s all;
    font-size: 15px;
    cursor: pointer;
}

ul.socail-link i:hover {
    color: #ff4880;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    position: relative;
    padding: 100px 0 0px;
    margin-bottom: 100px;
}

.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(../images/baner-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.baner-txt h1 span {
    font-size: 97.3px;
    display: block;
    line-height: 1;
    color: #271444;
}

.baner-txt p {
    width: 90%;
    margin: 5px 0 20px;
    opacity: 70%;
}

img.ban-icns {
    position: absolute;
    right: 0;
}

img.ban-icns.sn {
    bottom: 17%;
    right: 70%;
    animation: rounded2 5s linear infinite;
}

img.ban-icns.crn {
    top: 30px;
    right: 40%;
    animation: rounded2 5s linear infinite;
}

img.ban-icns.baln {
    position: absolute;
    right: 6%;
    animation: wind-blow 3s linear infinite;
}

.baner-img img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.baner-txt {
    margin-top: 50px;
}

@keyframes rounded2 {
    50% {
        transform: rotate(-20deg);
    }
}


@keyframes wind-blow {
    0% {
        transform-origin: 50% 100%;
        transform: skewX(-2deg);
    }

    50% {
        transform-origin: 50% 100%;
        transform: skewX(2deg);
    }

    100% {
        transform-origin: 50% 100%;
        transform: skewX(-2deg);
    }
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-image-two {
    position: relative;
}

.img-two.img-custom-anim-bottom {
    position: absolute;
    bottom: 0px;
    right: 60px;
    overflow: hidden;
}

.img-two.img-custom-anim-bottom img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #fff;
}

.about-sec {
    position: relative;
    padding-bottom: 100px;
}

img.flwr-abt {
    position: absolute;
    right: 0;
    bottom: 15%;
}

.about-text p {
    margin-bottom: 25px;
    opacity: 70%;
}

.about-text h6 {
    margin: 0 0 5px 0;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Play Discover Section Start ------------------------------------------------------------- */

.play-dscvr-head {
    text-align: center;
    margin-bottom: 30px;
}

.play-discvr-main {
    background-color: #ffdee4;
    transition: all 500ms ease;
    mask: url('../images/play-mask.png');
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    width: 100%;
    height: 480px;
    padding: 70px 34px 40px;
    position: relative;
}

img.tp-dscvr {
    position: absolute;
    top: 25px;
    left: 15px;
}

img.btm-dscvr {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.play-discvr-img {
    position: relative;
}

.play-dicsvr-text h4 {
    margin-bottom: 8px;
    color: #271444;
}

.play-dicsvr-text p {
    opacity: 70%;
    margin-bottom: 12px;
}

.play-dicsvr-text a {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.play-dicsvr-text {
    text-align: center;
    margin-top: 24px;
}

.play-discvr-main.frst {
    background: #f7fae2;
}

.play-discvr-main.thrd {
    background: #e3e8ff;
}

.play-discvr-main.fur {
    background: #dbfff9;
}

img.mask-playdscvr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-discvr-img img {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 100%;
}

.play-discovr-sec {
    position: relative;
    padding: 100px 0;
    z-index: 0;
}

.play-discovr-sec:before, .play-discovr-sec:after {
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    margin: auto;
    left: 0;
    background-image: url(../images/play-top-back.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.play-discovr-sec:after {
    top: unset;
    bottom: -7%;
    background-image: url(../images/play-btm-back.png);
}

.play-discovr-sec img.ban-icns.crn {
    right: unset;
    left: 50px;
    top: 22%;
}

.play-discovr-sec img.ban-icns.baln {
    bottom: 0;
    right: 49%;
}

.play-discovr-sec img.ban-icns.sn {
    top: 18%;
    bottom: unset;
    right: 9%;
}

/*---------------------------------------------------- Play Discover Section End ------------------------------------------------------------- */

/*---------------------------------------------------- FrameWork Section Start ------------------------------------------------------------- */

.framework-sec {
    position: relative;
    padding: 100px 0;
}

img.frmwrk-flwr {
    bottom: -60px;
    left: 0;
    position: absolute;
    width: 180px;
}

.framework-text ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Montserrat';
    font-size: 14px;
}

.framework-text p {
    margin: 10px 0 20px;
    width: 88%;
    opacity: 70%;
}

.framework-text ul {
    margin: 10px 3px;
}

.framework-img {
    margin-left: -20px;
}

.framework-text {
    margin-left: 40px;
}


/*---------------------------------------------------- FrameWork Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.testi-head {
    text-align: center;
    margin-bottom: 20px;
}

img.crowntesti {
    position: absolute;
    right: -19px;
    bottom: 13%;
    transform: rotate(-2deg);
}

.testi-sec {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.testi-main {
    position: relative;
    padding: 100px 0;
}

img.testi-oneback, img.testi-scndback, img.testi-thrdback {
    position: absolute;
    top: 0;
    left: 17px;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    z-index: -1;
}

.testi-img img {
    width: 100px;
    object-fit: cover;
    height: 100px;
    border-radius: 50%;
    border: 7px solid #ffffff;
}

.testi-text {
    text-align: center;
}

.testi-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.testi-text p {
    width: 62%;
    margin: 18px auto 20px;
    opacity: 70%;
}

.testi-text ul li i {
    color: #f39f1e;
}

.testi-img {
    position: absolute;
    left: 0;
    top: 50px;
}

.testi-sec .slick-slide {
    margin: 20px 10px;
}

/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    background: #f7f1ff;
}

.footer-btm {
    padding: 22px 0;
    border-top: 1px solid #d3cdd9;
    text-align: center;
}

.foter-main {
    text-align: center;
    border-left: 1px solid #d3cdd9;
    border-right: 1px solid #d3cdd9;
    padding: 40px 0 40px;
    width: 96%;
}

.foter-main ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.filednwsltr {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
}

.newsltr-text {
    text-align: center;
    width: 45%;
    margin: 0 auto 40px;
}

footer h5 {
    color: #ff4880;
    margin-bottom: 20px;
}

.uselinks-ftr ul {
    column-count: 2;
    width: 90%;
}

.uselinks-ftr ul li {
    margin-bottom: 20px;
}

.uselinks-ftr ul li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.foter-main img {
    margin-bottom: 30px;
}

.foter-main ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #c8c3ce;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #c8c3ce;
    transition: 0.5s all;
}

.cntinfo-ftr ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.cntinfo-ftr {
    margin-left: 40px;
    padding-top: 42px;
}

.cntinfo-ftr ul {
    width: 85%;
}

.cntinfo-ftr ul li a, .cntinfo-ftr ul li p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

.cntinfo-ftr ul li i {
    font-size: 15px;
    color: #271344;
}

.cntinfo-ftr ul li p {
    line-height: 25px;
    margin-top: -5px;
}

.container-fluid.rtg {
    padding: 0;
}

.uselinks-ftr {
    padding-top: 42px;
}

.newsltr-text h3 {
    color: #1e1a17;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}

.filednwsltr input {
    width: 100%;
    height: 50px;
    padding: 30px 27px;
    border-radius: 50px;
    border: 1px solid #c9c4d0;
    background: transparent;
}

img.flwrcntct {
    position: absolute;
    bottom: -150px;
    right: 0;
}

.filednwsltr button {
    background: #ff4880;
    padding: 20px 40px;
    width: 200px;
    border-radius: 60px;
    border: unset;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.newsltr-img {
    text-align: center;
    margin: 50px 0;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-sec:before {
    content: '';
    position: absolute;
    top: -13%;
    right: 0;
    margin: auto;
    left: 0;
    background-image: url(../images/play-top-back.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-sec {
    background: #f7f1ff;
    position: relative;
    padding-top: 60px;
}

.contact-text input, .contact-text textarea {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #c9c4d0;
    padding: 10px 20px;
    margin-bottom: 20px;
    background: transparent;
}

.contact-text textarea {
    height: 130px;
    resize: none;
}

.contact-text p {
    margin-bottom: 22px;
    opacity: 70%;
}

img.balloons-cntc {
    position: absolute;
    bottom: 10px;
    left: 140px;
    transform: rotate(-35deg);
    animation: wind-blow 3s linear infinite;
}

img.sun-cntc {
    position: absolute;
    bottom: 46%;
    right: 65px;
    animation: rounded2 5s linear infinite;
}

img.crown-cntc {
    position: absolute;
    left: 30px;
    top: 90px;
    animation: rounded2 5s linear infinite;
}

.icon-cntct {
    width: 90px;
    height: 90px;
    background: #f7fae2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info ul li {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 55px;
}

.contact-info ul {
    margin-top: 40px;
}

.foter-main ul li a:hover {
    background: #ff4880;
    color: #fff;
}

.icon-cntct.ty {
    background: #ffdee4;
}

.icon-cntct.tyw {
    background: #e3e8ff;
}

.contact-info-txt h5 {
    font-size: 25px;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */