* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width:768px) {
     .right-mail{justify-content: end !important;}
 }
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
}

#top-header {
    background: #7db03f;
}
        
.footer-section {
  background: #151414;
  position: relative;
}

.box {
  height: 565px;
  /*box-shadow: 0px 0px 10px 2px lightgray;*/
  padding: 10px 15px;
}

.footer-widget-heading ul {
  width: 100%;
  padding: 0px !important;
  margin: 0px;
}

.hero-footer {
  height: auto;
  background: url("https://www.intygrat.com/images/footer.jpg") left bottom no-repeat;
  background-color: rgb(0 16 90 / 65%);
  background-size: cover;
  background-blend-mode: multiply;
  /* background-attachment:fixed ;
    activate when you put in your website (optional)
  */
  color: rgb(255, 255, 255);
  /*padding: 30px 80px 30px 30px;*/
}

.about-image::before {
  position: absolute;
  content: '';
  background-image: url(../images/dots.jpg);
  background-position: center center;
  background-size: 100%;
  width: 375px;
  height: 350px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about-image {
  position: relative;
}

.nav {
  display: flex;
  flex-wrap: initial;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.single-services {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/*.services-icon img {*/
/*    width: 100px;*/
/*}*/
.single-services:hover {
  background-color: #7db03f;
}

.single-services {
  background: #283a8f;
}

.heading-web {
  text-align: center;
  font-size: 25px;
  font-weight: bold !important;
  text-transform: uppercase;
  position: relative;
}

.single-services .services-content .services-title {
  color: white;
  padding-top: 10px;
  font-size: 21px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.list p {
  list-style: none !important;
  background: url(https://www.intygrat.com/images/main_ul.png) 0 6px no-repeat;
  font-size: 17.5px;
  color: black;
  padding-left: 35px;
  line-height: 35px;

}

.video iframe {
  border: 2px solid #1f277c;
  width: 100%;
  height: 330px;
}

.new-contact-design .new-contact-design-box {
  flex: 1 1 160px;
  padding: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 22px rgba(0, 0, 0, .2);
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}

.new-contact-design .new-contact-design-box h4 {
  color: #262626;
  margin-bottom: 15px;
  font-size: 26px;
  font-family: sans-serif;
}

.new-contact-design .new-contact-design-box i {
  font-size: 59px;
  margin-bottom: 25px;
  color: #ff4530;
}

.new-contact-design .new-contact-design-box p {
  text-align: center;
}

a {
  color: #0a58ca;
  text-decoration: none !important;
}

p {
  font-size: 18px;
}

.parallax-window {

  padding-top: 3vw;
  padding-bottom: 3vw;
  background-color: #293a8f !important;
}

a:hover {
  color: #0a58ca;
  text-decoration: none !important;
}

.main {
  width: 100%;
  min-height: 380px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.service {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  /*position: absolute;*/
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -90px auto 0;
  background: #fff;
  border: 2px dashed #7db03f;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 89px 0px #ffffff00;
}

/* Membuat border title */
.service h4 {
  height: 35px;
  width: 80%;
  margin: 50px auto !important;
  background: #fff;
  position: relative;
  color: #7db03f;
  font-weight: 600;
}

.service h4::after,
.service h4::before {
  content: '';
  width: 40px;
  height: 30px;
  position: absolute;
  z-index: -1;
}

.service h4::after {
  background: linear-gradient(to right, #fff, #7db03f);
  right: -5px;
  top: -5px;
}

.service h4::before {
  background: linear-gradient(to right, #7db03f, #fff);
  left: -5px;
  bottom: -5px;
}


/* membuat shadow untuk service */
.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

.main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.service-logo .main:hover .service {
  transform: translateY(-50px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo img {
  transition: transform 1s;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}

#banner {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#banner #banner-images {
  height: 100%;
  position: relative;
  object-fit: cover;
  z-index: -10;
  filter: brightness(0.7) grayscale(0.6);
  animation: banner-change 15s infinite ease-in-out;
  display: flex;
  flex-direction: row;
}

#banner #banner-images img {
  width: 100vw;
  object-fit: cover;
}

@keyframes banner-change {
  0% {
    right: -200vw;
    filter: brightness(0.7) grayscale(0.6);
  }

  20.5% {
    right: -200vw;
    filter: brightness(0.7) grayscale(0.6);
  }

  22.5% {
    right: -200vw;
    filter: brightness(0) grayscale(0.6);
  }

  23% {
    right: -100vw;
    filter: brightness(0) grayscale(0.6);
  }

  25% {
    right: -100vw;
    filter: brightness(0.7) grayscale(0.6);
  }

  45.5% {
    right: -100vw;
    filter: brightness(0.7) grayscale(0.6);
  }

  47.5% {
    right: -100vw;
    filter: brightness(0) grayscale(0.6);
  }

  48% {
    right: 0vw;
    filter: brightness(0) grayscale(0.6);
  }

  50% {
    right: 0vw;
    filter: brightness(0.7) grayscale(0.6);
  }

  70.5% {
    right: 0vw;
    filter: brightness(0.7) grayscale(0.6);
  }

  72.5% {
    right: 0vw;
    filter: brightness(0) grayscale(0.6);
  }

  73% {
    right: 100vw;
    filter: brightness(0) grayscale(0.6);
  }

  75% {
    right: 100vw;
    filter: brightness(0.7) grayscale(0.6);
  }

  95.5% {
    right: 100vw;
    filter: brightness(0.7) grayscale(0.6);
  }

  97.5% {
    right: 100vw;
    filter: brightness(0) grayscale(0.6);
  }

  98% {
    right: 200vw;
    filter: brightness(0) grayscale(0.6);
  }

  100% {
    right: 200vw;
    filter: brightness(0.7) grayscale(0.6);
  }
}

#banner h1 {
  position: absolute;
  font-family: sans-serif;
  font-size: 40px;
  letter-spacing: 8px;
  color: rgb(230, 255, 255);
  text-shadow: 2px 2px 8px rgb(206, 206, 206);
  animation: color-cycle 5s infinite ease-in-out;
  color: rgb(233, 233, 233);
  text-transform: uppercase;
  margin-top: -14px;
  text-align: center;
  width: 90%;
}

.footer-cta {
  border-bottom: 1px solid #373636;
  padding-bottom: 8px !important;
}

.single-cta i {
  color: #7db03f;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: white;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo img {
  max-width: 55%;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #7db03f;
}

.footer-widget ul li {
    display: block;
    /* float: left; */
    /* width: 50%; */
    margin-bottom: 12px;
    /*margin-right: 20px;*/
}

.footer-widget ul li a:hover {
  color: #ff5e14;
}

.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 17px !important;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #ff5e14;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  padding-left: 32px;
}

.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #14ffa7;
}

.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #ffd700;
}

.footer-social-icon .social_icon {
    text-align: left;
    padding: 0px;
    display: flex;
    align-items: center;
}

.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
}

.footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}

.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}


.social_icon {
    text-align: right;
    margin: 0;
    margin-top: 3px;
    padding: 5px 0px;
}

.social_icon li {
  display: inline-block;
  margin: 0 5px;
}

.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}

.social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}

.social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}

.social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}

.social_icon li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  color: #fff;
}

.social_icon li:nth-child(4) a {
  background: #0077b5;
  color: #fff;
}

.social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}

.social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}

.social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}

.social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #0077b5;
}

p {
  margin: 0px;
  padding: 0px;
}

.heading {
  font-size: 24px;
  color: #7db03f;
}

.profile {
  width: 100%;
  float: left;
}

.profile img {
  float: right;
  padding-left: 10px;
  padding: 5px;
}

.profile p {
  line-height: 25px;
  margin-bottom: 10px !important;
}

h2 {
  font-size: 50px !important;
  text-align: left;
  color: #fff !important;
  text-shadow: 1px 2px 1px #333;
  margin: 0px;
  /* padding-top: 9%; */
  padding-left: 2%;
}

.lin {
  width: 100%;
  background-color: #918e8e;
  height: 1px;
  border: none;
}

/*.container{width:100%;margin:0 auto;float:left;}*/
.top {
  width: 100%;
  max-width: 1400px;
  margin: 5px auto 0;
}

.mid {
  width: 100%;
  margin: 0px auto 0;
  background-repeat: repeat;
}

.ryt {
  width: 97%;
  margin: 0 auto;
  text-align: right;
}

.ryt p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #283A8F;
}

.bar {
    width: 100%;
    /*margin: 5px auto 0;*/
    height: 74px;
    /*display: flex;*/
    /*align-items: center;*/
}

.logo {
  width: 14%;
  float: left;
}

.navy {
  width: 86%;
  float: right;
}

.both {
  width: 100%;
  margin: 0 auto;
}

.both h2 {
  font-size: 50px;
  text-align: left;
  color: #fff;
  text-shadow: 1px 2px 1px #333;
  margin: 0px;
  padding-top: 0%;
  padding-left: 2%;
}

.better {
  float: left;
  width: 50%;
}

.better h2 {
  font-size: 35px;
  color: #333333;
  padding-top: 3%;
  padding-left: 0px;
}

.better p {
  font-size: 16px;
  color: #333333;
  font-weight: lighter;
}

.intygrat {
  float: right;
  width: 48%;
}

.intygrat h2 {
  font-size: 35px;
  color: #333333;
  padding-top: 3%;
  padding-left: 0px;
}

.intygrat p {
  font-size: 16px;
  color: #333333;
  font-weight: lighter;
}

.dive {
  width: 100%;
  max-width: 100px;
  height: 40px;
  border: 2px solid #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
}

.dive2 {
  width: 100%;
  max-width: 100px;
  height: 40px;
  border: 2px solid #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
  margin-top: 51px;
}

.dive p {
  margin-top: 10px;
  padding: 0px;
}

.dive2 p {
  margin-top: 10px;
  padding: 0px;
}

.hding_img {
  background-image: url("../images/heading.png");
  background-repeat: no-repeat;
  height: 69px;
  position: relative;
  top: -14px;
  width: 100%;
}

.offer {
  width: 100%;
  margin: 0 auto;
}

.circle {
  width: 30%;
  float: left;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  padding: 10px 0px;
}

.cicle_txt {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}

.cicle_txt p {
  font-size: 14px !important;
  text-align: justify;
  color: #333;
  padding: 0px;
  margin: 5px 0px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  padding: 10px 0px;
}

.cicle_txt h3 {
  color: #333;
  font-size: 20px !important;
  text-align: center;
  font-weight: 400 !important;
  padding: 0px;
  margin: 5px 0px;
  line-height: 20px;
}

.circle2 {
  width: 30%;
  float: left;
  text-align: center;
  margin: 0px 3%;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  padding: 10px 0px;
}

.circle3 {
  width: 30%;
  float: left;
  text-align: center;
  margin: 0px 0% 0px 0%;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  padding: 10px 0px;
}

.more {
  background-color: #7db03f;
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  color: #FFF;
  border-radius: 3px;
  height: 32px;
  margin: auto;
  cursor: pointer;
  color: white !important;
}

.more p {
  margin-top: 6px;
  font-size: 12px;
}

.rera {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding-bottom: 10%;
}

.rera_lft {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.dummycont {
  width: 80%;
  margin: 0 auto;
}

.dummycont h1 {
  text-align: center;
  padding: 30px 0px;
  margin: 0px;
  color: #fff;
  font-size: 50px;
  text-shadow: 1px 2px 1px #333;
}

.dummycont ul {
  padding: 0px;
  color: #fff;
  font-size: 20px;
  list-style-type: none;
  margin: 0px;
}

.dummycont ul li {
  background-image: url(../images/building.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 1px 41px;
}

.dummycont ul li:hover {
  background-image: url(../images/hvoer.png);
}

.dummycont ul li a {
  color: #FFF;
}

.dummycont ul li a:hover {
  color: #7DB03F !important;
}

.dummycont ol li {
  background-image: none;
}

.dummycont ol li:hover {
  background-image: none !important;
}

.rera_lft p {
  color: #fff;
  padding: 20px;
  padding-right: 40px;
}

.rera_lft h2 {
  color: #fff;
  padding: 20px;
  padding-right: 40px;
  padding-top: 10px;
  text-align: center;
}

.dive3 {
  width: 100%;
  max-width: 120px;
  height: 40px;
  border: 2px solid #333;
  cursor: pointer;
}

.dive3 p {
  font-size: 14px !important;
  font-weight: lighter;
  text-align: center;
  margin: 5px 0 0 0;
}

.connect {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.connect h2 {
  text-align: center;
}

.contctbox {
  width: 60%;
  margin: 0 auto;
}

.idher-connct {
  float: left;
  width: 50%;
  text-align: left;
  margin-top: 2%;
  margin-left: 2%;
  color: #fff;
}

.idher-connct strong {
  color: #79ab3f;
}

.udher-connct {
  float: left;
  width: 45%;
  margin-top: 2%;
  margin-left: 2%;
}

.udher-connct p {
  text-align: left;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  color: #fff;
}

.udher-connct strong {
  color: #79ab3f;
}

.idher {
  float: left;
  width: 50%;
  text-align: right;
  margin-top: 0%;
}

.udher {
  float: left;
  width: 30%;
  margin-top: 2%;
  margin-left: 2%;
}

.udher p strong {
  color: #7db03f;
  font-size: 17px;
}

.udher p {
  text-align: left;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  color: #fff;
}

.foot {
  padding: 10px 0px;
  text-align: center;
}

.help {
  color: #fff;
  padding-left: 0px;
  text-align: right;
  line-height: 60px;
  padding-top: 10px;
}

.abt {
  background-image: url(../images/about_slide-2.png);
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 20px 0px;
}

.abt-both {
  margin: 0 auto;
  max-width: 1400px;
}

.engage {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#buu {
  margin: 10% auto 0;
  max-height: 85px;
  max-width: 200px;
  text-align: center !important;
  width: 100%;
}

.us {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: rgba(220, 223, 204, 0.3);
}

.detail h6 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  color: #333;
  text-align: center;
}

.detail p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.detail {
  float: left;
  background-color: #cfdbe5;
  width: 25%;
  padding: 10px;
}

.prodetail h6 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  color: #333;
  text-align: center;
}

.prodetail p {
  padding: 7.5px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.prodetail {
  float: left;
  background-color: #cfdbe5;
  width: 25%;
  padding: 17px;
}

.prodetail ul {
  padding: 0px 10px 0px 15px;
  margin: 0px;
}

.prodetail ul li {
  padding: 5px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.prodetail2 h6 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  color: #333;
  text-align: center;
}

.prodetail2 p {
  padding: 7.5px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.prodetail2 {
  float: left;
  background-color: #cfdbe5;
  width: 27%;
  padding: 9px;
}

.prodetail2 ul {
  padding: 0px 10px 0px 15px;
  margin: 0px;
}

.prodetail2 ul li {
  padding: 5px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.services2 {
  float: left;
  width: 72%;
}

.services {
  float: left;
  width: 75%;
}

.serv {
  width: 100%;
  margin: 0 auto;
  background-color: #f4f4f4;
  padding: 10px;
}

.serv h6 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  color: #333;
  text-align: center;
}

.serv p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.detail ul {
  padding: 0px 10px 0px 15px;
  margin: 0px;
}

.detail ul li {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.serv ul li {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.why {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.why h6 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  color: black;
  text-align: center;
  font-weight: bold;
}

.why ul li {
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.abt-let {
  float: left;
  margin-top: 20px;
  text-align: center;
  width: 50%;
}

.abt-let img {
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.abt-right {
  width: 47%;
  float: left;
  margin-left: 1%;
}

.abt-right h6 {
  font-size: 35px;
  font-weight: 400;
  padding: 10px;
  margin: 0px;
  text-align: left;
}

.abt-right p {
  padding: 10px;
  margin: 0px;
  text-align: justify !important;
}

.philo {
  width: 100%;
  margin: 0 auto;
  background-color: #F6F6F6;
}

.pcon {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0px;
}

.pbocs-1 {
  float: left;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 14px;
}

.pbocs-1 h6 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  color: #333;
  text-align: center;
}

.pbocs-1 p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.pbocs3-1 {
  float: left;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 10px;
  min-height: 392px;
}

.pbocs3-1 h6 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  color: #333;
  text-align: center;
}

.pbocs3-1 p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.pbocs {
  width: 33%;
  float: left;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 14px;
  margin-left: 40px;
}

.pbocs h6 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  color: #333;
  text-align: center;
}

.pbocs p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.pbocs2 {
  width: 30%;
  float: left;
  border: 1px solid #CCC;
  border-radius: 10px;
  margin: 0 20px;
  padding: 10px;
}

.pbocs2 h6 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  color: #333;
  text-align: center;
}

.pbocs2 p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.pbocs3 {
  width: 30%;
  float: left;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 10px;
}

.pbocs3 h6 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  color: #333;
  text-align: center;
}

.pbocs3 p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: justify;
}

#additional {
  float: left;
  margin-left: 14px;
}

#addy {
  margin-left: 20px;
  float: left;
}

button {
  background-color: #7DB03F;
  border: none;
  font-size: 23px !important;
  font-weight: lighter;
  height: 49px;
  max-width: 100%;
  text-transform: uppercase !important;
  width: 100%;
  transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  color: white;
}

button:hover {
  background-color: #283A8F;
  color: #FFFFFF;
  border: 2px solid #7DB03F;
}

.pbocs2-2 {
  float: left;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 10px;
  background-image: url("../images/aboutbg.jpg");
  background-size: cover;
  min-height: 393px;
}

.pbocs2-2 h6 {
  padding: 5px 0px;
  margin: 0px;
  font-size: 30px;
  color: #FFF;
  text-align: center;
}

.pbocs2-2 p {
  padding: 0px 10px;
  margin: 0px;
  font-size: 14px;
  color: #FFF;
  text-align: left;
}

#ovrlay {
  float: right;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 570px;
  width: 100%;
}

.rao {
  width: 20%;
  float: left;
  text-align: center;
}

.rao-txt {
    width: 80%;
    float: left;
    padding: 0px 30px;
    text-align: justify;
}

#dis {
  display: none;
}

#dis2 {
  display: block;
}

.roww {
  width: 100%;
  margin: 0 auto;
}

.graybox {
  width: 33%;
  background-color: #2f2c2c;
  padding: 10px;
  margin: 10px 0px 10px 18px;
  float: left;
}

.graybox p {
  font-size: 14px !important;
  text-align: justify;
  padding: 5px;
  color: #ece8e8;
  font-weight: normal;
}

.graybox2 {
  background-color: #2f2c2c;
  float: left;
  margin: 10px 17px;
  padding: 10px;
  width: 61%;
}

.graybox2 p {
  font-size: 14px !important;
  text-align: justify;
  padding: 5px;
  color: #ece8e8;
  font-weight: normal;
}

.graybox2 ul li {
  color: #ece8e8;
  padding: 0px;
  margin: 0px;
}

.graybox2 ul {
  padding: 10px;
  margin: 0px;
}

.graybox3 {
  background-color: #2f2c2c;
  float: left;
  margin: 10px 17px;
  padding: 10px;
  width: 61%;
}

.graybox3 p {
  font-size: 14px !important;
  text-align: justify;
  padding: 5px;
  color: #ece8e8;
  font-weight: normal;
}

.graybox3 ul li {
  color: #ece8e8;
  padding: 0px;
  margin: 0px;
}

.graybox3 ul {
  padding: 10px;
  margin: 0px;
}

.graybox4 {
  width: 33%;
  background-color: #2f2c2c;
  padding: 10px;
  margin: 10px 0px 10px 0px;
  float: left;
}

.graybox4 p {
  font-size: 14px !important;
  text-align: justify;
  padding: 5px;
  color: #ece8e8;
  font-weight: normal;
}

.graybox5 {
  background-color: #2f2c2c;
  float: left;
  margin: 10px 17px;
  padding: 10px;
  width: 61%;
}

.graybox5 p {
  font-size: 14px !important;
  text-align: justify;
  padding: 5px;
  color: #ece8e8;
  font-weight: normal;
}

.graybox5 ul li {
  color: #ece8e8;
  padding: 0px;
  margin: 0px;
}

.graybox5 ul {
  padding: 10px;
  margin: 0px;
}

.graybox6 {
  width: 33%;
  background-color: #2f2c2c;
  padding: 10px;
  margin: 10px 0px 10px 0px;
  float: left;
}

.graybox6 p {
  font-size: 14px !important;
  text-align: justify;
  padding: 5px;
  color: #ece8e8;
  font-weight: normal;
}

.graybox7 {
  background-color: #2f2c2c;
  float: none;
  margin: 10px auto 10px 21px;
  max-width: 100%;
  padding: 10px;
  width: 95%;
}

.graybox7 p {
  font-size: 14px !important;
  text-align: justify;
  padding: 5px;
  color: #ece8e8;
  font-weight: normal;
}

.iconwrap {
  width: 30%;
  float: left;
  text-align: center;
  margin-left: 2%;
}

.txyyt {
  width: 100%;
  margin: 0 auto;
}

.iconwrap2 {
  width: 30%;
  float: left;
  text-align: center;
  margin: 0 3%;
}

.txyyt2 {
  width: 100%;
  margin: 0 auto;
}

.iconwrap3 {
  width: 30%;
  float: left;
  text-align: center;
}

.txyyt3 {
  width: 100%;
  margin: 0 auto;
}

#logy {
  max-width: 100%;
}

.slid {
  width: 100%;
  margin: 0 auto;
}

.blocks {
  /* width: 25%; */
  /* float: left; */
  margin-bottom: 20px;

}

.bordr {
  width: 100%;
  height: 140px;
  display: flex;
  background: #7db03f;
  border-radius: 5px;
  text-align: center;
  /* margin: 0px auto; */
  align-items: center;
  justify-content: center;
}
}

.bordr a {
  text-decoration: none;
}

.bordr p {
  color: #fff;
  padding: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.bordr p .fa {
  font-size: 42px;
}

.bordr p a {
  text-decoration: none;
  transition: all 0.3s ease-in;
}

.bordr p a:hover {
  color: #283a8f;
  transition: all 0.3s ease-in;
}

/*.margn{margin-top:13% !important;}*/
.bricksback {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/bcg_slide-2.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.buildingback {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/bcg_slide-3.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.bottomback {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.misionvissin {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/vision-mission-banner.png);
  background-size: contain;
  background-attachment: fixed;
  height: 414px;
}

.visonwrap {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 414px;
  background-attachment: fixed;
}

.butn {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.6);
  clear: both;
  width: 30%;
  color: #333;
  margin: 0 auto 0;
  font-size: 20px;
}

.butn h3 {
  font-size: 24px;
}

.form {
  width: 100%;
  height: auto;
  float: left;

}

.new-contact-design .new-contact-design-box {
  flex: 1 1 160px;
  padding: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 22px rgba(0, 0, 0, .2);
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}

.new-contact-design .new-contact-design-box h4 {
  color: #262626;
  margin-bottom: 15px;
  font-size: 26px;
  font-family: sans-serif;
}

.new-contact-design .new-contact-design-box i {
  font-size: 59px;
  margin-bottom: 25px;
  color: #ff4530;
}

.new-contact-design .new-contact-design-box p {
  text-align: center;
}

.form input {
  width: 32%;
  padding: 8px 10px;
  border: 1px solid #909090;
  background: transparent;
}

.form textarea {
  width: 98%;
  border: 1px solid #909090;
  height: 120px;
  padding: 8px 10px;
  margin: 10px 0px;
  background: transparent;
}

.form button {}

.breadcrumb-wrap {
  padding: 30px 20px;
  background: #f6f6f6;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  height: auto;
  float: left;
  width: 100%;
}

.right-menu {
  float: right;
}

ol.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #333;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

ol.breadcrumb li {
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.breadcrumb>li {
  display: inline-block;
}

ol.breadcrumb li a {
  color: #333;
  text-decoration: none;
}

.breadcrumb>li+li::before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.blog-tab {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0px;
  background: #f9f9f9;
}

.main {
  width: 97%;
  max-width: 1400px;
  height: auto;
  margin: 0px auto;
}

.left_sidebar {
  width: 75%;
  height: auto;
  float: left;
}

.left_sidebar .box img {
  float: right;
  padding-left: 10px;
}

.left_sidebar .box p {
  margin-bottom: 15px;
  padding: 0;
  color: #666666;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
}

.left_sidebar .box ul li {
  margin-bottom: 15px;
  padding: 0;
  color: #666666;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
}

.blog-post {
  background: none repeat scroll 0 0 #ffffff;
  float: left;
  overflow: hidden;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.blog-post-img {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.blog-post-img img {
  width: 100%;
}

.blog-post-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.67;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-post>.blog_bdr {
  border-bottom: 1px solid #c0c0c0;
  color: #b1b1b1;
  display: table;
  float: none;
  font-size: 12px;
  line-height: 18px;
  margin: 0 auto 30px;
  padding: 0 50px 10px;
  position: relative;
  width: 70%;
}

.blog-post>.blog_bdr::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #ececec;
}

.blog-post ul li {
  color: #b1b1b1;
  display: inline-block;
  font-size: 11px;
  margin-right: 50px;
}

.blog-post ul li i {
  color: #b1b1b1;
  font-size: 12px;
  padding: 15px;
}

.blog-post ul li i:hover {
  color: #00C;
}

.blog-post>h3 {
  float: left;
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  color: #7db03f;
  text-align: center;
}

.blog-post p,
.blog-desc p {
  float: left;
  padding: 0 20px;
  width: 100%;
  color: #666666;
  line-height: 26px;
  font-size: 14px;
  text-align: justify;
}

.blog-post h2 {
  font-size: 18px;
  color: #7db03f;
}

.blog-post h3 {
  text-align: left;
}

.blog_details {
  text-align: justify;
}

.single .blog-post {
  background: #fff;
  text-align: left;
  padding: 10px;
}

.single .blog-post>ul {
  width: 100%;
}

.single .blog-post>h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0;
  color: #7db03f;
}

.single .blog-post>h3 {
  font-size: 18px;
  margin-bottom: 0px;
  padding: 0;
  color: #555;
  text-transform: capitalize;
  margin-top: 0px;
  font-weight: bold;
}

.single .blog-post strong {
  color: #7db03f;
}

.single .blog-post p {
  margin-bottom: 15px;
  padding: 0;
  color: #666666;
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
}

.left_sidebar .blog-post ul li {
  float: left;
  color: #666666;
  line-height: 26px;
  font-size: 14px;
  text-align: justify;
  background: url(../images/arrow-list.png) no-repeat top 8px left;
  padding-left: 25px;
}

.left_sidebar .blog-post ul {
  margin-bottom: 20px;
}

.share-this {
  border-bottom: 1px dashed #dee1e2;
  border-top: 1px dashed #dee1e2;
  float: left;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.share-this h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-right: 40px;
  text-transform: uppercase;
}

.share-this>ul {
  display: inline-block;
  float: none;
  width: auto;
}

.share-this>ul li {
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 11px #f6f6f6 inset;
  -moz-box-shadow: 0 0 11px #f6f6f6 inset;
  -ms-box-shadow: 0 0 11px #f6f6f6 inset;
  -o-box-shadow: 0 0 11px #f6f6f6 inset;
  box-shadow: 0 0 11px #f6f6f6 inset;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.blog-post ul li {
  color: #b1b1b1;
  display: inline-block;
  font-size: 11px;
  margin-right: 50px;
}

.share-this>ul li a {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.right_sidebar {
  width: 24%;
  height: auto;
  float: right;
  background: #fff;
  padding: 0px 5px;
}

.category-h-bx {
  width: 100%;
  border-bottom: 1px solid #e0dfde;
  float: left;
  margin-bottom: 40px;
}

.category-h-bx h5 {
  font-size: 22px;
  font-family: Poppins;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.category-h-bx h5::after {
  border-bottom: 1px solid #283a8f;
  width: 50px;
  content: "";
  display: block;
  position: relative;
  top: 1px;
}

.side-blog-bx1 {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0px 20px 0px;
  border-bottom: 1px solid #CCC;
  min-height: 85px;
}

.side-blog-bx1-img {
  width: 80px;
  height: 80px;
  float: left;
}

.side-blog-bx1-img img {
  width: 100%;
}

.side-blog-bx1-txt {
  width: 175px;
  float: left;
  padding-left: 10px;
}

.side-blog-bx1-txt h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: Poppins;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

.side-blog-bx1-txt a {
  text-decoration: none;
  color: #000;
  display: block;
}

.side-blog-bx1-txt p {
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding-top: 5px;
}

.news {
  width: 100%;
  height: auto;
  float: left;
}

.news h1 {
  text-align: center;
}

.news .box {
  width: 31.9%;
  height: auto;
  float: left;
  background: #f1f1f1;
  margin: 20px 9px;
}

.news .box img {
  width: 100%;
}

.news .box h3 {
  color: #060606;
  font-size: 24px;
  text-align: center;
  padding: 0px 10px;
}

.news .box p {
  width: 100%;
  float: left;
  color: #666666;
  line-height: 27px;
  font-size: 14px;
  text-align: justify;
  padding: 0px 10px;
}

.news .box a {
  width: 100%;
  height: auto;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  background: #7db03f;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
  margin-top: 10px;
}

.video-tab {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0px;
}

.video-tab .box_2 {
  width: 25%;
  height: auto;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
}

.video-tab .box_2 video {
  width: 100% !important;
  height: 270px !important;
  border: 2px solid #ddd;
  background: #cacbd6;
}

.rera_qtn {
  width: 100%;
  height: auto;
  padding: 30px 0px;
  max-width: 1300px;
  margin: 0px auto;
}

#facebox {
  height: 100%;
  left: 0 !important;
  padding: 7% 32%;
  top: 0 !important;
  width: 100%;
  z-index: 9999;
  position: absolute !important;
  display: none;
  background: url(../images/bg-popup.png);
}

.wrap .close {
  float: right;
  width: 30px;
  height: 30px;
  font-size: 14px !important;
  border: none;
}

.popup .wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #d0d0d0;
  float: left;
  position: relative;
}

.popup_box2 img {
  width: 100%;
}

.blog_table {
  width: 100%;
  border-collapse: collapse;
}

.blog_table tr td {
  font-weight: normal;
  color: #666666;
  font-size: 14px;
  line-height: 27px;
  border: 1px solid #ddd;
  padding: 4px;
  vertical-align: top;
}

.blog_table tr:first-child td {
  font-weight: bold;
}

.error-page-area {
  width: 100%;
  padding: 30px 0;
  background: #7db03f;
  text-align: center;
  float: left;
}

.error-page-area .error-top img {
  display: inline-block;
}

.error-page-area {
  width: 100%;
  text-align: center;
}

.error-page-area .error-bottom h3 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.error-page-area .error-bottom p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}

.default-white-btn {
  border: none;
  color: #174873;
  padding: 13px 30px;
  background: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width:1366px) {
  .both {
    width: 100%;
    margin: 0 auto;
  }

  .top {
    width: 97%;
  }

  .cicle_txt p {
    font-size: 13px !important;
  }

  .abt-right p {
    padding-top: 0px;
  }

  .busi {
    width: 27%;
  }

  .busi2 {
    width: 27%;
  }

  .busi3 {
    width: 27%;
  }

  .pbocs {
    margin-left: 15px;
  }

  .pbocs3 {
    height: 380px;
  }

  .misionvissin {
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/vision-mission-banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .pbocs2 {
    min-height: 380px;
  }

  .pbocs-1 {
    border: 1px solid #ccc;
    border-radius: 10px;
    float: left;
    padding: 4px;
  }
}

@media screen and (max-width:1200px) {
  #cssmenu>ul>li>a {
    padding: 33px 10px;
    margin-right: 0px !important;
  }

  .pbocs {
    margin-left: 0;
  }

@media screen and (max-width:1280px){
    #mgi{
      width: 100%;
      max-height: 630px!important;
    }

    .top {
      width: 98%;
    }
  }
@media screen and (min-width:1024px) {
     .bar {
    width: 100%;
    /*margin: 5px auto 0;*/
    height: 74px;
    display: flex !important;
    align-items: center !important;
}}
  @media screen and (max-width:1024px) {
    .abt-let {
      float: none;
      margin: 10px auto 0;
      text-align: center;
      width: 50%;
    }
   

    .abt-right {
      float: none;
      margin: 0 auto;
      width: 97%;
    }

    .abt-right h6 {
      text-align: center;
    }

    .pbocs {
      margin-left: 3%;
      text-align: justify;
    }

    .pbocs2 {
      text-align: justify;
    }

    .pbocs3 {
      text-align: justify;
      float: left;
    }

    .circle {
      width: 49%;
      float: left;
      text-align: center;
    }

    .circle2 {
      width: 47%;
      float: left;
      text-align: center;
      margin: 0px 10px 30px !important;
    }

    .circle3 {
      width: 50%;
      float: left;
      text-align: center;
      margin: 0px 5px 30px !important;
    }

    .rao {
      width: 25%;
      float: left;
      text-align: center;
    }

    .rao-txt {
      width: 70%;
      float: left;
      margin: 20px 0px;
    }

    .contctbox {
      margin: 0 auto;
      width: 100%;
    }

    #logy {
      width: 98%;
    }

    .pbocs-1 {
      float: none;
      margin: 0 auto;
      width: 99%;
    }

    .pbocs2-2 {
      float: none;
      margin: 10px auto;
      width: 99%;
      padding: 4px;
    }

    .pbocs3-1 {
      float: none;
      margin: 10px auto;
      width: 99%;
      padding: 4px;
    }

    .dummycont {
      width: 99%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width:980px) {
    #logy {
      max-width: 309px;
      max-height: 112px;
      width: 100%;
      margin: 20px 0px !important;
    }

    .logo {
      width: 82%;
      float: none;
      margin: 0 auto;
      text-align: center;
     
    }

    .navy {
      float: none;
      margin: 0 auto;
      width: 100%;
    }

    .ryt {
      float: right;
      text-align: left;
      width: 59%;
    }

    .lft {
      float: left;
      width: 41%;
    }

    .abt {
      margin: 0 auto;
      width: 99%;
    }

    .prodetail {
      float: none;
      margin: 0 auto;
      padding: 17px;
      width: 98%;
    }

    .prodetail2 {
      float: none;
      margin: 0 auto;
      padding: 17px;
      width: 98%;
    }

    .detail {
      float: none;
      margin: 0 auto;
      padding: 17px;
      width: 98%;
    }

    .services {
      float: none;
      margin: 0 auto;
      padding: 0px;
      width: 98%;
    }

    .services2 {
      float: none;
      margin: 0 auto;
      padding: 0px;
      width: 98%;
    }

    .butn {
      width: 30%;
      margin: 0 auto;
      text-align: center;
    }

    .rao {
      width: 98%;
      float: none;
      margin: 0 auto;
    }

    .rao-txt {
      width: 98%;
      float: none;
      margin: 0 auto;
    }

    #dis {
      display: block;
    }

    .pbocs2-2 {
      text-align: left;
      float: none;
      margin: 15px auto;
      width: 98% !important;
    }

    .pbocs {
      float: none;
      margin: 0 auto;
      width: 98% !important;
    }

    .pbocs3 {
      float: none;
      margin: 0 auto;
      width: 98% !important;
    }

    .circle {
      float: left;
      margin-right: 7%;
      text-align: center;
      width: 41%;
    }

    .pbocs2 {
      width: 98%;
      margin: 10px auto;
      float: none;
    }

    @media screen and (max-width:950px) {
      .logo {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
      }

      .ryt {
        width: 50%;
        float: right;
        text-align: left;
      }

      .better {
        float: none;
        width: 97%;
        text-align: justify;
        margin: 0 auto;
      }

      .intygrat {
        float: none;
        width: 97%;
        text-align: justify;
        margin: 0 auto;
      }

      .idher {
        float: none;
        width: 97%;
        text-align: center !important;
        margin: 0 auto;
      }

      .idher h2 {
        text-align: center;
      }

      .udher {
        float: none;
        width: 97%;
        text-align: justify;
        margin: 0 auto;
      }

      #additional {
        float: left;
        margin-left: 15px;
      }

      #addy {
        float: none;
        margin: 0 auto 0 15px;
      }
    }

    @media screen and (max-width:992px) {
      .parallax-window {
        margin-top: 70px !important;
      }

      .abt-let {
        width: 80%;
      }

      .busi {
        width: 90%;
        float: none;
        margin: 10px auto 0;
      }

      .busi2 {
        width: 90%;
        float: none;
        margin: 10px auto;
      }

      .busi3 {
        width: 90%;
        float: none;
        margin: 0 auto;
      }

      .lft {
        float: none;
        width: 97%;
        text-align: center !important;
        margin: 0 auto;
      }

      .ryt {
        float: none;
        width: 97%;
        text-align: center !important;
        margin: 5px auto 0;
      }

      .pbocs2-2 {
        float: none;
        margin: 10px auto;
        width: 98%;
      }

      #addy {
        float: none;
        margin: 12px auto 0 15px;
      }

      .circle {
        float: none;
        margin: 0 auto;
        width: 95%;
      }

      .circle2 {
        float: none;
        margin: 0 auto;
        width: 95%;
      }

      .circle3 {
        float: none;
        margin: 0 auto !important;
        width: 95%;
      }

      .dummycont {
        width: 98%;
      }

      .linklogo {
        float: none !important;
        text-align: center;
      }

      #logmage {
        width: 100%;
      }

      .view-tenth ul {
        padding: 0px 14px !important;
      }

      .view-tenth h2 {
        margin: 0px 1px 0px 8px !important;
      }

      .left_sidebar {
        width: 100%;
      }

      .news .box {
        width: 100%;
      }
    }

    @media screen and (max-width:640px) {
      .circle {
        float: none;
        text-align: center;
        width: 97%;
        margin: 0 auto 20px;
      }

      .circle2 {
        float: none;
        text-align: center;
        width: 97%;
        margin: 0 auto;
      }

      .circle3 {
        float: none;
        text-align: center;
        width: 97%;
        margin: 0 auto !important;
        padding-bottom: 10px;
      }

      .pbocs {
        float: none;
        margin: 0 auto;
        width: 99% !important;
      }

      .pbocs2-2 {
        float: none;
        margin: 10px auto;
        width: 99% !important;
      }

      .pbocs3 {
        float: none;
        margin: 0 auto;
        width: 99% !important;
      }

      .rera_lft {
        width: 100%;
        float: none;
        margin: 0 auto;
      }

      .rera_txt {
        width: 100%;
        float: none;
        margin: 0 auto;
      }

      .idher-connct {
        color: #fff;
        float: none;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
      }

      .udher-connct p {
        text-align: center;
      }

      .udher-connct {
        color: #fff;
        float: none;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
      }

      .blocks {
        margin: 0 auto;
        float: none;
      }

      .blocks:nth-child(2) {
        margin: 10px auto;
        width: 100%;
        float: none;
      }
    }

    .intygrat_popup {
      width: 80%;
      /* margin: 0 auto; */
      position: fixed;
      transform: translate(10%, 33px);
      background: #fbfbfb;
    }

    img {
      max-width: 100%;
    }

    .cla-1 {
      display: flex;
      display: -webkit-flex;
      flex-direction: row;
    }

    .cla-1 .left-sidebar {
      padding: 24px 32px;
      flex-basis: 30%;
    }

    .cla-1 .left-sidebar .content-wrap {
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0.02rem;
      text-align: right;
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 30px 0;
      margin-top: 40px;
    }

    .cla-1 .left-sidebar .office {
      text-align: right;
      font-family: "Arial", sans-serif;
      line-height: 27px;
      margin-top: 15px;
      font-size: 15px;
    }

    .main-content {
      flex-basis: 70%;
      height: 560px;
      overflow-y: scroll;
      position: relative;
    }

    .cla-1 .main-content .content-head {
      background-color: #7db03f;
      color: #fff;
      padding: 26px 25px;
      font-family: "Poppins", sans-serif;
    }

    .cla-1 .main-content .content-head .main-title {
      font-size: 42px;
      font-weight: 700;
      letter-spacing: 3px;
      line-height: 36px;
    }

    .cla-1 .main-content .content-head .sub-title {
      font-size: 30px;
    }

    .cla-1 .main-content .content-head .inner-title {}

    .cla-1 .main-content .content-body {
      padding: 26px 25px;
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0.02rem;
    }

    .close-btn {
      position: fixed;
      right: 17px;
      bottom: 0px;
      z-index: 9;
      background-color: #283a8f;
      color: #fff;
      border: none;
      display: inline-block;
      padding: 12px 22px;
      cursor: pointer;
      outline: none;
    }
 
    @media (max-width:768px) {

      .intygrat_popup {
        width: 94%;
        transform: translate(3%, 33px);
      }

      .cla-1 {
        flex-direction: column;
      }

      .service {
        margin: 95px 0px;
      }

      .about-image::before {
        display: none;
      }

      .form input {
        width: 100%;
        margin: 10px 0px;
      }
    }


    @media screen and (max-width:480px) {
      .abt-let {
        width: 90%;
        margin-top: 0;
        padding-top: 10px;
      }

      .pbocs3 {
        height: auto !important;
      }

      .servy p {
        padding: 5px 0px;
      }

      .view {
        margin: 1px !important;
        border: 2px solid #fff !important;
      }

      .servy {
        padding: 2px !important;
      }

      .offerings {
        padding: 2px !important;
      }

      @media screen and (max-width:320px) {
        .busi {
          width: 87%;
        }

        .busi2 {
          width: 87%;
        }

        .busi3 {
          width: 87%;
        }
      }
      
