* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

fieldset,img {
    border: 0;
}

figure {
    margin: 0;
}

.table td, .table th {
    padding: 1em!important;
}

img {
    border: 0;
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

header,nav,section,article,aside,footer,hgroup,figure,main {
    display: block;
}

a {
    text-decoration: none !important;
    display: block;
    outline: none;
    color: #CB4721;
}

ol,ul {
    list-style: none;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'MyriadPro-Regular';
    font-weight: normal;
}

h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    color: #fff;
}

h2 {
    color: #012101;
    font-size: 63px;
    font-weight: 500;
    line-height: 74px;
    font-family: 'Kumbh Sans', sans-serif;
}

h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    font-weight: normal;
    color: #333333;
}

h4 {
    font-size: 30px;
    line-height: 38px;
    margin: 0;
    font-weight: normal;
    color: #303030;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: normal;
    color: #303030;
}

h6 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    font-weight: normal;
    font-family: 'Helvetica';
    color: #333333;
}

p {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    font-weight: normal;
    color: #535353;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

.clear:after {
    content: '';
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.btn {
    font-size: 18px;
    line-height: 20px;
    color: #162068;
    padding: 8px 20px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid #162068;
    border-radius: 70px;
}

.btn:hover {
    color: #fff !important;
    background: #162068;
}

.button .form-control:hover {
    background: #000;
    color: #fff;
}

.transition {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* reset.css ends here */
/*Font Face*/
@font-face {
    font-family: 'Muli';
    src: url('../fonts/muli-semibold/Muli-SemiBold.woff2') format('woff2'), url('../fonts/muli-semibold/Muli-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/muli/Muli.woff2') format('woff2'), url('../fonts/muli/Muli.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia/Georgia-Bold.woff2') format('woff2'), url('../fonts/georgia/Georgia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.sticky header {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0;
    background: rgb(10 23 53);
    width: 100%;
}

.selldof .title {
    display: none !important;
}

.selldof label {
    color: #fff !important;
}

.selldof textarea.form-control {
    height: 70px !important;
}

html {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    height: 100%;
}

body {
    background: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    height: 100%;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

/* LayOut Start here */
.container {
    max-width: 90%;
    margin: 0 auto !important;
}

/*---- banner block ------*/
.banner{position: relative;}
.desk {
    display: block !important;
}

.mob {
    display: none !important;
}

header {
    background: rgb(10 23 53);
    position:relative;
        z-index: 999;
}

header img {
    width: auto;
    height: auto !important;
}

.header-block {
    padding: 15px 0;
}

.header-center {
    padding: 0px 0 0;
    align-items: center;
    display: flex;
}


.header-center nav ul li {
    padding: 0 20px;
}

.header-center nav ul li a {
    color: #FBFBFB;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.header-rt {
    padding: 0px 0 0;
    align-items: center;
    display: flex;
}

.header-rt ul li:first-child a {
    color: #FBFBFB;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    position: relative;
}

.header-rt ul li:first-child a:before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    background: url(../images/call.png) no-repeat;
    width: 28px;
    height: 28px;
}

.download-brochure ul li a:before {
    display: none;
}

.download-brochure ul li:nth-child(2) {
    border-left: 0 !important;
}

.header-rt ul li {
    padding: 10px 20px;
}

.header-rt ul li:nth-child(2) {
    border-left: 1px solid #FBFBFB;
}

.download-brochure ul li {
    padding: 0 10px;
}

.banner-main ul li {
    position: relative;
}

.banner-cnt {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 100px;
}

.banner-cnt h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    text-shadow:2px 2px 10px #000000;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
}

.banner-cnt a {
    width: 170px;
    height: 50px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    margin: 20px 0 0;
    color: #ffffff;
    text-align: center;
    padding: 0 10px 0 0;
    font-family: 'Poppins', sans-serif;
}

.banner-cnt a img {
    height: auto !important;
    width: auto;
    display: inline-block;
}

.banner-blk .slick-dots {
    bottom: 20px;
    width: 252px;
}

.banner-blk .slick-dots li a {
    color: #ffffff !important;
    background: #ffffff;
    border-radius: 100%;
    font-size: 5px;
    width: 10px;
    height: 10px;
    margin: 0 20px;
}

.banner-blk .slick-dots li {
    width: 15px;
    height: 40px;
}

.banner-blk .slick-dots li.slick-active a {
    font-size: 25px;
    background: transparent;
    height: 28px;
}

.banner-blk {
    height: auto;
}

.banner-blk ul li img {
    height:70%;
    object-fit: cover;
}
.logo-img{
    height:100px !important;
}

.social-icons {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    -webki-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.social-icons li a img {
    width: 40px;
    height: 40px;
}

.social-icons li {
    padding: 15px 0;
}

.scroll-down {
    position: absolute;
    right: 90px;
    bottom: 15px;
}

.scroll-down a {
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0 0 40px;
}

.scroll-down a:after {
    content: "";
    position: absolute;
    top: -5px;
    background: url(../images/scroll-down.png)no-repeat;
    width: 30px;
    height: 61px;
    background-position: center;
    right: -44px;
}

/*--------- featured-projects-top -----------------*/
.featured-projects-top {
    padding: 50px 0;
}

.featured-projects-top p {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 147%;
    color: #000000;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
}

.featured-projects {
    background: url(../images/featured-bg.png) no-repeat;
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-size:cover;
}

.featured-projects h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 40px;
    font-family: 'Kumbh Sans', sans-serif;
}

.featured-projects-img {
    position: relative;
}

.featured-projects-cnt {
    padding: 10px;
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
}

.featured-projects-cnt h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 67px;
    color: #bf965e;
    text-align: right;
    font-family: 'Kumbh Sans', sans-serif;
}

.featured-projects-cnt p {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    color: #000000;
    text-align: right;
    font-family: 'Kumbh Sans', sans-serif;
}

.featured-projects-explore a {
    width: 210px;
    height: 50px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    margin: 40px auto 0;
    color: #ffffff;
    text-align: center;
    padding: 0 20px 0 0;
    font-family: 'Poppins', sans-serif;
}

.featured-projects-explore a img {
    height: auto !important;
    width: auto;
    display: inline-block;
}

/*--blogs page starts here--*/
.weare {
    padding: 30px 0;
}

.weare h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 40px;
    font-family: 'Kumbh Sans', sans-serif;
}
.project-details-left h4 {
    font-style: normal;
    font-weight: 500;
    color: #BF965E;
    padding: 0px 0 25px;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 23px;
    line-height: 30px;
}
.project-details {
    padding: 95px 0 0;
    background: #FFFBF6;
}

.project-details-left {
}

.project-details-main {
    padding: 50px 0px 0px 50px;
}

.project-details h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    color: #212121;
    padding: 0 0 5px;
    font-family: 'Kumbh Sans', sans-serif;
    margin-top:12px;
}

.project-details p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-align: justify;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 20px;
}

.project-details span {
    font-style: normal;
    font-weight: 500;
    font-size: 62px;
    line-height: 77px;
    text-align: center;
    color: #BF965E;
    display: block;
    font-family: 'Kumbh Sans', sans-serif;
}

.project-details-left {
    padding: 100px;
}

.project-details ul li {
    padding: 30px;
}

.project-details ul li p {
    text-align: center;
}

.What-convinced-them {
    padding: 50px 0;
}

.What-convinced-them h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 60px;
    font-family: 'Kumbh Sans', sans-serif;
}

.What-convinced-them h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    padding: 15px 0 25px;
    font-family: 'Kumbh Sans', sans-serif;
}

.What-convinced-them span {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: right;
    color: #efb451;
    font-family: 'Kumbh Sans', sans-serif;
}

.What-convinced-them p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    color: #efb451;
    font-family: 'Kumbh Sans', sans-serif;
}

.press-releases {
    padding: 50px 0;
}

.press-releases h3 {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0px 0 37px;
}
.projects-enqirenow-main ul li p{font-size:14px;}
.press-releases p {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #6A6A6A;
    max-width: 800px;
    margin: 0 auto;
    left: 15px;
    text-align: center;
}

.press-releases-main ul {
    padding: 50px 0;
}

.menu-block {
    background: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 50px;
    height: 100vh;
    display: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.menu-block-top-left h2 {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-size: 112px;
    line-height: 75px;
    color: #797979;
}

.menu-block-top-right .download-brochure {
    border: 2px solid #000000;
}

.menu-block-top-right .header-rt {
    padding: 10px 0 37px 0;
}

.menu-block-top-right .download-brochure a {
    background: linear-gradient(108.49deg, #DAE2B1 0%, #A8D8D4 102.23%) !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.menu-block-top-right .header-rt ul li:nth-child(1) a {
    color: #000000;
}

.menu-block-top-right .header-rt ul li:nth-child(1) a:after {
    border: 1px solid #000000;
    background: url(../images/phone-black.png);
    background-size: 100%
}

.close-blk img {
    width: auto;
    margin-left: auto;
    cursor: pointer;
}

.menu-block-top-right .header-rt ul li:nth-child(2) a:after {
    background: url(../images/download-from-cloud-black.png);
}

.menu-block-btm-lt ul li a {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 37px;
    line-height: 60px;
    color: #000000;
    height: 60px;
    border-radius: 30px;
    padding: 0 10px;
    border: 1px solid #ffffff;
    margin: 20px;
}

.menu-block-btm-lt ul li a:hover {
    border: 1px solid #ed9f81;
}

.menu-block-btm-rt img {
    height: auto !important;
    padding: 0 0 10px;
}

.menu-block-btm-rt {
    padding: 30px 0;
}

.menu-block-btm-rt ul li {
    padding: 5px;
}

body.open .menu-block {
    display: block;
    transition: all .10s ease-in-out;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
}

.banner-blk.about {
    height: auto;
    position: relative;
}

footer {
    background: url(../images/footer.png) no-repeat;
    padding: 50px;
    background-size: cover;
}

.press-releases-cnt {
    position: relative;
}

.press-releases-cnt h3 {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: absolute;
    top: 50px;
    left: 60px;
    text-align: left;
}

.press-releases-cnt p {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: 85px;
}

.press-releases-cnt:after {
    content: "";
    background: url(../images/arrow-right.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 46px;
    right: 25px;
}

footer img {
    width: auto;
    margin: 0 auto;
}

.footer-top p {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 0;
}

.footer-top ul {
    margin: 0 auto;
    max-width: 166px;
}

.footer-top ul li {
    padding: 0 10px;
}

.footer-top {
    border-bottom: 1px solid #BF965EDE;
    padding: 0 0 50px;
}

.footer-btm {
    padding: 30px 0;
    border-bottom: 1px solid #BF965EDE;
}

.footer-btm a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 0 0 15px;
    font-family: 'Kumbh Sans', sans-serif;
}

.footer-btm input {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.1657px;
    line-height: 16px;
    align-items: center;
    color: #787878;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 2.92571px 5.85143px -7.31429px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin: 0 0 15px;
    line-height: 30px;
    padding: 0 10px;
}

.footer-btm h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 0 0 20px;
    font-family: 'Kumbh Sans', sans-serif;
}

.footer-btm address {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: 'Kumbh Sans', sans-serif;
}

.footer-cr {
    padding: 20px 0;
}

.footer-cr p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
}

.footer-btm button {
    width: 160px;
    height: 55px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 55px;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: center;
    padding: 0 0px 0 0;
    display: block;
}

.footer-btm button img {
    height: auto !important;
    width: auto;
    display: inline-block;
}

.projects {
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.projects h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
}

.projects p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
}

.projects .featured-projects-cnt p {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    color: #000000;
    text-align: left;
    padding: 0 0 5px;
}

.projects ul li {
    padding: 0 15px 30px;
}

.projects .tabBlock {
    padding: 50px 0 0;
}

.projects .nav-tabs .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-transform: capitalize;
    color: #8B8B8B;
    font-family: 'Poppins', sans-serif;
    font-family: 'Kumbh Sans', sans-serif;
}

.projects .tabBlock-tab.is-active .nav-link {
    background: #BF965E;
    color: #ffffff;
}

.projects-enqirenow {
    background: #FFFBF6;
    padding: 50px 0;
    
}

.projects-enqirenow-main {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px;
}

.projects-enqirenow-main span {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #BF965E;
    display: block;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 20px;
}

.projects-enqirenow-main h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
}

.projects-enqirenow-main ul li input {
    border: 1px solid #CECECE;
    border-radius: 4px;
    width: 100%;
    height: 60px;* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

fieldset,img {
    border: 0;
}

figure {
    margin: 0;
}

.table td, .table th {
    padding: 1em!important;
}

img {
    border: 0;
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

header,nav,section,article,aside,footer,hgroup,figure,main {
    display: block;
}

a {
    text-decoration: none !important;
    display: block;
    outline: none;
    color: #CB4721;
}

ol,ul {
    list-style: none;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'MyriadPro-Regular';
    font-weight: normal;
}

h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    color: #fff;
}

h2 {
    color: #012101;
    font-size: 64px;
    font-weight: 500;
    line-height: 74px;
    font-family: 'Kumbh Sans', sans-serif;
}

h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    font-weight: normal;
    color: #333333;
}

h4 {
    font-size: 30px;
    line-height: 38px;
    margin: 0;
    font-weight: normal;
    color: #303030;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: normal;
    color: #303030;
}

h6 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    font-weight: normal;
    font-family: 'Helvetica';
    color: #333333;
}

p {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    font-weight: normal;
    color: #535353;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

.clear:after {
    content: '';
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.btn {
    font-size: 18px;
    line-height: 20px;
    color: #162068;
    padding: 8px 20px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid #162068;
    border-radius: 70px;
}

.btn:hover {
    color: #fff !important;
    background: #162068;
}

.button .form-control:hover {
    background: #000;
    color: #fff;
}

.transition {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* reset.css ends here */
/*Font Face*/
@font-face {
    font-family: 'Muli';
    src: url('../fonts/muli-semibold/Muli-SemiBold.woff2') format('woff2'), url('../fonts/muli-semibold/Muli-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/muli/Muli.woff2') format('woff2'), url('../fonts/muli/Muli.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia/Georgia-Bold.woff2') format('woff2'), url('../fonts/georgia/Georgia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.sticky header {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 0;
    background: rgb(10 23 53);
    width: 100%;
}

.selldof .title {
    display: none !important;
}

.selldof label {
    color: #fff !important;
}

.selldof textarea.form-control {
    height: 70px !important;
}

html {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    height: 100%;
}

body {
    background: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    height: 100%;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

/* LayOut Start here */
.container {
    max-width: 90%;
    margin: 0 auto !important;
}

/*---- banner block ------*/
.banner{position: relative;}
.desk {
    display: block !important;
}

.mob {
    display: none !important;
}

header {
    background: rgb(10 23 53);
}

header img {
    width: auto;
    height: auto !important;
}

.header-block {
    padding: 15px 0;
}

.header-center {
    padding: 26px 0 0;
}

.header-center nav ul li {
    padding: 0 20px;
}

.header-center nav ul li a {
    color: #FBFBFB;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.header-rt {
    padding: 15px 0 0;
}

.header-rt ul li:first-child a {
    color: #FBFBFB;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    position: relative;
}

.header-rt ul li:first-child a:before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    background: url(../images/call.png) no-repeat;
    width: 28px;
    height: 28px;
}

.download-brochure ul li a:before {
    display: none;
}

.download-brochure ul li:nth-child(2) {
    border-left: 0 !important;
}

.header-rt ul li {
    padding: 10px 20px;
}

.header-rt ul li:nth-child(2) {
    border-left: 1px solid #FBFBFB;
}

.download-brochure ul li {
    padding: 0 10px;
}

.banner-main ul li {
    position: relative;
}

.banner-cnt {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 100px;
}

.banner-cnt h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 96px;
    line-height: 110px;
    color: #FFFFFF;
    text-shadow:2px 2px 10px #000000;
    font-family: 'Poppins', sans-serif;
    background: rgb(255 255 255 / 50%);
    padding: 10px;
}

.banner-cnt a {
    width: 170px;
    height: 50px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    margin: 20px 0 0;
    color: #ffffff;
    text-align: center;
    padding: 0 10px 0 0;
    font-family: 'Poppins', sans-serif;
}

.banner-cnt a img {
    height: auto !important;
    width: auto;
    display: inline-block;
}

.banner-blk .slick-dots {
    bottom: 20px;
    width: 252px;
}

.banner-blk .slick-dots li a {
    color: #ffffff !important;
    background: #ffffff;
    border-radius: 100%;
    font-size: 5px;
    width: 10px;
    height: 10px;
    margin: 0 20px;
}

.banner-blk .slick-dots li {
    width: 50px;
    height: 40px;
}

.banner-blk .slick-dots li.slick-active a {
    font-size: 25px;
    background: transparent;
    height: 28px;
}

.banner-blk {
    height: 100vh;
}

.banner-blk ul li img {
    height: 100vh;
    object-fit: cover;
}

.social-icons {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    -webki-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.social-icons li a img {
    width: 40px;
    height: 40px;
}

.social-icons li {
    padding: 15px 0;
}

.scroll-down {
    position: absolute;
    right: 90px;
    bottom: 15px;
}

.scroll-down a {
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0 0 40px;
}

.scroll-down a:after {
    content: "";
    position: absolute;
    top: -5px;
    background: url(../images/scroll-down.png)no-repeat;
    width: 30px;
    height: 61px;
    background-position: center;
    right: -44px;
}

/*--------- featured-projects-top -----------------*/
.featured-projects-top {
    padding: 50px 0;
}

.featured-projects-top p {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 147%;
    color: #000000;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
}

.featured-projects {
    background: url(../images/featured-bg.png) no-repeat;
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.featured-projects h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 40px;
    font-family: 'Kumbh Sans', sans-serif;
}

.featured-projects-img {
    position: relative;
}

.featured-projects-cnt {
    padding: 20px;
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
}

.featured-projects-cnt h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 67px;
    color: #bf965e;
    text-align: right;
    font-family: 'Kumbh Sans', sans-serif;
}

.featured-projects-cnt p {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    color: #000000;
    text-align: right;
    font-family: 'Kumbh Sans', sans-serif;
}

.featured-projects-explore a {
    width: 210px;
    height: 50px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    margin: 40px auto 0;
    color: #ffffff;
    text-align: center;
    padding: 0 20px 0 0;
    font-family: 'Poppins', sans-serif;
}

.featured-projects-explore a img {
    height: auto !important;
    width: auto;
    display: inline-block;
}

/*--blogs page starts here--*/
.weare {
    padding: 30px 0;
}

.weare h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 40px;
    font-family: 'Kumbh Sans', sans-serif;
}
.project-details-left h4 {
    font-style: normal;
    font-weight: 600;
    color: #BF965E;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 25px;
    line-height: 35px;
}
.project-details {
    padding: 95px 0 0;
    background: #FFFBF6;
}

.project-details-left {
    background: #FFFBF6;
}

.project-details-main {
    padding: 50px 0px 0px 50px;
}

.project-details h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    color: #212121;
    padding: 0 0 5px;
    font-family: 'Kumbh Sans', sans-serif;
}

.project-details p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-align: justify;
    font-family: 'Kumbh Sans', sans-serif;
}

.project-details span {
    font-style: normal;
    font-weight: 500;
    font-size: 62px;
    line-height: 77px;
    text-align: center;
    color: #BF965E;
    display: block;
    font-family: 'Kumbh Sans', sans-serif;
}

.project-details-left {
    padding: 100px 0px 100px 100px;
}

.project-details ul li {
    padding: 30px;
}

.project-details ul li p {
    text-align: center;
}

.What-convinced-them {
    padding: 50px 0;
}

.What-convinced-them h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 60px;
    font-family: 'Kumbh Sans', sans-serif;
}

.What-convinced-them h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    padding: 15px 0 10px;
    font-family: 'Kumbh Sans', sans-serif;
}

.What-convinced-them span {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: right;
    color: #c5af70;
    font-family: 'Kumbh Sans', sans-serif;
}

.What-convinced-them p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    color: #c5af70;
    font-family: 'Kumbh Sans', sans-serif;
}

.press-releases {
    padding: 50px 0;
}

.press-releases h3 {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0px 0 37px;
}
.projects-enqirenow-main ul li p{font-size:14px;}
.press-releases p {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #6A6A6A;
    max-width: 800px;
    margin: 0 auto;
    left: 15px;
    text-align: center;
}

.press-releases-main ul {
    padding: 50px 0;
}

.menu-block {
    background: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 50px;
    height: 100vh;
    display: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.menu-block-top-left h2 {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-size: 112px;
    line-height: 75px;
    color: #797979;
}

.menu-block-top-right .download-brochure {
    border: 2px solid #000000;
}

.menu-block-top-right .header-rt {
    padding: 10px 0 37px 0;
}

.menu-block-top-right .download-brochure a {
    background: linear-gradient(108.49deg, #DAE2B1 0%, #A8D8D4 102.23%) !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.menu-block-top-right .header-rt ul li:nth-child(1) a {
    color: #000000;
}

.menu-block-top-right .header-rt ul li:nth-child(1) a:after {
    border: 1px solid #000000;
    background: url(../images/phone-black.png);
    background-size: 100%
}

.close-blk img {
    width: auto;
    margin-left: auto;
    cursor: pointer;
}

.menu-block-top-right .header-rt ul li:nth-child(2) a:after {
    background: url(../images/download-from-cloud-black.png);
}

.menu-block-btm-lt ul li a {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 37px;
    line-height: 60px;
    color: #000000;
    height: 60px;
    border-radius: 30px;
    padding: 0 10px;
    border: 1px solid #ffffff;
    margin: 20px;
}

.menu-block-btm-lt ul li a:hover {
    border: 1px solid #ed9f81;
}

.menu-block-btm-rt img {
    height: auto !important;
    padding: 0 0 10px;
}

.menu-block-btm-rt {
    padding: 30px 0;
}

.menu-block-btm-rt ul li {
    padding: 5px;
}

body.open .menu-block {
    display: block;
    transition: all .10s ease-in-out;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
}

.banner-blk.about {
    height: auto;
    position: relative;
}

footer {
    background: url(../images/footer.png) no-repeat;
    padding: 50px;
    background-size: cover;
}

.press-releases-cnt {
    position: relative;
}

.press-releases-cnt h3 {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: absolute;
    top: 50px;
    left: 60px;
    text-align: left;
}

.press-releases-cnt p {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: 85px;
}

.press-releases-cnt:after {
    content: "";
    background: url(../images/arrow-right.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 46px;
    right: 25px;
}

footer img {
    width: auto;
    margin: 0 auto;
}

.footer-top p {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 0;
}

.footer-top ul {
    margin: 0 auto;
    max-width: 166px;
}

.footer-top ul li {
    padding: 0 10px;
}

.footer-top {
    border-bottom: 1px solid #BF965EDE;
    padding: 0 0 50px;
}

.footer-btm {
    padding: 30px 0;
    border-bottom: 1px solid #BF965EDE;
}

.footer-btm a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 0 0 15px;
    font-family: 'Kumbh Sans', sans-serif;
}

.footer-btm input {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.1657px;
    line-height: 16px;
    align-items: center;
    color: #787878;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 2.92571px 5.85143px -7.31429px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin: 0 0 15px;
    line-height: 30px;
    padding: 0 10px;
}

.footer-btm h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 0 0 20px;
    font-family: 'Kumbh Sans', sans-serif;
}

.footer-btm address {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: 'Kumbh Sans', sans-serif;
}

.footer-cr {
    padding: 20px 0;
}

.footer-cr p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
}

.footer-btm button {
    width: 160px;
    height: 55px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 55px;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: center;
    padding: 0 0px 0 0;
    display: block;
}

.footer-btm button img {
    height: auto !important;
    width: auto;
    display: inline-block;
}

.projects {
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.projects h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
}

.projects p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
}

.projects .featured-projects-cnt p {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    color: #000000;
    text-align: left;
    padding: 0 0 5px;
}

.projects ul li {
    padding: 0 15px 30px;
}

.projects .tabBlock {
    padding: 50px 0 0;
}

.projects .nav-tabs .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-transform: capitalize;
    color: #8B8B8B;
    font-family: 'Poppins', sans-serif;
    font-family: 'Kumbh Sans', sans-serif;
}

.projects .tabBlock-tab.is-active .nav-link {
    background: #BF965E;
    color: #ffffff;
}

.projects-enqirenow {
    background: #FFFBF6;
    padding: 50px 0;
}

.projects-enqirenow-main {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px;
}

.projects-enqirenow-main span {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #BF965E;
    display: block;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 20px;
}

.projects-enqirenow-main h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
}

.projects-enqirenow-main ul li input {
    border: 1px solid #CECECE;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 20px;
}
.projects-enqirenow-main ul li select {
    border: 1px solid #CECECE;
    border-radius: 4px;
    width: 100%;
    height: 60px !important;
    line-height: 60px;
    padding: 20px;
}

.projects-enqirenow-main ul li {
    padding: 0 15px 30px;
}

.projects-enqirenow-main ul li button {
    width: 251px;
    height: 50px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    margin: 90px auto 0;
    color: #ffffff;
    text-align: center;
    padding: 0 20px 0 0;
    border: 0;
    margin: 0 auto;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.projects-enqirenow-main ul li button img {
    height: auto !important;
    width: auto;
    display: inline-block;
    padding: 0 0 0 5px;
}

.awards {
    padding: 50px 0 0;
}

.awards h3 {
    text-align: left;
}

.awards p {
    text-align: left;
}

.awards-right {
    padding: 60px 20px 0;
}

.banner-blk1 {
    position: relative;
}

.our-company {
    padding: 50px;
    background: rgba(191, 150, 94, 0.2);
}

.our-company-right {
    padding: 30px;
}

.our-company-right span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #BF965E;
}

.our-company-right h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 20px;
}

.our-company-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 28.1399px;
    line-height: 39px;
    color: #000000;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: justify;
}

.our-company-right a {
    width: 251px;
    height: 70px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 70px;
    margin: 20px 0 0;
    color: #ffffff;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: center;
    padding: 0 20px 0 0;
}

.vission {
    background: url(../images/vission-bg.png) no-repeat;
    width: 100%;
    height: auto;
    padding: 50px;
}

.vission span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #BF965E;
    text-align: center;
    display: block;
}

.vission h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 10px;
}

.vission-right h3 {
    text-align: left;
}

.vission-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 28.1399px;
    line-height: 39px;
    color: #000000;
    font-family: 'Kumbh Sans', sans-serif;
}

.vission-right {
    padding: 40px 0 0;
}

.vission-right h3 {
    text-align: left;
}

.vission-cnt {
    padding: 130px 0 70px 70px;
    position: relative;
}

.vission-left img {
    object-fit: contain;
}

.mission-cnt {
    padding: 20px;
}

.vission-cnt:before {
    position: absolute;
    top: 92px;
    left: 0;
    background: url(../images/cama.png) no-repeat;
    width: 62px;
    height: 47px;
    content: "";
    background-size: 100%;
}

.ourleaders {
    padding: 30px 0;
}

.ourleaders-left {
    background: #FFFBF6;
    border-radius: 0px 427px 0px 0px;
    padding: 100px;
}

.ourleaders-left span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #BF965E;
    display: block;
    font-family: 'Kumbh Sans', sans-serif;
}

.ourleaders-left h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    padding: 0 0 20px;
    font-family: 'Kumbh Sans', sans-serif;
}

.ourleaders-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 28.1399px;
    line-height: 44px;
    color: #000000;
    padding: 0 0 20px;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: justify;
}

.ourleaders-left small {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #616161;
    padding-top: 8px;
    border-top: 1px solid #000000;
    font-family: 'Kumbh Sans', sans-serif;
 
}

.ourteam {
    padding: 50px
}

.ourteam h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    padding: 0 0 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.ourteam p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #B7B7B7;
    text-align: center;
    padding: 0 0 30px;
    font-family: 'Poppins', sans-serif;
}

.ourteam span {
    font-weight: 500;
    font-size: 31px;
    line-height: 38px;
    text-align: center;
    color: #6A6A6A;
    display: block;
    padding: 20px 0 0;
    font-family: 'Poppins', sans-serif;
}

.ourteam small {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 29px;
    color: #6A6A6A;
    text-align: center;
    padding: 0 0 30px;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.ourteam-partner ul li {
    width: 20%;
}

.ourleaders {
    padding: 50px;
}

.our-legacy {
    background: #FFF6EB;
    padding: 50px 0;
}

.our-legacy h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    padding: 0 0 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.our-legacy p {
    font-style: normal;
    font-weight: 400;
    font-size: 28.1399px;
    line-height: 44px;
    text-align: center;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.our-legacy .tabBlock-tabs {
background: #ffffff00;
    box-shadow: 0px 4px 8px -1px rgb(0 0 0 / 0%);
    max-width: 800px;
    margin: 25px auto;
}

.our-legacy .tabBlock-tabs .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #A6A6A6;
    font-family: 'Poppins', sans-serif;
}

.our-legacy .tabBlock-tab.is-active .nav-link {
    color: #BF965E;
}

.getintouch {
    background: #243355;
    margin: 20px 0 0;
    padding: 70px;
}

.getintouch-main {
    border: 1px solid #D09C47;
    padding: 50px;
}

.getintouch-left h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 67px;
    line-height: 110px;
    color: #FFFFFF;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
}

.getintouch-left input {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin: 0 0 50px;
    padding: 10px;
}

.getintouch-left select {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin: 0 0 50px;
    padding: 10px;
}

.getintouch-left select option {
    color: #000000;
}

.getintouch-left input::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
}

.getintouch-left input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.getintouch-left input::placeholder {
    color: #ffffff;
}

.getintouch-left button {
    border: 1.5px solid #D09C47;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22.025px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    background: transparent;
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: block;
}

.getintouch-left button img {
    width: auto;
    display: inline-block;
}

.careers {
    padding: 70px 0;
}

.careers h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 58px;
    line-height: 147%;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 30px;
}

.careers .tabBlock .nav-link {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.03em;
    color: #000000;
    padding: 0 0px;
}

.careers .tabBlock-tab.is-active .nav-link {
    color: #1E2F5C;
    border-bottom: 1px solid;
}

.careers .tabBlock-tab {
    padding: 0 50px 0 0;
}

.careers .tabBlock-tabs {
    padding: 30px 0;
}

.careers-cnt {
    padding: 30px 0;
    border-bottom: 1px solid #858D96;
}

.careers-cnt-left {
    padding: 0px 0;
}

.careers-cnt-left h3 {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 62px;
    color: #000000;
}

.careers-cnt-left p {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 62px;
    letter-spacing: 0.04em;
    color: #858D96;
}

.careers-cnt-right a {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 62px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: rgba(191, 150, 94, 0.87);
    width: 216px;
    height: 62px;
    margin-left: auto;
    margin-top: 30px;
}

.call-img, .mail-img {
    position: relative;
    padding: 0 0 15px 30px !important;
}

.call-img:before {
    position: absolute;
    top: 0;
    left: -5px;
    content: "";
    background: url(../images/call-img.png) no-repeat;
    width: 32px;
    height: 32px;
}

.mail-img:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    background: url(../images/mail-img.png) no-repeat;
    width: 32px;
    height: 32px;
}
.our-legacy-main ul li{padding:10px;}
.careers-main{max-width: 1325px;margin: 0 auto;}

.our-legacy-main .tabBlock p{padding: 6px 0 0 0;font-family: 'Poppins', sans-serif;}

/*sidebar*/
.side_bar, menu{display: none;text-align: center;}
#nav-icon{width: 30px;height: 23px;position:relative;margin:0px auto;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor: pointer;display: none;}
#nav-icon span{display: block;position: absolute;height: 3px;width: 100%;background: #ffffff;border-radius: 9px;opacity: 1;left: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
#nav-icon span:nth-child(1){top:0px;}
#nav-icon span:nth-child(2){top:9px;}
#nav-icon span:nth-child(3){top:18px;}
.open #nav-icon span:nth-child(1){top: 8px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);}
.open #nav-icon span:nth-child(2){opacity:0; left:-60px;}
.open #nav-icon span:nth-child(3){top: 8px;transform: rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);}


.why-urban-block{padding: 100px 0;}
.why-urban-left {padding:50px 0 0;}
.why-urban h2{font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 400;font-size: 42px;line-height: 52px;color: #212121;padding: 0 0 30px;}
.why-urban-left ul li span{font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 400;font-size: 30px;line-height: 40px;color: #BF965E;display: block;text-align: center;}
.why-urban-left ul li p{text-align: center;font-size:18px;}
.why-urban-left ul{padding: 30px 0;}

.our-amenities{}
.our-amenities h3{  font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 60px;}
.our-amenities .slick-center{transform: scale(1.4);z-index: 999999;position: relative;}
.our-amenities .slick-initialized .slick-slide{padding: 60px 0;}
.our-amenities .slick-initialized .slick-slide .img_blur{ -webkit-filter: blur(0px);
  filter: blur(0px);position: relative;}
.img_blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.hi-slide p{font-family: 'Kumbh Sans';font-style: normal;font-weight: 500;font-size: 20px;line-height: 22px;text-align: center;color: #000000;padding: 20px 0;display: block;}
.slider-amenities .slick-center p{display: block;}
.floorplan{max-width: 1185px;margin: 0 auto;}

.masterplan{padding: 100px 0;}
.masterplan h2{  font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 60px;text-align: center;}
.masterplan-main{max-width: 1185px;margin: 0 auto;}

.locatiohighlate{background: #0A1735;}
.locatiohighlate-main{margin: 0;}
.locatiohighlate-right{padding: 100px 100px 100px 0;}
.locatiohighlate-right h3{font-family: 'Kumbh Sans';font-style: normal;font-weight: 400;font-size: 68px;line-height: 140.3%;text-align: center;color: #FFFFFF;padding: 0 0 50px;border-bottom: 3px solid #ffffff;}
.locatiohighlate-right p{font-family: 'Kumbh Sans';font-style: normal;font-weight: 500;font-size: 32px;line-height: 31px;text-align: center;color: #FFFFFF;}
.locatiohighlate-right ul li{padding: 60px 0;}
.gallery{padding: 100px 0;}
.gallery h3{  font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 600;font-size: 42px;line-height: 147%;text-align: center;padding: 0 0 60px;}
.gallery ul li{padding: 10px;}

.slider-gallery .slick-dots li button:before{font-size: 12px;}
.slider-gallery .slick-dots li.slick-active button:before{font-size: 0;background: #BF965E;width: 60px;height: 12px;border-radius: 20px;}
.slider-gallery .slick-dots li.slick-active{padding: 0 30px;}
.slider-gallery .slick-dots li{padding: 0 5px;}

.construction-timeline{padding:0 0 100px 0;}
.construction-timeline h3{  font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 600;font-size: 42px;line-height: 147%;text-align: center;padding: 0 0 60px;}
.construction-timeline .tabBlock-tabs{border-right: 1px solid #BABABA;}
.construction-timeline .tabBlock-tabs .nav-link{  font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 500;font-size: 38px;line-height: 140.3%;text-align: center;color: #BABABA;}
.construction-timeline .tabBlock-tabs .tabBlock-tab.is-active .nav-link{color:#212121;}
.construction-timeline .tab-content{padding: 0 0 0 50px;}
.banner-main.project-internal .slick-dots{right: 15px;width: 50px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
.banner-main.project-internal .slick-dots li button:before{font-size: 14px;color: #ffffff;opacity: 1;}
.banner-main.project-internal .slick-dots li.slick-active button:before{color: #BF965E;border: 1px solid #BF965E;border-radius: 100%;width: 60px;height: 60px;left: -20px;padding: 20px;}
.banner-main.project-internal .slick-dots li{padding: 35px 0;}
.banner-main.project-internal .slick-dots li.slick-active{padding: 45px 0;}
.slider-amenities{padding: 0 0 100px;}
.slider-amenities .hi-prev:before {color: #BF965E;font-size: 20px;border: 1px solid #BF965E;padding: 20px;border-radius: 100%;content: "\f177";left: -20px !important;font-family: fontawesome;}
.slider-amenities .hi-prev{left: -510px;right: 0;margin: 0 auto;bottom: 60px;top: auto;}
.slider-amenities .hi-next:before {color: #BF965E;font-size: 20px;border: 1px solid #BF965E;padding: 20px;border-radius: 100%;content: "\f178";left: -20px !important;font-family: fontawesome;}
.slider-amenities .hi-next{right: -410px;left: 0;margin: 0 auto;bottom: 60px;top: auto;}
.slider-amenities .hi-next:hover:before, .slider-amenities .hi-next:hover:before{background: #BF965E;color: #ffffff;}
.weare-main p{padding: 0 0 30px;}
.five-icons ul li{padding: 15px;}
.job-discription input{height:45px !important;line-height:45px !important;padding:0px 10px !important;}
.job-discription select{height: 45px !important;line-height:45px;}
.job-discription ul li button{margin:0 !important;}
.getintouch-left p{text-align:left;}
.projects .featured-projects-cnt h2{text-align:left;}
    line-height: 60px;
    padding: 20px;
}
.projects-enqirenow-main ul li select {
    border: 1px solid #CECECE;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 10px;
}

.projects-enqirenow-main ul li {
    padding: 0 15px 30px;
}

.projects-enqirenow-main ul li button {
    width: 251px;
    height: 50px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    margin: 90px auto 0;
    color: #ffffff;
    text-align: center;
    padding: 0 20px 0 0;
    border: 0;
    margin: 0 auto;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.projects-enqirenow-main ul li button img {
    height: auto !important;
    width: auto;
    display: inline-block;
    padding: 0 0 0 5px;
}

.awards {
    padding: 50px 0 0;
}

.awards h3 {
    text-align: left;
}

.awards p {
    text-align: left;
}

.awards-right {
    padding: 60px 20px 0;
}

.banner-blk1 {
    position: relative;
}

.our-company {
    padding: 50px;
    background: rgba(191, 150, 94, 0.2);
}

.our-company-right {
    padding: 30px;
}

.our-company-right span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #BF965E;
}

.our-company-right h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 20px;
}

.our-company-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: justify;
}

.our-company-right a {
    width: 251px;
    height: 70px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 70px;
    margin: 20px 0 0;
    color: #ffffff;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: center;
    padding: 0 20px 0 0;
}

.vission {
    background: url(../images/vission-bg.png) no-repeat;
    width: 100%;
    height: auto;
    padding: 50px;
}

.vission span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #BF965E;
    text-align: center;
    display: block;
}

.vission h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 10px;
}

.vission-right h3 {
    text-align: left;
}

.vission-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 28.1399px;
    line-height: 39px;
    color: #000000;
    font-family: 'Kumbh Sans', sans-serif;
}

.vission-right {
    padding: 40px 0 0;
}

.vission-right h3 {
    text-align: left;
}

.vission-cnt {
    padding: 40px 0 40px 70px;
    position: relative;
}

.vission-left img {
       object-fit: contain;
    width: 80% !important;
    margin-top: -90px;

}

.mission-cnt {
    padding: 20px;
}

.vission-cnt:before {
    position: absolute;
   top: -27px;
    left: -8px;
    background: url(../images/cama.png) no-repeat;
    width: 62px;
    height: 47px;
    content: "";
    background-size: 100%;
}

.ourleaders {
    padding: 30px 0;
}

.ourleaders-left {
    background: #FFFBF6;
    border-radius: 0px 427px 0px 0px;
    padding: 100px;
}

.ourleaders-left span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #BF965E;
    display: block;
    font-family: 'Kumbh Sans', sans-serif;
}

.ourleaders-left h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    padding: 0 0 20px;
    font-family: 'Kumbh Sans', sans-serif;
}

.ourleaders-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 28.1399px;
    line-height: 44px;
    color: #000000;
    padding: 0 0 20px;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: justify;
}

.ourleaders-left small {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #616161;
    border-top: 1px solid #000000;
    font-family: 'Kumbh Sans', sans-serif;
       padding-top: 8px;
}

.ourteam {
    padding: 50px
}

.ourteam h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    padding: 0 0 20px;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
}

.ourteam p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    text-align: center;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
}

.ourteam span {
    font-weight: 500;
    font-size: 31px;
    line-height: 38px;
    text-align: center;
    color: #6A6A6A;
    display: block;
    padding: 20px 0 0;
    font-family: 'Kumbh Sans', sans-serif;
}

.ourteam small {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 29px;
    color: #6A6A6A;
    text-align: center;
    padding: 0 0 30px;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.ourteam-partner ul li {
    width: 20%;
}

.ourleaders {
    padding: 50px;
}

.our-legacy {
    background: #FFF6EB;
    padding: 50px 0;
}

.our-legacy h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    padding: 0 0 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.our-legacy p {
    font-style: normal;
    font-weight: 400;
    font-size: 28.1399px;
    line-height: 44px;
    text-align: center;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.our-legacy .tabBlock-tabs {
background: #ffffff00;
    box-shadow: 0px 4px 8px -1px rgb(0 0 0 / 0%);
    max-width: 1000px;
    margin: 25px auto;
    
}

.our-legacy .tabBlock-tabs .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #A6A6A6;
    font-family: 'Poppins', sans-serif;
}

.our-legacy .tabBlock-tab.is-active .nav-link {
     color: #fff;
    background: #BF965E;
}

.getintouch {
    background: #243355;
    margin: 20px 0 0;
    padding: 70px;
}

.getintouch-main {
    border: 1px solid #D09C47;
    padding: 50px;
}

.getintouch-left h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 67px;
    line-height: 110px;
    color: #FFFFFF;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
}

.getintouch-left input {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin: 0 0 50px;
    padding: 10px;
}

.getintouch-left select {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin: 0 0 50px;
    padding: 10px;
}

.getintouch-left select option {
    color: #000000;
}

.getintouch-left input::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
}

.getintouch-left input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.getintouch-left input::placeholder {
    color: #ffffff;
}

.getintouch-left button {
    border: 1.5px solid #D09C47;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22.025px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    background: transparent;
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: block;
}

.getintouch-left button img {
    width: auto;
    display: inline-block;
}

.careers {
    padding: 70px 0;
}

.careers h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 58px;
    line-height: 147%;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 30px;
}

.careers .tabBlock .nav-link {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.03em;
    color: #000000;
    padding: 0 0px;
}

.careers .tabBlock-tab.is-active .nav-link {
    color: #1E2F5C;
    border-bottom: 1px solid;
}

.careers .tabBlock-tab {
    padding: 0 50px 0 0;
}

.careers .tabBlock-tabs {
    padding: 30px 0;
}

.careers-cnt {
    padding: 30px 0;
    border-bottom: 1px solid #858D96;
}

.careers-cnt-left {
    padding: 0px 0;
}

.careers-cnt-left h3 {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 62px;
    color: #000000;
}

.careers-cnt-left p {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 62px;
    letter-spacing: 0.04em;
    color: #858D96;
}

.careers-cnt-right a {
    font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 62px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: rgba(191, 150, 94, 0.87);
    width: 216px;
    height: 62px;
    margin-left: auto;
    margin-top: 30px;
}

.call-img, .mail-img {
    position: relative;
    padding: 0 0 15px 30px !important;
}

.call-img:before {
    position: absolute;
    top: 0;
    left: -5px;
    content: "";
    background: url(../images/call-img.png) no-repeat;
    width: 32px;
    height: 32px;
}

.mail-img:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    background: url(../images/mail-img.png) no-repeat;
    width: 32px;
    height: 32px;
}
.our-legacy-main ul li{padding:10px;}
.careers-main{max-width: 1325px;margin: 0 auto;}

.our-legacy-main .tabBlock p{padding: 6px 0 0 0;font-family: 'Poppins', sans-serif;font-family: 'Kumbh Sans', sans-serif;font-weight: 500;}

/*sidebar*/
.side_bar, menu{display: none;text-align: center;}
#nav-icon{width: 30px;height: 23px;position:relative;margin:0px auto;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor: pointer;display: none;}
#nav-icon span{display: block;position: absolute;height: 3px;width: 100%;background: #ffffff;border-radius: 9px;opacity: 1;left: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
#nav-icon span:nth-child(1){top:0px;}
#nav-icon span:nth-child(2){top:9px;}
#nav-icon span:nth-child(3){top:18px;}
.open #nav-icon span:nth-child(1){top: 8px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);}
.open #nav-icon span:nth-child(2){opacity:0; left:-60px;}
.open #nav-icon span:nth-child(3){top: 8px;transform: rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);}


.why-urban-block{padding: 100px 0;}
.why-urban-left {padding:50px 0 0;}
.why-urban h2{font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 400;font-size: 42px;line-height: 52px;color: #212121;padding: 0 0 30px;}
.why-urban-left ul li span{font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 400;font-size: 30px;line-height: 40px;color: #BF965E;display: block;text-align: center;}
.why-urban-left ul li p{text-align: center;font-size:18px;}
.why-urban-left ul{padding: 30px 0;}

.our-amenities{}
.our-amenities h3{  font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 60px;}
.our-amenities .slick-center{transform: scale(1.4);z-index: 999999;position: relative;}
.our-amenities .slick-initialized .slick-slide{padding: 60px 0;}
.our-amenities .slick-initialized .slick-slide .img_blur{ -webkit-filter: blur(0px);
  filter: blur(0px);position: relative;}
.img_blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.hi-slide p{font-family: 'Kumbh Sans';font-style: normal;font-weight: 500;font-size: 20px;line-height: 22px;text-align: center;color: #000000;padding: 20px 0;display: block;}
.slider-amenities .slick-center p{display: block;}
.floorplan{max-width: 885px;margin: 0 auto;}

.masterplan{padding: 100px 0;}
.masterplan h2{  font-family: 'Kumbh Sans', sans-serif;
    font-style: normal;
    font-weight: 550;
    font-size: 50px;
    line-height: 147%;
    text-align: center;
    padding: 0 0 60px;text-align: center;}
.masterplan-main{max-width: 1185px;margin: 0 auto;}

.locatiohighlate{background: #0A1735;}
.locatiohighlate-main{margin: 0;}
.locatiohighlate-right{padding: 100px 100px 100px 0;}
.locatiohighlate-right h3{font-family: 'Kumbh Sans';font-style: normal;font-weight: 400;font-size: 68px;line-height: 140.3%;text-align: center;color: #FFFFFF;padding: 0 0 50px;border-bottom: 3px solid #ffffff;}
.locatiohighlate-right p{font-family: 'Kumbh Sans';font-style: normal;font-weight: 500;font-size: 32px;line-height: 31px;text-align: center;color: #FFFFFF;}
.locatiohighlate-right ul li{padding: 60px 0;}
.gallery{padding: 100px 0;}
.gallery h3{  font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 600;font-size: 42px;line-height: 147%;text-align: center;padding: 0 0 60px;}
.gallery ul li{padding: 10px;}

.slider-gallery .slick-dots li button:before{font-size: 12px;}
.slider-gallery .slick-dots li.slick-active button:before{font-size: 0;background: #BF965E;width: 60px;height: 12px;border-radius: 20px;}
.slider-gallery .slick-dots li.slick-active{padding: 0 30px;}
.slider-gallery .slick-dots li{padding: 0 5px;}

.construction-timeline{padding:0 0 100px 0;}
.construction-timeline h3{  font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 600;font-size: 42px;line-height: 147%;text-align: center;padding: 0 0 60px;}
.construction-timeline .tabBlock-tabs{border-right: 1px solid #BABABA;}
.construction-timeline .tabBlock-tabs .nav-link{  font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 500;font-size: 38px;line-height: 140.3%;text-align: center;color: #BABABA;}
.construction-timeline .tabBlock-tabs .tabBlock-tab.is-active .nav-link{color:#212121;}
.construction-timeline .tab-content{padding: 0 0 0 50px;}
.banner-main.project-internal .slick-dots{right: 15px;width: 50px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
.banner-main.project-internal .slick-dots li button:before{font-size: 14px;color: #ffffff;opacity: 1;}
.banner-main.project-internal .slick-dots li.slick-active button:before{color: #BF965E;border: 1px solid #BF965E;border-radius: 100%;width: 60px;height: 60px;left: -20px;padding: 20px;}
.banner-main.project-internal .slick-dots li{padding: 35px 0;}
.banner-main.project-internal .slick-dots li.slick-active{padding: 45px 0;}
.slider-amenities{padding: 0 0 100px;}
.slider-amenities .hi-prev:before {color: #BF965E;font-size: 20px;border: 1px solid #BF965E;padding: 20px;border-radius: 100%;content: "\f177";left: -20px !important;font-family: fontawesome;}
.slider-amenities .hi-prev{left: -510px;right: 0;margin: 0 auto;bottom: 60px;top: auto;}
.slider-amenities .hi-next:before {color: #BF965E;font-size: 20px;border: 1px solid #BF965E;padding: 20px;border-radius: 100%;content: "\f178";left: -20px !important;font-family: fontawesome;}
.slider-amenities .hi-next{right: -410px;left: 0;margin: 0 auto;bottom: 60px;top: auto;}
.slider-amenities .hi-next:hover:before, .slider-amenities .hi-next:hover:before{background: #BF965E;color: #ffffff;}
.weare-main p{padding: 0 0 30px;}
.five-icons ul li{padding: 15px;}
.job-discription input{height:45px !important;line-height:45px !important;padding:0px 10px !important;}
.job-discription select{height: 45px !important;line-height:45px;}
.job-discription ul li button{margin:0 !important;}
.getintouch-left p{text-align:left;}
.projects .featured-projects-cnt h2{text-align:left;}
.download-brochure img{width:auto;height:auto;}


.swiper {
  position: relative;
	margin-inline: auto;
    width: 100%;
}

.swiper::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -3%;
  width: 120%;
  height: 100px;
  background:#ffffff;
  border-radius: 100%;
  z-index: 100;
}

.swiper::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -10%;
  width: 120%;
  height: 100px;
  background:#ffffff;
  border-radius: 100%;
  z-index: 1000;
}

.project-detail-banner .slick-dots{bottom: 15px;left:0;right:0;margin:0 auto;top:auto;}
.banner-cntt{position: absolute;top: 50%;width: 85%;margin: 0 auto;left: 0;right: 0;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);margin: 0 auto !important;}
.banner-cntt-left h2{font-size: 30px;line-height: 40px;color:#ffffff;font-family:'Kumbh Sans', sans-serif;padding: 0 0 0px;}
.banner-cntt-left a{font-family:'Kumbh Sans', sans-serif;font-size: 14px;line-height: 50px;height:50px;width:200px;background:#BF965E;text-align: center;color: #ffffff;}
.banner-cntt-left a img{width:16px;display:inline;}
.product-from{background:#ffffff;}
.product-from ul li input{border:1px solid #848484;margin: 0 0 20px;border-radius: 2px;padding: 15px !important;font-family: 'Kumbh Sans', sans-serif;font-size: 14px;}
.product-from ul li button{padding: 15px !important;font-size: 16px !important;}
.product-from h2{font-size: 35px;line-height:45px;color:#000000;font-family:'Kumbh Sans', sans-serif;padding: 0 0 10px;font-weight: 600;}
.product-from p{font-size: 14px;line-height: 24px;color:#000000;font-family:'Kumbh Sans', sans-serif;padding: 0 0 30px;font-weight: 500;}
.project-detail-banner .slick-dots li button:before{color:#ffffff;opacity: 1;}
.project-detail-banner .slick-dots li.slick-active button:before{color: transparent;opacity: 1;width: 20px;background: #BF965E;width: 30px;height: 5px;border-radius: 10px;margin: 8px 0px;}
.product-from{position:relative;z-index: 999;}
.product-from:after{position:absolute;left:-15px;top:-15px;background: rgb(255 255 255 / 50%);content:"";width: 100%;height: 100%;z-index: -1;}
.project-details-right{padding:0;}

.project-details{background:url(../images/about-project-bg.png);width:100%;background-size:100%;margin: 0;}
.slick-dotted.slick-slider{margin:0;}
.knowledge-hub-faqs-cnt h4 {color: #000000;padding: 20px;font-weight: 500; position: relative;display: block;border-radius: 10px;font-size: 18px;font-family: 'Kumbh Sans', sans-serif;}
.masterplan-main1{max-width:800px;margin:0 auto;}
.location-map{padding: 0px 0;}
.location-map-left{padding: 50px 0 50px 100px;}
.location-map-left h2{font-family: 'Kumbh Sans', sans-serif;font-style: normal;font-weight: 500;font-size: 50px;line-height: 147%;padding: 0px 0 30px;position:relative;display: inline-block;}
.location-map-left h2:after{position:absolute;content:"";left:0;background:#BF965E;height:3px;width: 53%;bottom: 19px;}
.location-map-left iframe{margin: 0px 0 0 150px;position: relative;z-index: 9;}
.location-map-left a{font-size: 20px;line-height: 40px;color:#887972;width:200px;margin: 30px auto;border:1px solid #887972;text-align: center;font-family: 'Kumbh Sans', sans-serif;height: 40px;}
.project-details-left h2{position:relative;}
.project-details-left h2:after{position:absolute;content:"";left:0;background:#BF965E;height:3px;width: 53%;bottom: 19px;}
.symbol-info.info{position:relative;}
.symbol-info.info:after{position:absolute;content:"";right:0;background:#BF965E;height:3px;width: 53%;bottom: -10px;}
.tabBlock-tabs{border:0;}
.imges-glry li{padding:0 15px 15px;}
.row{margin:0;}


:root {
	--background: #007af7;
	--white-text: #fff;
	--hover-text: #222;
	--button-background: #fff;
	--button-background-hover: #000;
	--button-text: #007af7;
	
}
html, body {

}

.cookie-container {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 1rem 2rem;
	background: #ffffff;
	color: var(--white-text);
	position: fixed;
	bottom:0;
	font-size: 1rem;
	gap: 2rem;
	opacity: 1;
	visibility: visible;
	flex-wrap: wrap;
	left:0;
	right:0;
}

.cookie-container.hide {
	opacity: 0;
	visibility: hidden;
}

.cookie-container a {
	color: var(--white-color);
}

.cookie-container a:hover {
	color: var(--hover-text);
}

.cookie-container .cookie-text {
	flex: 8 768px;
	font-size: 11px !important;
	line-height: 16px !important;
}

.cookie-container .agree {
	flex: 1 150px;
	text-align: center;
}

.agree button {
	background: #c5af70;
	color: #ffffff;
	border: none;
	padding: 0.4rem 1.2rem;
	cursor: pointer;
	border-radius: 20px;
	font-size: 1rem;
}

.agree button:hover {
	background: #c5af70;
	color: var(--white-text);
}

.about-nri{padding:70px 0;}
.about-nri-left h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 20px;
}
.about-nri-left p {
    width: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    padding: 0 0 30px;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: justify;
}

.about-nri-left a {
    width: 250px;
    height: 50px;
    background: #BF965E;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    margin:20px 0 0;
    color: #ffffff;
    text-align: center;
    padding: 0 0px 0 0;
    font-family: 'Poppins', sans-serif;
}

.documents-required-left h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 20px;
}
.documents-required-right ul li{    list-style-type: disc;}
.documents-required-right p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    padding: 0 0 10px;
    font-family: 'Kumbh Sans', sans-serif;
    text-align: justify;
    }
    .documents-required-left .nav-tabs .nav-link{padding: 0 0 10px;border:0;border-bottom:1px solid #000000;margin: 0 0 35px;}
        .documents-required-left .nav-tabs .tabBlock-tab.is-active .nav-link{color:#BF965EDE;}
        .documents-required{padding:50px 0;}
        
        .nri-fiqs{padding:50px 0;background:#F2EADF;}
        
        .nri-fiqs h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 147%;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 20px;
    text-align:center;
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 15px;
  border-radius: 13px;
  margin: 0 0 15px;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #000000;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.ourteam-main ul{max-width:500px;margin:0 auto;}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: #000000;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #922A8E;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #922A8E;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #922A8E;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 300px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.legacy-blk{padding:20px 0;}
.legacy-blk p{text-align:left;}
.legacy-blk h3{    color: #000000;
    font-size: 25px;
    font-weight: 500;
    line-height: 45px;
    font-family: 'Kumbh Sans', sans-serif;padding:10px 0 5px;}
 .tabBlock-pane .new-design{
    padding: 50px 0 0;
}
  .tabBlock-pane .new-design img{width: 130px;margin:0 auto;}
  .tabBlock-pane .new-design h2{font-weight:700;font-size: 17px;color:#444444;text-align:center;line-height: 25px;padding: 20px 0 0;}
    .tabBlock-pane .new-design p{text-align:center;}
    .header-center ul li:nth-child(3){position:relative;}
    .header-center ul li:nth-child(3):after{content: "\f107";right: -1px; position: absolute; top: 3px;font-family: fontawesome;color: #ffffff;display:none;}
       .dropdown{position:absolute;display:none;padding: 0px 0;background: #ffffff;width: 160px;border-radius: 5px;}
        .dropdown ul li a{color:#0a1735 !important;}
    .header-center ul li:nth-child(3):hover .dropdown{display:block;}
      .dropdown ul li{position:relative;background:#ffffff;padding:5px 10px !important;}
      .getintouch-left select{padding:0 10px;}
         .dropdown ul li:after{display:none;}
         
         .demo ul li{padding:0px 10px;}
         
         .footer-btm-cnt img{
             width:200px;float:left;
                background: #fff;
                float: left;
                padding: 10px 9px;
                border-radius: 8px;
         }
         
         .banner-main.nri h1{font-family: 'Kumbh Sans', sans-serif;font-size: 60px;line-height: 62px;padding:0 0 20px;}
 .banner-main.nri p{color:#ffffff;}
 .whyaashvivijetha h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 0 0 20px;
    text-align:center;
    }
     .whyaashvivijetha p{text-align:center;padding: 0 0 20px;}
      .whyaashvivijetha ul li p{ text-align: center; font-size:20px !important;line-height:30px !important;color:#000000;}
      .whyaashvivijetha ul li{padding: 20px 0 20px 40px;position:relative;}
       .whyaashvivijetha ul li:before{ display:none; content: "";left: 15px;position: absolute;top: 27px;color: #ffffff;background:url(../images/dotcircle.png) no-repeat;width: 16px;height: 16px;background-size: 100%;}

       .whyaashvivijetha ul{margin:20px 0;}
      .whyaashvivijetha ul li:nth-child(1), .whyaashvivijetha ul li:nth-child(3){border-right:2px solid #0000;}
      .our-projects-live{background:url(../images/our-projects-live-img.png)no-repeat;margin:60px 0 0;padding: 100px 0px;background-size:100%;}
      .our-projects-live h2{color:#ffffff;padding:0 0 10px;font-size: 40px;line-height: 50px;}
       .our-projects-live p{color:#ffffff;}
        .our-projects-live a{width: 250px;height: 50px;background: #BF965E;font-style: normal;font-weight: 500;font-size: 14px;line-height: 50px;margin: 30px 0;color: #ffffff;text-align: center;padding: 0 0px 0 0;font-family: 'Poppins', sans-serif;}
        .legal-information{padding:100px 0;}
        .legal-information h2{text-align:center;padding:0 0 20px;font-size:40px;line-height:50px;}
        .legal-information span{text-align:center;display:block;padding:0 0 60px;}
        .legal-information p{padding:0 0 20px;}
        .enquire-block span{font-size:15px;}
            .enquire-block h2{font-size:30px;line-height:40px;text-align:center;padding:0 0 20px;}
            .enquire-block select{height: 45px !important;line-height: 45px !important;padding: 10px !important;}


  /*  Partners page css*/
  .partners_abt_sec h2{
    padding: 0px;
  }
    .partners_abt_sec h4{
        margin: 0px 0px 5px 0px;
        font-size: 17px;
        line-height: 44px;
        font-weight: 600;
        font-family: 'Kumbh Sans', sans-serif;
   }

   .partners_landbook_sec h4{
    margin: 0px 0px 10px 0px;
    font-size: 17px;
    line-height: 44px;
    font-weight: 600;
    font-family: 'Kumbh Sans', sans-serif;
}


.partners_banner_cnt p{
    background: #00000073;
    padding: 12px;
}


.grp_of_exprncs_row{
    position: relative;
}


.grp_of_exprncs_25{
    position: absolute;
    width: 200px;
    bottom: 80px;
    left: -90px;
}


.ourleaders-right {
    position: relative;
}

.ourleaders_bg_pic{
    width: 89%;
    position: absolute;
    z-index: -1;
    top: -75px;
    left: -58px;
    transform: rotate(45deg);
}

.whyaashvivijetha-main img{
    padding: 30px 0px 20px 0px;
}




.nri_right_pic{
 height: 350px;
    object-fit: cover;
}

.veera_coming_soon{
    padding-top: 50px;
}
.veera_coming_soon p{
    width:100% !important;
}

.cred_cmmiticonspic{
    width: 45px;
    margin: 0 auto;
    text-align: center;
}


.inform-parasp{
    padding: 60px 0px;
}
.inform-parasp1{
    postion:relative;
}


.inform-parasp1::after{
    position: absolute;
    height: 120%;
    width: 2px;
    top: -55px;
    right: 0px;
    content: '';
    background-color: #012101;
    margin-top: 12px;
}


.inform-parasp p{
    position: relative;
    padding-left: 6px;
    margin-bottom: 35px;
    width: 85%;
}


.inform-parasp p::after{

        position: absolute;
    height: 8px;
    width: 8px;
    top: -6px;
    left: -8px;
    content: '';
    background-color: #012101;
    margin-top: 12px;
    border-radius: 10px;
}


.inform-parasp2{
        padding-left: 65px;
}

.patrsbncn{
    width:70%;
}

.patrsbncn h1{
font-size: 29px !important;
}


.patrsbncn p{
        font-size: 22px !important;
}


.nris_banner_cnt h1 {
          font-size: 31px  !important;
}

.partners_abt_sec{
        background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px 15px 0px 15px;
    border-radius: 15px;
        border-top: 7px solid #efb451;
    margin-bottom: 35px;
        height: 290px;
}


@media (max-width: 1200px) {
    .partners_abt_sec{

    margin-bottom: 25px;
        height: auto;
}
}

@media (max-width: 728px) {
    .logo-img{
    height:auto !important;
}

    .inform-parasp1::after{
        display: none;
    }
    
    .inform-parasp2{
        padding-left: 15px;
    }
    
    .inform-parasp p {
        position: relative;
        padding-left: 6px;
        margin-bottom: 5px;
        width: 100%;
    }
    .patrsbncn{
    width:100%;
}

.patrsbncn h1{
font-size: 17px !important;
    
}
    
}


