@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

@font-face {
    font-family: 'Felix Titling';
    src: url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/aurumtiles.in/font/FelixTitlingMT.woff2') format('woff2'),
        url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/aurumtiles.in/font/FelixTitlingMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ionicons';
    src: url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/aurumtiles.in/font/ionicons.ttf') format('ttf'),
        url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/aurumtiles.in/font/FelixTitlingMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}



body {
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    color: #616161;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.cursive {
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    color: #222222;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    word-wrap: break-word;

}



h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 44px;
}

h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
}

h5 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
}

h6 {
    font-size: 16px;
    font-style: normal;

}

a {
    text-decoration: none;
    color: inherit;
}

.felix-text {
    font-family: 'Felix Titling';
    font-weight: 800;
    letter-spacing: 2px;

}

.yellow-text {
    color: #e6af5d;
    font-weight: bolder;
}


.blue-text {
    color: rgb(0, 66, 122);

}

.bg-blue {
    background-color: rgb(0, 66, 122);

}

.bg-yel {
    background-color: #e6af5d;
}

.mrg-eq {
    margin: 0px 50px;
}

.pad--60 {
    padding: 60px 0;
}

.pad--90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pad--100 {
    padding: 100px 0;
}

ul {
    list-style: none;
}

.yel-text {
    color: rgb(0, 66, 122);
}

.button {
    font-weight: 700;
    line-height: 2;
    font-size: 14px;
    padding: 12px 20px;
    position: relative;
    width: auto;
    background: #0F4D7E;
    color: #fff;
    display: inline-flex;
    overflow: hidden;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.5s ease;
    letter-spacing: 1px;
}

.button-1 {
    font-weight: 700;
    line-height: 2;
    font-size: 14px;
    padding: 12px 20px;
    position: relative;
    width: auto;
    background: #e6af5d;
    color: #fff;
    display: inline-flex;
    overflow: hidden;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    border: 1px solid #d68d21;

}

.button-1:hover {
    background: #0F4D7E;
    border: 1px solid #d68d21;
    color: #fff;
}

.button:hover {
    background-color: #e6af5d;
    color: #fff;
}

.fa {

    font-size: 20px;
    align-content: center;

}

.mar--45 {
    margin: 45px 0px;
}

.mar--30 {
    margin: 30px 0px;
}

.mar--20 {
    margin: 20px 0px;
}

.mar--15 {
    margin: 15px 0 0;
}

.dark-color {
    color: #616161;
}

.black-font {
    color: #222222;
}


.dark-bg {
    background: #0F4D7E;
}

.text-center {
    text-align: center;
}

.pad--80 {
    padding: 80px 0px;
}

.bg-brown {
    background: rgb(0, 66, 122);
}

.black-text {
    color: #222222;
}

.black-text a:hover {
    color: rgb(0, 66, 122);
}

.padd-right {
    padding-right: 50px;
}

.padd-left {
    padding-left: 50px;
}

.white-text {
    color: #fff;
}

.padd-top-15 {
    padding-top: 15px;
}

.bor-yel-bot {
    border-bottom: 3px solid #e6af5d;
}

.bor-yel-top {
    border-top: 3px solid #e6af5d;
}

.bor-right {
    display: flex;
    align-items: center;
    position: relative;

}

.bor-right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    border-right: 1px solid #fff;
}

.mar-bottom {
    margin-bottom: 50px;
}

.mar-bottom-1 {
    margin-bottom: 20px;
}

/* Modal css */

.modal-header {
    border-bottom: none
}

.modal-content .modal-header .close {
    margin-top: 0px;
    font-size: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    opacity: 5;
    background: #efad59;
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
}

.modal-content .modal-header .close span {
    position: absolute;
    top: -15px;
    right: 10px;
}

.content_div {
    padding: 30px 30px;
    border: 2px solid #efad59;

}

.send-btn {
    font-weight: 700;
    line-height: 2;
    font-size: 14px;
    padding: 10px 30px;
    width: auto;
    background: #0F4D7E;
    color: #fff;
    overflow: hidden;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.5s ease;
    letter-spacing: 1px;
}

.send-btn:hover {

    background: #e6af5d;
    color: #fff;
    transition: all 0.5s ease;
    border: 1px solid #d68d21;

}

/* Modal css */

/*+++++++++++++ Header CSS (Starts) ++++++++++++++*/

.navbar {
    background-color: rgb(0, 66, 122);
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 3px solid #e6af5d;
}

.nav-link {
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #e6af5d;
}

.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.body-margin {
    margin-top: 60px;
}

.dropdown-menu a:hover {
    background-color: #e6af5d;
}


/* slider start */
.wrapper {
    position: relative;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.wrapper-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    animation: ani1 24s ease-out forwards;
}

.wrapper-text {
    text-align: left;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 5px;
    margin-bottom: 180px;
    padding: 50px 0px;
    animation: ani2 0.5s ease-out forwards;
}

.wrapper-text h2,
.wrapper-text h3,
.wrapper-text h4 {
    opacity: 0;
    margin: 0;
    color: #fff;
    font-size: 100px;
    line-height: 90px;
}

.wrapper-text h2 {
    animation: ani2 0.5s ease-out 6s forwards;
}

.wrapper-text h3:nth-of-type(1) {
    animation: ani2 0.5s ease-out 1s forwards;
}

.wrapper-text h3:nth-of-type(2) {
    animation: ani2 0.5s ease-out 3s forwards;
}

.wrapper-text h4:nth-of-type(1) {
    animation: ani2 0.5s ease-out 4s forwards;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    letter-spacing: 0;
}

.wrapper-text h4:nth-of-type(2) {
    animation: ani2 0.75s ease-out 4s forwards;
}

@keyframes ani2 {
    100% {
        opacity: 1;
    }
}

@keyframes ani1 {
    0% {
        transform: scale(1.55);
    }

    100% {
        transform: scale(1);
    }
}

/* slider ends */
/*+++++++++++++ New Header Css start ++++++++++++++*/

@keyframes kenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}


/*+++++++++++++ New Header Css ends ++++++++++++++*/


/*+++++++++++++ Header CSS (ends) ++++++++++++++*/

/*+++++++++++++About us CSS (start) ++++++++++++++*/


.inner-box {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    border: 2px solid #e6af5d;
    transition: all 0.3s ease;
}

.inner-box h6 {
    color: #222222;
}

.inner-box:hover {
    box-shadow: 0 0px 0px 14px #e6af5d69;
}


#about-1.owl-theme .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 5px 7px;
    background: #e6af5d69;
    display: block;
    transition: opacity .2s ease;
    border-radius: 0px;
}

#about-1.owl-theme .owl-dot.active span {
    background: #e6af5d;
}

/*+++++++++++++About us CSS (ends) ++++++++++++++*/



/*+++++++++++++ Best Services CSS (starts) ++++++++++++++*/
.white-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/aurumtiles.in/images/white-bg.jpg");
}

.zoom-effect-container {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}


.zoom-effect-container-1 {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #fff;

}

.zoom-effect-container .image-card {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.img-box {
    text-align: center;
    background-color: #fff;
    padding: 25px;
    position: relative;
    padding-top: 60px;
}

.img-box-1 {
    text-align: center;

    padding: 16px;
    position: relative;
    padding-top: 60px;
}

.ser-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 37%;
    top: -55px;
    background: #fff;
    border-radius: 50%;
}

#service-1.owl-theme .owl-dot span {
    width: 30px;
    height: 4px;
    margin: 5px 7px;
    background: #e6af5d69;
    display: block;
    transition: opacity .2s ease;
    border-radius: 0px;
}

#service-1.owl-theme .owl-dot.active span {
    background: #e6af5d;
}

#service-2.owl-theme .owl-dot span {
    width: 30px;
    height: 4px;
    margin: 5px 7px;
    background: #e6af5d69;
    display: block;
    transition: opacity .2s ease;
    border-radius: 0px;
}

#service-2.owl-theme .owl-dot.active span {
    background: #e6af5d;
}

#service-2 .owl-theme .owl-nav {
    margin-top: 0px;
}

.mar-top-15 {
    margin-top: 15px;
}

.mar-top-35 {
    margin-top: 35px;
}

.mar-top-25 {
    margin-top: 25px;
}

.mar-25 {
    margin: 25px 0px;
}

.service-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    z-index: 9;
    color: #222222;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
}

.custom-bg {
    background-color: rgb(0, 66, 122);
    padding: 25px;
}

.custom-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    z-index: 9;
    color: #fff;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
}


/*+++++++++++++ Best Services CSS (ends) ++++++++++++++*/


/*--+++++++++++++ Latest Project (starts) ++++++++++++++*/
.project-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #0000001a;
    padding: 20px;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.curtain-left,
.curtain-right {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #e6af5d69;
    transition: width 0.3s ease, left 0.3s ease;
    z-index: 1;
}

.curtain-left {
    left: 0;
    width: 0;
}

.curtain-right {
    right: 0;
    width: 0;
}

.project-item:hover .curtain-left {
    left: 0;
    width: 50%;
}

.project-item:hover .curtain-right {
    right: 0;
    width: 50%;
}

.project-item img {
    transition: transform 0.3s ease;
}

.lower-content {
    padding-top: 30px;
    min-height: 330px;
}

.lower-content h5 {
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0px;
    border-top: 2px solid #dfdfdf;
}

.lower-content h5 a:hover {
    color: #000;
}

.button .dis-img {
    display: inline-flex;
    width: 60px !important;
    height: auto;
    float: left;
}

.button-1 .dis-img {
    display: inline-flex;
    width: 60px !important;
    height: auto;
    float: left;
}

#projects.owl-theme .owl-dot span {
    width: 30px;
    height: 4px;
    margin: 5px 7px;
    background: #e6af5d69;
    display: block;
    transition: opacity .2s ease;
    border-radius: 0px;
}

#projects.owl-theme .owl-dot.active span {
    background: #e6af5d;
}


/*--+++++++++++++ Latest Project (ends) ++++++++++++++*/

/*--+++++++++++++ Our Products (starts) ++++++++++++++*/

.sub-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #e6af5d;
    letter-spacing: 1px;
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    padding-left: 40px;


}

.sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    border-bottom: 1px solid #e6af5d;
}

.main-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    color: #222222;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.button-align {
    text-align: end;
    margin-top: 25px;
}

.divider {
    border-top: 1px solid #0000001a;

}


#product .owl-dots {
    text-align: center;
    display: none;
}



/*--+++++++++++++ Our Products (ends) ++++++++++++++*/

/*+++++++++++++ Footer CSS (Starts) ++++++++++++++*/

.footer-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/aurumtiles.in/images/footerbg-opt-3.jpg");
}

.main-footer h3 {
    color: #e6af5d;
}

.main-footer p span a {
    display: block;
    padding: 5px 0px;
}

.main-footer p span a:hover {
    color: #e6af5d;
}

.main-footer p a:hover {
    color: #e6af5d;
}

.main-footer p i {
    font-size: 25px;
    margin-right: 5px;
    background-color: #e6af5d;
    border-radius: 25%;
    padding: 10px;
    border: 1px solid #0F4D7E;
    color: #0F4D7E;
}

.main-footer p a i:hover {
    color: #222222;
}

.main-footer p {
    color: #fff;
    padding: 5px 5px 0px 0px;
}

.bor-bottom {
    display: inline-block;
}

.bor-bottom::after {
    content: '';
    display: block;
    border-bottom: 1px solid #e6af5d;
    margin-top: 7px;
    margin-bottom: 7px;
    width: 90%;
}

/*+++++++++++++ Footer CSS (ends) ++++++++++++++*/


/*+++++++++++++ Footer-copyright CSS (start) ++++++++++++++*/

.footer-copyright p a:hover {
    color: #e6af5d;
}

/*+++++++++++++ Footer-copyright CSS (ends) ++++++++++++++*/


/*+++++++++++++ Go Top (start) ++++++++++++++*/
#back-to-top.active .top {
    transform: scale(1);
}

#back-to-top .top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    margin: 0px;
    color: #fff;
    background: #e6af5d;
    z-index: 999;
    border: 1px solid #d68d21;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    align-content: center;
    line-height: 45px;
    animation: backtotop 2s infinite;
}

#back-to-top .top:hover {
    color: #e6af5d;
    background: #fff;
    border-color: #d68d21;

}

@keyframes backtotop {
    0% {
        bottom: 45px;
    }

    50% {
        bottom: 30px;
    }

    100% {
        bottom: 45px;
    }
}

/*+++++++++++++ Go Top (ends) ++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++ HOME PAGE CSS ENDS HERE +++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++ OUR SERVICE CSS STARTS HERE +++++++++++++++++++++++++++++++++++++++++++++++*/
.service-bg {
    background-image: url('https://synques-dyn-cdn.s3.ap-south-1.amazonaws.com/aurumtiles.in/images/breadcrumbs.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}

.breadcrumb-title h1 {
    font-size: 45px;
    line-height: 64px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.breadcrumb-container {
    text-align: center;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    justify-content: center;
    display: inline-flex;
}

.breadcrumb-container .breadcrumb li:first-child {
    padding-left: 20px;
}

.breadcrumb-container .breadcrumb li {
    list-style-type: none;
    padding-left: 0;
    padding: 10px 8px;
    text-transform: capitalize;
    background: #fff;
}

.breadcrumb-container .breadcrumb li.active {
    color: #e6af5d;
    margin-right: 0;
}

.breadcrumb-container .breadcrumb li:last-child {
    padding-right: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f125";
    font-size: 14px;
    color: #222222;
    font-family: "Ionicons";
    padding-right: 14px;
    float: none;
    opacity: 0.4;
}

.breadcrumb-item:hover,
.breadcrumb-item a:hover {
    color: #e6af5d;
}

.box-style {
    background: #fff;
    padding: 25px;
    min-height: 420px;
    margin-bottom: 20px;

}

.box-style:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.box-style img {
    padding-bottom: 5px;
}

.box-style h5 {
    font-size: 20px;
    font-weight: 700;
}

.pb--10 {
    padding-bottom: 10px;
}

ul {
    list-style: none;
    padding-left: 0;
    position: relative;
}

.list-check li i {
    color: #e6af5d;
    font-size: 8px;
    padding-right: 10px;
}

.counter-info h2 {
    font-size: 56px;
    line-height: 56px;
    color: #fff;
}

.counter-info p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
}

.border-right {
    border-right: 1px solid #F6F4F554;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++ OUR SERVICE CSS ENDS HERE +++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++ LATEST PRODUCT CSS STARTS HERE +++++++++++++++++++++++++++++++++++++++++++++++++*/
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 320px;
    perspective: 1000px;
    margin-bottom: 40px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #e6af5d;
    color: white;
    padding: 20px;
    transform: rotateY(180deg);
}


/*+++++++++++++++++++++++++++++++++++++++++++++++ LATEST PRODUCT CSS ENDS HERE +++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++ CONTACT CSS STARTS HERE +++++++++++++++++++++++++++++++++++++++++++++++++*/

.box-shad {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    padding: 35px;
    background-color: #fff;
}

.box-shad-1 {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    padding: 20px;
    background-color: #fff;
}

.form-control {
    border-radius: 0px;
    margin-bottom: 20px;
}

.contact-icon h5 {
    color: #00427a;
    padding-bottom: 10px;
}


.contact-icon i {
    font-size: 35px;
    color: #e6af5d;
    margin-bottom: 10px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++ CONTACT CSS ENDS HERE +++++++++++++++++++++++++++++++++++++++++++++++++*/



/*+++++++++++++++++++++++++++++++++++++++++++++++ Product Page CSS ENDS HERE +++++++++++++++++++++++++++++++++++++++++++++++++*/
.prod {
    position: relative;
    overflow: hidden;
}

.prod-img {
    position: relative;

}

.prod-img::before {

    content: '';
    position: absolute;
    background-color: #00000070;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.prod .prod-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
}

.prod-content h4 {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    padding: 10px 5px 10px 10px;
}



.prod-content h6 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 10px;
    position: relative;
    border: 1px dashed #e6af5d;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}



.prod-content p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.75px;
}


.col_align_right {
    float: right;
}


.highlighted {
    background-color: #e6af5d;
    padding: 5px;
}

.new-service {
    border: 1px solid #e6af5d;
}



.line {
    border: 1px dashed #fff;

}

ul.square {
    list-style-type: square;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: -15px;
}

ul.square li::before {
    top: 15px;
}

ul.square li {
    padding: 15px 0 15px 1.5em;
    margin-left: 15px;
    margin-bottom: .35em;
    border-bottom: 1px solid #efefef;
}

ul.square li,
ul.square1 li {
    position: relative;
    list-style: none;
    display: block;
    letter-spacing: .45px;
    line-height: 1.5rem;
}

ul.square li::before,
ul.square1 li::before {
    content: '\2666';
    color: #00427a;
    position: absolute;
    left: 1px;
}

.whatsapp-wrap {
    position: fixed;
    bottom: 105px;
    right: 15px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 2;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++ Product Page ENDS HERE +++++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++ media-query ++++++++++++++*/
@media screen and (max-width: 768px) {
    .button-align {
        text-align: start;
        margin-top: 15px;
    }

    .get-button {
        margin-left: 0px;
    }

    .navbar {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-brand {
        width: 280px
    }

    .navbar-toggler {
        padding: 7px 5px;
        padding-bottom: 0;
        line-height: 1;
        background-color: rgb(0, 66, 122);
        border: 1px solid transparent;
        border-radius: 0;
        transition: box-shadow .15s ease-in-out;
        position: absolute;
        color: #fff;
        right: 20px;
        font-size: 22px;
        top: 30px;
    }

    .get-button {
        padding: 12px 5px;
    }

    h5 {
        font-size: 20px;
        font-style: normal;

    }


    .main-title {

        font-size: 30px;
        line-height: 36px;
    }

    .mar--45 {
        margin: 25px 0px;
    }

    .pad--80 {
        padding: 45px 0px;
    }

    .wrapper-text {

        font-size: 60px;

        letter-spacing: 0px;

    }

    .wrapper-text h2,
    .wrapper-text h3,
    .wrapper-text h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .whatsapp-wrap {
        bottom: 105px;
        right: 15px;
    }

}

.bor-right::after {
    border-right: 0px solid #fff;

}


.pad--80 {
    padding: 40px 0px;
}

.mar-top-35 {
    margin-top: 20px;
}

.order-first {
    order: 6 !important;
}