﻿body{
    margin:0px;
}
a{
    text-decoration:none;

}
li{
    list-style:none;
}
.submaindiv{
    display:flex;
    column-gap:20px;
}
.header_class{
    background-color:#ac5300;
     
}
.menubar23{
    margin:auto;
}
.maildiv{
    margin:auto;
}
.maindiv{
        display: flex;
    justify-content: space-between;
}
.singlenav ul{
    display:inline-flex;
        column-gap: 22px;
        margin-bottom:0px;
}

.maindiv{
        padding: 8px 0px;
}
.menubar23 i{
    color:white;
}
.menubar23 a{
    color:white;
}
.menubar23 a:hover{
    color:white;
    text-decoration:none;
}
.maildiv i{
    color:white;
}
.maildiv a{
    color:white;
}
.maildiv a:hover{
    color:white;
    text-decoration:none;
}
.submaindiv1 .singlenav ul li a{
    color:white;
}
/*new*/

:root {
  --color-white-100: hsl(206, 5%, 100%);
  --color-white-200: hsl(206, 5%, 90%);
  --color-white-300: hsl(206, 5%, 80%);
  --color-white-400: hsl(206, 5%, 60%);
  --color-white-500: hsl(206, 5%, 50%);
  --color-black-100: hsl(213, 23%, 8%);
  --color-black-200: hsl(214, 21%, 6%);
  --color-black-300: hsl(210, 21%, 6%);
  --color-black-400: hsl(216, 22%, 4%);
  --color-black-500: hsl(220, 18%, 3%);
  --color-pink-100: hsl(326, 85%, 90%);
  --color-pink-200: hsl(327, 87%, 80%);
  --color-pink-300: hsl(329, 86%, 70%);
  --color-pink-400: hsl(330, 81%, 60%);
  --color-pink-500: hsl(333, 71%, 50%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black-500);
  background-color: var(--color-white-100);
}*/

/*a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  box-shadow: none;
}*/

/*img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}*/

/*.container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}*/

.brand {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--color-pink-500);
}

.header {
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  box-shadow: var(--shadow-medium);
      background-color: #ffffff9c;
  padding:13px;
}
.newclassadded12{
       left: 13rem !important;
       top: 1.35rem!important;

}
.newclassadded1221{
     left: 13rem !important;
       top: 1.35rem!important;
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
  width: 100%;
  height: 4rem;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .navbar {
    position: fixed!important;
    top: 0;
    left: -100%;
    width: 78%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.5s ease;
  }
  .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
}
.navbar .menu{
    margin-bottom:0px;
}
.menu-item {
  position: relative;
  display: inline-block;
     padding-left: 12px;
     
}
.navbar ul li a{
    font-size:15px;
}

.navbar ul li .submenu li a{
    color:black;
}
.carousel-caption{
        bottom: 132px!important;
    left: 10%!important;
    text-align:left!important;
    width: 55%;
        padding: 16px;
        border-radius: 5px;
        background-color: #0000006b;
        z-index:1!important;
}
.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  text-transform: capitalize;
  color: var(--color-black-500);
  transition: all 0.3s ease-in-out;
}
.menu-link > i.bx {
  font-size: 1.35rem;
  line-height: 1.5;
  color: inherit;
}
.menu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}
@media only screen and (min-width: 993px) {
  .menu-dropdown:hover > .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 992px) {
  .menu {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    position:absolute;
    top:0px;
            overflow-y: auto;
  }
  .menu-item {
    display: block;
    margin: 0 auto;
  }
  .menu-link {
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
  }
}

.submenu {
  position: absolute;
  top: 2.35rem;
  left: -4rem;
  min-width: 13rem;
  height: auto;
  padding: 0 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid #ac5300;
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
  transition: all 0.3s ease-in-out;
}
.submenu-item {
  display: block;
  margin-top: 0.75rem;
}
.submenu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  color: var(--color-black-500);
  transition: all 0.35s ease;
}
.submenu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}
@media only screen and (max-width: 992px) {
  .submenu {
    position: relative;
    top: -0.5rem;
    left: 0;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
        margin-top: 9px;
  }
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.6rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: var(--color-black-500);
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

.headerclassss{
    position:fixed;
    z-index:6;
    width:100%;
}

@media only screen and (max-width: 992px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .newclassadded12{
               top: -0.5rem!important;
        left: 2.5rem!important;

}
.newclassadded1221{
     left: 13rem !important;
       top: 3.35rem!important;
}
}

.container-fluid{
        width: 1314px!important;
}
.logoimngclass{
    width:84%;
}

.carousel-caption h5{
    font-size:50px;
    line-height:58px;
    font-weight:600;
}
.carousel-caption p{
    font-size:20px;
    line-height:33px;
    margin-bottom:0px;
    font-weight: 400;
}
/*.carousel-inner .carousel-item:before{
    position:absolute;
    content:"";
    background-color:#0000006e;
    top:0px;
    width:100%;
    bottom:0px;
}*/
.carousel-indicators li{
        border-radius: 50%;
    width: 13px!important;
    height: 13px!important;
}
.navbar span:hover{
    text-decoration:none;
    color:black;
}
.navbar a:hover{
    text-decoration:none;
    color:black;
}
.submaindiv1 a:hover{
     text-decoration:none;
     
}
#carouselExampleCaptions .carousel-control-next .carousel-control-next-icon{
    position:relative;
   top:45px;
        left: 59px;

}

#carouselExampleCaptions .carousel-control-prev .carousel-control-prev-icon{
    position:relative;
    top:44px;
     right: 59px;

}


/*About us*/
.aboutussection{
        padding: 63px 0px 54px 0px;
}
.aboutussection img{
    width:100%;
}
.mainheadingdiv{
   padding: 45px 125px 0px 68px;
}
.mainheadingdiv h6{
    color:#ac5300;
    margin-bottom:0px;
    line-height: 31px;
}
.mainheadingdiv h4{
    font-weight:400;
    margin-bottom:0px;
        line-height: 31px;
        font-size:20px;
}
.mainheadingdiv p{
        padding-top: 10px;
        padding-bottom:8px;
        font-size:14px;
}
.mainheadingdiv .butonclass a{
    padding: 9px;
    border: 1px solid #ac5300;
    color:#ac5300;
    font-size: 14px;
}
.mainheadingdiv .butonclass a:hover{
     
      text-decoration:none;
}

/*Whychooseus*/
.whychooseus{
    background-image:url(https://t3.ftcdn.net/jpg/05/59/09/50/360_F_559095055_jigp7QZivqTleAPiIRat7UefTYPPw9D6.jpg);
    background-position: 50% 60%;
    background-size:cover;
    position:relative;
}
.whychooseus:before{
    content:" ";
    position:absolute;
    background: linear-gradient(90deg, rgb(0 0 0 / 69%) 0%, rgb(0 0 0 / 45%) 90%);
    width:100%;
    top:0px;
    bottom:0px;
}
.pxp-services-container {
    height: 235px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pxp-services-item:first-child {
    border-radius: .3rem 0 0 .3rem;
}
.pxp-services-item {
    display: block;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pxp-services-item-fig {
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}
.pxp-services-item-fig img {
    width: 100%;
    height: auto;
}
.pxp-services-item-text {
    position: absolute;
    top: 118px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-item-text-title {
    font-weight: 500;
    color: #333;
    font-size: 18px;
    margin-bottom: .3rem;
}
.pxp-services-item-text-sub {
    color: #333;
    opacity: .7;
        font-size: 14px;
}
.textdiv{
    text-align: center;
    padding: 50px 0px 0px 0px;
}
.textdiv p{
    position:relative;
    color:white;
}
.textdiv h4{
        font-size: 28px;
    font-weight: 500;
    color:white
}
.pxp-services-item:hover .pxp-services-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconsTop 0.4s ease-in-out;
}
@keyframes iconsTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.pxp-services-item:hover .pxp-services-item-text {
    transform: translateY(-50%);
}
.pxp-services-item:hover .pxp-services-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-services-item-cta {
    position: absolute;
    color: #333;
    bottom: 27px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.whychooseus {
    height: 320px;
}
.whychooseus .cardsorwhychooseus .pxp-services-container a:hover .pxp-services-item-text{
   top: 134px;
}
/*ResidentialProjects*/


.ResidentialProjects{
     padding: 151px 0px 23px 0px;
}

.tabs__list {
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1px;
  position: relative;
  z-index: 1;
}
.tabs__list:after {
  clear: both;
  content: '';
  display: block;
}
.tabs__list > li {
  display: inline;
}
.tabs__list > li label {
  background: none repeat scroll 0 0 #EFEFEF;
  border-color: #D5D5D5 #D5D5D5 transparent #D5D5D5;
  border-style: solid;
  border-width: 1px 1px 0;
  color: #222222;
  cursor: pointer;
  float: left;
  font-weight: bold;
  height: 19px;
  line-height: normal;
  margin: 1px 0 0 -1px;
     padding: 7px 21px 24px;
  position: relative;
}
.tabs__list > li:hover label {
  text-decoration: underline;
}
.tabs__radio:nth-of-type(1):checked ~ .tabs__list > li:nth-of-type(1) label, .tabs__radio:nth-of-type(2):checked ~ .tabs__list > li:nth-of-type(2) label, .tabs__radio:nth-of-type(3):checked ~ .tabs__list > li:nth-of-type(3) label, .tabs__radio:nth-of-type(4):checked ~ .tabs__list > li:nth-of-type(4) label, .tabs__radio:nth-of-type(5):checked ~ .tabs__list > li:nth-of-type(5) label {
  background: #FFFFFF;
  height: 21px;
  margin-bottom: -1px;
  margin-top: 0;
}

.tabs__list > li .tabs__list--active {
  background: #FFFFFF;
  height: 21px;
  margin-bottom: -1px;
  margin-top: 0;
}
.tabs__container {
  background: #FFF;
  border: 1px solid #D5D5D5;
  font-size: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.tabs__container > .tabs__panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  height: 0;
  margin: 0;
  padding: 0 20px;
  vertical-align: top;
  white-space: normal;
  width: 100%;
}
.tabs__radio:nth-of-type(1):checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: 0;
}
.tabs__radio:nth-of-type(2):checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -100%;
}
.tabs__radio:nth-of-type(3):checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -200%;
}
.tabs__radio:nth-of-type(4):checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -300%;
}
.tabs__radio:nth-of-type(5):checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -400%;
}
.tabs__radio--checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: 0;
}
.tabs__radio + .tabs__radio--checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -100%;
}
.tabs__radio + .tabs__radio + .tabs__radio--checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -200%;
}
.tabs__radio + .tabs__radio + .tabs__radio + .tabs__radio--checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -300%;
}
.tabs__radio + .tabs__radio + .tabs__radio + .tabs__radio + .tabs__radio--checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -400%;
}
.tabs__radio:nth-of-type(1):checked ~ .tabs__container > .tabs__panel:nth-child(1),
.tabs__radio:nth-of-type(2):checked ~ .tabs__container > .tabs__panel:nth-child(2),
.tabs__radio:nth-of-type(3):checked ~ .tabs__container > .tabs__panel:nth-child(3),
.tabs__radio:nth-of-type(4):checked ~ .tabs__container > .tabs__panel:nth-child(4),
.tabs__radio:nth-of-type(5):checked ~ .tabs__container > .tabs__panel:nth-child(5) {
  height: auto;
}
.tabs__container > .tabs__panel--active {
  height: auto;
}
/*.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}*/

.item {
  align-items: center;
  
  color: white;
  display: flex;

  justify-content: center;
}

.textdatas::-webkit-scrollbar {
  width: 4px;
}


.textdatas::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 

.textdatas::-webkit-scrollbar-thumb {
  background: #ac5300; 
  border-radius: 10px;
}
.tabs__container .textdatas .datatextpostionhsh{
       position: absolute;
    bottom: 153px;
    color: white;
    text-shadow: 1px 1px 2px #ac5300;
    display:flex;
    justify-content:space-between;
        align-items: center;
            gap: 48px;
}
.tabs__container .textdatas .datatextpostionhsh p{
  
    color: white;
    font-size: 22px;
    font-weight: 600;
   
}
.removepadddggding{
    padding-bottom:0px!important;
}
.hhdgdgddz{
        bottom: 79px!important;
}
.removeoverflowwshss{
    height:auto!important;
}
.tabs__container .textdatas .datatextpostionhsh h4{
      margin-bottom: 0px;
    color: white;
    font-size: 20px;
    font-weight: 600;
   
}

/*.tabs__container .textdatas h4{
       position: absolute;
    bottom: 145px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 2px #ac5300;
}*/
.tabs__container .textdatas p{
    margin-bottom:0px;
    line-height: 22px;
    font-size: 13px;
    color:black;
}
.tabs__container .owl-carousel .tabscards{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-bottom:12px;
}
.tabs__container .owl-carousel .item {
    padding:20px 8px;
}
.ResidentialProjects #owl-carousel .owl-dots{
    display:none;
}
.paraclasshsh23{
    display:flex;
        padding-top: 7px;
    column-gap:13px;
}
.textdatas .paraclasshsh23 i{
    color:#ac5300;
    font-size:17px;
}
.textdatas{
         padding: 0px 12px 10px 10px;
             overflow-y: auto;
    height: 111px;
    margin-top:5px;
}
.ResidentialProjects #owl-carousel .owl-nav{
    position: absolute;
    bottom: 17rem;
        font-size: 46px;
}
.ResidentialProjects .tabs__panel{
    padding:0px;
}
.ResidentialProjects .tabs__container{
    border-left: 0px;
    border-right: 0px;
    border-bottom:0px;
    padding-top: 16px;

}

.ResidentialProjects .textdivaa h4{
    font-weight:500;
    font-size:28px;
    padding-bottom: 5px;
}
.ResidentialProjects .tabs__container .tabs__panel  .new-own-crousal .owl-dots{
    display:none;
}
.ResidentialProjects .tabs__container .tabs__panel  .new-own-crousal .owl-nav{
    display: flex;
    margin-top:0px;
    position:absolute;
    top:-15px;
    right: 0px;
}
.ResidentialProjects .tabs__container .tabs__panel  .new-own-crousal .owl-prev{
    font-size: 25px;
    width: 23px;
    background: #b9b8b678;
    height: 23px;
    position:relative;
    border-radius: 50%;

}
.ResidentialProjects .tabs__container .tabs__panel  .new-own-crousal .owl-prev:hover{
    font-size: 25px;
    width: 23px;
    background: #b9b8b678!important;
    height: 23px;
    position:relative;
    border-radius: 50%;

}
.ResidentialProjects .tabs__container .tabs__panel  .new-own-crousal .owl-next:hover{
    font-size: 25px;
    width: 23px;
    background: #b9b8b678!important;
    height: 23px;
    position:relative;
    border-radius: 50%;

}
.textdatas .paraclasshsh i{
        color: #ac5300;
            font-size: 20px;
}
.textdatas .paraclasshsh{
        display: flex;
            column-gap: 16px;
                padding: 7px 0px;

}
.textdatas .paraclasshsh1{
      display: flex;
          column-gap: 13px;
   
}
.textdatas .paraclasshsh1 i{
        color: #ac5300;
        font-size: 17px;
}

.ResidentialProjects .tabs__container .tabs__panel  .new-own-crousal .owl-nav span{
    position: absolute;
       top: -10px;
    left: 8px;
    color:white;
}
.ResidentialProjects .Tab_linkscls .tabs__list li a label{
    text-decoration:none;
}



.ResidentialProjects .tabs__container .tabs__panel  .new-own-crousal .owl-next{
   font-size: 25px;
   position:relative;
    width: 23px;
    background: #b9b8b678;
    height: 23px;
    border-radius: 50%;

}

.ResidentialProjects .Tab_linkscls .tabs__container .imagediv{
    position:relative;
}
.ResidentialProjects .Tab_linkscls .tabs__container .imagediv:before{
    position:absolute;
    content:" ";
    background-color:#0000002e;
    width:100%;
    top:0px;
    bottom:0px;
}
/*Testimonials*/
.Testimonials{
        padding: 39px 0px 41px 0px;
        background-color:#f0f8ff94;
        /*position:relative;*/
}
/*.Testimonials:before {
    content:" ";
    position: absolute;
    bottom: 0;
    height: 42%;
    width: 100%;
    left: 0;
    background-image:url('/Images/Backgroubnd _imageTestimonial1.png');
}*/
.Testimonials .headingtestimonial h4{
    font-size:28px;
    font-weight:500;
    text-align:center;
}
.Testimonials .newdivmaintest .uprdivimage img{
    width: 60px;
    border-radius: 50%;
    height: 60px;
}
.Testimonials .newdivmaintest .uprdivimage{
    display:flex;
    column-gap:17px;
    padding: 16px 10px 0px 13px;
}
.Testimonials .newdivmaintest .uprdivimage .textdata12 h6{
    color:black;
    margin-bottom:0px;
    font-size: 16px;
    font-weight: 500;
}
.Testimonials .newdivmaintest .uprdivimage .textdata12 p{
    color:#ac5300;
    margin-bottom:0px;
}
.Testimonials .newdivmaintest .paratestimonialdiv p{
    color:black;
    padding:6px 15px 12px 14px;
         margin-bottom:0px;
         font-size:14px;
}
.Testimonials .newdivmaintest {
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
   background-color:white;
   padding:6px;
   border: 1px solid #ac530040;
}
.Testimonialsection{
    padding-top:21px;
}
.Testimonials .Testimonialsection .item{
        padding: 5px;
}

.Testimonials .owl-nav{
   
      display:flex!important;
            bottom: 4.5rem;
        position:absolute;
}
.Testimonials .owl-nav button span{
        font-size: 49px;
}
.Testimonials .owl-nav .owl-next{
          left: 81vw;

        position:relative;
}
.Testimonials .owl-nav .owl-prev{
       position:relative;
           right: 49px;

}
.owl-theme .owl-nav [class*='owl-']:hover{
        background: #86979100!important;
}
.stariconshjhd i{
    color:gold;
    font-size:14px;
}



/*OURCHANNELPARTNERS*/
.OURCHANNELPARTNERS{
    padding:44px 0px;
}
.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee .inner {
  width: 100%;
  display: flex;
  color: white;
  padding:7px;
  }
.marquee .inner > * {
  white-space: nowrap;
  /*padding: 0 4rem;*/
}

.marquee .inner a {
  color: black;
  font-size: 4em;
  margin-right: 1em;
}
.OURCHANNELPARTNERS .brandsclass .marquee img{
    width:150px;
    height:89px;
}
.brandsclass{
  padding: 29px 0px 0px 0px;
}
.OURCHANNELPARTNERS .headingchannelpartners h4{
    text-align:center;
    font-size:28px;
    font-weight:500;
}
.OURCHANNELPARTNERS .marquee{
    border:1px solid #ac530052;
}


/*Countersection*/
#counter{
        display: flex;
    flex-wrap: wrap;
}

#counter .item{
  background: #fff;
  width: 200px;
    padding: 24px 13px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} 
#counter .item .count{
  color: #ac5300;
  margin-bottom: 5px;
  font-size: 36px;
}
#counter .item h3{
  color: #4f4e28;
  text-transform: capitalize;
  font-size: 15px;
  font-weight:600;
}
.countersection .countersection1 #counter .item{
        display: flex;
    flex-direction: column;
}

.countersection .countersection1 #counter .item .flexdirectioncls{
   display:flex;
}
.countersection .countersection1 #counter .item .flexdirectioncls p{
   color:black;
   margin:auto;
       font-size: 23px;
    padding-left: 7px;
}
.countersection .textcountersection{
        padding: 20px 14px;
}
.countersection .textcountersection h4{
        font-size: 28px;
    font-weight: 500;
        line-height: 37px;
        color:white;
}
.countersection .textcountersection p{
      margin-bottom:0px;
          line-height: 24px;
          color:white;

}
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.countersection .countersection1 #counter .item::before {
        content: "";
    position: absolute;
    top: 22px;
       left: 165px;
    right: 9px;
    bottom: -5px;
    height: 38px;
    width: 7px;
    border: 3px solid transparent;
    border-top-color: #ac5300;
    border-radius: 10px;
    animation: rotateBorder 2s linear infinite;
}
.countersection .countersection1 #counter .item {
    position: relative;
       border: 1px solid #ac5300;
    background-color: #f9f9f9; 
    overflow: hidden;
       animation: rotateBorder 2s linear;
}
.countersection{
     padding: 52px 0px 38px 0px;
    background-image: url(/Dbali/Images/Counter_sectionImages.png);
    background-size: cover;
    position:relative;
}
.countersection:before{
    content:" ";
    background: linear-gradient(90deg, rgb(0 0 0 / 79%) 0%, rgb(76 76 76 / 30%) 90%);
    width:100%;
    top:0px;
    bottom:0px;
    position:absolute;
}

/*marqueesectionbelowbanner*/

.marquee34{
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color:#ac5300;
  color:white;
}

.marquee-1, .marquee-2{
  position: absolute;
  min-width: 100%;
  display: flex;
  flex-direction: row;
}
.marquee-1{
  animation: marquee-keywords 30s linear infinite;
left: 0%;  
}
.marquee-2{
left: 100%; 
}

.narqueesections .text{
  padding: 0 5rem;
  white-space: nowrap;
  font-weight:500;
  font-size: 14px;
}

@keyframes marquee-keywords {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

@-webkit-keyframes marquee-keywords {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
    }
}

.marquee34.style-1{
   background: black;
   color: white;
}
.narqueesections .text {
    animation: colorChange 3s ease infinite; 
}

@keyframes colorChange {
    0% {
        color: white; 
    }
    50%{
        color:white;
    }
  
    100% {
        color: Yellow; 
    }
}

/*separationss*/
.separationss .callmedivls{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
.separationss .callmedivls .inputboxcls .buttontype{
    margin:auto;
}
.separationss{
  padding: 75px 0px 54px 0px;
  background-image: linear-gradient(to right, rgb(0 0 0), rgba(0, 0, 0, 0.15)), url(/Dbali/Images/Separationimages.png);
  background-size:cover;
}
.separationss .callmedivls .newdigfsf h3{
      color: white;
    font-size: 28px;
    font-weight: 500;

}
.separationss .callmedivls .newdigfsf p{
    color:white;
    font-size:14px;
}
.separationss .callmedivls .inputboxcls input{
    background: no-repeat;
    border: none;
    padding: 10px;
    font-size: 14px;
    width: 100%;
}
.separationss .callmedivls .inputboxcls .buttontype{
    display: flex;
    align-items: center;
    padding: 9px 16px;
    background: #ac5300;
    border-radius: 5px;
    white-space: nowrap;
}
.separationss .callmedivls .inputboxcls .buttontype a{
    color:white;
    text-decoration:none;
}
.separationss .inputboxcls {
    display: flex;
   
    background: #fff;
    border-radius: 5px;
    min-width: 35%;
}
.yuv_tri {
    background: #fff;
    margin-right: 15px;
    border-radius: 8px;
    position: relative;
    color: #000;
    text-decoration: none !important;
}
.ydtr_tri {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.uyvjh_tri {
    color: #ac5300;
    font-weight: 600;
    font-size: 18px;
    flex-grow: 1;
}
.tdyt_tri {
    background: #bf272e1f;
    width: 25px;
    height: 25px;
    min-width: 25px;
    display: flex;
    color: #ac5300;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    padding-left: 4px;
    padding-bottom: 2px;
}
.xdrfc_tri {
    color: #707070;
    font-size: 15px;
    line-height: 29px;
}
.cardscareers{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   padding: 16px 11px 0px 15px;
   background-color:white;
}
.careerssection .headingssjscareer h4{
        font-size: 28px;
    font-weight: 500;
    text-align: center;
}
.careerssection .headingssjscareer p{
    text-align: center;
}
.careerssection{
       padding: 52px 0px 55px 0px;
            background-color: #8080801a;
}
.careerssection .headingssjscareer p{
    padding: 5px 0px 40px 0px;
    margin-bottom: 0px;
}

/*Footer*/
.Footer_areaa{
    background-image:url(/Dbali/Images/Footer_images12.jpg);
        width: 100%;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
        padding: 36px 0px 2px 0px;
    position: relative;
}
.Footer_areaa:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(18, 18, 18, 0.93);
    opacity: 0.9;
}
.Footer_areaa .widget__footer figure img{
        filter: invert(1);
        width:100%;
}
.Footer_areaa .widget__footer p{
        color:white;
            line-height: 24px;
            font-size:14px;
}
.Footer_areaa .widget__footer ul li span{
        color:white;
        font-size:14px;
        padding-left:10px;
}
.Footer_areaa .widget__footer ul li i{
        color:white;
}
.Footer_areaa .wrapper__footer .widget__footer {
    display: block;
}

.Footer_areaa .widget__footer h4{
    color:white;
    font-size:24px;
}
.Footer_areaa .widget__footer .link__category-two-column .list-unstyled li a{
    color:white;
    text-decoration:none;
    font-size:14px;
}
.Footer_areaa .widget__footer .link__category-two-column .list-unstyled li{
    display:block;
        padding: 6px 0px;
}
.Footer_areaa .newpaddinfclsss{
           padding: 15px 30px;
}
.Footer_areaa .widget__footer .list-unstyled li{
    padding: 6px 0px;
}
.Footer_areaa .widget__footer  p a i{
    color:white;
    font-size:26px;
}
.Footer_areaa .widget__footer  p a {
    padding:6px;
}
.Footer_areaa .widget__footer .iconsclassshdh{
    padding:20px 0px;
    margin-bottom:0px;
}
.Footer_areaa .widget__footer .widget__form-newsletter .formdivhsh a{
    color:white;
         padding: 9px 9px;
    background-color: #ac5300;
    border-radius: 5px;
}
.Footer_areaa .widget__footer .widget__form-newsletter .formdivhsh a:hover{
    text-decoration:none;
}
.Footer_areaa .widget__footer .widget__form-newsletter .formdivhsh{
        margin-top: 19px;
}
.Footer_areaa .copyrighttext .textdatta span{
    color:white;
    text-align:center;
    position:relative;
}
.Footer_areaa .copyrighttext .textdatta{
    text-align:center;
    font-size:14px;
}
.Footer_areaa .copyrighttext{
    position:relative;
    border-top:1px solid white;
        padding: 10px;
}
.Footer_areaa .copyrighttext .textdatta span a{
    color:#ac5300;
    font-weight:500;
        font-size: 14px;
}
.Footer_areaa .copyrighttext .textdatta span a:hover{
   text-decoration:none
}

/*About us new*/
.about .about-content h3 {
    font-weight: 600;
    font-size: 26px;
}
.fst-italic {
    font-style: italic !important;
}
.about .about-content ul {
    list-style: none;
    padding: 0;
}
.about .about-content ul i {
    background: white;
    box-shadow: 0px 6px 15px color-mix(in srgb, #c77d0e, transparent 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    font-size: 24px;
    margin-right: 15px;
    color: #ac5300;
    border-radius: 50px;
}
.about .about-content ul li:first-child {
    margin-top: 35px;
}
.about .about-content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.about .about-content ul h4 {
    font-size: 18px;
    font-weight: 600;
}
.about .about-content ul p {
    font-size: 15px;
}
.read-more-btn {
    background: #ac5300;
    border: none;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 14px;
    position: relative;
    cursor: pointer;
    color:white;
    border-radius: 5px;
}
.read-more-btn:hover{
      color:white;
      text-decoration:none;
}
.aboutsectionsgs img{
    width:100%;
} 
.aboutsectionsgs{
    padding: 64px 0px 54px 0px;
    background-color: #8080801a;
}
.about-content{
        padding-left: 22px;
}
.mobile_viewclass{
    display:none;
}
@media screen and (max-width: 991px) {
    .headerclassss .container-fluid{
        width:100%!important;
    }
    .logoimngclass{
            width: 70%;
    }

    .wrapper{
        height:auto;
    }
    #carouselExampleCaptions{
        z-index:5;
    }
    #carouselExampleCaptions .carousel-inner .carousel-item img{
            height: 406px;
    }
   #carouselExampleCaptions .carousel-inner .carousel-caption{
               position: absolute;
       top: 147px;
       display:block!important;
   }
    .carousel-caption h5 {
            font-size: 36px;
    line-height: 48px;
    }
    .carousel-caption p{
        font-size:16px;
            line-height: 23px;
    }
    .aboutsectionsgs{
            padding: 43px 0px 54px 0px;
    }
    .about-content{
            padding: 20px 0px;
    }
    .whychooseus{
        height:auto;
      

    }
    .pxp-services-container{
       
                display: block;
        height: auto;
        transform: none;
                position: relative;
        top: 35px;
      
    }
    .pxp-services-item {
        width: 100%;
        float: none;
        border-right: 0 none;
        border-bottom: 1px solid #e8e8e8;
        height: 234px;
    }
    .ResidentialProjects {
            padding: 80px 0px 23px 0px;
    }
    .countersection {
        padding: 32px 0px 38px 0px;
    }
    #counter .item {
            width: 142px;
    }
    .Testimonials .owl-nav {
            bottom: 6.5rem;
    }
 .owl-carousel .owl-nav button.owl-prev{
       left: -19px;
 }
    .Testimonials .owl-nav .owl-next {
       left: 83vw;
    }
    .OURCHANNELPARTNERS {
        padding: 34px 0px;
    }
    .brandsclass {
            padding: 15px 0px 0px 0px;
    }
    .separationss .callmedivls{
            flex-direction: column;
    }
    .careerssection {
            padding: 38px 0px 55px 0px;
    }
        .careerssection .headingssjscareer p {
           padding: 5px 0px 0px 0px;
        }
        .cardscareers{
          margin-top: 21px;
        }
    .Footer_areaa .newpaddinfclsss {
           padding:0px;
    }
    .Footer_areaa .widget__footer .list-unstyled{
            padding-bottom: 18px;
    }
    .ResidentialProjects .owl-carousel .owl-nav button.owl-prev{
        left:0px;
    }
.mobile_viewclass{
    display:block;
}
.menu-link{
  padding: 11px 10px;
}
    .menu-item {
    padding-left: 0px;
   border-bottom: 1px solid #ac530038;

    }
    .headerclassss .submaindiv1{
        display:none;
    }
    .countersection .countersection1 #counter .item::before {
        top: 11px;
    left: 126px;
    }
    .submaindiv {
       display:block;
    }
    #carouselExampleCaptions .carousel-control-next .carousel-control-next-icon{
        left:0px;
    }
    #carouselExampleCaptions .carousel-control-prev .carousel-control-prev-icon{
        right:0px;
    }
    .headerclassss .navbar .menu-item span i{
            position: relative;
        right: 6px;
        font-size: 16px;
        font-weight: 100;
    }
    .navbar{
        padding:0px 0px!important;
    }
    .submenu-item{
            border-top: 1px solid #ac530038;
                    padding: 13px 40px;
            margin-top:0px;
    }
     .newclasstabs_list{
         display:flex;
         overflow-x:scroll;
     }
     .ResidentialProjects .Tab_linkscls .tabs__list li a label{
                white-space: nowrap;
     }
     .menubar23 {
             padding: 5px 0px 7px 0px;
     }
     #counter{
         justify-content: center;
     }
}


/*CompanyProfile*/
.companyprofile{
    background-image:url(/Dbali/Images/Company_profile.png);
    background-size:cover;
    height:400px;
    position:relative;
}
.textarea{
    top: 22.7rem;
    position: relative;
    display: flex;
    gap: 6px;
}
.textarea a{
    color:white;
    text-decoration:none;
        font-size: 17px;
        font-weight:500;
}
.textarea span{
    color:white;
     font-weight:500;
}
.textarea a:hover{
       color:white;
    text-decoration:none;
}
.companyprofile:before{
    content:"";
    background-color:#0000005e;
    top:0px;
    width:100%;
    bottom:0px;
    position:absolute;
}
.mainheading{
    position:relative;
    color:white;
     padding:41px 19vw;
    top: 10rem;
}
.mainheading h5{
    font-size:37px;
    text-align:center;
}
.sideNabar .mainnavbar .linkallthelinks {
    display: flex;
    flex-direction: column;
}
.sideNabar .mainnavbar .linkallthelinks a{
  padding: 8px 0px;
 border-bottom:1px solid #ac5300;
 color:black;
 font-size:14px;

}
.sideNabar .mainnavbar .linkallthelinks a:hover{
    text-decoration:none;
}
.mainnavbar{
     border:1px solid #ac53003b;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     background-color:white;
         border-top: 3px solid #ac5300;
         padding:10px;
     

}
.mainnavbar h4{
   
        padding: 9px 0px;
            font-size: 18px;
    font-weight: 500;
    margin-bottom:0px;

}

.sideNabar{
    padding:76px 0px;
    background-image:url(/Dbali/Images/Backgrouns_imagess.png);
        background-attachment: fixed;
}
.sideNabar .dataclass{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 16px;
        background-color:white;
}
.removebottomline{
    border-bottom:none!important;
}
.dataclass .paraclsss p{
    font-size:14px;
    margin-bottom:0px;
    line-height:24px;
        /*padding: 10px 0px;*/
   
}
.imageorpara{
    display:flex;
}
.widthiageshsh{
    width:190px;
}
.imageparaclass{
      /*border: 1px solid #ac530087;*/
    padding: 2px;
    cursor:pointer;
}
.addedpadding_right{
   padding: 8px 17px 0px 0px;
}
.newpaddingjsjs{
    margin-bottom:0px;
        padding: 8px 0px;
}
.headingdata h4{
        margin-bottom: 0px;
    font-size: 35px;
    padding-bottom: 12px;
}
.headingdata span{
    color:#ac5300;
}
.paraclsss{
        padding-top: 9px;
}

.imageparaclass .single-img {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 1%;
}

.imageparaclass .image {
  display: block;
  width: 100%;
  height: auto;
}

.imageparaclass .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6b421d54;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.imageparaclass .single-img:hover .img-overlay {
  height: 100%;
}

.imageparaclass .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  width:100%;
  padding:4px;
  line-height: 20px;
}
.imageparaclass .text span{
      font-weight: 700;
    font-size: 12px;
}


.imageparaclass .link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.imageparaclass .link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}
/*MD_Message*/
.nameofMD h4{
    font-size: 18px;
    margin-bottom:0px;
        font-weight: 500;
            padding-top: 10px;
}
.paraclsss p{
      padding: 7px 0px;
}
.nameofMD p{
    margin-bottom:0px;
    padding:7px 0px;
    font-size:14px;
}
.nameofMD span{
    font-size: 18px;
    font-weight:500;
    color: #ac5300;
}
.imagemdclsposton .textdivdeepak{
    display:none;

}
.imagemdclsposton .textdivdeepak h4{
text-align:center;
font-size:16px;
margin-bottom:0px;
    padding: 6px;
    color:white;
    transition: opacity 0.3s ease; 
}
.imagemdclsposton:hover .textdivdeepak{
    display:block;
     position: absolute;
    width: 100%;
    background: #ac53008f;
    bottom: 0px;

}
.imagemdclsposton{
    position:relative;
}
.neimagmdmeassage{
        border-radius: 20px 0px 0px 0px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/*Our_journey*/


.heightwidthjourney{
    width:100%;
    height:170px
}
.allparadown{
        padding: 0px 15px;
}

/*Awards_achievements*/
.awards_achievementsdiv .imageachievements img{
    width:100%;
}
.awards_achievementsdiv .awardstextdiv h6{
        line-height: 22px;
    font-size:14px;
    margin-bottom:0px;
}
.newpaddingachievements{
    padding: 16px 0px;
}
.newpaddingachievements .awards_achievementsdiv .awardstextdiv{
      padding: 6px 13px 14px 8px;
}
.newpaddingachievements .awards_achievementsdiv{
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   border-radius:5px;
}
.newpaddingachievements .awards_achievementsdiv .imageachievements{
        padding: 2px;
}
.newpaddingachievements .awards_achievementsdiv .awardstextdiv p{
      line-height:22px;
      padding-top:3px!important;
}
/*Vissionmission*/

.vissionmissioncls .overlay-white1{
     background: url(/Dbali/Images/vission_and_mission-removebg-preview.png) center center no-repeat;
    /*position: relative ;*/
    padding: 80px 0px;
    background-position: center center;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
       
}

.vissionmissioncls .residential-left-pkj {
    width: 50%;
    
}
.vissionmissioncls .residential-left-pkj h1 {
    color: #08419a;
    text-transform: uppercase;
    margin-bottom: 26px;
    font-size:30px;
}
.vissionmissioncls .residential-left-pkj p {
    color: black;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.vissionmissioncls .overlay-white2{
        background: url(/Dbali/Images/develop4-removebg-preview.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0px !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.vissionmissioncls .residential-right-pkj h1:after {
    content: "";
    width: 10%;
    display: block;
    height: 2px;
    background: #ac5300;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0;
    position: absolute;
}
.vissionmissioncls .residential-right-pkj h1 {
    color: #08419a;
    text-transform: uppercase;
    margin-bottom: 26px;
    font-size:30px;
}
.vissionmissioncls .residential-right-pkj p {
    color: black;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.vissionmissioncls .residential-left-pkj h1:after {
    content: "";
    width: 10%;
    display: block;
    height: 2px;
    background: #ac5300;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0;
    position: absolute;
}
.vissionmissioncls .overlay-white3{
        background: url(/Dbali/Images/valuesour.png) center center no-repeat;
       
    padding: 80px 0px ;
    background-position: center center ;
    background-size: cover ;
    background-attachment: fixed ;
    background-repeat: no-repeat;
}


/*whychooseus*/
.whychooseusmain .headingclassjwhuy h4{
    text-align:center;
    font-size:30px;
    font-weight:500;
}
.whychooseusmain{
    padding:47px;
}
.whychooseusmain .headingclassjwhuy p{
font-size:15px;
line-height: 23px;
padding-top: 15px;
}
.whychooseusmain .separatores {
    position: relative;
    width: 70px;
    height: 4px;
    border-radius: 33.7963px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgb(238 112 43) 0%, rgb(230 33 65) 13%, rgb(172 83 0) 100%);
}
.whychooseusmain .separatores:before {
    position: absolute;
    content: '';
    right: -12px;
    width: 8px;
    height: 4px;
    border-radius: 33.7963px;
      background: linear-gradient(90deg, rgb(238 112 43) 0%, rgb(230 33 65) 13%, rgb(172 83 0) 100%);
}
.whychooseusmain .separatores:after {
    position: absolute;
    content: '';
    right: -19px;
    width: 4px;
    height: 4px;
    border-radius: 33.7963px;
    background-color: #DF0A0A;
}
.Ourservicess .card {
    background: #287bff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: 246px;
    border-radius: 20px;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    box-shadow: 0 15px 0 #fff, inset 0 -15px 0 rgb(80 178 73 / 22%), 0 35px 0 rgb(47 165 220 / 15%);
    overflow: hidden;
     
}

.Ourservicess .card::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -40%;
    padding: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
    transform: rotate(35deg);
    pointer-events: none;
    filter: blur(5px);
}

.Ourservicess .card:nth-child(1) {
    /*background: linear-gradient(to bottom, #ff2ae0, #645bf6);*/
           background: linear-gradient(to bottom, #ac5300, #342e2a);
}

.Ourservicess .card:nth-child(2) {
    background: linear-gradient(to bottom, #ffec61, #f321d7);
}

.Ourservicess .card:nth-child(3) {
    background: linear-gradient(to bottom, #24ff72, #9a4eff);
}

.Ourservicess .card .icon {
    position: relative;
    width: 140px;
    height: 120px;
    background: #3c2846;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1),
            inset 0 -8px 0 #fff;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.Ourservicess .card .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-top-right-radius: 50px;
    box-shadow: 15px -15px 0 15px #3c2846;
}

.Ourservicess .card .icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-top-left-radius: 50px;
    box-shadow: -15px -15px 0 15px #3c2846;
}

.Ourservicess .card .icon ion-icon {
    color: #fff;
    position: relative;
    font-size: 6em;
    z-index: 1000;
  
}


.Ourservicess .card .content {
       position: absolute;
    width: 100%;
    padding: 22px 30px;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 0px;
}

.Ourservicess .card .content h2 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    padding: 13px 8px 8px 0px;
    margin-bottom:0px;
       font-weight: 700;
}

.Ourservicess .card .content p {
    color: #fff;
    line-height: 1.5em;
    font-size:14px;
    font-weight:400;
}

.Ourservicess{
    padding:50px;
    background-color:#f0f8ffc4;
}
.Ourservicess .numberdivd h6{
        color: white;
    font-size: 28px;
    border-radius: 50%;
    margin-bottom: 0px;
    padding: 10px;
}
.Ourservicess .numberdivd{
        width: 60px;
    border: 3px solid white;
    border-radius: 50%;
    margin: auto;
}
.Ourservicess .newaddedpadingwhy{
    padding-top:71px;
}
.headingservicesss h4{
    text-align:center;
        font-size: 30px;
    font-weight: 500;
}
.Ourservicess .cardsaingsdi{
        padding: 31px 0px;
}
.Ourservicess .separatores {
    position: relative;
    width: 70px;
    height: 4px;
    border-radius: 33.7963px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgb(238 112 43) 0%, rgb(230 33 65) 13%, rgb(172 83 0) 100%);
}
.Ourservicess .separatores:before {
    position: absolute;
    content: '';
    right: -12px;
    width: 8px;
    height: 4px;
    border-radius: 33.7963px;
      background: linear-gradient(90deg, rgb(238 112 43) 0%, rgb(230 33 65) 13%, rgb(172 83 0) 100%);
}
.Ourservicess .separatores:after {
    position: absolute;
    content: '';
    right: -19px;
    width: 4px;
    height: 4px;
    border-radius: 33.7963px;
    background-color: #DF0A0A;
}
.cardsaingsdi .justfycenter{
    justify-content:center;
}
.whatwedohsh{
    padding: 63px 2px 50px 0px;
    background-image:url(/Dbali/Images/Backgroundwhychoosesection.png);
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    position:relative;
}
.whatwedohsh:before{
    position:absolute;
    content:"";
    background-color:#0000003d;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;

}
.whatwedohsh .headingwhatwedo h4{
    font-size:30px;
    font-weight:500;
    color:white;
    position:relative;
}

.graphyclasstext {
    display: flex;
    /* margin-bottom: 15px; */
    /* padding-bottom: 15px; */
}
i.circleiconcolr {
    font-size: 7px;
    position: relative;
    top: 10px;
    color: white;
}
span.puregraphhshs{
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color:white;
}
.graphyclasstext span:before {
    content: "";
    border-bottom: 3px solid #ac5300;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.graphnwhatwedo{
    display:flex;
    padding-top:25px;
}

.imagewhywhtawedoss{
        position: absolute;
        right: 0px;
    top: 68px;
}
.Ouradvantagess .headerdivadvantages h4{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
.Ouradvantagess{
    padding: 40px 0px 6px 0px;
}
.Ouradvantagess .listofadvantages span{
    
    font-weight: 500;
}
.Ouradvantagess .listofadvantages li{
    list-style:circle;
    font-size:15px;
        padding: 7px;
}

    .Ouradvantagess .separatores {
    position: relative;
    width: 70px;
    height: 4px;
    border-radius: 33.7963px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgb(238 112 43) 0%, rgb(230 33 65) 13%, rgb(172 83 0) 100%);
}
.Ouradvantagess .separatores:before {
    position: absolute;
    content: '';
    right: -12px;
    width: 8px;
    height: 4px;
    border-radius: 33.7963px;
    background: linear-gradient(90deg, rgb(238 112 43) 0%, rgb(230 33 65) 13%, rgb(172 83 0) 100%);
}
.Ouradvantagess .separatores:after {
    position: absolute;
    content: '';
    right: -19px;
    width: 4px;
    height: 4px;
    border-radius: 33.7963px;
    background-color: #DF0A0A;
}
.listofadvantages{
    padding:17px 0px;
}
.whatwedohsh .separatores {
    position: relative;
    width: 70px;
    height: 4px;
    border-radius: 33.7963px;
       margin-left: 8px;
    background: linear-gradient(90deg, rgb(238 112 43) 0%, rgb(230 33 65) 13%, rgb(172 83 0) 100%);
}
.whatwedohsh .separatores:before {
    position: absolute;
    content: '';
    right: -12px;
    width: 8px;
    height: 4px;
    border-radius: 33.7963px;
    background: linear-gradient(90deg, rgb(238 112 43) 0%, rgb(230 33 65) 13%, rgb(172 83 0) 100%);
}
.whatwedohsh .separatores:after {
    position: absolute;
    content: '';
    right: -19px;
    width: 4px;
    height: 4px;
    border-radius: 33.7963px;
    background-color: #DF0A0A;
}
/*Floorplane*/
.newmagnifyclsjsjs .main .inner-wrapper #myimage{
    width:100%;
    height:100%;
}
 .newmagnifyclsjsjs .img-magnifier-glass {
        position: absolute;
        border: 3px solid white;
        border-radius: 50%;
        cursor: none;
        width: 145px;
        height: 145px;
        visibility:hidden;
        box-shadow:0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25)
    }
   .newmagnifyclsjsjs .img-magnifier-container {
        position: relative;
    }


 /*specification*/
 @-webkit-keyframes animate-body {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes animate-body {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes animate-body {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animate-body {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-track {
  background: #ddd;
}

/*body {
  background: linear-gradient(328deg, #ff5252, #ff71a8);
  background-size: 600% 600%;
  font-family: "Overlock", cursive;
  font-size: 100%;
  -webkit-animation: animate-body 30s ease infinite;
  -moz-animation: animate-body 30s ease infinite;
  animation: animate-body 30s ease infinite;
}*/

/*h1 {
  font-family: "Comfortaa", cursive;
  font-size: 2.55em;
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 10px #ec3f3f;
}*/

.intro {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.intro p {
  color: #fff;
  font-size: 1.145em;
}
@media screen and (max-width: 600px) {
  .intro p {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.image-gallery {
  width: 100%;
  height: auto;
  background: #fff;

}

.image-gallery-items {
  position: relative;
}
.image-gallery-items:before, .image-gallery-items:after {
  content: " ";
  display: table;
}
.image-gallery-items:after {
  clear: both;
}

.gallery-item {
  position: relative;
  float: left;
 width:100%;
  padding: 2px;;
  margin: 0;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      /*border: 1px solid #ac5300;*/
}


.gallery-item > div {
  position: relative;
}
.gallery-item > div:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.thumbnail {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thumbnail:after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  width:100%;
  height:100%;
  max-width: inherit;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 150ms ease-in-out;
  -moz-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}
.thumbnail span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.thumbnail:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -moz-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-hide {
  display: none !important;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  background: none;
  border: none;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  cursor: pointer;
  outline: 0;
}
.mfp-close:active {
  top: 1px;
}
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
  cursor: pointer;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #f3f3f3;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: none;
  border: none;
  cursor: pointer;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-s-ready .mfp-preloader {
  display: none !important;
}
.listofspecificationss .headinglistofspecyshs h6{
    font-size:18px;
}
.laws {
    font-weight: bold;
    line-height: 29px;
    font-size:20px;
    margin-bottom: 0px;
    padding-top: 7px;
}
.Specification ul{
        padding-left: 20px;
        margin-bottom:0px;
}
.Specification ul li{
    list-style:circle;
}
.imageparafsf{
    padding:10px 0px;
}
.newparaspecification p{
    margin-bottom:0px;
}
.Specification p{
    font-size: 16px!important;
    line-height: 25px;
  
    font-weight: 500;
    color: #0f0f0f;
    color: rgba(15, 15, 15, 0.6);
    font-family: 'Mukta', sans-serif;
    word-spacing: 3px;
}
.Specification h5{
    font-size:14px!important;
        font-weight: 500;
}
.Specification h5 b{
    color: #ac5300;
}
.inneramenitiesaa .member {
    height: 220px;
    position: relative;
  
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.inneramenitiesaa .am-tl {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding:0px 22px;
}
.inneramenitiesaa .member .am-tl img {
    width: auto;
    transition: all .3s ease-in-out;
}
.inneramenitiesaa .am-tl p {
    text-align: center !important;
}
.inneramenitiesaa .member:hover .am-tl img {
    transform: rotate(360deg) !important;
    -webkit-transition: -webkit-transform .5s ease-in-out;
}

/*Paymentplane*/
.innerdescriptionofpaymentp{
          padding: 18px 0px 0px 0px;
}
.innerdescriptionofpaymentp .listinpayments ul li{
    list-style:inside;
    font-size:14px;
    padding: 5px 0px;
}
.innerdescriptionofpaymentp h6{
        font-size: 20px;
        font-weight:500;
            margin-bottom: 0px;
    line-height: 44px;
}
.paraspaymentplanes p{
    margin-bottom:0px;
    font-size:14px; 
}
.paraspaymentplanes{
           padding: 13px 0px 20px 0px;
}
.colororanes{
    color:#ac5300;
}

/*Enquire_now*/
section.sec-contact.enquiry .divform {
    background-color: white;
    /* border: 1px solid #dedede; */
    padding: 10px;
    border-radius: 3px;
    padding: 21px 50px;
    box-shadow: 0 0 13px #dedede;
}
.textaligncenterrr{
    text-align:center;
    font-size: 35px!important;
   
}

.paradivsiteplan{
    padding-top:14px;
}
.padenquirenowhsh{
       padding: 30px!important;
}

.contact_from_area .view-btn a{
        padding: 10px 19px;
    background-color: #ac5300;
    color: white;
    border-radius: 5px;
}
.contact_from_area .view-btn a:hover{
    text-decoration:none;
}
.contact_from_area .form-control{
        font-size: 14px;
         
}
.newpaddingclasshenquire{
    padding-top:27px;
}
.headingdata:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: #ac5300;
       left: 6%;
    z-index: 1;
}
.headingdata:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 150px;
    height: 1px;
    background: #dadada;
       left: 0%;
   
}
.headingdata{
    position:relative;
}
 .padding_enquirenowpags:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: #ac5300;
       left: 50%;
    z-index: 1;
         margin-left: -32px;
}
.padding_enquirenowpags:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 150px;
    height: 1px;
    background: #dadada;
       left: 50%;
           margin-left: -84px;
   
}
.sitemappadddighhf{
    padding-top:10px;
}
.divform .contact_input_area .form-group{
    margin-bottom:25px;
}
/*photogallery*/
.gallery-item a img{
    width: 100%;
    height: 100%;
}
.aftervhovergd {
    position: absolute;
    /* top: -55px; */
    bottom: 0;
    width: 100%;
    left: 0;
    background-image: linear-gradient(#ffffff00, black);
    padding: 0px 10px;
}
.newitemforpostion{
    position:relative;
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
   padding:2px;
}
.newitemforpostion video{
    height:146px;
}
.newitemforpostion img{
    width:100%;
}
.aftervhovergd h3{
    color:white;
        font-size: 16px;
            margin-top: 6px;

}
.aftervhovergd .date_tri{
    color:white;
        font-size: 12px;
    border: 1px solid white;
    padding: 3px;
}
.newitemforpostion a img:hover {
    opacity: 0.8;
    outline: #ffffffa6 solid 2px;
    outline-offset: -10px;
}
/*vaastu_special*/
.vastuimagesjhgd img{
    width:100%;
        padding: 2px;
}
.vastuimagesjhgd{
        padding: 25px 0px 10px 0px;
}
.vastuimagesjhgd .imagenewvaastue{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  position:relative;
}
.vastuimagesjhgd .imagenewvaastue .hoverpostionvaastu{
      position: absolute;
    bottom: 0px;
    width: 100%;
    background-image: linear-gradient(#ffffff00, black);
}
.vastuimagesjhgd .imagenewvaastue .hoverpostionvaastu h4{
      font-size: 14px;
    text-align: center;
    color: white;
}

/*interiordesign*/
.newpostioondgdinter{
    position:relative;
}
.vastuimagesjhgd .gallery-item .hoverpostionvaastu{
        position: absolute;
    bottom: 0px;
        left: -85px;
    top: 59px;
    width: 100%;
     background-image: linear-gradient(#ffffff00, black);
}
.vastuimagesjhgd .gallery-item .hoverpostionvaastu h4{
    font-size: 14px;
    color: white
}
.paddinginteriordesig{
    padding:0px;
}
/*VastuFaqs*/
.accordion {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.accordion__item {
    border: 1px solid #ac530087;
    border-radius: 10px;
    overflow: hidden;
}

.accordion__header {
padding: 16px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
       font-size:15px;
}

.accordion__header::after {
    content: '';
    background: url(/Dbali/Images/angle-downFAQS.svg) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.accordion__header.active {
    background: #dabfbf1f;
}

.accordion__header.active::after {
    transform: rotateX(180deg);
}

.accordion__item .accordion__content {
    padding: 0 25px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}
.faqsvastu{
        padding: 16px 0px;
}
/*reachusclass*/
.sideNabar .divaddress {
    border: 1px solid #ac530030;
    padding: 15px;
    background-color: #f5f5f5;
    color: black;
    text-align: center;
      height: 190px;
}
.reachusclass h4{
        text-align: center;
    font-size: 40px;
    font-weight: 500;
        padding-bottom: 13px;
}
.sideNabar .divaddress .divaddress-add {
    margin-bottom: 15px;
}
.sideNabar .contact-info__icon i{
    font-size:40px;
        color: #ac5300;
}

.sideNabar .media-body{
    padding-top:16px;
}
.divaddress .media-body h3{
    font-size:20px;
}
.reachusclass span{
    color: #ac5300;
}
.reachusclass{
    position:relative;
}
.reachusclass:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: #ac5300;
    left: 48%;
    z-index: 1;
}
.reachusclass:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 150px;
    height: 1px;
    background: #dadada;
    left: 43.3%;
}
.newclassmaindivreachus{
    padding-top: 22px;
}
.MAPclshsggdreach{
    padding-top:48px;
}
.MAPclshsggdreach iframe{
    width:100%;
}
.MAPclshsggdreach .iframedivbreachus{
    padding-top:20px;
}
.maindivforboxshaddow{
    background-color:white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:35px;
}


/*Contact US*/
.findusthere{
      padding: 26px 16px;
}
.findusthere .iconsdivssfind{
    display:flex;
    column-gap:18px;
}
.findusthere .headingfindthere h4{
        font-size: 30px;
}
.findusthere .headingfindthere p{
           padding-top: 10px;
               font-size: 14px;
               margin-bottom:0px;
                   padding-bottom: 21px;
                       line-height: 22px;
}
.findusthere .iconsdivssfind .iconssfindusthete i{
        font-size: 17px;
            color: #ac5300;
}
.numberdetaisl p{
        font-size: 17px;
}
.formcontactus .headingcontatform h4{
    font-size:30px;
}

.formcontactus .newcolorcontactusdesign a{
      padding: 10px 12px;
    background-color: #ac5300;
    color:white;
        border-radius: 5px;
}
.allthefieldcontat{
        padding: 21px 0px 0px 0px;
}

.removebackgroundimagesscontact{
    background-image:none;
        padding: 56px 0px;
}
.headingfindthere:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: #ac5300;
        left: 25%;
    z-index: 1;
    margin-left: -32px;
}
.headingfindthere{
    padding-bottom: 8px;
    position:relative;
}
.headingfindthere:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 150px;
    height: 1px;
    background: #dadada;
       left: 27%;
    margin-left: -84px;
}
.parafingisysgs{
        padding-top: 15px;
}
.headingcontatform:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 150px;
    height: 1px;
    background: #dadada;
       left: 13%;
    margin-left: -84px;
}
.headingcontatform{
    position:relative;
        padding-bottom: 8px;

}
.headingcontatform:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: #ac5300;
        left: 12%;
    z-index: 1;
    margin-left: -32px;
}
.allthefieldcontat .form-group{
        margin-bottom: 22px;
}
.headingcontatform span{
    color:#ac5300;
}
.headingfindthere span{
     color:#ac5300;
}
.paddingclasstopbotttom{
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     padding: 30px 33px 40px 34px;
}
.buttonofwishlst{
        display: flex;
    justify-content: center;
    gap: 20px;

}
.buttonofwishlst .submitbutton a{
        background: #ac5300;
            padding: 7px;
    border-radius: 5px;
    color:white;
      border:1px solid white;
}
.buttonofwishlst .restbtm a{
        background: black;
            padding: 7px;
    border-radius: 5px;
        color:white;
          border:1px solid white;
}
.buttonofwishlst .restbtm a:hover{
       background: #ac5300;
       color:white;
       text-decoration:none;
         border:1px solid white;
}
.buttonofwishlst .submitbutton a:hover{
       background: black;
       color:white;
       text-decoration:none;
       border:1px solid white;
}
.whsilistscls .labelclass label{
    font-size:14px;
    font-weight: 500;
}

/*Careers*/
.divclasscareersgd{
        padding: 42px 0px 14px 0px;
}


/*=========== Current Opening ========*/
.job_details_section {
    background-color: #ffffff;
    background-image: url(/Dbali/images/TopDevelopers_bg.png);
    padding: 50px 0;
}
.jobBox-card {
    margin: 18px 0;
    padding: 12px;
    background: #ffffff85;
    border: 1px solid rgba(0,0,0,.1);
    margin: 13px 0;
    transition: all .3s ease-in-out
}
.jobBox-card .anchorLink {
    padding: 0px 37px 3px 12px;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    background: #ac5300;
    text-align: center;
    text-decoration: none;
}
.jobBox-card .anchorLink:focus {
    border: 0 !important;
    outline: none !important
}
.jobBox-card h4 {
    margin-bottom: 6px;
    color: black;
    font-size: 16px;
    margin-top: 3px;
    font-weight: 600
}
.jobBox-card p {
    font-size: 13px;
    color: #000;
    margin-bottom: 18px
}
a.anchorLink.apply_now_btn.view_more_job cite {
    width: 37px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
    background: #00000000 url(../images/icons.png) no-repeat -63px -4818px;
}
.anchorLink {
    line-height: 27.9px;
    display: inline-block;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    position: relative;
}
.department_heading_tri {
    font-size: 13px;
    font-style: italic;
    color: #ababab;
}
.jobBox-card:hover {background:#fff;
    box-shadow: 0px 10px 10px #ccc;
}
a.anchorLink.apply_now_btn.view_more_job:hover cite {
    top: 1px;
    text-decoration: none;
    background-position: 0 -4816px;
}
.jobsBoxes{
    display: flex;
    justify-content: center;
}
/*=========== End Current Opening ========*/
/*=========== View Jobs ========*/

section.Careers_section img.job_left_img {
    box-shadow: 1px 0px 7px rgb(0 0 0/16%);
    object-fit: cover;
    height: 555px;
    width: 100%
}
section.Careers_section .efox-abttext {
    display: inline-block;
    padding-right: 40px
}
section.Careers_section .efox-abttext h3 {
    font-size: 26px;
    color: #233979
}
 .eael-dch-separator-wrap {
    justify-content: flex-start;
    margin: 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
 .eael-dch-separator-wrap .separator-one {
    margin-right: 5px;
    width: 15%;
    height: 5px;
    border-radius: 100px;
    background-color: #233979 !important;
    display: inline-block;
    width: 15%;
    height: 5px
}
.eael-dch-separator-wrap .separator-two {
    margin-left: 5px;
    width: 1%;
    height: 5px;
    border-radius: 999px;
    background-color: #233979
}
 .job-contect-info-left {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    padding: 20px;
    border-left: 3px solid #ac5300;
    box-shadow: 1px 0px 20px rgb(0 0 0/16%);
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 5px 0 0 5px
}
section.Careers_section h2.vc_custom_heading {
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #043a5b
}
section.Careers_section .address_responsive_sec {
    display: flex;
    align-items: center
}
section.Careers_section .address_responsive_sec i {
    font-size: 18px;
    color: #797a7d;
    position: relative;
    top: 1px;
}
section.Careers_section .address_responsive_sec h3.address_responsive {
    color: #333;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 9px;
    font-weight: 400;
}
section.Careers_section .Jobs-icon-description {
    font-size: 15px !important;
    line-height: 30px !important;
    margin-top: 10px
}
section.Careers_section .job-contect-info-left p {
    margin-bottom: 15px
}
section.Careers_section .efox-abttext p {
    line-height: 24px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 5px
}
section.Careers_section .job-contect-info-left ul {
    margin-bottom: 10px
}
section.Careers_section h2.resumeto_section {
    font-size: 16px;
    font-weight: 500
}
section.Careers_section h2.resumeto_section a {
    color: #233979
}
.efox-abttext .contect-info-right {
    margin-top: 0;
    padding: 30px 30px 20px
}
.efox-abttext .contect-info-right {
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 4px 10px rgb(0 0 0/8%)
}
.efox-abttext .job_contect_info_left_bottom {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    padding: 20px;
    border-left: 3px solid #ac5300;
    box-shadow: 1px 0px 20px rgb(0 0 0/16%);
    width: 100%;
    background-color: #5f5f5f;
    border-radius: 5px 0 0 5px
}
.efox-abttext .job_contect_info_left_bottom h2.resumeto_section {
    color: #fff;
    margin: 0
}
.efox-abttext  .job_contect_info_left_bottom h2.resumeto_section a {
    color: #ffc9cc;
}
.marquee-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 490px;
    overflow: hidden;
    background: white;
    box-shadow: 1px 0px 20px rgb(0 0 0 / 16%);
}
.marquee-wrapper .box {
    padding: 2em 1em;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0em;
}
.marquee-wrapper .scroll {
    position: absolute;
    width: 94%;
    left: 10px;
    right: 10px;
}
.marquee-wrapper .scroll li {
    list-style: none;
}
.marquee-wrapper .events p {
    margin-bottom: 0 !important;
    font-size: 13px;
    font-weight: 400;
}
.marquee-wrapper .events .widget-wrapper-news-inv div {
    background: no-repeat;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    background-color: transparent;
    padding-left: 0px;
}

.jobsBoxes .details-event-s {
    line-height: 20px !important;
}
.marquee-wrapper h3 {
    padding: 5px 0;
    margin: 0;
    width: 100%;
    background: #5c5c5c;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px 0;
}

.marquee-wrapper .events .widget-wrapper-news-inv div h4 {
    font-size: 15px;
    margin-bottom: 8px;
}

marquee.marquee-newsdiv {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 422px;
    overflow: hidden;
    background: white;
}
.events li:last-child {
    border-bottom: 0 dotted #bfbfbf;
}
.events li {
    border-bottom: 1px dotted #bfbfbf;
    list-style: none;
    padding: 12px 0;
}
.marquee-wrapper .events .widget-wrapper-news-inv div cite {
    margin-right: 25px !important;
    right: auto;
}
.anchorLink cite {
    background: #f4f4f400 url(../images/icons.png) no-repeat -63px -108px;
    width: 37px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
}
.events li a{
    text-decoration:none;
}
.d-flex_btn_sec.apply_now_btn_section {
    position: absolute;
    right: 4px;
    top: -12px;
}
.d-flex_btn_sec.apply_now_btn_section a.apply_now_btn {
    padding: 8px 11px;
    padding-right: 37px;
}
.d-flex_btn_sec a {
    text-decoration:none;
    position: relative;
    font-size: 14px;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    background: #ac5300;
    margin-right: 15px;
}
.d-flex_btn_sec {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.d-flex_btn_sec.apply_now_btn_section a cite {
    top: 4px;
    background: transparent url(../images/icons.png) no-repeat -63px -4818px;
    width: 37px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
}
.d-flex_btn_sec.apply_now_btn_section a:hover cite {
    top: 1px;
    text-decoration: none;
    background-position: 0 -4814px;
}
.efox-abttext .vc_custom_heading{
font-size: 18px;
}
.Jobs-icon-description h4, .iyruy_tri {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/*=========== End View Jobs ========*/
/*===========  Submit_Resume ========*/
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 22px;
    color: #555;
    background-color: #f5f8fa;
    background-image: none;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* box-shadow: inset 0 1px 0px rgb(0 0 0 / 8%); */
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input.form-control.Upload-Resume_btn {
       padding: 3px 5px;
    font-size: 12px;
}
.contact_white_bg .form_setion_tri .form-group input ~ span, .contact_white_bg .form_setion_tri .form-group select ~ span, .contact_white_bg .form_setion_tri .form-group textarea ~ span {
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    margin-left: 2%;
    margin-top: 3px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #122f4d;
}
label span {
    color: red;
}
section.mbt.contact_white_bg {
    padding: 50px 0;
}
.gfvdgde_tri {
    text-align: left;
}
.form_setion_tri button.btn-new {
    padding: 6px 32px;
    color: #fff;
    margin-bottom: 0;
        background-color: #ac5300;
    border-color: #ac5300;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
}
.address_responsive_sec{
    display:flex;
        gap: 10px;
            padding-top: 15px;
}
.address_responsive_sec h3{
font-size: 18px;
    font-weight: 400;
}
.maindivcolrdibdsf{
  background-image:none;
    
}
.tdctf_tri{
        font-size: 48px;
            font-weight: 500;
}
.iugk_tri{
    font-size:15px;
    font-weight:400;
        padding: 5px 0px 16px 0px;
}
.yrdtr_tri{
    color:#ac5300;
}
.newpostionrightclasswe{
    left: 208px;
        top: 15px;
}
.dataclass .otherdivplane{
    padding-top:30px;
}
.dataclass .imageotherplaness{
    padding-top: 22px;
}
.divaddress .divaddress-mail .removebottompaddingghs{
    margin-bottom:0px;
}
.newtabledownload{
    padding-top:20px;
}
.newtabledownload .table td, .newtabledownload .table th{
        padding: 8px;
}

.newannouncemnet {
    background-color: white;
}
.datedivgsg {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-bottom: 2px solid #ac5300;
    padding-bottom: 7px;
}
.newannouncemnet .datehs {
    font-size: 34px;
    color: #ac5300;
    font-weight: 600;
}
.Monthsss {
    font-size: 17px;
    color: black;
    font-weight: 500;
    padding-top: 8px;
}
.headingannouncements {
    padding-left: 25px;
    margin: auto;
    margin-left: 8px;
}
.padding_bottomcls {
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}
.downloadbutton {
    padding: 5px;
       background: #ac5300;
    color: white;
    border-radius: 5px;
    border: 1px solid #ac5300;
}
.headingannouncements .downloadbutton:hover{
    color:white;
    text-decoration:none;
}
.padding_tophsh{
        padding-top: 25px;
}
.newannouncemnet {
    display: inline-flex;
    margin: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 7px;
    width: 100%;
}
.submitbtnn{
    background: #ac5300!important;
    padding: 7px!important;
    border-radius: 5px!important;
    color: white!important;
    border: 1px solid white;
}
.resetbtnn{
    background: black!important;
    padding: 7px!important;
    border-radius: 5px!important;
    color: white!important;
    border: 1px solid white!important;
}